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-11-09 10:05:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0d7ce5ffa4
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Chris Lattner
459f4f8c25
tidy up
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@122190
91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-19 20:24:28 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
revert r122164, I'm going to go with a different approach.
2010-12-19 04:23:03 +00:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp
Fix PR8790, another instance where unreachable code can cause instruction simplification to fail,
2010-12-15 00:55:35 +00:00
DCE.cpp
DeadStoreElimination.cpp
Move Value::getUnderlyingObject to be a standalone
2010-12-15 20:02:24 +00:00
GEPSplitter.cpp
GVN.cpp
tidy up
2010-12-19 20:24:28 +00:00
IndVarSimplify.cpp
Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be member
2010-11-17 21:23:15 +00:00
JumpThreading.cpp
Fix a bug in the loop in JumpThreading::ProcessThreadableEdges() where it could falsely produce a MultipleDestSentinel value if the first predecessor ended with an 'indirectbr'. If that happened, it caused an unnecessary FindMostPopularDest() call.
2010-12-16 12:16:00 +00:00
LICM.cpp
Enhance LICM to promote alias sets whose pointers themselves are stored,
2010-12-19 05:57:25 +00:00
LoopDeletion.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
Move SCEV::dominates and properlyDominates to ScalarEvolution.
2010-11-17 21:41:58 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp
Constant folding here is pointless, because InstructionSimplify
2010-11-23 20:24:21 +00:00
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp
Make memcpyopt TBAA-aware.
2010-12-16 02:51:19 +00:00
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
Move Value::getUnderlyingObject to be a standalone
2010-12-15 20:02:24 +00:00
SCCP.cpp
Avoid exponential growth of a table. It feels like
2010-11-30 20:23:21 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
Revert r64460. strtol and friends cannot be marked readonly, even with
2010-12-17 01:09:43 +00:00
Sink.cpp
TailDuplication.cpp
Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction
2010-11-23 20:26:33 +00:00
TailRecursionElimination.cpp