..
ADCE.cpp
BasicBlockPlacement.cpp
More ProfileInfo improvements.
2009-08-08 17:43:09 +00:00
CMakeLists.txt
CodeGenPrepare.cpp
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
2009-07-31 20:28:14 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp
Fix GVN's debug output, now that operator<< on Value* doesn't print
2009-07-31 20:24:18 +00:00
GVNPRE.cpp
Initial update to VMCore to use Twines for string arguments.
2009-07-25 04:41:11 +00:00
IndVarSimplify.cpp
Move more code back to 2.5 APIs.
2009-07-30 23:03:37 +00:00
InstructionCombining.cpp
Add a new Constant::getIntegerValue helper function, and convert a
2009-08-03 22:07:33 +00:00
JumpThreading.cpp
Move getTrue() and getFalse() to 2.5-like APIs.
2009-07-31 17:39:07 +00:00
LICM.cpp
Move more code back to 2.5 APIs.
2009-07-30 23:03:37 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
Fix dom frontier update. This fixes PR4667.
2009-08-07 17:16:44 +00:00
LoopStrengthReduce.cpp
Check for !isa<Constant> instead of isa<Instruction>. This
2009-08-04 23:23:56 +00:00
LoopUnroll.cpp
Avoid build warnings.
2009-07-27 23:14:11 +00:00
LoopUnswitch.cpp
Move getTrue() and getFalse() to 2.5-like APIs.
2009-07-31 17:39:07 +00:00
Makefile
MemCpyOptimizer.cpp
Move types back to the 2.5 API.
2009-07-29 22:17:13 +00:00
PredicateSimplifier.cpp
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
2009-07-31 20:28:14 +00:00
Reassociate.cpp
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
2009-07-31 20:28:14 +00:00
Reg2Mem.cpp
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
2009-07-31 20:28:14 +00:00
Scalar.cpp
ScalarReplAggregates.cpp
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
2009-07-31 20:28:14 +00:00
SCCP.cpp
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
2009-07-31 20:28:14 +00:00
SimplifyCFGPass.cpp
Move more code back to 2.5 APIs.
2009-07-30 23:03:37 +00:00
SimplifyHalfPowrLibCalls.cpp
Remove Value::getName{Start,End}, the last of the old Name APIs.
2009-07-26 09:48:23 +00:00
SimplifyLibCalls.cpp
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
2009-07-31 20:28:14 +00:00
TailDuplication.cpp
PR4662: Fix a crash introduced by the recent LLVMContext changes.
2009-07-31 19:36:47 +00:00
TailRecursionElimination.cpp