.. |
AddrModeMatcher.cpp
|
Change Pass::print to take a raw ostream instead of std::ostream,
|
2009-08-23 06:03:38 +00:00 |
BasicBlockUtils.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
BasicInliner.cpp
|
eliminate the "Value" printing methods that print to a std::ostream.
|
2009-08-23 04:37:46 +00:00 |
BreakCriticalEdges.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
CloneFunction.cpp
|
Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well.
|
2009-08-25 05:24:07 +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
|
|
|
CodeExtractor.cpp
|
Pull out this predicate loop into a helper function.
|
2009-08-25 17:26:32 +00:00 |
DemoteRegToStack.cpp
|
|
|
InlineCost.cpp
|
|
|
InlineFunction.cpp
|
Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well.
|
2009-08-25 05:24:07 +00:00 |
InstructionNamer.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
LCSSA.cpp
|
Move more code back to 2.5 APIs.
|
2009-07-30 23:03:37 +00:00 |
Local.cpp
|
|
|
LoopSimplify.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
LowerAllocations.cpp
|
Update comments to new-style syntax.
|
2009-08-17 18:45:31 +00:00 |
LowerInvoke.cpp
|
Actually privatize a IntegerTypes, and fix a few bugs exposed by this.
|
2009-08-13 23:27:32 +00:00 |
LowerSwitch.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
Makefile
|
|
|
Mem2Reg.cpp
|
|
|
PromoteMemoryToRegister.cpp
|
|
|
SimplifyCFG.cpp
|
Fix -Asserts warnings.
|
2009-08-23 10:29:55 +00:00 |
SSI.cpp
|
Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also
|
2009-08-19 07:16:57 +00:00 |
UnifyFunctionExitNodes.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
UnrollLoop.cpp
|
eliminate the "Value" printing methods that print to a std::ostream.
|
2009-08-23 04:37:46 +00:00 |
ValueMapper.cpp
|
Rename MDNode.h header. It defines MDnode and other metadata classes.
|
2009-07-28 21:49:47 +00:00 |