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-13 20:32:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
755aabc04e
llvm-6502
/
test
/
Transforms
History
Michael Gottesman
755aabc04e
[objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated.ll -> intrinsic-use-isolated.ll to match the other test file intrinsic-use.ll.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@179971
91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-21 01:42:24 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
CostModel: increase the default cost of supported floating point operations from 1 to two. Fixed a few tests that changes because now the cost of one insert + a vector operation on two doubles is lower than two scalar operations on doubles.
2013-04-12 21:15:03 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
Revert "PR14606: debug info imported_module support"
2013-04-19 07:47:16 +00:00
DeadStoreElimination
EarlyCSE
FunctionAttrs
GCOVProfiling
Revert "PR14606: debug info imported_module support"
2013-04-19 07:47:16 +00:00
GlobalDCE
Revert 179826. Tests were worthless.
2013-04-19 09:32:30 +00:00
GlobalOpt
GVN
IndVarSimplify
Inline
InstCombine
recommit tests
2013-04-20 17:39:52 +00:00
InstSimplify
ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.
2013-04-19 16:56:24 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize
LoopVectorizer: Recognize min/max reductions
2013-04-18 17:22:34 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
MergeFunc: Make pointer and integer types generate the same hash.
2013-04-19 23:06:44 +00:00
MetaRenamer
ObjCARC
[objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated.ll -> intrinsic-use-isolated.ll to match the other test file intrinsic-use.ll.
2013-04-21 01:42:24 +00:00
PhaseOrdering
Revert 179826. Tests were worthless.
2013-04-19 09:32:30 +00:00
PruneEH
Reassociate
Reg2Mem
ScalarRepl
SCCP
SimplifyCFG
SimplifyCFG: If convert single conditional stores
2013-04-20 21:42:09 +00:00
SimplifyLibCalls
Sink
SLPVectorizer
Fix PR15800. Do not try to vectorize vectors and structs.
2013-04-20 22:29:43 +00:00
SROA
StripSymbols
TailCallElim
TailDup