.. |
AddrModeMatcher.cpp
|
silence a vc++ warning.
|
2009-07-11 22:31:59 +00:00 |
BasicBlockUtils.cpp
|
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
|
2009-07-11 13:10:19 +00:00 |
BasicInliner.cpp
|
|
|
BreakCriticalEdges.cpp
|
assert(0) -> LLVM_UNREACHABLE.
|
2009-07-11 20:10:48 +00:00 |
CloneFunction.cpp
|
This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!?
|
2009-07-09 23:48:35 +00:00 |
CloneLoop.cpp
|
|
|
CloneModule.cpp
|
Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required.
|
2009-07-08 19:03:57 +00:00 |
CloneTrace.cpp
|
|
|
CMakeLists.txt
|
|
|
CodeExtractor.cpp
|
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
|
2009-07-11 13:10:19 +00:00 |
DemoteRegToStack.cpp
|
|
|
InlineCost.cpp
|
|
|
InlineFunction.cpp
|
This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!?
|
2009-07-09 23:48:35 +00:00 |
InstructionNamer.cpp
|
|
|
LCSSA.cpp
|
More LLVMContext-ification.
|
2009-07-05 22:41:43 +00:00 |
Local.cpp
|
This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!?
|
2009-07-09 23:48:35 +00:00 |
LoopSimplify.cpp
|
Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant
|
2009-07-14 01:37:59 +00:00 |
LowerAllocations.cpp
|
More LLVMContext-ification.
|
2009-07-05 22:41:43 +00:00 |
LowerInvoke.cpp
|
Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
|
2009-07-13 04:09:18 +00:00 |
LowerSwitch.cpp
|
This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!?
|
2009-07-09 23:48:35 +00:00 |
Makefile
|
|
|
Mem2Reg.cpp
|
More LLVMContext-ification.
|
2009-07-05 22:41:43 +00:00 |
PromoteMemoryToRegister.cpp
|
"LLVMContext* " --> "LLVMContext *"
|
2009-07-06 23:00:19 +00:00 |
SimplifyCFG.cpp
|
Move more functionality over to LLVMContext.
|
2009-07-13 20:58:05 +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
|
assert(0) -> LLVM_UNREACHABLE.
|
2009-07-11 20:10:48 +00:00 |