llvm-6502/lib/Transforms/Utils
Chris Lattner ad80a46caa Fix iterator invalidation problem
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5895 91177308-0d34-0410-b5e6-96231b3b80d8
2003-04-24 17:52:20 +00:00
..
BasicBlockUtils.cpp - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
BreakCriticalEdges.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
CloneFunction.cpp Refactor CloneFunction to expose the new CloneBasicBlock function 2003-04-18 03:50:09 +00:00
CloneModule.cpp Make sure that the cloned module retains the type symbol table entries! 2003-04-24 17:15:33 +00:00
DemoteRegToStack.cpp This file implements the function DemoteRegToStack(), which takes a 2002-12-10 13:07:58 +00:00
Linker.cpp Fix Bug: Linker/2003-04-23-LinkOnceLost.ll 2003-04-23 18:38:39 +00:00
Local.cpp Rename Instruction::hasSideEffects() -> mayWriteToMemory() 2003-02-24 20:48:32 +00:00
LoopSimplify.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
LowerAllocations.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
LowerSwitch.cpp New pass to lower switch instructions to branch instructions 2003-04-23 16:23:59 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Mem2Reg.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
PromoteMemoryToRegister.cpp Fix iterator invalidation problem 2003-04-24 17:52:20 +00:00
SimplifyCFG.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
UnifyFunctionExitNodes.cpp * We now preserve the no-critical-edge pass (because we cannot insert critical edges) 2003-03-31 17:30:25 +00:00
ValueMapper.cpp New const_cast instead of c style cast 2003-04-18 03:49:49 +00:00
ValueMapper.h Initial checkin of Module cloning support stuff 2002-11-20 20:47:41 +00:00