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-08 03:30:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
5f94af0f72
llvm-6502
/
test
/
Transforms
History
Chris Lattner
5f94af0f72
fix an infinite loop in reassociate building emacs.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@92679
91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-05 04:55:35 +00:00
..
ABCD
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
Fix PR5551 by not ignoring the top level constantexpr when
2009-12-04 06:29:29 +00:00
DeadArgElim
DeadStoreElimination
Fix some CHECK lines which were ignored by accident.
2009-12-12 09:25:50 +00:00
FunctionAttrs
GlobalDCE
GlobalOpt
fix two bogus tests that the asmparser now rejects.
2009-12-30 05:54:51 +00:00
GVN
fix an overly conservative caching issue that caused memdep to
2009-12-19 21:29:22 +00:00
IndVarSimplify
Make getUniqueExitBlocks's precondition assert more precise, to
2009-12-11 20:05:23 +00:00
Inline
InstCombine
Truncate GEP indexes larger than the pointer size down to pointer size
2010-01-04 18:57:15 +00:00
Internalize
IPConstantProp
JumpThreading
fix PR5698
2009-12-06 17:17:23 +00:00
LCSSA
LICM
Remove dead debug info intrinsics.
2010-01-05 01:10:40 +00:00
LoopDeletion
LoopIndexSplit
LoopRotate
fix PR5837 by having SSAUpdate reuse phi nodes for the
2009-12-21 07:16:11 +00:00
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PruneEH
Reassociate
fix an infinite loop in reassociate building emacs.
2010-01-05 04:55:35 +00:00
ScalarRepl
Generalize SROA to allow the first index of a GEP to be non-zero. Add a
2009-12-22 06:57:14 +00:00
SCCP
SimplifyCFG
fix two bogus tests that the asmparser now rejects.
2009-12-30 05:54:51 +00:00
SimplifyLibCalls
move an optimization for memcmp out of simplifylibcalls and into
2009-12-24 00:37:38 +00:00
SRETPromotion
SSI
StripSymbols
TailCallElim
TailDup