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-04 21:30:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1d8973b499
llvm-6502
/
lib
/
Analysis
History
Nick Lewycky
9e13cbc171
Revert r53812 -- premature. LegalizeTypes isn't actually on yet!
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@53816
91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-21 04:03:00 +00:00
..
IPA
Replace two manual loops with calls to CallSite::hasArguments (no functional changes).
2008-06-04 16:57:50 +00:00
AliasAnalysis.cpp
Fix a copy+paste error in a comment.
2008-05-30 00:02:02 +00:00
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp
Analysis.cpp
BasicAliasAnalysis.cpp
simplify some code by using a helper function. This really really
2008-06-16 06:38:26 +00:00
CFGPrinter.cpp
ConstantFolding.cpp
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
fix warning when assertions disabled.
2008-06-21 19:48:22 +00:00
LibCallAliasAnalysis.cpp
Expose a public interface to this pass.
2008-06-05 23:45:18 +00:00
LibCallSemantics.cpp
LoadValueNumbering.cpp
Use find instead of lower_bound.
2008-07-11 20:58:19 +00:00
LoopInfo.cpp
LoopPass.cpp
Fix spelling of "hierarchy" in comments.
2008-07-11 22:51:32 +00:00
LoopVR.cpp
Add a value range analysis that lazily computes ranges using ScalarEvolutions.
2008-06-30 00:04:21 +00:00
Makefile
MemoryDependenceAnalysis.cpp
A better fix for PR2503 that doesn't pessimize GVN in the presence of unreachable blocks.
2008-07-02 17:20:16 +00:00
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp
Revert r53812 -- premature. LegalizeTypes isn't actually on yet!
2008-07-21 04:03:00 +00:00
ScalarEvolutionExpander.cpp
Expand SCEVUDiv of power of 2 to a lshr instruction.
2008-07-08 05:05:37 +00:00
SparsePropagation.cpp
Trace.cpp
ValueNumbering.cpp
Update comments and documentation to reflect that GCSE and ValueNumbering are
2008-06-05 07:55:49 +00:00
ValueTracking.cpp
Don't use ++idx_begin when I actually mean idx_begin + 1, especially since we
2008-07-16 10:47:35 +00:00