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
2025-01-01 15:33:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1ca0c9922b
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Chris Lattner
1ca0c9922b
rearrange some code, no functionality change.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@59381
91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-16 03:56:24 +00:00
..
ADCE.cpp
Cleanup debug info. assocated with deleted instructions.
2008-11-11 00:54:10 +00:00
BasicBlockPlacement.cpp
CMakeLists.txt
CMake: updated list of source files.
2008-11-05 00:11:22 +00:00
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp
Turn floating point IVs into integer IVs where possible.
2008-11-03 18:32:19 +00:00
InstructionCombining.cpp
rearrange some code, no functionality change.
2008-11-16 03:56:24 +00:00
JumpThreading.cpp
LICM.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopDeletion.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopIndexSplit.cpp
If the sign of exit condition and split condition does not match
2008-11-10 19:48:34 +00:00
LoopRotation.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopStrengthReduce.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopUnroll.cpp
Change create*Pass factory functions to return Pass* instead of
2008-10-22 23:32:42 +00:00
LoopUnswitch.cpp
Ignore conditions that are outside the loop.
2008-11-03 19:38:07 +00:00
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
fix leakage of ValueNumbering
2008-11-09 12:45:23 +00:00
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
Allow SROA of vectors. Removing this caused a
2008-11-04 20:54:03 +00:00
SCCP.cpp
Replace explicit loop with utility function.
2008-11-03 03:49:14 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
Add a new pass to simplify specific half_powr function calls. This is
2008-11-04 23:41:45 +00:00
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp