llvm-6502/lib/Transforms/Scalar
Chris Lattner 0864acf07b Add a transformation to turn:
malloc Ty, C
int
  malloc [C x Ty], 1


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4534 91177308-0d34-0410-b5e6-96231b3b80d8
2002-11-04 16:18:53 +00:00
..
ADCE.cpp
BreakCriticalEdges.cpp BreakCriticalEdges should update dominance frontier information as well as 2002-10-31 02:44:36 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DecomposeMultiDimRefs.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Add a transformation to turn: 2002-11-04 16:18:53 +00:00
LICM.cpp
Makefile
PiNodeInsertion.cpp
Reassociate.cpp Fixes to the reassociate pass to make it respect dominance properties 2002-10-31 17:12:59 +00:00
SCCP.cpp Make sure to _delete_ memory allocated by worklists 2002-11-04 02:54:22 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp