llvm-6502/lib/Transforms/Scalar
2009-08-11 20:47:47 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp More ProfileInfo improvements. 2009-08-08 17:43:09 +00:00
CMakeLists.txt
CodeGenPrepare.cpp Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. 2009-08-10 22:56:29 +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
IndVarSimplify.cpp Move more code back to 2.5 APIs. 2009-07-30 23:03:37 +00:00
InstructionCombining.cpp Optimize exact sdiv by a constant power of 2 to ashr. 2009-08-11 20:47:47 +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 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. 2009-08-10 22:56:29 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Move getTrue() and getFalse() to 2.5-like APIs. 2009-07-31 17:39:07 +00:00
Makefile
MemCpyOptimizer.cpp
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
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