summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-02-21[tsan] add coarse-grained lock around the DeadlockDetector. We can do better ...Kostya Serebryany
2014-02-20[CMake] Introduce check-all command for standalone compiler-rt buildAlexey Samsonov
2014-02-20Move config for sanitizer_common tests under test/ for consistencyAlexey Samsonov
2014-02-20[CMake] lit tests shouldn't depend on runtimes in standalone buildAlexey Samsonov
2014-02-19Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov
2014-02-19[tsan] improve the test that checks for lock inversion with 3 locksKostya Serebryany
2014-02-19[tsan] when printing a mutex, also print its address. Properly print the dead...Kostya Serebryany
2014-02-19[CMake] Use host compiler to run lit tests in standalone modeAlexey Samsonov
2014-02-19[asan] Ensure that stack is limited before attempting to overflow it.Evgeniy Stepanov
2014-02-19[CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov
2014-02-19[asan] Improve stack overflow detection.Evgeniy Stepanov
2014-02-19[CMake] Add the way to run tests in standalone build.Alexey Samsonov
2014-02-18[sanitizer] when reporting a deadlock also report the lock cycleKostya Serebryany
2014-02-18[sanitizer] make sure the deadlock detector survives the change of epochs; ad...Kostya Serebryany
2014-02-18[asan] Relax stack-overflow test.Evgeniy Stepanov
2014-02-18[tsan] in deadlock detector do not register locks on their creation and unreg...Kostya Serebryany
2014-02-18[asan] Disable stack-overflow test on main thread.Evgeniy Stepanov
2014-02-18[asan] Stack overflow detection.Evgeniy Stepanov
2014-02-18[asan] Fix one test on OSX.Evgeniy Stepanov
2014-02-18[tsan] one more lit test for deadlock detector; more to comeKostya Serebryany
2014-02-18Simplify lit test configs for LSan and UBSan by using a generic configAlexey Samsonov
2014-02-18Drop test/asan/GenericConfig directoryAlexey Samsonov
2014-02-18[asan] Replace rand_r with rand in test.Evgeniy Stepanov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-02-18Remove debug printAlexey Samsonov
2014-02-17Simplify defining Clang compile flags in lit configsAlexey Samsonov
2014-02-17[asan] Add a test for stack unwinding in new and delete.Evgeniy Stepanov
2014-02-14[asan] Replace posix_memalign with memalign in test.Evgeniy Stepanov
2014-02-14[ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov
2014-02-14[asan] Disabled one more test on Android.Evgeniy Stepanov
2014-02-14[asan] Change stack uar test to not use ulimit.Evgeniy Stepanov
2014-02-14Move TSan lit-tests under test/tsanAlexey Samsonov
2014-02-14Move ASan lit-tests under test/asanAlexey Samsonov
2014-02-14Move MSan lit-tests under test/msanAlexey Samsonov
2014-02-14Move LSan test suite under test/Alexey Samsonov
2014-02-14Move DFSan test suite under test/Alexey Samsonov
2014-02-14Move UBSan test suite under test/Alexey Samsonov
2014-02-14Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov
2014-02-14Move tests for BlocksRuntime and builtins to corresponding directories under ...Alexey Samsonov
2013-05-24<rdar://problem/12512722> Use arm divide instruction if availableNick Kledzik
2012-09-20Both OpenBSD and Bitrig need to include machine/endian.h to get theEric Christopher
2012-04-04Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth
2012-01-12Add some basic mingw support.Anton Korobeynikov
2012-01-05Fix build on minix. Patch by Ben Gras!Rafael Espindola
2011-06-17Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher
2011-05-29If a test case is not compiled on a specific platform, print "skipped"Joerg Sonnenberger
2011-03-17<rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik
2010-11-16license changeHoward Hinnant
2010-07-01Tests for soft-float comparison functionsStephen Canon
2010-01-18Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar