summaryrefslogtreecommitdiff
path: root/test/cfi
AgeCommit message (Expand)Author
2016-02-24[tests] Don't compile CFI C tests in C++ mode.Alexey Samsonov
2016-02-03[cfi] Safe handling of unaddressable vtable pointers (compiler-rt).Evgeniy Stepanov
2016-01-28[cfi] Get rid of a fixed size buffer for the library path in test.Evgeniy Stepanov
2016-01-28[cfi] Fix recovery from out-of-bounds vtable error.Evgeniy Stepanov
2016-01-27[cfi] Fix a warning in tests.Evgeniy Stepanov
2016-01-27[cfi] Disable vtable diagnostics when no cxxabi.Evgeniy Stepanov
2016-01-26[cfi] Better handling of wild target address.Evgeniy Stepanov
2016-01-26[cfi] Hide runtime implementation in a namespace.Evgeniy Stepanov
2016-01-26[cfi] Support for dlopen and dlclose.Evgeniy Stepanov
2016-01-25[cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)Evgeniy Stepanov
2016-01-16Fix stats.cpp test on 32-bit Windows.Peter Collingbourne
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
2016-01-08Fix CMake warning in CFI tests.Evgeniy Stepanov
2015-12-22[cfi] Fix handling of uninstrumented libraries.Evgeniy Stepanov
2015-12-16[cfi] Limit cross-dso tests to Linux.Evgeniy Stepanov
2015-12-15Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-11-20Re-enable CFI tests on Windows.Peter Collingbourne
2015-11-20Disable the cfi tests on WindowsHans Wennborg
2015-11-09CFI: try to make test/cfi/base-derived-destructor.cpp pass on WindowsHans Wennborg
2015-09-30CFI: add a test from base-to-derived cast from the base destructor.Ivan Krasin
2015-09-10CFI: Run the tests only on supported architectures/OSs.Peter Collingbourne
2015-09-10CFI: Add diagnostic handler and tests for indirect call checker.Peter Collingbourne
2015-08-11[cmake] Hoist check for LLD sources up into root CMakeLists.txtReid Kleckner
2015-07-29CFI: Update tests for various bit vector sizes following lowerbitsets optzns.Peter Collingbourne
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne
2015-06-25[CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan ar...Alexey Samsonov
2015-06-19Add -flto to clang flags for cfi tests.Alexey Samsonov
2015-06-19Add control flow integrity diagnosis function to UBSan runtime library.Peter Collingbourne
2015-05-19Factor out LTO detection to common configuration.Peter Collingbourne
2015-05-19CFI: Remove <utility> include.Peter Collingbourne
2015-04-02Add tests for non-virtual call checking.Peter Collingbourne
2015-03-16CFI: Make check-cfi depend on libLTO on Darwin.Peter Collingbourne
2015-03-14CFI: Add test for bad cast checks.Peter Collingbourne
2015-03-14CFI: Add a test for distinguishing between non-overriding siblings.Peter Collingbourne
2015-02-25CFI: Add a check-cfi-and-supported rule.Peter Collingbourne
2015-02-21Run simple-fail.cpp at -O{1,2,3}.Peter Collingbourne
2015-02-21CFI: Add tests for 32-bit, 64-bit and memory bitsets. Break optimization in m...Peter Collingbourne
2015-02-20Add test suite for the Control Flow Integrity feature.Peter Collingbourne