llvm-6502/lib/Transforms/Utils
Chris Lattner c2b97d43a0 Fix Bug: Linker/2003-04-23-LinkOnceLost.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5879 91177308-0d34-0410-b5e6-96231b3b80d8
2003-04-23 18:38:39 +00:00
..
BasicBlockUtils.cpp
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 Preserve the new moduleID field 2003-04-22 18:02:26 +00:00
DemoteRegToStack.cpp
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
Mem2Reg.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
PromoteMemoryToRegister.cpp Fix bug where use still existed in dead code 2003-04-21 19:15:26 +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