summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-08-09[sanitizer] use 32-bit offset instead of 64-bit pointers in the 64-bit alloca...Kostya Serebryany
2016-08-09[sanitizer] minor refactoring in the allocator, NFCKostya Serebryany
2016-08-09[Profile] Implement new API __llvm_profile_dumpXinliang David Li
2016-08-08[esan] Add iterator to esan's generic hashtableDerek Bruening
2016-08-08[esan] Add generic resizing hashtableDerek Bruening
2016-08-08[compiler-rt][XRay] Fix XRay test build dependenciesDean Michael Berris
2016-08-08[compiler-rt][XRay] Implement __xray_unpatch() and __xray_remove_handler()Dean Michael Berris
2016-08-06[sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClass...Kostya Serebryany
2016-08-05Disable a few more flaky asan64 tests.Nico Weber
2016-08-05Disable a few win asan64 tests that don't reliably pass, https://reviews.llvm...Nico Weber
2016-08-05Fix two tests in Win64 ASanReid Kleckner
2016-08-05[sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky
2016-08-05fix random typos [NFC]Etienne Bergeron
2016-08-05Fix dumping of process module list and test itReid Kleckner
2016-08-05builtins: better categorisation of Thumb1 builtinsSaleem Abdulrasool
2016-08-05Print a more useful BP value from MSVC-built ASan runtimesReid Kleckner
2016-08-04builtins: split out the EABI and VFP ARM sourcesSaleem Abdulrasool
2016-08-04Avoid re-entrancy between __sanitizer::Report, OutputDebugString, and RtlRais...Reid Kleckner
2016-08-04fix whitespaces from https://reviews.llvm.org/D23170Etienne Bergeron
2016-08-04[compiler-rt] Fix memory allocator for dynamic address spaceEtienne Bergeron
2016-08-04[compiler-rt][XRay] Stash xmm registers in the trampolinesDean Michael Berris
2016-08-03[ASan] Report illegal instruction exceptions in ASanReid Kleckner
2016-08-03[compiler-rt] Fix CHECK coding style [NFC]Etienne Bergeron
2016-08-03[compilter-rt] Try to fix correctly rL277560Etienne Bergeron
2016-08-03[sanitizer] remove one redundant loop from the allocatorKostya Serebryany
2016-08-03[compiler-rt] Fix broken interception unittestEtienne Bergeron
2016-08-03Reduce coverage PC buffer size on 32-bit Windows to match 32-bit LinuxReid Kleckner
2016-08-03[sanitizer] refactor TransferBatch to hide the implementation. NFC expected. ...Kostya Serebryany
2016-08-02[scudo] add NORETURN to the declaration of dieWithMessage; this should fix a ...Kostya Serebryany
2016-08-02[sanitizer] Implement a __asan_default_options() equivalent for ScudoKostya Serebryany
2016-08-02[compiler-rt] Add more interception patterns.Etienne Bergeron
2016-08-02[asan] Intercept RtlRaiseException instead of kernel32!RaiseExceptionReid Kleckner
2016-08-02fix comments typos [NFC]Etienne Bergeron
2016-08-02[Profile] track ownership of filename pattern stringXinliang David Li
2016-08-02[asan] Remove NtWaitForWorkViaWorkerFactory interceptorReid Kleckner
2016-08-02Follow-up for r277458: Update the tsan_mman_test.cc unit test.Kuba Brecka
2016-08-02[tsan] Fix the behavior of OSAtomicTestAndClearKuba Brecka
2016-08-02[tsan] Fix behavior of realloc(nullptr, 0) on DarwinKuba Brecka
2016-08-02[CMake] Load LLVMConfig for standalone build of builtinsJonas Hahnfeld
2016-08-01Use 'unsigned long' to match the APIs of the MS bitscan intrinsicsReid Kleckner
2016-08-01[compiler-rt] Fix various typos in asan dll [NFC]Etienne Bergeron
2016-07-31XFAIL one sanitizer symbolizer test for FreeBSDDimitry Andric
2016-07-31[compiler-rt] Add support for interception redirect exports.Etienne Bergeron
2016-07-29tsan: Enable 48-bit VMA support on aarch64Adhemerval Zanella
2016-07-29[compiler-rt][XRay] Address follow-up comments to initial interface and initi...Dean Michael Berris
2016-07-28Fix broken build botEtienne Bergeron
2016-07-27[compiler-rt] Fix warnings in interception codeEtienne Bergeron
2016-07-27tsan: don't deliver signals when they are blockedDmitry Vyukov
2016-07-27Use RAII for ensuring that mprotect calls are undoneDean Michael Berris
2016-07-26[asan] Remove zero FSR check on ARM.Evgeniy Stepanov