llvm-6502/lib/Transforms/Utils
Chris Lattner 0fec08eb58 Fix linking a function with qualifiers to a external function declaration:
Fixed bug: Linker/2003-04-21-Linkage.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5827 91177308-0d34-0410-b5e6-96231b3b80d8
2003-04-21 21:07:05 +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
CloneFunction.cpp Refactor CloneFunction to expose the new CloneBasicBlock function 2003-04-18 03:50:09 +00:00
CloneModule.cpp Add new linkage types to support a real frontend 2003-04-16 20:28:45 +00:00
DemoteRegToStack.cpp This file implements the function DemoteRegToStack(), which takes a 2002-12-10 13:07:58 +00:00
Linker.cpp Fix linking a function with qualifiers to a external function declaration: 2003-04-21 21:07:05 +00:00
Local.cpp Rename Instruction::hasSideEffects() -> mayWriteToMemory() 2003-02-24 20:48:32 +00:00
LoopSimplify.cpp Fix bug I introduced yesterday :( 2003-02-28 16:54:17 +00:00
LowerAllocations.cpp
Makefile
Mem2Reg.cpp Change the mem2reg interface to accept a TargetData argument 2003-03-03 17:25:18 +00:00
PromoteMemoryToRegister.cpp Fix bug where use still existed in dead code 2003-04-21 19:15:26 +00:00
SimplifyCFG.cpp Fix bug: SimplifyCFG/2003-03-07-DominateProblem.ll 2003-03-07 18:13:41 +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