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
2024-12-15 04:30:12 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b31a11b466
llvm-6502
/
test
/
Transforms
History
Owen Anderson
7c73b8b180
Previous revert failed to remove this file.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@111582
91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-19 23:45:15 +00:00
..
ABCD
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt
GVN
IndVarSimplify
Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variable
2010-07-26 18:28:14 +00:00
Inline
InstCombine
Previous revert failed to remove this file.
2010-08-19 23:45:15 +00:00
Internalize
IPConstantProp
JumpThreading
Fix PR7755: knowing something about an inval for a pred
2010-08-18 03:14:36 +00:00
LCSSA
Avoid depending on LCSSA implicitly pulling in LoopSimplify.
2010-07-26 18:00:43 +00:00
LICM
LoopDeletion
LoopIndexSplit
LoopRotate
When rotating loops, put the original header at the bottom of the
2010-08-17 17:39:21 +00:00
LoopSimplify
LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867.
2010-08-14 00:43:09 +00:00
LoopStrengthReduce
Move x86-specific tests out of test/Transforms/LoopStrengthReduce and
2010-08-05 17:04:15 +00:00
LoopUnroll
LoopUnswitch
LowerAtomic
Add an atomic lowering pass
2010-08-03 16:19:16 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
Arrays and vectors with different numbers of elements are not equivalent.
2010-07-16 06:31:12 +00:00
PartialSpecialize
Fixed and reactivated a partial specialization test
2010-08-19 12:42:38 +00:00
PruneEH
Reassociate
ScalarRepl
Fix the second half of PR7437: scalarrepl wasn't preserving
2010-07-08 00:27:05 +00:00
SCCP
fix PR7876: If ipsccp decides that a function's address is taken
2010-08-12 22:25:23 +00:00
SimplifyCFG
Instead, teach SimplifyCFG to trim non-address-taken blocks from
2010-08-16 14:41:14 +00:00
SimplifyLibCalls
Sink
SRETPromotion
SSI
StripSymbols
Prevent test from hanging waiting for input.
2010-07-01 22:57:11 +00:00
TailCallElim
Handle the case of a tail recursion in which the tail call is followed
2010-07-13 15:41:41 +00:00
TailDup