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
1b4f6f2532
llvm-6502
/
include
/
llvm
/
Analysis
History
Eli Friedman
5cdf0700c7
Add missing forward declarations.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@143717
91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-04 18:29:09 +00:00
..
AliasAnalysis.h
Fix extra whitespace in comment.
2011-10-15 19:36:45 +00:00
AliasSetTracker.h
Fix AliasSetTracker so that it doesn't make any assumptions about instructions it doesn't know about (like the atomic instructions I'm adding).
2011-07-27 00:46:46 +00:00
BlockFrequencyImpl.h
Add BlockFrequency::getEntryFrequency()
2011-08-01 15:22:10 +00:00
BlockFrequencyInfo.h
Add pass printing support to BlockFrequencyInfo pass. The implementation
2011-10-19 10:12:41 +00:00
BranchProbabilityInfo.h
Remove return heuristics from the static branch probabilities, and
2011-10-24 12:01:08 +00:00
CallGraph.h
CaptureTracking.h
CFGPrinter.h
Delete names for unused parameters in inline function definitions in headers, so LLVM users can compile with -Wunused-parameter. PR11257; based on patch by Kevin Harris.
2011-11-04 18:11:56 +00:00
CodeMetrics.h
Add missing forward declarations.
2011-11-04 18:29:09 +00:00
ConstantFolding.h
Add some simple insertvalue simplifications, for the purpose of cleaning
2011-09-05 06:52:48 +00:00
ConstantsScanner.h
DebugInfo.h
Whitespace.
2011-10-18 22:50:13 +00:00
DIBuilder.h
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
2011-10-11 22:59:11 +00:00
DominanceFrontier.h
DominatorInternals.h
Dominators.h
DomPrinter.h
DOTGraphTraitsPass.h
FindUsedTypes.h
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
InlineCost.h
Inlining and unrolling heuristics should be aware of free truncs.
2011-10-01 01:39:05 +00:00
InstructionSimplify.h
Add some simple insertvalue simplifications, for the purpose of cleaning
2011-09-05 06:52:48 +00:00
Interval.h
IntervalIterator.h
IntervalPartition.h
IVUsers.h
Added a SimplifyIndVar utility to simplify induction variable users
2011-08-10 03:46:27 +00:00
LazyValueInfo.h
LibCallAliasAnalysis.h
LibCallSemantics.h
Lint.h
Loads.h
LoopDependenceAnalysis.h
LoopInfo.h
LoopInfo::updateUnloop fix, and verify Block->Loop maps.
2011-08-26 03:06:34 +00:00
LoopIterator.h
Cleanup. Remove an extraneous GraphTraits specialization.
2011-08-10 22:55:39 +00:00
LoopPass.h
Reapply r138695. Fix PassManager stack depths.
2011-08-29 17:07:00 +00:00
MemoryBuiltins.h
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
MemoryDependenceAnalysis.h
Enhance the memdep interface so that users can tell the difference between a dependency which cannot be calculated and a path reaching the entry point of the function. This patch introduces isNonFuncLocal, which replaces isUnknown in some cases.
2011-10-13 22:14:57 +00:00
Passes.h
PathNumbering.h
PathProfileInfo.h
PHITransAddr.h
PostDominators.h
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h
RegionInfo.h
RegionIterator.h
RegionPass.h
Reapply r138695. Fix PassManager stack depths.
2011-08-29 17:07:00 +00:00
RegionPrinter.h
ScalarEvolution.h
The product of two chrec's can always be represented as a chrec.
2011-10-04 06:51:26 +00:00
ScalarEvolutionExpander.h
Fix SCEVExpander assert during LSR: "argument of incompatible type".
2011-10-15 06:19:55 +00:00
ScalarEvolutionExpressions.h
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
ScalarEvolutionNormalization.h
SparsePropagation.h
Trace.h
ValueTracking.h
The maximum power of 2 dividing a power of 2 is itself. This occurs
2011-10-26 20:55:21 +00:00
Verifier.h