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-08 18:31:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
97d4e51df1
llvm-6502
/
lib
/
Analysis
History
Owen Anderson
97d4e51df1
Fix a silly bug that Nicholas noticed.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@44324
91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-26 03:27:38 +00:00
..
IPA
Create nodes for inline asm so that we don't crash looking for the node later.
2007-11-22 03:07:37 +00:00
AliasAnalysis.cpp
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
2007-11-01 20:53:16 +00:00
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
2007-11-01 20:53:16 +00:00
AliasDebugger.cpp
AliasSetTracker.cpp
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
2007-11-01 20:53:16 +00:00
Analysis.cpp
Bindings for the verifier.
2007-10-06 21:00:36 +00:00
BasicAliasAnalysis.cpp
Ding dong, the DoesntAccessMemoryFns and
2007-11-23 19:30:27 +00:00
CFGPrinter.cpp
ConstantFolding.cpp
splice some lines together, no functionality change.
2007-11-23 22:34:59 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
2007-11-01 20:53:16 +00:00
LoopInfo.cpp
More templatization.
2007-11-15 05:00:15 +00:00
LoopPass.cpp
Use empty() member functions when that's what's being tested for instead
2007-10-03 19:26:29 +00:00
Makefile
MemoryDependenceAnalysis.cpp
Fix a silly bug that Nicholas noticed.
2007-11-26 03:27:38 +00:00
PostDominators.cpp
Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than inheriting from it.
2007-10-23 20:58:37 +00:00
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp
Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.
2007-11-25 22:41:31 +00:00
ScalarEvolutionExpander.cpp
Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.
2007-11-25 22:41:31 +00:00
Trace.cpp
ValueNumbering.cpp
Add explicit keywords.
2007-10-29 19:52:04 +00:00