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-05 12:31:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
c7a884040e
llvm-6502
/
test
/
Transforms
History
Nuno Lopes
d72d67da07
bounds checking: add support for byval arguments
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@157498
91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-25 21:15:17 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BlockPlacement
BoundsChecking
bounds checking: add support for byval arguments
2012-05-25 21:15:17 +00:00
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the same switch instruction by doing union of ranges (which may still be conservative, but it's more aggressive than before)
2012-05-18 21:02:10 +00:00
DeadArgElim
DeadStoreElimination
Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.
2012-05-10 18:57:38 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Teach Function::hasAddressTaken that BlockAddress doesn't really take
2012-05-12 08:30:16 +00:00
GVN
Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from the
2012-05-22 14:17:53 +00:00
IndVarSimplify
Inline
Fix the inliner so that the optsize function attribute don't alter the
2012-05-23 13:42:57 +00:00
InstCombine
revert my previous patches that introduced an additional parameter to the objectsize intrinsic.
2012-05-22 15:25:31 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
formatting change: strip debug info from test
2012-05-10 16:55:31 +00:00
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LSR fix: add a missing phi check during IV hoisting.
2012-05-22 17:39:59 +00:00
LoopUnroll
LoopUnswitch
Do not pass an invalid domtree to SimplifyInstruction from
2012-05-20 01:32:09 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
PR1255 related changes (case ranges):
2012-05-24 09:33:20 +00:00
Mem2Reg
MemCpyOpt
Move the capture analysis from MemoryDependencyAnalysis to a more general place
2012-05-14 20:35:04 +00:00
MergeFunc
ObjCARC
Fix replacing all the users of objc weak runtime routines
2012-05-18 22:17:29 +00:00
PhaseOrdering
PruneEH
Reassociate
Make the reassociation pass more powerful so that it can handle expressions
2012-05-25 12:03:02 +00:00
ScalarRepl
Do not eliminate allocas whose alignment exceeds that of the
2012-05-19 22:52:10 +00:00
SCCP
SimplifyCFG
SimplifyLibCalls
revert my previous patches that introduced an additional parameter to the objectsize intrinsic.
2012-05-22 15:25:31 +00:00
Sink
StripSymbols
TailCallElim
TailDup