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-06 20:32:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
9777e7afd4
llvm-6502
/
test
/
Transforms
History
Devang Patel
949666ea16
While hoisting common code from if/else, hoist debug info intrinsics if they match.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@129078
91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-07 17:27:36 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
Constant folding support for calls to umul.with.overflow(), basically identical to the smul.with.overflow() code.
2011-03-27 14:26:13 +00:00
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
* The DSE code that tested for overlapping needed to take into account the fact
2011-03-30 21:37:19 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Add an optimization to GlobalOpt that eliminates calls to __cxa_atexit, if the function passed is empty.
2011-03-20 17:59:11 +00:00
GVN
IndVarSimplify
Avoid creating canonical induction variables for non-native types.
2011-03-18 16:50:32 +00:00
Inline
InstCombine
This testcase passed even without the fix. Added the target info to make the
2011-04-06 11:18:29 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction
2011-04-02 22:45:17 +00:00
LCSSA
Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.
2011-03-15 07:41:25 +00:00
LICM
PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad
2011-04-07 01:35:06 +00:00
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
Avoid creating canonical induction variables for non-native types.
2011-03-18 16:50:32 +00:00
LoopStrengthReduce
Avoid creating canonical induction variables for non-native types.
2011-03-18 16:50:32 +00:00
LoopUnroll
LoopUnswitch
LowerAtomic
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PruneEH
Reassociate
ScalarRepl
Do some simple copy propagation through integer loads and stores when promoting
2011-03-29 05:19:52 +00:00
SCCP
SimplifyCFG
While hoisting common code from if/else, hoist debug info intrinsics if they match.
2011-04-07 17:27:36 +00:00
SimplifyLibCalls
Sink
SRETPromotion
StripSymbols
TailCallElim
TailDup