llvm-project/compiler-rt/lib
Petar Jovanovic 7a6f5e47cf Do not define CRT_HAS_128BIT for MIPS64
Do not define it for MIPS64 until its backend supports it.
See the bug report [1] for more information.

[1] http://llvm.org/bugs/show_bug.cgi?id=20098

Differential Revision: http://reviews.llvm.org/D6703

llvm-svn: 224488
2014-12-18 01:21:33 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [ASan] Always build shared ASan runtime on Linux. 2014-12-17 23:14:01 +00:00
builtins Do not define CRT_HAS_128BIT for MIPS64 2014-12-18 01:21:33 +00:00
dfsan [DFSAN][MIPS] adding support of DFSAN for MIPS64 2014-12-05 21:22:36 +00:00
interception [sanitizer] Android build cleanup. 2014-09-29 13:18:55 +00:00
lsan [sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan: speeds up lsan start-up time by ~25% 2014-12-17 23:06:36 +00:00
msan [msan] Stop calling pthread_getspecific in signal handlers. 2014-12-17 10:30:06 +00:00
profile profile: Add low level versions of profile buffer functions 2014-12-09 22:07:25 +00:00
sanitizer_common [sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan: speeds up lsan start-up time by ~25% 2014-12-17 23:06:36 +00:00
tsan [asan] new flag: hard_rss_limit_mb 2014-12-16 19:13:01 +00:00
ubsan Simplify Symbolizer::SymbolizePC() interface. 2014-12-02 19:48:40 +00:00
CMakeLists.txt [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00