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-06 21:05:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
07acee7a09
llvm-6502
/
test
/
Transforms
History
Michael Ilseman
07acee7a09
Add back FoldOpIntoPhi optimizations with fix. Included test cases to help catch these errors and to test the presence of the optimization itself
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@170248
91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-14 22:08:26 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Revert previous check in r168581, r169079 as they are still in code review status.
2012-12-01 10:54:28 +00:00
GVN
unHECKify test. It was fixed by Chris in 2009.
2012-12-12 20:43:00 +00:00
IndVarSimplify
Follow up to 168711: It's safe to base this analysis on the found compare, just return the value for the right predicate.
2012-11-29 19:07:57 +00:00
Inline
Take into account minimize size attribute in the inliner.
2012-12-13 01:05:25 +00:00
InstCombine
Add back FoldOpIntoPhi optimizations with fix. Included test cases to help catch these errors and to test the presence of the optimization itself
2012-12-14 22:08:26 +00:00
InstSimplify
Added a slew of SimplifyInstruction floating-point optimizations, many of which take advantage of fast-math flags. Test cases included.
2012-12-12 00:27:46 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
- Re-enable population count loop idiom recognization
2012-12-09 03:12:46 +00:00
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize
Teach the cost model about the optimization in r169904: Truncation of induction variables costs the same as scalar trunc.
2012-12-13 00:21:03 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
MetaRenamer
ObjCARC
PhaseOrdering
PruneEH
Reassociate
ScalarRepl
SCCP
SimplifyCFG
Fix logic to determine whether to turn a switch into a lookup table. When
2012-11-30 02:02:42 +00:00
SimplifyLibCalls
instcombine: Migrate puts optimizations
2012-11-29 19:15:17 +00:00
Sink
SROA
Fix typo in test-case.
2012-12-12 20:29:06 +00:00
StripSymbols
TailCallElim
TailDup