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
2026-03-13 12:43:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
a9a9779b11e6edcaac6a5532ebe5b448a54d76d6
llvm-6502
/
test
/
Transforms
/
LoopStrengthReduce
History
…
..
ARM
…
X86
…
2005-08-15-AddRecIV.ll
…
2005-08-17-OutOfLoopVariant.ll
…
2005-09-12-UsesOutOutsideOfLoop.ll
…
2007-04-23-UseIterator.ll
…
2008-08-13-CmpStride.ll
…
2008-08-14-ShadowIV.ll
…
2008-09-09-Overflow.ll
…
2009-01-13-nonconstant-stride-outside-loop.ll
…
2009-04-28-no-reduce-mul.ll
…
2011-07-19-CritEdgeBreakCrash.ll
…
2011-07-20-DoubleIV.ll
…
2011-10-03-CritEdgeMerge.ll
…
2011-10-06-ReusePhi.ll
…
2011-10-13-SCEVChain.ll
…
2011-10-14-IntPtr.ll
Fix SCEVExpander assert during LSR: "argument of incompatible type".
2011-10-15 06:19:55 +00:00
2011-12-19-PostincQuadratic.ll
…
2012-01-02-nopreheader.ll
…
2012-01-16-nopreheader.ll
…
2012-03-15-nopreheader.ll
…
2012-03-26-constexpr.ll
…
2012-07-13-ExpandUDiv.ll
…
2012-07-18-LimitReassociate.ll
…
addrec-gep.ll
…
count-to-zero.ll
Reapply the new LoopStrengthReduction code, with compile time and
2010-02-12 10:34:29 +00:00
dead-phi.ll
…
different-type-ivs.ll
…
dominate-assert.ll
…
dont_insert_redundant_ops.ll
…
dont_reduce_bytes.ll
…
dont_reverse.ll
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
dont-hoist-simple-loop-constants.ll
…
exit_compare_live_range.ll
…
hoist-parent-preheader.ll
…
invariant_value_first_arg.ll
…
invariant_value_first.ll
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
ivchain.ll
…
lit.local.cfg
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
2012-02-16 06:28:33 +00:00
nested-reduce.ll
…
nonlinear-postinc.ll
…
ops_after_indvar.ll
Removed colons from some target datalayout strings in test, since they don't match the required format.
2011-10-12 22:24:17 +00:00
phi_node_update_multiple_preds.ll
…
post-inc-icmpzero.ll
…
pr2537.ll
…
pr2570.ll
…
pr3086.ll
…
pr3399.ll
…
pr3571.ll
…
pr12018.ll
…
pr12048.ll
…
pr12691.ll
Make sure HoistInsertPosition finds a position that is dominated by all
2012-04-30 03:53:06 +00:00
preserve-gep-loop-variant.ll
…
quadradic-exit-value.ll
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
related_indvars.ll
…
remove_indvar.ll
…
share_code_in_preheader.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
share_ivs.ll
…
uglygep.ll
…
use_postinc_value_outside_loop.ll
…
var_stride_used_by_compare.ll
…
variable_stride.ll
…