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-16 11:30:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cf05d03961
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Eli Friedman
09a536a88b
Speculatively revert r148132+r148133 to try and fix a buildbot failure.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@148149
91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-13 22:34:39 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
Fix infinite loop in DSE when deleting a free in a reachable loop that's also
2011-12-08 22:36:35 +00:00
EarlyCSE.cpp
GlobalMerge.cpp
GVN.cpp
IndVarSimplify.cpp
Indvars: guard against exponential behavior in isHighCostExpansion.
2011-12-12 22:46:16 +00:00
JumpThreading.cpp
SplitBlockPredecessors uses ArrayRef instead of Data and Size.
2011-12-09 21:19:53 +00:00
LICM.cpp
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
2011-12-14 23:49:11 +00:00
LLVMBuild.txt
LLVMBuild: Remove trailing newline, which irked me.
2011-12-12 19:48:00 +00:00
LoopDeletion.cpp
LoopIdiomRecognize.cpp
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
Enable LSR IV Chains with sufficient heuristics.
2012-01-10 01:45:08 +00:00
LoopUnrollPass.cpp
Add -unroll-runtime for unrolling loops with run-time trip counts.
2011-12-09 06:19:40 +00:00
LoopUnswitch.cpp
Speculatively revert r148132+r148133 to try and fix a buildbot failure.
2012-01-13 22:34:39 +00:00
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp
Update comment.
2011-12-05 22:53:09 +00:00
ObjCARC.cpp
Implement proper ObjC ARC objc_retainBlock "escape" analysis, so that
2012-01-13 00:39:07 +00:00
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
Fix warning.
2011-12-26 23:12:42 +00:00
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp
Turn cos(-x) into cos(x). Patch by Alexander Malyshev!
2011-12-27 18:25:50 +00:00
Sink.cpp
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
2011-12-14 23:49:11 +00:00
TailRecursionElimination.cpp