llvm-6502/lib/Transforms/Utils
2009-09-28 14:38:19 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp Instruction::clone does not need to take an LLVMContext&. Remove that and 2009-09-27 07:38:41 +00:00
BasicInliner.cpp
BreakCriticalEdges.cpp Fix SplitCriticalEdge to properly update LCSSA form when splitting a 2009-09-09 18:18:18 +00:00
CloneFunction.cpp Instruction::clone does not need to take an LLVMContext&. Remove that and 2009-09-27 07:38:41 +00:00
CloneLoop.cpp
CloneModule.cpp
CMakeLists.txt
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineCost.cpp calls are already handled, malloc doesn't need a special case. 2009-09-27 21:33:46 +00:00
InlineFunction.cpp Instruction::clone does not need to take an LLVMContext&. Remove that and 2009-09-27 07:38:41 +00:00
InstructionNamer.cpp
LCSSA.cpp Remove a redundant #ifndef and add an assertion string. 2009-09-28 14:38:19 +00:00
Local.cpp Preserve ProfileInfo during CodeGenPrepare. 2009-09-16 09:26:52 +00:00
LoopSimplify.cpp Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass. 2009-09-28 14:37:51 +00:00
LowerAllocations.cpp Update malloc call creation code (AllocType is now the element type of the malloc, not the resulting type). 2009-09-18 19:20:02 +00:00
LowerInvoke.cpp back out my recent commit (r80858), it seems to break self-hosting buildbot's stage 2 configure 2009-09-03 02:02:59 +00:00
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp tidy up 2009-09-21 22:26:02 +00:00
SimplifyCFG.cpp Instruction::clone does not need to take an LLVMContext&. Remove that and 2009-09-27 07:38:41 +00:00
SSI.cpp Correctly handle the case where a comparison is created in one BasicBlock and 2009-09-10 07:02:09 +00:00
UnifyFunctionExitNodes.cpp
UnrollLoop.cpp
ValueMapper.cpp