llvm-6502/test/Transforms
Patrik Hägglund 37d5be777c Add error handling in getInt.
Accordingly, update a testcase with a broken datalayout string.

Also, we never parse negative numbers, because '-' is used as a
separator. Therefore, use unsigned as result type.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168785 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-28 12:13:12 +00:00
..
ADCE
ArgumentPromotion
BBVectorize BBVectorize: Correctly merge SubclassOptionalData 2012-11-28 03:04:10 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
GVN Add error handling in getInt. 2012-11-28 12:13:12 +00:00
IndVarSimplify SCEV: Even if the latch terminator is foldable we can't deduce the result of an unrelated condition with it. 2012-11-27 18:16:32 +00:00
Inline Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
InstCombine instcombine: Don't replace all uses for instructions with no uses 2012-11-27 18:52:49 +00:00
InstSimplify Fast-math test for SimplifyInstruction: fold multiply by 0 2012-11-27 01:00:22 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize Add support for pointer induction variables even when there is no integer induction variable. 2012-11-25 08:41:35 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
MetaRenamer
ObjCARC
PhaseOrdering
PruneEH
Reassociate
ScalarRepl
SCCP
SimplifyCFG
SimplifyLibCalls Move sprintf simplifier tests to test/Transforms/InstCombine 2012-11-27 15:35:58 +00:00
Sink
SROA PR14055: Implement support for sub-vector operations in SROA. 2012-11-21 08:16:30 +00:00
StripSymbols
TailCallElim
TailDup