summaryrefslogtreecommitdiff
path: root/test/cfi
AgeCommit message (Expand)Author
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
2016-09-21Remove obsolete XFAIL.Nico Weber
2016-09-20XFAIL cfi/stats.cpp on Windows until we fix LLDReid Kleckner
2016-09-01Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dw...Reid Kleckner
2016-08-30XFAIL cfi/stats.cpp on Windows until we fix our DIA usageReid Kleckner
2016-08-12Add compiler-rt side test for no_sanitize("cfi") attributeIvan Krasin
2016-08-05Reverting r277632 as it breaks the build on MacOS.Ivan Krasin
2016-08-05CFI: add XFAIL test for a future optimization of two vcalls.Ivan Krasin
2016-08-03Add CFI tests for -lowertypetests-bitsets-level.Ivan Krasin
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-25cfi: Start testing CFI in both standalone and devirtualization modes.Peter Collingbourne
2016-06-24cfi: Apply pass rename to tests.Peter Collingbourne
2016-04-28Update visibility flags for CFI tests.Peter Collingbourne
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
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