llvm-6502/lib/Transforms/Utils
Daniel Dunbar 1cd1d98232 Move more to raw_ostream, provide support for writing MachineBasicBlock,
LiveInterval, etc to raw_ostream.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76965 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-24 10:36:58 +00:00
..
AddrModeMatcher.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
BasicBlockUtils.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
BasicInliner.cpp available_externall linkage is not local, this was confusing the codegenerator, 2009-05-23 14:06:57 +00:00
BreakCriticalEdges.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
CloneFunction.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
CloneLoop.cpp Simplify code by using SmallVector's pop_back_val() instead of 2009-05-06 17:22:41 +00:00
CloneModule.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
CloneTrace.cpp
CMakeLists.txt Update CMake files. 2009-07-21 17:43:20 +00:00
CodeExtractor.cpp Switch to getNameStr(). 2009-07-24 08:24:36 +00:00
DemoteRegToStack.cpp Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. 2009-07-15 23:53:25 +00:00
InlineCost.cpp Don't give a massive inlining cost bonus to available_externally 2009-07-22 08:12:59 +00:00
InlineFunction.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
InstructionNamer.cpp
LCSSA.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
Local.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
LoopSimplify.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
LowerAllocations.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
LowerInvoke.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
LowerSwitch.cpp Move more to raw_ostream, provide support for writing MachineBasicBlock, 2009-07-24 10:36:58 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Mem2Reg.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
PromoteMemoryToRegister.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
SimplifyCFG.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
SSI.cpp There's no need to consider PHI nodes in the same block as the instruction 2009-07-09 15:59:27 +00:00
UnifyFunctionExitNodes.cpp
UnrollLoop.cpp Thread LLVMContext through the constant folding APIs, which touches a lot of files. 2009-07-06 18:42:36 +00:00
ValueMapper.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00