aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2017-08-25Merging r311674:Hans Wennborg1-1/+2
2017-08-23Merging r311555:Hans Wennborg2-0/+18
2017-08-23Merging r311496:Hans Wennborg1-8/+8
2017-08-23Merging r311495:Hans Wennborg1-1/+1
2017-07-19[X86][builtins] Sync getX86CpuIDAndInfoEx with llvm's Host.cpp again.Craig Topper1-29/+10
2017-07-18Revert "Add MemoryMappedSection struct for two-level memory map iteration"Francis Ricci2-54/+9
2017-07-18Revert "Only scan global sections containing data in LSan on darwin"Francis Ricci5-28/+11
2017-07-18Don't call exit() from atexit handlers on DarwinFrancis Ricci6-7/+33
2017-07-18[Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov12-112/+202
2017-07-18[asan] Remove recent asan tests which expect death in allocatorVitaly Buka1-10/+0
2017-07-17Only scan global sections containing data in LSan on darwinFrancis Ricci5-11/+28
2017-07-17[sanitizers] Make sure that all complex macros uses parenthesisVitaly Buka1-55/+61
2017-07-17Add missing && to fix syntax.Kamil Rytarowski1-1/+1
2017-07-17Add NetBSD support in platform_interceptors.hKamil Rytarowski1-41/+57
2017-07-17Introduce SANITIZER_NETBSD in sanitizer_platform.hKamil Rytarowski1-2/+9
2017-07-17Add MemoryMappedSection struct for two-level memory map iterationFrancis Ricci2-9/+54
2017-07-16[asan] Disable not working new test on WindowsVitaly Buka1-0/+2
2017-07-16[msan] Add missing include for fix test on WindowsVitaly Buka1-0/+1
2017-07-16[tsan] Disable test with debug runtimeVitaly Buka1-0/+2
2017-07-16[asan] Attempt to fix test in Windows after r308064Vitaly Buka1-0/+2
2017-07-16[compiler-rt] Fix fix format specifies type in testVitaly Buka1-2/+2
2017-07-15[compiler-rt] [CMake] Build compiler-rt with no optimizations if the flag say...George Karpenkov1-3/+9
2017-07-14[Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov3-18/+57
2017-07-14[Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov2-11/+33
2017-07-14[Sanitizers] Scudo allocator set errno on failure.Alex Shlyapnikov2-25/+33
2017-07-14tsan: optimize sync clock memory consumptionDmitry Vyukov4-197/+512
2017-07-13Fix sanitizer build against latest glibcKostya Serebryany4-7/+4
2017-07-13[scudo] Do not grab a cache for secondary allocation & per related changesKostya Kortchinsky2-55/+79
2017-07-13[ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar2-9/+21
2017-07-13For Darwin's GetTaskInfoMaxAddress, define the real structure with real field...Kuba Mracek1-5/+26
2017-07-13[compiler-rt][X86] Match the detection of cpu's for __cpu_model to the latest...Craig Topper1-309/+109
2017-07-13Fix broken testXinliang David Li1-3/+0
2017-07-12[asan] Avoid recompilation of the same code in the testVitaly Buka1-13/+12
2017-07-12[asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek12-17/+93
2017-07-12[PGO] Add a test for 2-deep loop nestXinliang David Li1-0/+51
2017-07-12Add explicit CMake targets for ASan/TSan iOS Simulator testing and update the...Kuba Mracek2-8/+26
2017-07-12On Darwin, start building the TSan iOS dylib by default.Kuba Mracek1-0/+1
2017-07-12[builtins] Better Fuchsia supportPetr Hosek2-4/+19
2017-07-12On Darwin, start building the TSan dylib for the iOS simulator.Kuba Mracek2-3/+8
2017-07-12Fix the declaration of DARWIN_PREFER_PUBLIC_SDK cmake variable (move before t...Kuba Mracek1-1/+2
2017-07-12[scudo] PRNG makeoverKostya Kortchinsky4-56/+55
2017-07-12tsan: remove some clock-related statsDmitry Vyukov3-12/+4
2017-07-12tsan: refactor SyncClock codeDmitry Vyukov2-55/+54
2017-07-12tsan: prepare clock for future changesDmitry Vyukov6-23/+35
2017-07-12tsan: s/-1/kInvalidTid/Dmitry Vyukov1-1/+1
2017-07-12tsan: give debug names to dense allocatorsDmitry Vyukov3-5/+13
2017-07-12tsan: don't create sync objects on acquire-loadDmitry Vyukov1-5/+11
2017-07-12tsan: add another test for clock growthDmitry Vyukov1-0/+36
2017-07-12tsan: add test for __tsan_java_findDmitry Vyukov1-0/+69
2017-07-12[tsan] Update test to r307338Vitaly Buka1-2/+2