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-19 01:34:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7239b51694
llvm-6502
/
test
/
Transforms
History
Dan Gohman
126b56659c
Add a testcase for PR2831.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@76527
91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-21 01:02:18 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
CondProp
ConstantMerge
ConstProp
Remove the vicmp and vfcmp instructions. Because we never had a release with
2009-07-08 03:04:38 +00:00
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt
GVN
Move the re-sort of invalidated NonLocalPointerDeps cache earlier
2009-07-13 17:14:23 +00:00
GVNPRE
IndMemRem
IndVarSimplify
The upper argument of ConstantRange is exclusive, not inclusive.
2009-07-20 22:34:18 +00:00
Inline
InstCombine
Add a testcase for PR2831.
2009-07-21 01:02:18 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
Fix LCSSA to avoid emitting a PHI node for the unwind destination of
2009-06-26 00:31:13 +00:00
LICM
LoopDeletion
LoopIndexSplit
Don't try to split a loop when the controlling icmp instruction
2009-06-27 22:58:27 +00:00
LoopRotate
LoopSimplify
Teach LoopSimplify how to merge multiple loop exits into a single exit,
2009-06-27 21:30:38 +00:00
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PredicateSimplifier
PruneEH
RaiseAllocations
Reassociate
ScalarRepl
SCCP
SimplifyCFG
Revert 75571; I'm convinced this isn't the right thing to do.
2009-07-14 17:48:25 +00:00
SimplifyLibCalls
Fix simplifylibcalls memset recognition to work on 64-bit platforms
2009-07-18 08:34:51 +00:00
SRETPromotion
SSI
There's no need to consider PHI nodes in the same block as the instruction
2009-07-09 15:59:27 +00:00
StripSymbols
TailCallElim
TailDup