llvm-6502/lib/Transforms/Scalar
Duncan Sands cbb8badce8 Make PruneEH update the nounwind/noreturn attributes
on functions as it calculates them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44802 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 19:09:40 +00:00
..
ADCE.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp If both result of the {s|z}xt and its source are live out, rewrite all uses of the source with result of extension. 2007-12-05 23:58:20 +00:00
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp Add explicit keywords. 2007-11-19 15:30:20 +00:00
DCE.cpp
DeadStoreElimination.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
GCSE.cpp
GVN.cpp Fix several cache coherence bugs in MemDep/GVN that were found. Also add some (disabled) debugging code 2007-12-08 01:37:09 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp simplify some code. 2007-12-06 06:25:04 +00:00
LICM.cpp Integrate the readonly/readnone logic more deeply 2007-12-01 07:51:45 +00:00
LoopIndexSplit.cpp If ExitValue operand is also defined in Loop header then 2007-12-03 19:17:21 +00:00
LoopRotation.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
LoopStrengthReduce.cpp Remove indeterminism from a loop. We think this will 2007-11-17 02:48:01 +00:00
LoopUnroll.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
LoopUnswitch.cpp Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. 2007-11-27 03:43:35 +00:00
LowerGC.cpp Rather than having special rules like "intrinsics cannot 2007-12-03 20:06:50 +00:00
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp At the point of calculating the shift amount, the 2007-11-06 20:39:11 +00:00
SCCP.cpp
SimplifyCFG.cpp Make PruneEH update the nounwind/noreturn attributes 2007-12-10 19:09:40 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp