This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-03-06 20:33:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
Transforms
/
ScalarRepl
History
…
..
2003-05-29-ArrayFail.ll
…
2003-09-12-IncorrectPromote.ll
…
2003-10-29-ArrayProblem.ll
…
2006-11-07-InvalidArrayPromote.ll
…
2007-05-24-LargeAggregate.ll
…
2007-05-29-MemcpyPreserve.ll
…
2007-11-03-bigendian_apint.ll
…
2008-01-29-PromoteBug.ll
…
2008-02-28-SubElementExtractCrash.ll
…
2008-06-05-loadstore-agg.ll
…
2008-06-22-LargeArray.ll
…
2008-08-22-out-of-range-array-promote.ll
…
2008-09-22-vector-gep.ll
…
2009-02-02-ScalarPromoteOutOfRange.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
2009-02-05-LoadFCA.ll
…
2009-03-04-MemCpyAlign.ll
…
2009-03-05-Aggre2Scalar-dbg.ll
…
2009-12-11-NeonTypes.ll
…
2010-01-18-SelfCopy.ll
…
address-space.ll
…
AggregatePromote.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
arraytest.ll
…
badarray.ll
…
basictest.ll
…
bitfield-sroa.ll
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test
2009-11-03 15:29:06 +00:00
copy-aggregate.ll
…
crash.ll
…
debuginfo.ll
…
dg.exp
…
DifferingTypes.ll
…
inline-vector.ll
Do some simple copy propagation through integer loads and stores when promoting
2011-03-29 05:19:52 +00:00
load-store-aggregate.ll
…
memcpy-align.ll
Remove the arm_aapcscc marker from the tests. It is the default
2010-06-15 19:04:29 +00:00
memcpy-from-global.ll
…
memset-aggregate-byte-leader.ll
…
memset-aggregate.ll
…
nonzero-first-index.ll
…
not-a-vector.ll
…
only-memcpy-uses.ll
Only convert allocas to scalars if it is profitable. The profitability metric I
2011-03-16 00:13:44 +00:00
phi-select.ll
…
phinodepromote.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
select_promote.ll
…
sroa_two.ll
…
sroa-fca.ll
…
union-fp-int.ll
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test
2009-11-03 15:29:06 +00:00
union-packed.ll
…
union-pointer.ll
…
vector_memcpy.ll
…
vector_promote.ll
…
volatile.ll
…