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 18:31:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3ee0af3584
llvm-6502
/
test
/
Transforms
History
Frits van Bommel
3ee0af3584
Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@120316
91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-29 20:36:52 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
Add a test for CodeGenPrepare's ability to look through PHI nodes when performing
2010-11-19 22:34:53 +00:00
ConstantMerge
ConstProp
Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue.
2010-11-29 20:36:52 +00:00
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
implement PR8576, deleting dead stores with intervening may-alias stores.
2010-11-21 07:34:32 +00:00
FunctionAttrs
Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis
2010-11-10 01:02:18 +00:00
GlobalDCE
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
GlobalOpt
GVN
Completely rework the datastructure GVN uses to represent the value number to leader mapping. Previously,
2010-11-18 18:32:40 +00:00
IndVarSimplify
Inline
InstCombine
The srem -> urem transform is not safe for any divisor that's not a power of two.
2010-11-23 20:33:57 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
Factor code for testing whether replacing one value with another
2010-11-18 19:59:41 +00:00
LowerAtomic
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
Implement PR8644: forwarding a memcpy value to a byval,
2010-11-21 00:28:59 +00:00
MergeFunc
PartialSpecialize
PruneEH
Reassociate
ScalarRepl
Treat a call of function pointer like a load of the pointer when considering
2010-11-24 22:04:20 +00:00
SCCP
SimplifyCFG
Factor out Instruction::isSafeToSpeculativelyExecute's code for
2010-11-11 21:23:25 +00:00
SimplifyLibCalls
Sink
SRETPromotion
StripSymbols
TailCallElim
TailDup