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
effb647154
llvm-6502
/
test
/
Transforms
History
Andrew Trick
effb647154
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. PR10920.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@139583
91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-13 05:23:49 +00:00
..
ADCE
Try to eliminate the use of the 'unwind' instruction.
2011-09-02 22:41:11 +00:00
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
Try again at r138809 (make DSE more aggressive in removing dead stores at the end of a function), now with less deleting stores before memcpy's.
2011-09-06 18:14:09 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
GVN
Mark the eh.typeid.for intrinsic as being 'const', which it is inside
2011-09-09 07:50:37 +00:00
IndVarSimplify
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. PR10920.
2011-09-13 05:23:49 +00:00
Inline
Try to eliminate the use of the 'unwind' instruction.
2011-09-02 22:41:11 +00:00
InstCombine
Forgot to add this trampoline testcase.
2011-09-07 09:21:38 +00:00
InstSimplify
InstSimplify: Don't try to replace an extractvalue/insertvalue pair with the original value if types don't match.
2011-09-05 18:16:19 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
Try to eliminate the use of the 'unwind' instruction.
2011-09-02 22:41:11 +00:00
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
Generalize test case to handle multiple indvars modes.
2011-09-13 03:17:25 +00:00
LoopStrengthReduce
LoopUnroll
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. PR10920.
2011-09-13 05:23:49 +00:00
LoopUnswitch
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
ObjCARC
PhaseOrdering
PruneEH
Reassociate
ScalarRepl
SCCP
SimplifyCFG
Delete trivial landing pads that just continue unwinding the caught
2011-09-05 12:57:57 +00:00
SimplifyLibCalls
Sink
StripSymbols
TailCallElim
Try to eliminate the use of the 'unwind' instruction.
2011-09-02 22:41:11 +00:00
TailDup