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-05 12:31:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7d6fe13efc
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Benjamin Kramer
aad94aa437
GVN's Expression is not POD-like (it contains a SmallVector). Simplify code while at it.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@122362
91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-21 21:30:19 +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
GVN's Expression is not POD-like (it contains a SmallVector). Simplify code while at it.
2010-12-21 21:30:19 +00:00
IndVarSimplify.cpp
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
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