summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-21tsan: don't report any bugs when report_bugs=0 flag is setDmitry Vyukov
2015-08-21[CMake] Need to filter out test architectures on ubsan as well.Chris Bieneman
2015-08-21[CMake] Fixing haswell filtering.Chris Bieneman
2015-08-21[compiler-rt] [sanitizers] Add aarch64 syscall optimization supportAdhemerval Zanella
2015-08-21builtins: restrict aliasesSaleem Abdulrasool
2015-08-21[compiler-rt] Add libgcc compatibility aliases for __cmp{s,d,f}f2.Josh Gao
2015-08-21Implement __aeabi_c{d,f}{cmpeq,cmple,rcmple}.Josh Gao
2015-08-20[CMake] Turns out CMake was passing the space as part of the argument instead...Chris Bieneman
2015-08-20[asan] Fix build issue from r245596Adhemerval Zanella
2015-08-20[asan] Enable ASan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-20[CMake] Fixing r245581 based on feedback from Filcab.Chris Bieneman
2015-08-20[CMake] [OS X] Don't require command line tools installations for running com...Chris Bieneman
2015-08-20[CMake] Fix building unit tests on DarwinChris Bieneman
2015-08-19[cmake darwin] Use a STATUS message type. Explain where the arches came from.Filipe Cabecinhas
2015-08-19Fix typo in lib/safestack/CMakeLists.txt that prevents safestack static libra...Kuba Brecka
2015-08-19Remove forkpty test with -Wl,-as-needed. This currently breaks inDaniel Jasper
2015-08-18[windows] Implement GetProcAddress internally to avoid initializing the CRTReid Kleckner
2015-08-18[Sanitizer] Initialize common flags to default values in unit tests.Alexey Samsonov
2015-08-18[DFSan] Properly initialize and parse common flags in DFSan.Alexey Samsonov
2015-08-18[msan] Intercept openpty and forkpty.Evgeniy Stepanov
2015-08-18[CMake] Backing out part of r245317. Turns out safestack and profile don't wo...Chris Bieneman
2015-08-18Implement __aeabi_{f,d}rsub.Dan Albert
2015-08-18[CMake] Refactoring add_compiler_rt functions for darwin runtimes.Chris Bieneman
2015-08-18[compiler-rt] Add AArch64 to CMake configuration and several missing builtinsSergey Dmitrouk
2015-08-18Revert "[sanitizer] Move definition of stable-runtime to common lit config."Renato Golin
2015-08-18[ARM] Also disable stable-runtime check on UBsan, to use generic oneRenato Golin
2015-08-18[sanitizer] Move definition of stable-runtime to common lit config.Evgeniy Stepanov
2015-08-14Fixup stale comment about supported OSsReid Kleckner
2015-08-14Move ASAN_OPTIONS setting from compile command to run command, fixes test on ...Reid Kleckner
2015-08-14[windows] Fix or XFAIL remaining portable test failures and enable themReid Kleckner
2015-08-13Removed xfail, since test is passing in line with expanded dtor sanitizing fu...Naomi Musgrave
2015-08-13[CMake] Add experimental support for building compiler-rt for iOSChris Bieneman
2015-08-13[UBSan] Enable 'help' option output, report unrecognized flagsAlexey Samsonov
2015-08-13Add more error logging to win/asanReid Kleckner
2015-08-13Same fix as r244908 for sanitizer_win.cc instead of asan_win.ccReid Kleckner
2015-08-13Fix installation of the unhandled exception filter with r244767Reid Kleckner
2015-08-13Revert "Removed xfail, since test is passing in line with expanded dtor sanit...Daniel Jasper
2015-08-12[windows] Fix deadlock on mmap failure due to CHECK recursionReid Kleckner
2015-08-12Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'Reid Kleckner
2015-08-12[windows] Always use the lit shell on Windows, even if bash is presentReid Kleckner
2015-08-12Combine helper file into main test file with ifdefsReid Kleckner
2015-08-12Move tests that use unistd.h and pthread.h to TestCases/PosixReid Kleckner
2015-08-12Removed xfail, since test is passing in line with expanded dtor sanitizing fu...Naomi Musgrave
2015-08-12Try to fix the MSVC build now that we use /Zc:inline.Rafael Espindola
2015-08-12Revert "Revised test to pass under updated dtor callback implementation"Daniel Jasper
2015-08-12Revised test to pass under updated dtor callback implementationNaomi Musgrave
2015-08-11NFC. Fixing a red squiggly line in my editor.Chris Bieneman
2015-08-11Revert the rest of r244634, since it breaks the standalone buildReid Kleckner
2015-08-11[ubsan][mips] Revise r243384 to avoid special casing big-endian mips.Daniel Sanders