1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Transforms/Scalar
Chris Lattner 40a236b9ea Initial checkin of the LLVM->LLVM transform to support code generators which
do not support stack unwinding yet

llvm-svn: 8869
2003-10-05 19:14:42 +00:00
..
ADCE.cpp Rename Function::getEntryNode -> getEntryBlock 2003-09-20 14:39:18 +00:00
ConstantProp.cpp Hopefully, the final fix for `[Pp]ropogate'. 2003-05-20 21:01:22 +00:00
CorrelatedExprs.cpp Rename Function::getEntryNode -> getEntryBlock 2003-09-20 14:39:18 +00:00
DCE.cpp - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to 2002-10-21 20:00:28 +00:00
DecomposeMultiDimRefs.cpp Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:09:32 +00:00
GCSE.cpp Don't corrupt memory when removing an instruction from the program, but 2003-06-17 03:57:18 +00:00
IndVarSimplify.cpp Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll 2003-09-23 20:26:48 +00:00
InstructionCombining.cpp Implement InstCombine/add.ll:test17 & 18 2003-10-02 15:11:26 +00:00
LICM.cpp Renamed DominatorTree::Node::getNode() -> getBlock() 2003-09-11 16:26:13 +00:00
LoopSimplify.cpp Renamed DominatorTree::Node::getNode() -> getBlock() 2003-09-11 16:26:13 +00:00
LowerAllocations.cpp Use new interface, simplifies code 2003-08-31 00:22:27 +00:00
LowerInvoke.cpp Initial checkin of the LLVM->LLVM transform to support code generators which 2003-10-05 19:14:42 +00:00
LowerSwitch.cpp Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll 2003-08-23 22:54:34 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Mem2Reg.cpp Rename Function::getEntryNode -> getEntryBlock 2003-09-20 14:39:18 +00:00
PiNodeInsertion.cpp Fix spell-o's 2003-09-10 05:29:43 +00:00
PRE.cpp Renamed DominatorTree::Node::getNode() -> getBlock() 2003-09-11 16:26:13 +00:00
Reassociate.cpp Credits now go into the top-level CREDITS.TXT 2003-09-22 21:57:56 +00:00
ScalarReplAggregates.cpp Rename Function::getEntryNode -> getEntryBlock 2003-09-20 14:39:18 +00:00
SCCP.cpp Add support for the unwind instruction 2003-09-08 18:54:55 +00:00
SimplifyCFG.cpp simplify-cfg is really a function pass 2003-10-05 19:14:16 +00:00
SymbolStripping.cpp - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
TailDuplication.cpp Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll 2003-08-31 21:17:44 +00:00
TailRecursionElimination.cpp Rename Function::getEntryNode -> getEntryBlock 2003-09-20 14:39:18 +00:00