llvm-6502/lib/Transforms/Scalar
Chris Lattner 2f48686307 Initialize with the correct constant type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17270 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-27 03:55:24 +00:00
..
ADCE.cpp Getting ADCE to interact well with unreachable instructions seems like a nontrivial 2004-10-17 23:45:06 +00:00
BasicBlockPlacement.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
DecomposeMultiDimRefs.cpp
GCSE.cpp
IndVarSimplify.cpp Fix a REALLY obscure bug in my previous checkin, which was splicing the END 2004-10-12 01:02:29 +00:00
InstructionCombining.cpp Fix a bug Nate noticed, where we miscompiled a simple testcase 2004-10-22 04:53:16 +00:00
LICM.cpp
LoopStrengthReduce.cpp Initial implementation of the strength reduction for GEP instructions in 2004-10-18 21:08:22 +00:00
LoopUnroll.cpp Correction to allow compilation with Visual C++. 2004-10-18 14:38:48 +00:00
LoopUnswitch.cpp
LowerConstantExprs.cpp
LowerGC.cpp Initialize with the correct constant type 2004-10-27 03:55:24 +00:00
LowerPacked.cpp
Makefile
PRE.cpp Fix compatibility with MSVC, patch by Morten Ofstad 2004-10-25 18:45:16 +00:00
Reassociate.cpp
ScalarReplAggregates.cpp
SCCP.cpp Handle undef values as undefined on the constant lattice 2004-10-16 18:09:41 +00:00
SimplifyCFG.cpp Hrm, some people complain when the compiler cheerfully tells them what it's 2004-10-19 06:33:16 +00:00
SymbolStripping.cpp
TailDuplication.cpp
TailRecursionElimination.cpp