llvm-6502/lib/Transforms/Scalar
Reid Spencer 551ccae044 Changes For Bug 352
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16137 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-01 22:55:40 +00:00
..
ADCE.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
BasicBlockPlacement.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
ConstantProp.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
CorrelatedExprs.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
DCE.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
DeadStoreElimination.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
DecomposeMultiDimRefs.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
GCSE.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
IndVarSimplify.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
InstructionCombining.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
LICM.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
LoopUnroll.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
LoopUnswitch.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
LowerConstantExprs.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:05:13 +00:00
LowerGC.cpp Update GC intrinsics to take a pointer to the object as well as a pointer 2004-07-22 05:51:13 +00:00
LowerPacked.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
PiNodeInsertion.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
PRE.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
Reassociate.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
ScalarReplAggregates.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
SCCP.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
SimplifyCFG.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
SymbolStripping.cpp Make this pass simply invoke SymbolTable::strip(). 2004-05-25 08:51:25 +00:00
TailDuplication.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
TailRecursionElimination.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00