summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Replace VPrintf with VReport in sanitizer_tls_get_addr.ccVitaly Buka2017-07-201-9/+9
* [asan] Move memcpy, memmove, memset code out of asan_interceptors.ccAlex Shlyapnikov2017-07-205-133/+182
* [X86][builtins] Sync getX86CpuIDAndInfoEx with llvm's Host.cpp again.Craig Topper2017-07-191-29/+10
* Revert "Add MemoryMappedSection struct for two-level memory map iteration"Francis Ricci2017-07-182-54/+9
* Revert "Only scan global sections containing data in LSan on darwin"Francis Ricci2017-07-185-28/+11
* Don't call exit() from atexit handlers on DarwinFrancis Ricci2017-07-186-7/+33
* [Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov2017-07-1812-112/+202
* [asan] Remove recent asan tests which expect death in allocatorVitaly Buka2017-07-181-10/+0
* Only scan global sections containing data in LSan on darwinFrancis Ricci2017-07-175-11/+28
* [sanitizers] Make sure that all complex macros uses parenthesisVitaly Buka2017-07-171-55/+61
* Add missing && to fix syntax.Kamil Rytarowski2017-07-171-1/+1
* Add NetBSD support in platform_interceptors.hKamil Rytarowski2017-07-171-41/+57
* Introduce SANITIZER_NETBSD in sanitizer_platform.hKamil Rytarowski2017-07-171-2/+9
* Add MemoryMappedSection struct for two-level memory map iterationFrancis Ricci2017-07-172-9/+54
* [asan] Disable not working new test on WindowsVitaly Buka2017-07-161-0/+2
* [msan] Add missing include for fix test on WindowsVitaly Buka2017-07-161-0/+1
* [tsan] Disable test with debug runtimeVitaly Buka2017-07-161-0/+2
* [asan] Attempt to fix test in Windows after r308064Vitaly Buka2017-07-161-0/+2
* [compiler-rt] Fix fix format specifies type in testVitaly Buka2017-07-161-2/+2
* [compiler-rt] [CMake] Build compiler-rt with no optimizations if the flag say...George Karpenkov2017-07-151-3/+9
* [Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov2017-07-143-18/+57
* [Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov2017-07-142-11/+33
* [Sanitizers] Scudo allocator set errno on failure.Alex Shlyapnikov2017-07-142-25/+33
* tsan: optimize sync clock memory consumptionDmitry Vyukov2017-07-144-197/+512
* Fix sanitizer build against latest glibcKostya Serebryany2017-07-134-7/+4
* [scudo] Do not grab a cache for secondary allocation & per related changesKostya Kortchinsky2017-07-132-55/+79
* [ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar2017-07-132-9/+21
* For Darwin's GetTaskInfoMaxAddress, define the real structure with real field...Kuba Mracek2017-07-131-5/+26
* [compiler-rt][X86] Match the detection of cpu's for __cpu_model to the latest...Craig Topper2017-07-131-309/+109
* Fix broken testXinliang David Li2017-07-131-3/+0
* [asan] Avoid recompilation of the same code in the testVitaly Buka2017-07-121-13/+12
* [asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek2017-07-1212-17/+93
* [PGO] Add a test for 2-deep loop nestXinliang David Li2017-07-121-0/+51
* Add explicit CMake targets for ASan/TSan iOS Simulator testing and update the...Kuba Mracek2017-07-122-8/+26
* On Darwin, start building the TSan iOS dylib by default.Kuba Mracek2017-07-121-0/+1
* [builtins] Better Fuchsia supportPetr Hosek2017-07-122-4/+19
* On Darwin, start building the TSan dylib for the iOS simulator.Kuba Mracek2017-07-122-3/+8
* Fix the declaration of DARWIN_PREFER_PUBLIC_SDK cmake variable (move before t...Kuba Mracek2017-07-121-1/+2
* [scudo] PRNG makeoverKostya Kortchinsky2017-07-124-56/+55
* tsan: remove some clock-related statsDmitry Vyukov2017-07-123-12/+4
* tsan: refactor SyncClock codeDmitry Vyukov2017-07-122-55/+54
* tsan: prepare clock for future changesDmitry Vyukov2017-07-126-23/+35
* tsan: s/-1/kInvalidTid/Dmitry Vyukov2017-07-121-1/+1
* tsan: give debug names to dense allocatorsDmitry Vyukov2017-07-123-5/+13
* tsan: don't create sync objects on acquire-loadDmitry Vyukov2017-07-121-5/+11
* tsan: add another test for clock growthDmitry Vyukov2017-07-121-0/+36
* tsan: add test for __tsan_java_findDmitry Vyukov2017-07-121-0/+69
* [tsan] Update test to r307338Vitaly Buka2017-07-121-2/+2
* Use internal_strncpy to copy filename in linux procmapsFrancis Ricci2017-07-111-6/+5
* Inline function to get mac segment address rangeFrancis Ricci2017-07-112-63/+58
OpenPOWER on IntegriCloud