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-04 05:31:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6a40db40ee
llvm-6502
/
test
/
Transforms
History
Andrew Trick
57fa912be7
tabs-to-spaces
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@171550
91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-04 23:11:35 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
Make opt grab the triple from the module and use it to initialize the target machine.
2013-01-01 08:00:32 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
DeadStoreElimination
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
GVN
Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
2013-01-04 19:19:47 +00:00
IndVarSimplify
Inline
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 14:04:36 +00:00
InstCombine
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
LCSSA
LICM
tabs-to-spaces
2013-01-04 23:11:35 +00:00
LoopDeletion
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize
Do not vectorize loops with subtraction reductions
2013-01-04 22:10:16 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
MetaRenamer
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
ObjCARC
PhaseOrdering
PruneEH
Reassociate
ScalarRepl
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
SCCP
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
SimplifyCFG
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
SimplifyLibCalls
Sink
SROA
StripSymbols
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 13:57:25 +00:00
TailCallElim
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-01 14:04:36 +00:00
TailDup