1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Transforms/Utils
Vikram S. Adve a9966ae8ad This file implements the function DemoteRegToStack(), which takes a
virtual register computed by an Instruction& X and replaces it with
a slot in the stack frame, allocated via alloca.

llvm-svn: 4964
2002-12-10 13:07:58 +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 BreakCriticalEdges should update dominance frontier information as well as 2002-10-31 02:44:36 +00:00
CloneFunction.cpp Initial checkin of Module cloning support stuff 2002-11-20 20:47:41 +00:00
CloneModule.cpp Initial checkin of Module cloning support stuff 2002-11-20 20:47:41 +00:00
DemoteRegToStack.cpp This file implements the function DemoteRegToStack(), which takes a 2002-12-10 13:07:58 +00:00
Linker.cpp Fix big bug introduced with symbol table changes 2002-12-03 18:32:30 +00:00
Local.cpp *** empty log message *** 2002-06-25 16:12:52 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
PromoteMemoryToRegister.cpp - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to 2002-10-21 20:00:28 +00:00
SimplifyCFG.cpp Fix spelling of `propagate'. 2002-10-29 23:06:16 +00:00
UnifyFunctionExitNodes.cpp Fix bug I introduced with one of my previous changes. 2002-09-12 19:00:43 +00:00
ValueMapper.cpp Fix bug that was bugging bugpoint 2002-12-07 21:27:16 +00:00
ValueMapper.h Initial checkin of Module cloning support stuff 2002-11-20 20:47:41 +00:00