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-11-01 00:11:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2f19fc85a4
llvm-6502
/
include
/
llvm
/
Analysis
History
Olivier Sallenave
2f19fc85a4
Do not restrict interleaved unrolling to small loops, depending on the target.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@231528
91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-06 23:12:04 +00:00
..
AliasAnalysis.h
Make DataLayout Non-Optional in the Module
2015-03-04 18:43:29 +00:00
AliasSetTracker.h
Remove explicit copy assignment operator in favor of the implicit/default to avoid disabling/deprecating the implicit copy ctor.
2015-03-03 19:29:13 +00:00
AssumptionCache.h
BlockFrequencyInfo.h
BlockFrequencyInfoImpl.h
BranchProbabilityInfo.h
CallGraph.h
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default"
2015-03-03 21:18:16 +00:00
CallGraphSCCPass.h
CallPrinter.h
CaptureTracking.h
CFG.h
CFGPrinter.h
CGSCCPassManager.h
CodeMetrics.h
ConstantFolding.h
ConstantsScanner.h
DependenceAnalysis.h
Reformat.
2015-03-05 01:25:19 +00:00
DominanceFrontier.h
DominanceFrontierImpl.h
DomPrinter.h
DOTGraphTraitsPass.h
InlineCost.h
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:00:20 +00:00
InstructionSimplify.h
InstSimplify: simplify 0 / X if nnan and nsz
2015-02-23 18:30:25 +00:00
Interval.h
IntervalIterator.h
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default"
2015-03-03 21:18:16 +00:00
IntervalPartition.h
IVUsers.h
JumpInstrTableInfo.h
LazyCallGraph.h
LazyValueInfo.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
LibCallAliasAnalysis.h
Make DataLayout Non-Optional in the Module
2015-03-04 18:43:29 +00:00
LibCallSemantics.h
Unify the two EH personality classification routines I wrote
2015-02-14 00:21:02 +00:00
Lint.h
Loads.h
LoopAccessAnalysis.h
[LoopAccesses] Add command-line option for RuntimeMemoryCheckThreshold
2015-02-26 04:39:09 +00:00
LoopInfo.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
LoopInfoImpl.h
LoopIterator.h
LoopPass.h
MemoryBuiltins.h
MemoryDependenceAnalysis.h
Passes.h
Remove the Forward Control Flow Integrity pass and its dependencies.
2015-02-27 19:03:38 +00:00
PHITransAddr.h
PostDominators.h
PtrUseVisitor.h
RegionInfo.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
RegionInfoImpl.h
RegionIterator.h
Remove explicit RNSuccIterator copy assignment in favor of implicit default
2015-03-04 07:51:50 +00:00
RegionPass.h
RegionPrinter.h
ScalarEvolution.h
[SCEV] make SCEV smarter about proving no-wrap.
2015-03-04 22:24:17 +00:00
ScalarEvolutionExpander.h
ScalarEvolutionExpressions.h
ScalarEvolutionNormalization.h
SparsePropagation.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
TargetFolder.h
TargetLibraryInfo.def
Move TargetLibraryInfo data from two files into one common .def file.
2015-03-03 23:41:58 +00:00
TargetLibraryInfo.h
Move TargetLibraryInfo data from two files into one common .def file.
2015-03-03 23:41:58 +00:00
TargetTransformInfo.h
Do not restrict interleaved unrolling to small loops, depending on the target.
2015-03-06 23:12:04 +00:00
TargetTransformInfoImpl.h
Do not restrict interleaved unrolling to small loops, depending on the target.
2015-03-06 23:12:04 +00:00
Trace.h
ValueTracking.h
Fold fcmp in cases where value is provably non-negative. By Arch Robison.
2015-01-28 08:03:58 +00:00