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-21 16:31:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a9a9c95f67
llvm-6502
/
test
/
Transforms
History
Dan Gohman
ff2483a109
Add a testcase for r83011.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@83012
91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-28 21:03:02 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
CondProp
ConstantMerge
ConstProp
Peer through zext and sext to eliminate them when it is safe to do so.
2009-09-20 07:31:25 +00:00
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt
Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests.
2009-09-25 18:11:52 +00:00
GVN
fix PR5016, a crash I introduced in GVN handing first class
2009-09-21 17:24:04 +00:00
GVNPRE
IndMemRem
IndVarSimplify
Add a testcase for r83011.
2009-09-28 21:03:02 +00:00
Inline
InstCombine
The select instruction is not neccesarily in the same block as the
2009-09-28 06:49:44 +00:00
Internalize
IPConstantProp
Constant propagating byval pointer is safe if function is readonly.
2009-09-24 18:33:42 +00:00
JumpThreading
LCSSA
Move the dominator verification code out of special code embedded within
2009-09-28 00:27:48 +00:00
LICM
LoopDeletion
LoopIndexSplit
LoopRotate
Add a testcase to help test analysis preservation.
2009-09-28 18:40:27 +00:00
LoopSimplify
Move the dominator verification code out of special code embedded within
2009-09-28 00:27:48 +00:00
LoopStrengthReduce
LoopUnroll
LoopUnswitch
Move the dominator verification code out of special code embedded within
2009-09-28 00:27:48 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
Fix PR5023: The instruction form of DominatorTree::dominates did not
2009-09-21 22:39:35 +00:00
MemCpyOpt
MergeFunc
PredicateSimplifier
PruneEH
RaiseAllocations
Reassociate
ScalarRepl
SCCP
SimplifyCFG
SimplifyLibCalls
Fix SimplifyLibCalls to transfer attributes from callees rather than
2009-09-26 18:10:13 +00:00
SRETPromotion
SSI
StripSymbols
TailCallElim
TailDup