aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-16Update clear_cache to trunk@208591release_34Andrew Hsieh
2014-01-09Alias __aeabi_fcmpun to __unordsf2.Andrew Hsieh
2013-12-22Misc fixes for compiler_rtAndrew Hsieh
2013-12-22Implement __sync_lock_test_and_set_4.Lai Wei-Chih
2013-12-22Add __sync_* atomic builtins for other type width than 4.WenHan Gu
2013-12-22Move file for building __sync_* intrinsics.WenHan Gu
2013-12-16Remove a duplicate declaration which broke the compiler-rt buildSylvestre Ledru
2013-12-16Merging r-196802:Bill Wendling
2013-12-15Merging r196779:Bill Wendling
2013-12-11Readd the prototype.Bill Wendling
2013-12-11Merging r196802:Bill Wendling
2013-12-11Merging r196809:Bill Wendling
2013-12-10Merging r196799:Bill Wendling
2013-12-10Merging r196612:Bill Wendling
2013-12-05Merging r196501:Alexey Samsonov
2013-12-05[asan] port r196375 to 3.4Kostya Serebryany
2013-11-27Merging r195791:Bill Wendling
2013-11-25Merging r195652:Sergey Matveev
2013-11-25Merging r195643:Sergey Matveev
2013-11-25Merging r195642:Sergey Matveev
2013-11-25Merging r195570:Sergey Matveev
2013-11-22[ASan] Backport r195125, r195132, r195216 to LLVM 3.4 branch.Alexander Potapenko
2013-11-22Merging r195442:Evgeniy Stepanov
2013-11-22Merging r195436:Evgeniy Stepanov
2013-11-22Merging r195434:Evgeniy Stepanov
2013-11-22Merging r195433:Evgeniy Stepanov
2013-11-22Merging r195427:Evgeniy Stepanov
2013-11-19Creating release_34 branchBill Wendling
2013-11-18[ASan] Run one of UAS tests in UAR mode as wellAlexey Samsonov
2013-11-18[asan] fix Windows buildKostya Serebryany
2013-11-18[asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany
2013-11-18CMake: make sure compiler-rt headers are copied to build tree if 'compilrer-r...Alexey Samsonov
2013-11-18[asan] support __hppa__ (by John David Anglin)Kostya Serebryany
2013-11-17[ASan] Build ASan on Windows only if MSVC is usedAlexey Samsonov
2013-11-17CMake: don't build sanitizer runtimes on 64-bit Windows (it's unsupported for...Alexey Samsonov
2013-11-17[DFSan] Don't include public headers in dfsan runtime codeAlexey Samsonov
2013-11-15Revert premature instructions to build __sync_fetch_*Tim Northover
2013-11-15Add clang_darwin_embedded platform for embedded projectsTim Northover
2013-11-15Remove #include of net/ip_mroute.h for SANITIZER_MAC.Bob Wilson
2013-11-15tsan: add support for robust mutexesDmitry Vyukov
2013-11-15[ASan] Add the configure+make rules for building the ASan runtime for iOS sim...Alexander Potapenko
2013-11-15[asan] helper script to dump/merge coverage dataKostya Serebryany
2013-11-15[Sanitizer] Make slow unwinder on Linux more robustAlexey Samsonov
2013-11-15tsan: add proper cfi directives to assembly codeDmitry Vyukov
2013-11-15LLVM's GoogleTest copy has moved its source code back to the defaultChandler Carruth
2013-11-15Don't build unsupported compiler-rt pieces on WindowsAlexey Samsonov
2013-11-15Reapply asan coverage changes 194702-194704.Bob Wilson
2013-11-15Speculatively revert asan coverage changes 194702-194704.Bob Wilson
2013-11-14asan: disable pthread_setname_np interceptorDmitry Vyukov
2013-11-14[asan] unbreak dfsan, which includes sanitizer/common_interface_defs.h into i...Kostya Serebryany