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
2024-12-14 11:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e4e742a62d
llvm-6502
/
test
/
Transforms
History
Nadav Rotem
30bbf070a2
Fix PR16571, which is a bug in the code that checks that all of the types in the bundle are uniform.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@185970
91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-09 21:38:08 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadArgumentElimination: keep return value on functions that have a live argument with the 'returned' attribute (rather than generate invalid IR); however, if both can be eliminated, both will be
2013-06-30 20:26:21 +00:00
DeadStoreElimination
DebugIR
Adding tests for DebugIR pass
2013-06-28 20:37:20 +00:00
EarlyCSE
FunctionAttrs
Extend 'readonly' and 'readnone' to work on function arguments as well as
2013-07-06 00:29:58 +00:00
GCOVProfiling
GlobalDCE
GlobalOpt
Always remove an alias when we rename the target.
2013-06-12 16:45:47 +00:00
GVN
Eliminate trivial redundant loads across nocapture+readonly calls to uncaptured
2013-07-07 10:15:16 +00:00
IndVarSimplify
IndVarSimplify: check if loop invariant expansion can trap
2013-06-04 17:51:58 +00:00
Inline
InstCombine
ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
2013-07-09 18:11:10 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LSR: Fix the parameters used to compute the scaling factor cost.
2013-06-19 19:59:41 +00:00
LoopUnroll
Prevent loop-unroll from making assumptions about undefined behavior.
2013-05-31 23:34:46 +00:00
LoopUnswitch
LoopVectorize
LoopVectorize: Math functions only read rounding mode
2013-07-01 00:54:44 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
Fix a potential bug in r183584.
2013-06-08 04:56:05 +00:00
MergeFunc
MetaRenamer
ObjCARC
[objc-arc] Committed test for r185770 as per dblaikie's suggestion.
2013-07-08 02:13:47 +00:00
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
ScalarRepl
Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.
2013-06-25 19:09:50 +00:00
SCCP
SimplifyCFG
SimplifyCFG: Teach switch generation some patterns that instcombine forms.
2013-07-04 14:22:02 +00:00
Sink
SLPVectorizer
Fix PR16571, which is a bug in the code that checks that all of the types in the bundle are uniform.
2013-07-09 21:38:08 +00:00
SROA
StripSymbols
StructurizeCFG
Move StructurizeCFG out of R600 to generic Transforms.
2013-06-19 20:18:24 +00:00
TailCallElim
[TRE] Combined another test into basic.ll
2013-07-05 22:24:06 +00:00
TailDup