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-24 06:30:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2964fe37ae
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Dale Johannesen
f6727b01a5
Revert 61362 and 61402 until SPEC breakage is fixed.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@61403
91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-23 23:21:35 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
- CodeGenPrepare does not split loop back edges but it only knows about back edges of single block loops. It now does a DFS walk to find loop back edges.
2008-12-19 18:03:11 +00:00
CondPropagate.cpp
Factor some code into a new FoldSingleEntryPHINodes method.
2008-12-03 19:44:02 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
don't bother touching volatile stores, they will just return clobber on
2008-12-07 00:25:15 +00:00
GVN.cpp
Don't forget to remove phi nodes from the value numbering table after we collapse them.
2008-12-23 00:49:51 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp
Remove redundant test for vector-nature. Scan the vector first to see whether
2008-12-20 16:48:00 +00:00
JumpThreading.cpp
remove DebugIterations option. Despite the accusations,
2008-12-08 22:44:07 +00:00
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
Fix spelling.
2008-12-08 17:07:24 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp
Revert 61362 and 61402 until SPEC breakage is fixed.
2008-12-23 23:21:35 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp
Undo previous patch.
2008-12-08 17:02:37 +00:00
Makefile
MemCpyOptimizer.cpp
Make a few major changes to memdep and its clients:
2008-12-05 21:04:20 +00:00
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
eliminate warning when asserts disabled.
2008-12-14 21:36:23 +00:00
SimplifyLibCalls.cpp
Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2).
2008-12-21 00:19:21 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp