llvm-6502/test/Transforms
Duncan Sands fec2c2bf5e When PruneEH turned an invoke into an ordinary
call (thus changing the call site) it didn't
inform the callgraph about this.  But the
call site does matter - as shown by the testcase,
the callgraph become invalid after the inliner
ran (with an edge between two functions simply
missing), resulting in wrong deductions by
GlobalsModRef.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55872 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-06 17:19:29 +00:00
..
ADCE
ArgumentPromotion Restructure ArgumentPromotion a bit. Instead of just having a single boolean 2008-07-29 10:00:13 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CondProp
ConstantMerge
ConstProp
DeadArgElim Un-XFAIL multdeadretval, since instcombine now properly handles the mess deadargelim leaves behind :-) 2008-07-16 12:56:52 +00:00
DeadStoreElimination Add support for eliminating stores that store the same value that was just loaded. 2008-07-28 16:14:26 +00:00
GlobalDCE
GlobalOpt Make GlobalOpt preserve address spaces when scalar replacing aggregate globals. 2008-07-17 11:59:53 +00:00
GVN
GVNPRE
IndVarsSimplify
Inline respect inline=never and inline=always notes. 2008-09-02 22:16:13 +00:00
InstCombine Don't crash when trying to constant fold a vector with some elements that can't 2008-09-03 05:54:33 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
LoopDeletion
LoopIndexSplit
LoopRotate
LoopSimplify
LoopStrengthReduce Check iteration count. 2008-09-03 00:10:56 +00:00
LoopUnroll Add -unroll-allow-partial command line option that enabled the loop unroller to 2008-07-29 13:21:23 +00:00
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
PredicateSimplifier
PruneEH When PruneEH turned an invoke into an ordinary 2008-09-06 17:19:29 +00:00
RaiseAllocations
Reassociate Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
ScalarRepl Fix PR2423 by checking all indices for out of range access, not only 2008-08-23 05:21:06 +00:00
SCCP Fix SCCP's handling of struct value loads and stores. SCCP doesn't 2008-08-13 21:22:48 +00:00
SimplifyCFG Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
SimplifyLibCalls
SRETPromotion Add a basic test for the SRETPromotion pass. 2008-08-07 15:55:18 +00:00
StripSymbols
TailCallElim
TailDup