aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2015-03-02Symbolizer refactoring: Move internals to separate filesKuba Brecka7-234/+282
2015-03-02Allow compiler-rt build on BitrigRenato Golin1-2/+2
2015-03-02[ASan/Win] Work around PR22545: call LLVM global_dtors in the MD atexit()Timur Iskhodzhanov5-76/+127
2015-03-02[MSan] Remove explicit -m64 from RUN lines.Alexey Samsonov79-228/+228
2015-03-02[DFSan] Remove explicit -m64 from RUN lines.Alexey Samsonov10-25/+25
2015-03-02[Sanitizer] Restrict open_memstream to x86_64. Fixes PR22714.Alexey Samsonov1-0/+1
2015-03-02[Sanitizer] Fix StripPathPrefix function and improve test case.Alexey Samsonov2-8/+8
2015-03-02asan: fix windows build after commit 230978Dmitry Vyukov2-17/+17
2015-03-02asan: fix signal handling during stoptheworldDmitry Vyukov12-129/+145
2015-03-02[asan] Demote "trying to poison/unpoison memory region" messages...Sergey Matveev1-2/+2
2015-03-02[ASan/Win] Rename a test.Timur Iskhodzhanov1-0/+0
2015-02-28Revert r229678 "tsan: fix signal handling during stop-the-world"Hans Wennborg2-81/+50
2015-02-28build: remove the stub linux SDKSaleem Abdulrasool15-345/+0
2015-02-28Fix OS X build failure with Command Line Tools and without full Xcode install...Kuba Brecka2-6/+15
2015-02-28Symbolizer refactoring: SymbolizerTool and better interfaceKuba Brecka2-60/+87
2015-02-28[MIPS] Add missing header for syscallPetar Jovanovic1-0/+1
2015-02-28[ASan] debug_stacks.cc was passing on ARM by accident, disable this test ther...Alexey Samsonov1-0/+3
2015-02-27[ASan/Win] Update test expectations after r230724Timur Iskhodzhanov4-4/+4
2015-02-27[compiler-rt] Symbolizer refactoring: Abstract SymbolizerProcess betterKuba Brecka2-43/+38
2015-02-27[compiler-rt] Allow suppression file to be relative to the location of the ex...Anna Zaks7-4/+124
2015-02-27[Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov6-30/+32
2015-02-27[CMake] Effectively revert r230683.Alexey Samsonov1-3/+4
2015-02-26[CMake] Make sure we built one variant of i386/i686 runtime libraries.Alexey Samsonov3-3/+5
2015-02-26[UBSan] Run all UBSan tests in 32-bit mode as well.Alexey Samsonov4-15/+33
2015-02-26[msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov5-23/+44
2015-02-26[lsan] Fix indent.Sergey Matveev1-2/+2
2015-02-26LSan: fix a deadlock caused by dl_iterate_phdr().Sergey Matveev3-6/+29
2015-02-25[asan] reenable odr-violation.cc test on non-x86-64 after confirming that it'...Kostya Serebryany1-3/+1
2015-02-25[CMake] Properly detect whether we're building runtime for i386 or i686.Alexey Samsonov1-21/+43
2015-02-25Fix >80 line after r230530.Kuba Brecka1-1/+2
2015-02-25[asan] restict no_asan_gen_globals.c test to 64-bit due to PR22682Kostya Serebryany2-2/+4
2015-02-25CFI: Add a check-cfi-and-supported rule.Peter Collingbourne2-0/+9
2015-02-25[compiler-rt] Symbolizer refactoring: Move SymbolizerProcess interface to headerKuba Brecka2-183/+194
2015-02-25[compiler-rt] Symbolizer refactoring: Move string parsing into separate funct...Kuba Brecka1-46/+65
2015-02-25[asan] temporary disable the test on non-x86-64 while we are investigating PR...Kostya Serebryany1-1/+3
2015-02-25Address post-commit feedback on r230344: Don't use weak hooks on Sanitizer Go...Timur Iskhodzhanov1-1/+1
2015-02-25Reland r230019 - [ASan] Make the argument of '__sanitizer_annotate_contiguous...Timur Iskhodzhanov2-3/+17
2015-02-25Fix duplicate test code introduced by running "patch -p0" twiceTimur Iskhodzhanov1-7/+0
2015-02-25Reland r230419 - add __asan_default_suppressions() hook with a fix for WindowsTimur Iskhodzhanov3-0/+28
2015-02-25InstrProf: Fix warnings for mixed declarations and code. NFC.Vasileios Kalintiris1-10/+15
2015-02-25Revert 230419, 230425, 230432.Nico Weber3-19/+0
2015-02-25[asan] one more attempt to fix windows buildKostya Serebryany1-0/+1
2015-02-25[asan] attempting to fix the windows build Kostya Serebryany1-5/+4
2015-02-25[asan] add __asan_default_suppressions() hookKostya Serebryany2-0/+19
2015-02-25[asan] add suppressions for odr violationsKostya Serebryany4-2/+19
2015-02-24[asan] fix odr-violation.cc test to always use slow unwinding (hopefully fixe...Kostya Serebryany1-5/+8
2015-02-24[ASan/Win] Add support for sanitizer allocator hooks, __asan_default_options ...Timur Iskhodzhanov9-17/+94
2015-02-24Allow sanitizer to work with "old" kernel headersRenato Golin3-1/+16
2015-02-24Try to unbreak sanitizer-x86_64-linux-autoconf after r230318Kuba Brecka1-0/+1
2015-02-24Fix the ASan ioctl.cc test when using COMPILER_RT_DEBUG=OnKuba Brecka1-0/+6