llvm-project/llvm/lib/Transforms/Utils
Chris Lattner 1a8a45977a The process of linking types can cause their addresses to become invalid. For this reason, we must use TypeHandles!
llvm-svn: 8057
2003-08-22 19:12:55 +00:00
..
BasicBlockUtils.cpp Spell `necessary' correctly. 2003-08-18 14:43:39 +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
CloneTrace.cpp Fixed comment width, changed arg to be const, fixed indentation, removed unnecessary includes. 2003-05-31 20:01:37 +00:00
DemoteRegToStack.cpp Eliminate unnecessary ->get calls that are now automatically handled. 2003-05-29 15:12:27 +00:00
InlineFunction.cpp * Separate all of the grunt work of inlining out into the Utils library. 2003-05-29 15:11:31 +00:00
Linker.cpp The process of linking types can cause their addresses to become invalid. For this reason, we must use TypeHandles! 2003-08-22 19:12:55 +00:00
Local.cpp Implement folding of switch instructions. 2003-08-17 20:21:14 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
PromoteMemoryToRegister.cpp Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
SimplifyCFG.cpp Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll 2003-08-17 19:41:53 +00:00
UnifyFunctionExitNodes.cpp Remove using declarations 2003-05-22 22:00:07 +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