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
07071c1c75
llvm-6502
/
test
/
Transforms
History
Benjamin Kramer
7f07d2fbcf
SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@162383
91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-22 19:39:15 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
During the CodeGenPrepare we often lower intrinsics (such as objsize)
2012-08-14 05:19:07 +00:00
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
Change greater than to greater than or equal so that an identical sized store to the same offset is treated as completing overwriting.
2012-08-14 07:32:05 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Add testcases for GlobalOpt changes in r160693 and r160757.
2012-07-29 01:15:37 +00:00
GVN
Fix broken check lines.
2012-08-17 12:28:26 +00:00
IndVarSimplify
Inline
Fix broken check lines.
2012-08-17 12:28:26 +00:00
InstCombine
Port the global copy optimization from the SROA pass to InstCombine.
2012-08-21 08:39:44 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
Avoid recomputing the unique exit blocks and their insert points when doing
2012-08-08 00:00:26 +00:00
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
During the CodeGenPrepare we often lower intrinsics (such as objsize)
2012-08-14 05:19:07 +00:00
LoopUnroll
LoopUnswitch
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
ObjCARC
Fix broken check lines.
2012-08-17 12:28:26 +00:00
PhaseOrdering
PruneEH
The normal edge of an invoke is not allowed to branch to a block with a
2012-08-10 20:55:20 +00:00
Reassociate
ScalarRepl
Port the global copy optimization from the SROA pass to InstCombine.
2012-08-21 08:39:44 +00:00
SCCP
SimplifyCFG
The normal edge of an invoke is not allowed to branch to a block with a
2012-08-10 20:55:20 +00:00
SimplifyLibCalls
SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.
2012-08-22 19:39:15 +00:00
Sink
StripSymbols
TailCallElim
TailDup