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-30 02:32:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b51633b476
llvm-6502
/
test
/
Transforms
History
Chris Lattner
72eaa0e5eb
deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@112763
91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-01 23:09:27 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
Rename test directory to reflect new pass name.
2010-08-31 07:50:31 +00:00
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt
GVN
Correct bogus module triple specifications.
2010-08-30 10:48:29 +00:00
IndVarSimplify
Correct bogus module triple specifications.
2010-08-30 10:48:29 +00:00
Inline
InstCombine
Remove r111665, which implemented store-narrowing in InstCombine. Chris discovered a miscompilation in it, and it's not easily
2010-08-31 04:41:06 +00:00
Internalize
IPConstantProp
JumpThreading
Merge 2010-08-31-InfiniteRecursion.ll into crash.ll.
2010-08-31 20:27:17 +00:00
LCSSA
LICM
licm is wasting time hoisting constant foldable operations,
2010-08-31 23:00:16 +00:00
LoopDeletion
LoopIndexSplit
LoopRotate
LoopSimplify
LoopStrengthReduce
Correct bogus module triple specifications.
2010-08-30 10:48:29 +00:00
LoopUnroll
LoopUnswitch
Fix loop unswitching's assumption that a code path which either
2010-09-01 21:46:45 +00:00
LowerAtomic
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PartialSpecialize
PruneEH
Reassociate
ScalarRepl
deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
2010-09-01 23:09:27 +00:00
SCCP
SimplifyCFG
Correct bogus module triple specifications.
2010-08-30 10:48:29 +00:00
SimplifyLibCalls
Sink
SRETPromotion
StripSymbols
TailCallElim
merge two tests.
2010-08-31 18:44:03 +00:00
TailDup
The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!
2010-09-01 18:32:56 +00:00