llvm-6502/test/Transforms
Victor Hernandez 3a73bb38ba Invert isSafeToGetMallocArraySize check because we return NULL when we don't know the size.
Thanks to Duncan Sands for noticing this bug.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84260 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-16 18:07:17 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
CondProp
ConstantMerge
ConstProp Extend ConstantFolding to understand signed overflow variants 2009-10-05 22:53:52 +00:00
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt Invert isSafeToGetMallocArraySize check because we return NULL when we don't know the size. 2009-10-16 18:07:17 +00:00
GVN Check that GVN performs this transform even if the calls 2009-10-16 12:18:23 +00:00
IndMemRem
IndVarSimplify Add a testcase for r83011. 2009-09-28 21:03:02 +00:00
Inline When considering whether to inline Callee into Caller, 2009-10-09 00:11:32 +00:00
InstCombine make instcombine's instruction sinking more aggressive in the 2009-10-14 15:21:58 +00:00
Internalize
IPConstantProp Constant propagating byval pointer is safe if function is readonly. 2009-09-24 18:33:42 +00:00
JumpThreading when folding duplicate conditions, delete the 2009-10-11 18:39:58 +00:00
LCSSA Move the dominator verification code out of special code embedded within 2009-09-28 00:27:48 +00:00
LICM LICM shouldn't sink/delete debug information. Fix this and add a testcase. 2009-10-11 19:15:54 +00:00
LoopDeletion
LoopIndexSplit
LoopRotate Add a testcase to help test analysis preservation. 2009-09-28 18:40:27 +00:00
LoopSimplify Move the dominator verification code out of special code embedded within 2009-09-28 00:27:48 +00:00
LoopStrengthReduce
LoopUnroll
LoopUnswitch Move the dominator verification code out of special code embedded within 2009-09-28 00:27:48 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg Fix PR5023: The instruction form of DominatorTree::dominates did not 2009-09-21 22:39:35 +00:00
MemCpyOpt When extending a memset range past the front, set the alignment of the 2009-09-14 23:39:10 +00:00
MergeFunc
PruneEH
RaiseAllocations Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
Reassociate Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
ScalarRepl
SCCP Eliminate more redundant llvm-as calls. 2009-09-11 18:17:12 +00:00
SimplifyCFG change simplifycfg to not duplicate 'unwind' instructions. Hopefully 2009-10-13 18:13:05 +00:00
SimplifyLibCalls Fix SimplifyLibCalls to transfer attributes from callees rather than 2009-09-26 18:10:13 +00:00
SRETPromotion
SSI
StripSymbols
TailCallElim Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
TailDup