llvm-6502/lib/Transforms/Utils
Gordon Henriksen c86b67742a Finishing initial docs for all transformations in Passes.html.
Also cleaned up some comments in source files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43674 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-04 16:15:04 +00:00
..
BasicBlockUtils.cpp
BasicInliner.cpp Use SmallPtrSet. 2007-07-27 18:34:27 +00:00
BreakCriticalEdges.cpp If NewBB dominates DestBB then DestBB is not part of NewBB's dominance frontier. 2007-08-13 21:59:17 +00:00
CloneFunction.cpp
CloneLoop.cpp Insert cloned loop basic blocks before original loop header. 2007-09-04 20:46:35 +00:00
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp Move Split<...>() into DomTreeBase. This should make the #include's of DominatorInternals.h 2007-10-18 05:13:52 +00:00
DemoteRegToStack.cpp Reg2Mem cleanup and optimizations: 2007-10-21 23:05:16 +00:00
InlineCost.cpp Fix comment. 2007-09-17 20:07:40 +00:00
InlineFunction.cpp Update InvokeInst to work like CallInst 2007-08-27 19:04:21 +00:00
LCSSA.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
Local.cpp
LoopSimplify.cpp Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators 2007-10-29 02:30:37 +00:00
LowerAllocations.cpp Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. 2007-11-01 20:53:16 +00:00
LowerInvoke.cpp Update GEP constructors to use an iterator interface to fix 2007-09-04 15:46:09 +00:00
LowerSelect.cpp More explicit keywords. 2007-08-01 15:32:29 +00:00
LowerSwitch.cpp Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00
SimplifyCFG.cpp New CallInst interface to address GLIBCXX_DEBUG errors caused by 2007-08-01 03:43:44 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h