summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci2016-08-162-14/+12
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci2016-08-162-12/+14
* sanitizer_common: Fix warningMatthias Braun2016-08-161-1/+2
* Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_des...Filipe Cabecinhas2016-08-164-108/+110
* Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci2016-08-162-14/+12
* [MSAN][MIPS] Changed memory mapping to support pie executable.Sagar Thakur2016-08-163-10/+24
* [TSan][MIPS] Implements setjmp assembly for MIPS64Sagar Thakur2016-08-169-16/+221
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci2016-08-162-12/+14
* Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci2016-08-162-14/+12
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci2016-08-162-12/+14
* [CMake] Renaming test variable to be consistentChris Bieneman2016-08-152-2/+2
* Split DescribeAddressIfShadow between a function that gets all the informatio...Filipe Cabecinhas2016-08-156-23/+97
* [msan] Correct @LINE expression in obstack.ccDaniel Sanders2016-08-151-1/+3
* [msan] Fix line number sensitivity in chained_origin.cc and chained_origin_me...Daniel Sanders2016-08-152-13/+15
* [ubsan] Initialize Android logging.Evgeniy Stepanov2016-08-151-0/+1
* [mips] XFAIL mips64el tests that fail on clang-cmake-mipselDaniel Sanders2016-08-1520-5/+37
* Add compiler-rt side test for no_sanitize("cfi") attributeIvan Krasin2016-08-121-0/+6
* [mips] Remove obstack.cc XFAIL added in r278504 since it broke X86 and PPC so...Daniel Sanders2016-08-121-2/+0
* [mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.Daniel Sanders2016-08-1220-0/+43
* [CMake] If the compiler supports _Atomic include atomic.c in builtins librariesChris Bieneman2016-08-123-5/+36
* [asan] abort_on_error=1 by default on Android.Evgeniy Stepanov2016-08-112-2/+8
* tsan: Remove __pointer_chk_guard@GLIBC_PRIVATE requirement for AArch64Adhemerval Zanella2016-08-102-12/+71
* test commit.Ying Yi2016-08-101-1/+1
* [compiler-rt] Allow nm program to be over-ridden for global symbol detectionFrancis Ricci2016-08-101-2/+3
* [sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit alloca...Kostya Serebryany2016-08-096-30/+75
* [test] Update coverage tests to sync up with r278152Vedant Kumar2016-08-097-63/+63
* [sanitizer] minor refactoring in the allocator, NFCKostya Serebryany2016-08-093-9/+8
* [sanitizers] Make it possible to XFAIL on the effective target, not just the ...Daniel Sanders2016-08-0911-9/+76
* [Profile] Implement new API __llvm_profile_dumpXinliang David Li2016-08-095-0/+120
* [esan] Add iterator to esan's generic hashtableDerek Bruening2016-08-082-3/+179
* [esan] Add generic resizing hashtableDerek Bruening2016-08-082-0/+384
* [compiler-rt][XRay] Only add xray dependency if XRay is built and is availabl...Dean Michael Berris2016-08-081-26/+26
* [compiler-rt][XRay] Default COMPILER_RT_BUILD_XRAY to ONDean Michael Berris2016-08-081-3/+1
* [compiler-rt][XRay] Fix XRay test build dependenciesDean Michael Berris2016-08-082-25/+23
* [compiler-rt][XRay] Implement __xray_unpatch() and __xray_remove_handler()Dean Michael Berris2016-08-086-13/+172
* [sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClass...Kostya Serebryany2016-08-065-100/+154
* Try to fix the ill.cc test on LinuxReid Kleckner2016-08-061-0/+2
* Use %stdcxx11 instead of -std=c++11 so the test passes with VS 2015Reid Kleckner2016-08-061-1/+1
* Disable a few more flaky asan64 tests.Nico Weber2016-08-051-0/+12
* Disable a few win asan64 tests that don't reliably pass, https://reviews.llvm...Nico Weber2016-08-051-0/+12
* Fix two tests in Win64 ASanReid Kleckner2016-08-053-6/+21
* [sanitizers] remove failing test.Mike Aizatsky2016-08-051-12/+0
* [sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky2016-08-055-44/+45
* fix random typos [NFC]Etienne Bergeron2016-08-052-4/+4
* Fix dumping of process module list and test itReid Kleckner2016-08-052-2/+31
* builtins: windows has only one flavour on ARMSaleem Abdulrasool2016-08-051-2/+6
* builtins: better categorisation of Thumb1 builtinsSaleem Abdulrasool2016-08-051-11/+18
* Print a more useful BP value from MSVC-built ASan runtimesReid Kleckner2016-08-051-3/+3
* Reverting r277632 as it breaks the build on MacOS.Ivan Krasin2016-08-052-18/+0
* CFI: add XFAIL test for a future optimization of two vcalls.Ivan Krasin2016-08-051-0/+60
OpenPOWER on IntegriCloud