llvm-6502/lib/Transforms/Utils
Chris Lattner 8bfc2f11a4 Now that we codegen the portable "sizeof" efficiently, we can use it for
malloc lowering.  This means that lowerallocations doesn't need targetdata
anymore.  yaay.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14835 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-15 01:08:08 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp Convert to SymbolTable's new iteration interface. 2004-05-25 08:53:40 +00:00
CloneTrace.cpp Add CloneTraceInto(), which is based on (and has mostly the same 2004-05-19 09:08:14 +00:00
CodeExtractor.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp
Local.cpp Use new IsNAN() wrapper. 2004-06-23 00:25:35 +00:00
LoopSimplify.cpp
LowerAllocations.cpp Now that we codegen the portable "sizeof" efficiently, we can use it for 2004-07-15 01:08:08 +00:00
LowerInvoke.cpp Fix one of the major things that is causing the C Backend to infinite loop 2004-05-28 05:02:13 +00:00
LowerSelect.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Change to use the StableBasicBlockNumbering class 2004-06-19 08:42:40 +00:00
SimplifyCFG.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
UnifyFunctionExitNodes.cpp Use one destination constructor for the unconditional branch. 2004-05-26 21:38:14 +00:00
ValueMapper.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
ValueMapper.h