aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Merging r258916:Hans Wennborg4-17/+17
2016-01-13[WebAssembly] Enable the builtins library for WebAssembly.Dan Gohman2-1/+16
2016-01-13[WebAssembly] clang supports int128_t on wasm32 in addition to wasm64.Dan Gohman1-1/+2
2016-01-13tsan: check errors in testDmitry Vyukov1-13/+28
2016-01-12[CMake] Adding experimental support for tvOS and watchOSChris Bieneman1-53/+87
2016-01-12[compiler-rt] [msan] Remove stable-runtime requirement for insertvalue_origin.ccAdhemerval Zanella1-1/+0
2016-01-12[PGO] Add Linux specific test cases for profile runtimeXinliang David Li5-0/+149
2016-01-12 Revert r257444 : arm build bots failureXinliang David Li5-133/+0
2016-01-12[PGO] Add Linux specific test cases for profile runtimeXinliang David Li5-0/+133
2016-01-12Fix comment of testXinliang David Li1-1/+1
2016-01-12[libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...Kostya Serebryany2-15/+25
2016-01-08[cfi] Fix __cfi_slowpath and __cfi_check signature.Evgeniy Stepanov1-3/+3
2016-01-08Fix typo in commentXinliang David Li1-1/+1
2016-01-08[PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li3-2/+23
2016-01-08[PGO] Introducing version mask macro/NFC (sync)Xinliang David Li1-0/+8
2016-01-08[tsan] don't crash on closedir(0)Kostya Serebryany2-2/+9
2016-01-08Fix CMake warning in CFI tests.Evgeniy Stepanov1-1/+3
2016-01-08Revert "Fix CMake warning in CFI tests."Evgeniy Stepanov1-1/+1
2016-01-08Fix CMake warning in CFI tests.Evgeniy Stepanov1-1/+1
2016-01-08Sync up InstrProfData.incXinliang David Li1-1/+1
2016-01-08Make ubsan suppression test pass on Windows.Nico Weber1-13/+5
2016-01-08Use more strict checks for merge Profile resultsXinliang David Li1-30/+1
2016-01-08[PGO] Use new macro introduced/NFCXinliang David Li1-1/+1
2016-01-08[PGO] Update test to match sorted outputXinliang David Li1-66/+67
2016-01-08profile: Do not pass -fPIC on Windows.Peter Collingbourne1-3/+0
2016-01-08[profile] Add comments to portability macros for readability (NFC)Vedant Kumar1-3/+3
2016-01-08Sync up InstrProfData.incXinliang David Li1-20/+20
2016-01-08[cmake] Indentation fix (NFC)Vedant Kumar1-1/+1
2016-01-07[cmake] Add InstrProfilingWriter to libclang_rt on DarwinVedant Kumar1-1/+2
2016-01-07Sync up InstrProfData.inc fileXinliang David Li1-7/+12
2016-01-07Ensure safestack overflow test doesn't segfaultDimitry Andric1-0/+4
2016-01-07Follow-up fix for r256988 to unbreak the Linux buildbot.Kuba Brecka1-0/+1
2016-01-06[compiler-rt] On Darwin, link all frameworks with -fapplication-extensionAnna Zaks1-0/+5
2016-01-06[sanitizers] Log all output to CrashReport on OS XAnna Zaks7-17/+25
2016-01-06[compiler-rt] Fix empty translation unit warningNathan Slingerland1-2/+5
2016-01-05[PGO] Enable building compiler-rt profile support library on WindowsNathan Slingerland6-2/+206
2016-01-05[sancov] adding internal functionMike Aizatsky1-0/+1
2016-01-05[sancov] coverage pc bufferMike Aizatsky4-0/+77
2016-01-04[PGO] Sync up template file with masterXinliang David Li1-1/+1
2016-01-03[PGO] Sync up template file with masterXinliang David Li1-0/+19
2015-12-30[PGO]: Eliminate custom typedefs in the FreeBSD case Xinliang David Li1-18/+4
2015-12-29[PGO]: Refactor VP data writerXinliang David Li4-48/+252
2015-12-29For the asan_symbolize.py script, use addr2line as the default systemDimitry Andric1-1/+1
2015-12-29[PGO]: Do not update Data->Value field during profile write.Xinliang David Li6-118/+150
2015-12-29Add more testing checksXinliang David Li1-0/+43
2015-12-29[PGO] Make the test case more robustXinliang David Li1-10/+21
2015-12-29Check test results more strictly (NFC)Xinliang David Li1-6/+6
2015-12-24[power] Fix test case target checksBill Seurer1-1/+1
2015-12-23XFAIL ubsan suppressions.cpp test on Windows for now.Nico Weber1-0/+8
2015-12-22[cfi] Fix handling of uninstrumented libraries.Evgeniy Stepanov2-1/+6