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-11-03 14:08:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
db0d666578
llvm-6502
/
test
/
Transforms
History
Andrew Trick
0c0a3effde
Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@153259
91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-22 17:10:07 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
Eliminate switch cases that can never match, for example removes all
2012-03-09 13:45:18 +00:00
DeadArgElim
DeadStoreElimination
Reverted r152620 - DSE: Shorten memset when a later store overwrites the start of it. There were all sorts of buildbot issues
2012-02-28 05:06:24 +00:00
EarlyCSE
Fix regression from r151466: an we can't replace uses of an instruction reachable from the entry block with uses of an instruction not reachable from the entry block. PR12231.
2012-03-13 01:06:07 +00:00
FunctionAttrs
GlobalDCE
GlobalOpt
Teach globalopt how to evaluate an invoke with a non-void return type.
2012-03-13 18:01:37 +00:00
GVN
Nick pointed out on IRC that GVN's propagateEquality wasn't propagating
2012-03-04 13:25:19 +00:00
IndVarSimplify
Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.
2012-03-22 17:10:07 +00:00
Inline
Rip out support for 'llvm.noinline'. This thing has a strange history...
2012-03-16 06:10:15 +00:00
InstCombine
Factor out the multiply analysis code in ComputeMaskedBits and apply it to the
2012-03-18 23:28:48 +00:00
InstSimplify
Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->
2012-03-13 14:07:05 +00:00
Internalize
IPConstantProp
JumpThreading
enhance jump threading to preserve TBAA information when PRE'ing loads,
2012-03-13 18:07:41 +00:00
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopSimplify bug fix. Handle indirect loop back edges.
2012-03-20 21:24:52 +00:00
LoopStrengthReduce
Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.
2012-03-22 17:10:07 +00:00
LoopUnroll
Remove redundant -enable-iv-rewrite=false flags from test cases.
2012-03-22 17:09:04 +00:00
LoopUnswitch
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
ObjCARC
Short term fix for pr12270 before we change dominates to handle unreachable
2012-03-15 15:52:59 +00:00
PhaseOrdering
PruneEH
Reassociate
ScalarRepl
line endings
2012-03-15 20:24:29 +00:00
SCCP
SimplifyCFG
SimplifyLibCalls
Sink
StripSymbols
TailCallElim
TailDup