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-01-01 00:33:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
016c679c50
llvm-6502
/
test
/
Transforms
History
Jakob Stoklund Olesen
f5782e2d60
FileCheckize
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@155010
91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-18 17:01:26 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
Fix an error in BBVectorize important for vectorizing pointer types.
2012-04-14 07:32:50 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global that we just determined to be constant, replace all loads from it with a zero value.
2012-03-28 14:50:09 +00:00
GVN
Don't PRE compares.
2012-03-29 17:22:39 +00:00
IndVarSimplify
Inline
Sink the collection of return instructions until after *all*
2012-04-06 17:21:31 +00:00
InstCombine
FileCheckize
2012-04-18 17:01:26 +00:00
InstSimplify
Revert r153521 as it's causing large regressions on the nightly testers.
2012-03-28 18:42:50 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
Fix ValueTracking to conclude that debug intrinsics are safe to
2012-04-07 19:22:18 +00:00
LoopSimplify
LoopStrengthReduce
Flip the new block-placement pass to be on by default.
2012-04-16 13:49:17 +00:00
LoopUnroll
Fix 12513: Loop unrolling breaks with indirect branches.
2012-04-10 05:14:42 +00:00
LoopUnswitch
Fix 12513: Loop unrolling breaks with indirect branches.
2012-04-10 05:14:42 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
ObjCARC
Consider ObjC runtime calls objc_storeWeak and others which make a copy of
2012-04-13 18:28:58 +00:00
PhaseOrdering
PruneEH
Reassociate
ScalarRepl
SCCP
SimplifyCFG
SimplifyLibCalls
FileCheckify, un-XFAIL SimplifyLibCalls/floor test
2012-04-18 00:36:07 +00:00
Sink
StripSymbols
TailCallElim
TailDup
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
2012-03-25 09:02:19 +00:00