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-07 11:33:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
97ebecaa79
llvm-6502
/
test
/
Transforms
History
NAKAMURA Takumi
f5b39cd8de
Formatting.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@174380
91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-05 15:32:16 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
ConstantFolding: Add a missing folding that leads to a miscompile.
2013-01-24 16:28:28 +00:00
CorrelatedValuePropagation
DeadArgElim
Remove the (apparently) unnecessary debug info metadata indirection.
2013-02-02 05:56:24 +00:00
DeadStoreElimination
EarlyCSE
FunctionAttrs
Convert getAttributes() to return an AttributeSetNode.
2013-01-29 03:20:31 +00:00
GlobalDCE
GlobalOpt
Add code to GlobalVariable.h so that global variables marked as
2013-02-05 06:53:26 +00:00
GVN
IndVarSimplify
Inline
Remove the AttrBuilder form of the Attribute::get creators.
2013-01-31 23:16:25 +00:00
InstCombine
Revert r174152. The shift amount may overflow and in that case this transformation is illegal.
2013-02-01 07:59:33 +00:00
InstSimplify
Add a testcase for some past-the-end address subtleties.
2013-02-01 19:37:52 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
Remove target triple from an LSR test.
2013-01-22 00:57:16 +00:00
LoopUnroll
LoopUnswitch
LoopVectorize
Formatting.
2013-02-05 15:32:16 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
Remove the AttrBuilder form of the Attribute::get creators.
2013-01-31 23:16:25 +00:00
MergeFunc
MetaRenamer
ObjCARC
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2013-01-22 14:39:21 +00:00
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
ScalarRepl
FileCheck-ify some grep tests
2013-01-25 22:11:46 +00:00
SCCP
SimplifyCFG
Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit with current llvm style for test names.
2013-01-31 01:04:23 +00:00
SimplifyLibCalls
Sink
SROA
StripSymbols
TailCallElim
TailDup