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-01 15:33:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc66cdd79c
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Torok Edwin
c338499525
Constant propagating byval pointer is safe if function is readonly.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@82700
91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-24 18:33:42 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
Update CMake.
2009-09-17 00:06:48 +00:00
CodeGenLICM.cpp
Nick pointed out that DominanceFrontier and DominanceTree are preserved
2009-09-21 17:54:42 +00:00
CodeGenPrepare.cpp
Preserve ProfileInfo during CodeGenPrepare.
2009-09-16 09:26:52 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GVN.cpp
big endian systems shift by bits too, hopefully this will fix the ppc
2009-09-21 17:55:47 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp
Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst.
2009-09-18 22:35:49 +00:00
JumpThreading.cpp
LICM.cpp
Re-apply r80926, with fixes: keep the domtree informed of new blocks
2009-09-08 15:45:00 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
Fix SplitCriticalEdge to properly update LCSSA form when splitting a
2009-09-09 18:18:18 +00:00
LoopStrengthReduce.cpp
Re-apply r80926, with fixes: keep the domtree informed of new blocks
2009-09-08 15:45:00 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp
Reflow comment.
2009-09-09 17:57:16 +00:00
Makefile
MemCpyOptimizer.cpp
When extending a memset range past the front, set the alignment of the
2009-09-14 23:39:10 +00:00
PredicateSimplifier.cpp
Reassociate.cpp
Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst.
2009-09-18 22:35:49 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
Add more newlines to make up for the ones removed from the end of instructions.
2009-09-15 07:08:25 +00:00
SCCP.cpp
Constant propagating byval pointer is safe if function is readonly.
2009-09-24 18:33:42 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst.
2009-09-18 22:35:49 +00:00
TailDuplication.cpp
Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst.
2009-09-18 22:35:49 +00:00
TailRecursionElimination.cpp