llvm-6502/test/Transforms
Renato Golin 0261cea689 Adding simple cast cost to ARM
Changing ARMBaseTargetMachine to return ARMTargetLowering intead of
the generic one (similar to x86 code).

Tests showing which instructions were added to cast when necessary
or cost zero when not. Downcast to 16 bits are not lowered in NEON,
so costs are not there yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173849 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-29 23:31:38 +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
DeadStoreElimination
EarlyCSE
FunctionAttrs Convert getAttributes() to return an AttributeSetNode. 2013-01-29 03:20:31 +00:00
GlobalDCE
GlobalOpt Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard address spaces. 2013-01-10 10:31:11 +00:00
GVN
IndVarSimplify
Inline Convert getAttributes() to return an AttributeSetNode. 2013-01-29 03:20:31 +00:00
InstCombine ConstantFolding: Add a missing folding that leads to a miscompile. 2013-01-24 16:28:28 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM LICM: Hoist insertvalue/extractvalue out of loops. 2013-01-09 18:12:03 +00:00
LoopDeletion
LoopIdiom PR14904: Segmentation fault running pass 'Recognize loop idioms' 2013-01-10 23:32:01 +00:00
LoopRotate
LoopSimplify
LoopStrengthReduce Remove target triple from an LSR test. 2013-01-22 00:57:16 +00:00
LoopUnroll
LoopUnswitch
LoopVectorize Adding simple cast cost to ARM 2013-01-29 23:31:38 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc CastInst::castIsValid should return true if the dest type is the same as 2013-01-10 23:22:53 +00:00
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 Re-revert r173342, without losing the compile time improvements, flat 2013-01-27 06:42:03 +00:00
SimplifyLibCalls
Sink
SROA
StripSymbols
TailCallElim Converted test dont-tce-tail-marked-call.ll to use FileCheck. 2013-01-11 04:16:35 +00:00
TailDup