llvm-6502/lib/Transforms/Utils
Owen Anderson cdacc498e4 Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36299 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-21 07:12:44 +00:00
..
BasicBlockUtils.cpp simplify code by using Value::takeName 2007-02-11 01:37:51 +00:00
BreakCriticalEdges.cpp remove use of BasicBlock::getNext 2007-04-17 18:09:47 +00:00
CloneFunction.cpp Change uses of Function::front to Function::getEntryBlock for readability. 2007-03-22 16:38:57 +00:00
CloneModule.cpp Implement the "thread_local" keyword. 2007-04-12 18:32:50 +00:00
CloneTrace.cpp Switch inliner over to use DenseMap instead of std::map for ValueMap. This 2007-02-03 00:08:31 +00:00
CodeExtractor.cpp Use new ETForest accessor. 2007-04-18 04:46:35 +00:00
DemoteRegToStack.cpp Fix DemoteRegToStack on an invoke. This fixes PR634. 2005-10-04 00:44:01 +00:00
InlineFunction.cpp Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll 2007-04-15 21:38:06 +00:00
LCSSA.cpp Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap. 2007-04-18 22:39:00 +00:00
Local.cpp move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into 2007-01-30 23:45:45 +00:00
LoopSimplify.cpp Avoid recursion. 2007-04-20 20:04:37 +00:00
LowerAllocations.cpp Removed tabs everywhere except autogenerated & external files. Add make 2007-04-16 18:10:23 +00:00
LowerInvoke.cpp Comment out usage of write() for now. 2007-04-20 22:40:10 +00:00
LowerSelect.cpp Removed tabs everywhere except autogenerated & external files. Add make 2007-04-16 18:10:23 +00:00
LowerSwitch.cpp remove use of BasicBlock::getNext 2007-04-17 18:09:47 +00:00
Makefile Move some constant folding code shared by Analysis and Transform passes 2005-10-27 15:54:34 +00:00
Mem2Reg.cpp Move more passes to using ETForest instead of DominatorTree. 2007-04-20 06:27:13 +00:00
PromoteMemoryToRegister.cpp Fix a comment. 2007-04-21 07:12:44 +00:00
SimplifyCFG.cpp remove use of Instruction::getNext 2007-04-17 17:47:54 +00:00
UnifyFunctionExitNodes.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00
ValueMapper.cpp fix an obscure and tricky bug the inliner can hit sometimes. 2007-02-23 19:54:30 +00:00
ValueMapper.h Switch inliner over to use DenseMap instead of std::map for ValueMap. This 2007-02-03 00:08:31 +00:00