summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
Commit message (Expand)AuthorAgeFilesLines
* [MSAN][MIPS] Changed memory mapping to support pie executable.Sagar Thakur2016-08-162-2/+4
* [TSan][MIPS] Implements setjmp assembly for MIPS64Sagar Thakur2016-08-166-16/+0
* [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
* [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
* [asan] abort_on_error=1 by default on Android.Evgeniy Stepanov2016-08-111-1/+7
* [test] Update coverage tests to sync up with r278152Vedant Kumar2016-08-097-63/+63
* [sanitizers] Make it possible to XFAIL on the effective target, not just the ...Daniel Sanders2016-08-0910-9/+10
* [Profile] Implement new API __llvm_profile_dumpXinliang David Li2016-08-091-0/+62
* [esan] Add iterator to esan's generic hashtableDerek Bruening2016-08-081-0/+45
* [esan] Add generic resizing hashtableDerek Bruening2016-08-081-0/+134
* [compiler-rt][XRay] Only add xray dependency if XRay is built and is availabl...Dean Michael Berris2016-08-081-26/+26
* [compiler-rt][XRay] Fix XRay test build dependenciesDean Michael Berris2016-08-081-21/+23
* [compiler-rt][XRay] Implement __xray_unpatch() and __xray_remove_handler()Dean Michael Berris2016-08-085-0/+134
* 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
* Fix two tests in Win64 ASanReid Kleckner2016-08-052-2/+6
* [sanitizers] remove failing test.Mike Aizatsky2016-08-051-12/+0
* [sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky2016-08-051-22/+18
* Fix dumping of process module list and test itReid Kleckner2016-08-051-0/+29
* 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
* [ASAN] Mark test/asan/TestCases/ill.cc as unsupported on darwinBruno Cardoso Lopes2016-08-041-0/+1
* [Darwin] Exclude interception union tests on Darwin and AndroidBruno Cardoso Lopes2016-08-041-2/+3
* Only run ill.cc test on x86, 32 or 64 bitReid Kleckner2016-08-031-0/+1
* Add CFI tests for -lowertypetests-bitsets-level.Ivan Krasin2016-08-032-0/+18
* [ASan] Report illegal instruction exceptions in ASanReid Kleckner2016-08-031-0/+25
* [sanitizer] Implement a __asan_default_options() equivalent for ScudoKostya Serebryany2016-08-021-0/+25
* [asan] Intercept RtlRaiseException instead of kernel32!RaiseExceptionReid Kleckner2016-08-021-1/+1
* Remove stale CHECK lines that should have been included in r277478Reid Kleckner2016-08-021-2/+0
* [asan] Remove NtWaitForWorkViaWorkerFactory interceptorReid Kleckner2016-08-023-11/+0
* [tsan] Fix the behavior of OSAtomicTestAndClearKuba Brecka2016-08-021-0/+34
* [tsan] Fix behavior of realloc(nullptr, 0) on DarwinKuba Brecka2016-08-021-0/+20
* improve test cases to fix bot failureXinliang David Li2016-08-012-4/+4
* [asan] Disable android-coverage test on anything other than arm.Evgeniy Stepanov2016-08-011-0/+4
* Make test more robust with better matchingXinliang David Li2016-08-012-4/+4
* [Profile] Add new test case to cover comdat renamingXinliang David Li2016-08-014-0/+70
* [asan] Reduce flakiness of heavy recovery mode tests.Maxim Ostapenko2016-08-013-7/+12
* Fix a bug in lit var def: remove extra spaceXinliang David Li2016-08-011-2/+2
* Fix ASan alloca_constant_size.cc test on FreeBSD.Dimitry Andric2016-07-311-0/+2
* [Profile] Add a new test caseXinliang David Li2016-07-301-0/+35
* [asan] Enable the rest of use-after-scope testsVitaly Buka2016-07-283-15/+13
* [compiler-rt] Activate interception unittestsEtienne Bergeron2016-07-273-0/+33
* tsan: don't deliver signals when they are blockedDmitry Vyukov2016-07-271-0/+60
* Fix buildbot failureXinliang David Li2016-07-231-1/+2
* [Profile] Tighten test with expected profile countXinliang David Li2016-07-221-1/+1
* [Profile] Fix a fixme in the testXinliang David Li2016-07-221-5/+3
OpenPOWER on IntegriCloud