summaryrefslogtreecommitdiff
path: root/test/cfi
Commit message (Expand)AuthorAgeFilesLines
* [cfi] Test cross-dso CFI on Android.Evgeniy Stepanov2017-10-165-1/+46
* [cfi] Use %ld_flags_rpath_* substitutions in tests (NFC)Evgeniy Stepanov2017-10-135-70/+70
* LowerTypeTests: Give imported symbols a type with size 0 so that they are not...Peter Collingbourne2017-10-131-0/+25
* [sanitizer] Test ubsan and cfi on android.Evgeniy Stepanov2017-10-063-3/+6
* [cfi] Disable tests with lld on i386.Evgeniy Stepanov2017-10-051-1/+1
* [sanitizer] Move %ld_flags_rpath_exe to common and use it in more tests.Evgeniy Stepanov2017-10-051-3/+3
* [cfi] Mark a test as unsupported on darwin.Evgeniy Stepanov2017-10-051-1/+2
* [cfi] Test on all available targets.Evgeniy Stepanov2017-10-053-12/+23
* Use %run for running CFI testsFilipe Cabecinhas2017-10-0214-135/+135
* ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne2017-09-151-0/+1
* cfi: Enable ThinLTO tests on Windows.Peter Collingbourne2017-09-151-1/+1
* [cfi] only add cfi tests on supported arches.Sean Fertile2017-08-251-5/+7
* fix trivial typo; NFCHiroshi Inoue2017-07-011-1/+1
* [cfi] Enable icall tests with thinlto.Evgeniy Stepanov2017-06-164-7/+41
* [cfi] Fix wrong CMake condition for WIN32.Evgeniy Stepanov2017-04-241-1/+1
* [cfi] Disable ThinLTO + CFI tests on Windows.Evgeniy Stepanov2017-04-241-1/+2
* [cfi] Disable thinlto tests on Darwin.Ahmed Bougacha2017-04-221-1/+0
* [cfi] Replace elif with elseif in cmake.Evgeniy Stepanov2017-04-211-1/+1
* [cfi] Run tests with and without lld and thinlto.Evgeniy Stepanov2017-04-216-17/+62
* [cfi] Add explicit -flto in create-derivers test.Evgeniy Stepanov2017-04-201-4/+5
* [cfi] Move one test under cross-dso/icall.Evgeniy Stepanov2017-04-201-1/+1
* Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov2017-03-251-1/+1
* Use lld-link /nopdb to suppress PDB generation when DWARF is requiredReid Kleckner2017-03-221-2/+0
* XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIAReid Kleckner2017-03-221-0/+2
* Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov2017-03-201-1/+1
* Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov2017-03-181-1/+1
* [cfi] Disable bad-split test on win32.Evgeniy Stepanov2017-03-141-0/+2
* [cfi] Add test for type metadata split issue.Evgeniy Stepanov2017-03-141-0/+19
* [cfi] Mark tests as xfailing on DarwinVedant Kumar2016-11-142-2/+2
* [cfi] Mark some tests as requiring additional support from the MachO writerVedant Kumar2016-11-142-1/+2
* [cfi] Test case for weak symbol handling.Evgeniy Stepanov2016-11-111-0/+14
* [cfi] Tweak a test for the cfi-icall change.Evgeniy Stepanov2016-11-111-4/+4
* cfi: Fixes for check-cfi when configured as an external project.Peter Collingbourne2016-09-221-5/+8
* Remove obsolete XFAIL.Nico Weber2016-09-211-3/+0
* XFAIL cfi/stats.cpp on Windows until we fix LLDReid Kleckner2016-09-201-0/+3
* Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dw...Reid Kleckner2016-09-011-4/+0
* XFAIL cfi/stats.cpp on Windows until we fix our DIA usageReid Kleckner2016-08-301-0/+4
* Add compiler-rt side test for no_sanitize("cfi") attributeIvan Krasin2016-08-121-0/+6
* Reverting r277632 as it breaks the build on MacOS.Ivan Krasin2016-08-052-18/+0
* CFI: add XFAIL test for a future optimization of two vcalls.Ivan Krasin2016-08-051-0/+60
* Add CFI tests for -lowertypetests-bitsets-level.Ivan Krasin2016-08-032-0/+18
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-1/+2
* cfi: Start testing CFI in both standalone and devirtualization modes.Peter Collingbourne2016-06-255-5/+30
* cfi: Apply pass rename to tests.Peter Collingbourne2016-06-241-4/+4
* Update visibility flags for CFI tests.Peter Collingbourne2016-04-281-10/+10
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-161-0/+2
* [tests] Don't compile CFI C tests in C++ mode.Alexey Samsonov2016-02-243-7/+13
* [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).Evgeniy Stepanov2016-02-032-13/+89
* [cfi] Get rid of a fixed size buffer for the library path in test.Evgeniy Stepanov2016-01-281-3/+4
* [cfi] Fix recovery from out-of-bounds vtable error.Evgeniy Stepanov2016-01-281-3/+7