1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/test/Transforms/WholeProgramDevirt
2017-03-04 01:34:53 +00:00
..
Inputs WholeProgramDevirt: Add any unsuccessful llvm.type.checked.load devirtualizations to the list of llvm.type.test users. 2017-03-04 01:23:30 +00:00
bad-read-from-vtable.ll LowerTypeTests: Change a few vtable globals in tests to constants. 2017-02-09 01:48:24 +00:00
constant-arg.ll
devirt-single-impl-check.ll
devirt-single-impl.ll
expand-check.ll
export-nothing.ll IR: Type ID summary extensions for WPD; thread summary into WPD pass. 2017-02-13 19:26:18 +00:00
export-single-impl.ll WholeProgramDevirt: Implement exporting for single-impl devirtualization. 2017-03-04 01:31:01 +00:00
export-uniform-ret-val.ll WholeProgramDevirt: Implement exporting for uniform ret val opt. 2017-03-04 01:34:53 +00:00
export-unsuccessful-checked.ll WholeProgramDevirt: Add any unsuccessful llvm.type.checked.load devirtualizations to the list of llvm.type.test users. 2017-03-04 01:23:30 +00:00
import-indir.ll IR: Type ID summary extensions for WPD; thread summary into WPD pass. 2017-02-13 19:26:18 +00:00
non-constant-vtable.ll
pointer-vtable.ll WholeProgramDevirt: Teach the pass to handle structs of arrays. 2016-12-09 01:10:11 +00:00
soa-vtable.ll WholeProgramDevirt: Teach the pass to handle structs of arrays. 2016-12-09 01:10:11 +00:00
struct-vtable.ll Make WholeProgramDevirt understand ConstStruct vtables. 2016-12-09 00:33:27 +00:00
uniform-retval-invoke.ll
uniform-retval.ll
unique-retval.ll Re-apply r295110 and r295144 with a fix for the ASan issue. 2017-02-15 21:56:51 +00:00
vcp-accesses-memory.ll WholeProgramDevirt: Examine the function body when deciding whether functions are readnone. 2017-02-17 18:17:04 +00:00
vcp-decl.ll WholeProgramDevirt: Check that VCP candidate functions are defined before evaluating them. 2017-02-09 23:46:26 +00:00
vcp-no-this.ll LowerTypeTests: Change a few vtable globals in tests to constants. 2017-02-09 01:48:24 +00:00
vcp-non-constant-arg.ll LowerTypeTests: Change a few vtable globals in tests to constants. 2017-02-09 01:48:24 +00:00
vcp-too-wide-ints.ll Re-apply r295110 and r295144 with a fix for the ASan issue. 2017-02-15 21:56:51 +00:00
vcp-type-mismatch.ll Re-apply r295110 and r295144 with a fix for the ASan issue. 2017-02-15 21:56:51 +00:00
vcp-uses-this.ll LowerTypeTests: Change a few vtable globals in tests to constants. 2017-02-09 01:48:24 +00:00
virtual-const-prop-begin.ll WholeProgramDevirt: For VCP use a 32-bit ConstantInt for the byte offset. 2017-02-17 19:43:45 +00:00
virtual-const-prop-check.ll WholeProgramDevirt: For VCP use a 32-bit ConstantInt for the byte offset. 2017-02-17 19:43:45 +00:00
virtual-const-prop-end.ll WholeProgramDevirt: For VCP use a 32-bit ConstantInt for the byte offset. 2017-02-17 19:43:45 +00:00