summaryrefslogtreecommitdiff
path: root/test/cfi
AgeCommit message (Expand)Author
2018-07-20Change the cap on the amount of padding for each vtable to 32-byte (previousl...Peter Collingbourne
2018-07-19[compiler-rt] Add NewPM testing to CFI testsTeresa Johnson
2018-06-29[cfi] Use __builtin version of __clear_cache.Evgeniy Stepanov
2018-06-29[cfi] Reset i-cache after copying code in test.Evgeniy Stepanov
2018-06-28Correct the test modified in rL335777.Haojian Wu
2018-06-27Another shot at fixing android r335644 failureVlad Tsyrklevich
2018-06-27Fix another bot broken by r335644Vlad Tsyrklevich
2018-06-26Fix test broken by r335644Vlad Tsyrklevich
2018-06-26CFI: Print DSO names for failed cross-DSO icallsVlad Tsyrklevich
2018-06-26Mark mfcall.cpp as UNSUPPORTED: win32.Peter Collingbourne
2018-06-26Implement CFI for indirect calls via a member function pointer.Peter Collingbourne
2018-03-09cfi: Disable simple-pass.cpp on Darwin.Peter Collingbourne
2018-03-09Use branch funnels for virtual calls when retpoline mitigation is enabled.Peter Collingbourne
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev
2017-11-17Enable PDB generation with lld in asan and cfi tests on Windows.Peter Collingbourne
2017-10-16[cfi] Test cross-dso CFI on Android.Evgeniy Stepanov
2017-10-13[cfi] Use %ld_flags_rpath_* substitutions in tests (NFC)Evgeniy Stepanov
2017-10-13LowerTypeTests: Give imported symbols a type with size 0 so that they are not...Peter Collingbourne
2017-10-06[sanitizer] Test ubsan and cfi on android.Evgeniy Stepanov
2017-10-05[cfi] Disable tests with lld on i386.Evgeniy Stepanov
2017-10-05[sanitizer] Move %ld_flags_rpath_exe to common and use it in more tests.Evgeniy Stepanov
2017-10-05[cfi] Mark a test as unsupported on darwin.Evgeniy Stepanov
2017-10-05[cfi] Test on all available targets.Evgeniy Stepanov
2017-10-02Use %run for running CFI testsFilipe Cabecinhas
2017-09-15ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne
2017-09-15cfi: Enable ThinLTO tests on Windows.Peter Collingbourne
2017-08-25[cfi] only add cfi tests on supported arches.Sean Fertile
2017-07-01fix trivial typo; NFCHiroshi Inoue
2017-06-16[cfi] Enable icall tests with thinlto.Evgeniy Stepanov
2017-04-24[cfi] Fix wrong CMake condition for WIN32.Evgeniy Stepanov
2017-04-24[cfi] Disable ThinLTO + CFI tests on Windows.Evgeniy Stepanov
2017-04-22[cfi] Disable thinlto tests on Darwin.Ahmed Bougacha
2017-04-21[cfi] Replace elif with elseif in cmake.Evgeniy Stepanov
2017-04-21[cfi] Run tests with and without lld and thinlto.Evgeniy Stepanov
2017-04-20[cfi] Add explicit -flto in create-derivers test.Evgeniy Stepanov
2017-04-20[cfi] Move one test under cross-dso/icall.Evgeniy Stepanov
2017-03-25Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov
2017-03-22Use lld-link /nopdb to suppress PDB generation when DWARF is requiredReid Kleckner
2017-03-22XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIAReid Kleckner
2017-03-20Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov
2017-03-18Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov
2017-03-14[cfi] Disable bad-split test on win32.Evgeniy Stepanov
2017-03-14[cfi] Add test for type metadata split issue.Evgeniy Stepanov
2016-11-14[cfi] Mark tests as xfailing on DarwinVedant Kumar
2016-11-14[cfi] Mark some tests as requiring additional support from the MachO writerVedant Kumar
2016-11-11[cfi] Test case for weak symbol handling.Evgeniy Stepanov
2016-11-11[cfi] Tweak a test for the cfi-icall change.Evgeniy Stepanov
2016-09-22cfi: Fixes for check-cfi when configured as an external project.Peter Collingbourne