llvm-6502/lib/Transforms/Scalar
Owen Anderson c0755a6f98 An sret parameter is required to be the first parameter, so there's no need to loop
over all the parameters of the callee looking for it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47309 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-19 03:15:29 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp Make sure the caller doesn't use freed memory. 2008-01-20 16:51:46 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp Be more precise when eliminating pointers bue to memcpy's. This allows more 2008-02-04 04:53:00 +00:00
GCSE.cpp
GVN.cpp An sret parameter is required to be the first parameter, so there's no need to loop 2008-02-19 03:15:29 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Correctly fold divide-by-constant, even when faced with overflow. 2008-02-18 22:48:05 +00:00
LICM.cpp Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
LoopIndexSplit.cpp If loop header is also loop exiting block then OrigPN is incoming value for B loop header. 2008-02-14 23:18:47 +00:00
LoopRotation.cpp Fix PR2028 2008-02-15 01:24:49 +00:00
LoopStrengthReduce.cpp Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
LoopUnroll.cpp Be more careful modifying the use_list while also iterating through it. 2008-01-27 18:35:00 +00:00
LoopUnswitch.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp
Reassociate.cpp simplify some code, BreakUpSubtract always returns nonnull now. 2008-02-18 02:18:25 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix scalarrepl to not 'miscompile' undefined code, part #2. 2008-02-10 19:05:37 +00:00
SCCP.cpp Fix PR1938 by forcing the code that uses an undefined value to branch one 2008-01-28 00:32:30 +00:00
SimplifyCFG.cpp simplify code, no functionality change. 2008-02-14 07:39:01 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp