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-17 18:31:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cbe23e33ba
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Nick Lewycky
cbe23e33ba
I found a better place for this optz'n.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@54877
91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-17 07:54:14 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
Rename SDOperand to SDValue.
2008-07-27 21:46:04 +00:00
CondPropagate.cpp
ConstantProp.cpp
Fix comment typos.
2008-08-01 12:23:49 +00:00
DCE.cpp
DeadStoreElimination.cpp
Don't remove volatile loads. Thanks to Duncan for noticing this one.
2008-07-28 20:52:42 +00:00
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp
Pass the computed iteration count value to RewriteLoopExitValues
2008-08-05 22:34:21 +00:00
InstructionCombining.cpp
I found a better place for this optz'n.
2008-08-17 07:54:14 +00:00
JumpThreading.cpp
Enable first-class aggregates support.
2008-07-23 00:34:11 +00:00
LICM.cpp
Put the LICM of constant GlobalVariables, introduced in r53945, under a
2008-07-24 23:57:25 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
Use empty() instead of begin() == end().
2008-08-14 18:13:49 +00:00
LoopRotation.cpp
Enable first-class aggregates support.
2008-07-23 00:34:11 +00:00
LoopStrengthReduce.cpp
Reapply 54786. Add overflow and number of mantissa bits checks.
2008-08-15 21:21:34 +00:00
LoopUnroll.cpp
Add -unroll-allow-partial command line option that enabled the loop unroller to
2008-07-29 13:21:23 +00:00
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
Temporarily revert r54792. It's causing an ICE during bootstrapping.
2008-08-14 23:05:24 +00:00
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp
Have IRBuilder take a template argument on whether or not to preserve
2008-08-08 19:39:37 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp