summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix CMake warning in CFI tests.Evgeniy Stepanov2016-01-081-1/+1
* Sync up InstrProfData.incXinliang David Li2016-01-081-1/+1
* Make ubsan suppression test pass on Windows.Nico Weber2016-01-081-13/+5
* Use more strict checks for merge Profile resultsXinliang David Li2016-01-081-30/+1
* [PGO] Use new macro introduced/NFCXinliang David Li2016-01-081-1/+1
* [PGO] Update test to match sorted outputXinliang David Li2016-01-081-66/+67
* profile: Do not pass -fPIC on Windows.Peter Collingbourne2016-01-081-3/+0
* [profile] Add comments to portability macros for readability (NFC)Vedant Kumar2016-01-081-3/+3
* Sync up InstrProfData.incXinliang David Li2016-01-081-20/+20
* [cmake] Indentation fix (NFC)Vedant Kumar2016-01-081-1/+1
* [cmake] Add InstrProfilingWriter to libclang_rt on DarwinVedant Kumar2016-01-071-1/+2
* Sync up InstrProfData.inc fileXinliang David Li2016-01-071-7/+12
* Ensure safestack overflow test doesn't segfaultDimitry Andric2016-01-071-0/+4
* Follow-up fix for r256988 to unbreak the Linux buildbot.Kuba Brecka2016-01-071-0/+1
* [compiler-rt] On Darwin, link all frameworks with -fapplication-extensionAnna Zaks2016-01-061-0/+5
* [sanitizers] Log all output to CrashReport on OS XAnna Zaks2016-01-067-17/+25
* [compiler-rt] Fix empty translation unit warningNathan Slingerland2016-01-061-2/+5
* [PGO] Enable building compiler-rt profile support library on WindowsNathan Slingerland2016-01-056-2/+206
* [sancov] adding internal functionMike Aizatsky2016-01-051-0/+1
* [sancov] coverage pc bufferMike Aizatsky2016-01-054-0/+77
* [PGO] Sync up template file with masterXinliang David Li2016-01-041-1/+1
* [PGO] Sync up template file with masterXinliang David Li2016-01-031-0/+19
* [PGO]: Eliminate custom typedefs in the FreeBSD case Xinliang David Li2015-12-301-18/+4
* [PGO]: Refactor VP data writerXinliang David Li2015-12-294-48/+252
* For the asan_symbolize.py script, use addr2line as the default systemDimitry Andric2015-12-291-1/+1
* [PGO]: Do not update Data->Value field during profile write.Xinliang David Li2015-12-296-118/+150
* Add more testing checksXinliang David Li2015-12-291-0/+43
* [PGO] Make the test case more robustXinliang David Li2015-12-291-10/+21
* Check test results more strictly (NFC)Xinliang David Li2015-12-291-6/+6
* [power] Fix test case target checksBill Seurer2015-12-241-1/+1
* XFAIL ubsan suppressions.cpp test on Windows for now.Nico Weber2015-12-231-0/+8
* [cfi] Fix handling of uninstrumented libraries.Evgeniy Stepanov2015-12-222-1/+6
* [PGO] Move buffer write callback to a common fileXinliang David Li2015-12-223-19/+21
* fix a gcc warningNico Weber2015-12-222-2/+3
* [asan] Add mincore test.Evgeniy Stepanov2015-12-211-0/+34
* [compiler-rt] [tsan] Add support for PIE build on AArch64Adhemerval Zanella2015-12-213-6/+68
* [asan] fix fopen interceptor to not crash if path is NULLKostya Serebryany2015-12-212-1/+7
* [PGO] testing _WIN64 instead of _WIN32Xinliang David Li2015-12-201-5/+5
* [PGO] Implement BOOL_CMPXCHG for WindowsXinliang David Li2015-12-201-0/+13
* [PGO] Fix build failure with MSVCXinliang David Li2015-12-191-10/+8
* [UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov2015-12-186-51/+151
* Revert r255996 ("[tsan] Add a DCHECK to verify __tsan_read* and __tsan_write ...Kuba Brecka2015-12-183-46/+62
* [tsan] Add a DCHECK to verify __tsan_read* and __tsan_write function aren't c...Kuba Brecka2015-12-183-62/+46
* [tsan] Fix scoping of ScopedInteceptor in libdispatch supportKuba Brecka2015-12-183-0/+36
* Fix typo in MSC pathXinliang David Li2015-12-171-1/+1
* [PGO] cleanup: unify prefix for portability macrosXinliang David Li2015-12-1612-80/+83
* [cfi] Exclude ubsan runtime library from non-diag CFI builds.Evgeniy Stepanov2015-12-162-3/+21
* [cfi] Fix GCC build.Evgeniy Stepanov2015-12-161-2/+2
* [cfi] Limit cross-dso tests to Linux.Evgeniy Stepanov2015-12-161-0/+9
* [cfi] Fix shadow sanity check.Evgeniy Stepanov2015-12-161-4/+5