summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-07-26[asan] Hardcode page size 4096 on Android.Evgeniy Stepanov
2016-07-26[sanitizer] Try to fix LargeMmapAllocator test on WindowsReid Kleckner
2016-07-25Define compatibility flag if not defined with -std=c++Xinliang David Li
2016-07-25Revert "Enable cross-compilation across architectures on android"Chris Bieneman
2016-07-24Revert r276539 "Silence -Wpointer-bool-conversion warning after r276324"Bruno Cardoso Lopes
2016-07-24Silence -Wpointer-bool-conversion warning after r276324Bruno Cardoso Lopes
2016-07-22Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...Bruno Cardoso Lopes
2016-07-22[sanitizer] revert r276383 while investigating failures on botKostya Serebryany
2016-07-22Try to fix more Windows portability issues in sanitizer testsReid Kleckner
2016-07-22[Profile] cleanup: do not reference name directly of vars shared between rt a...Xinliang David Li
2016-07-22[sanitizer] refactor TransferBatch to hide the implementation. NFCKostya Serebryany
2016-07-22[sanitizer] allocator: introduce kUseSeparateSizeClassForBatch (false by defa...Kostya Serebryany
2016-07-21[Profile] deprecate __llvm_profile_override_default_filename (part2)Xinliang David Li
2016-07-21[sanitizer] trying to fix Mac botsKostya Serebryany