llvm-6502/lib/Transforms/Scalar
Owen Anderson a547b4708b A little bit more LLVMContextification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75159 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-09 18:36:20 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp Thread LLVMContext through the constant folding APIs, which touches a lot of files. 2009-07-06 18:42:36 +00:00
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp Remove the vicmp and vfcmp instructions. Because we never had a release with 2009-07-08 03:04:38 +00:00
GVNPRE.cpp
IndVarSimplify.cpp Change all SCEV* to SCEV *. 2009-07-07 17:06:11 +00:00
InstructionCombining.cpp A little bit more LLVMContextification. 2009-07-09 18:36:20 +00:00
JumpThreading.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
LICM.cpp More LLVMContext-ification. 2009-07-05 22:41:43 +00:00
LoopDeletion.cpp Tell ScalarEvolution to forget a loop before starting to delete it. 2009-07-08 19:14:29 +00:00
LoopIndexSplit.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp Change all SCEV* to SCEV *. 2009-07-07 17:06:11 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Thread LLVMContext through the constant folding APIs, which touches a lot of files. 2009-07-06 18:42:36 +00:00
Makefile
MemCpyOptimizer.cpp Even more passes being LLVMContext'd. 2009-07-03 19:42:02 +00:00
PredicateSimplifier.cpp
Reassociate.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
Reg2Mem.cpp Even more passes being LLVMContext'd. 2009-07-03 19:42:02 +00:00
Scalar.cpp
ScalarReplAggregates.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
SCCP.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
SimplifyCFGPass.cpp "LLVMContext* " --> "LLVMContext *" 2009-07-06 23:00:19 +00:00
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp Push LLVMContext _back_ through IRBuilder. 2009-07-08 20:50:47 +00:00
TailDuplication.cpp Thread LLVMContext through the constant folding APIs, which touches a lot of files. 2009-07-06 18:42:36 +00:00
TailRecursionElimination.cpp