This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-23 15:29:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6ff5de4b1d
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Dan Gohman
0084ace949
Remove unused variables.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@80058
91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-26 00:13:22 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
Eliminate the unused Context argument on one of the ICmpInst and FCmpInst
2009-08-25 23:17:54 +00:00
CondPropagate.cpp
Kill off more cerr/cout uses and prune includes a bit.
2009-08-23 11:37:21 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp
GVNPRE.cpp
Remove unused variables.
2009-08-26 00:13:22 +00:00
IndVarSimplify.cpp
Special-case static allocas in IndVarSimplify's loop invariant
2009-08-25 17:42:10 +00:00
InstructionCombining.cpp
Remove unused variables.
2009-08-26 00:13:22 +00:00
JumpThreading.cpp
LICM.cpp
eliminate the "Value" printing methods that print to a std::ostream.
2009-08-23 04:37:46 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
eliminate the "Value" printing methods that print to a std::ostream.
2009-08-23 04:37:46 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp
eliminate the "Value" printing methods that print to a std::ostream.
2009-08-23 04:37:46 +00:00
Makefile
MemCpyOptimizer.cpp
eliminate the "Value" printing methods that print to a std::ostream.
2009-08-23 04:37:46 +00:00
PredicateSimplifier.cpp
eliminate uses of cerr()
2009-08-23 07:05:07 +00:00
Reassociate.cpp
remove the std::ostream version of module and type printing.
2009-08-23 04:52:46 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
eliminate the "Value" printing methods that print to a std::ostream.
2009-08-23 04:37:46 +00:00
SCCP.cpp
eliminate the "Value" printing methods that print to a std::ostream.
2009-08-23 04:37:46 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
TailDuplication.cpp
eliminate the "Value" printing methods that print to a std::ostream.
2009-08-23 04:37:46 +00:00
TailRecursionElimination.cpp