..
AliasAnalysis.h
[Modules] Move CallSite into the IR library where it belogs. It is
2014-03-04 11:01:28 +00:00
AliasSetTracker.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
BlockFrequencyImpl.h
Clean up whitespace
2014-01-31 21:45:51 +00:00
BlockFrequencyInfo.h
blockfreq: Implement Pass::releaseMemory()
2014-03-25 18:01:38 +00:00
BranchProbabilityInfo.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
CallGraph.h
Replace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 05:51:42 +00:00
CallGraphSCCPass.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
CallPrinter.h
CaptureTracking.h
[C++11] Make this interface accept const Use pointers and use override
2014-03-05 10:21:48 +00:00
CFG.h
[Modules] Move CFG.h to the IR library as it defines graph traits over
2014-03-04 11:45:46 +00:00
CFGPrinter.h
[Modules] Move CFG.h to the IR library as it defines graph traits over
2014-03-04 11:45:46 +00:00
CodeMetrics.h
[Modules] Move CallSite into the IR library where it belogs. It is
2014-03-04 11:01:28 +00:00
ConstantFolding.h
ConstantsScanner.h
[Modules] Move InstIterator out of the Support library, where it had no
2014-03-04 10:30:26 +00:00
DependenceAnalysis.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
DominanceFrontier.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
DomPrinter.h
DOTGraphTraitsPass.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
FindUsedTypes.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
InlineCost.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
InstructionSimplify.h
Fix missing -*- C++ -*-s
2013-08-06 00:16:21 +00:00
Interval.h
Remove copy ctors that did the same thing as the default one.
2014-03-11 11:32:49 +00:00
IntervalIterator.h
[Modules] Move CFG.h to the IR library as it defines graph traits over
2014-03-04 11:45:46 +00:00
IntervalPartition.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
IVUsers.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
LazyCallGraph.h
[LCG] Make this call graph a fully regular type by giving it assignment
2014-03-10 08:08:59 +00:00
LazyValueInfo.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
LibCallAliasAnalysis.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
LibCallSemantics.h
"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
2014-03-07 18:08:54 +00:00
Lint.h
Loads.h
LoopInfo.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
LoopInfoImpl.h
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
2014-01-13 09:26:24 +00:00
LoopIterator.h
LoopPass.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
MemoryBuiltins.h
[Layering] Move InstVisitor.h into the IR library as it is pretty
2014-03-06 03:23:41 +00:00
MemoryDependenceAnalysis.h
Replace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 05:51:42 +00:00
Passes.h
delinearization of arrays
2013-11-12 22:47:20 +00:00
PHITransAddr.h
Rename some member variables from TD to DL.
2014-02-18 15:33:12 +00:00
PostDominators.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
PtrUseVisitor.h
[Layering] Move InstVisitor.h into the IR library as it is pretty
2014-03-06 03:23:41 +00:00
RegionInfo.h
[C++11] Replace LLVM-style type traits with C++11 standard ones.
2014-03-07 14:42:25 +00:00
RegionIterator.h
[Modules] Move CFG.h to the IR library as it defines graph traits over
2014-03-04 11:45:46 +00:00
RegionPass.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
RegionPrinter.h
ScalarEvolution.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
ScalarEvolutionExpander.h
[Modules] Move the TargetFolder into the Analysis library. Historically,
2014-03-04 11:59:06 +00:00
ScalarEvolutionExpressions.h
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-05 07:30:04 +00:00
ScalarEvolutionNormalization.h
SparsePropagation.h
TargetFolder.h
[Modules] Move the TargetFolder into the Analysis library. Historically,
2014-03-04 11:59:06 +00:00
TargetTransformInfo.h
[Constant Hoisting] Make the constant materialization cost operand dependent
2014-03-21 06:04:45 +00:00
Trace.h
ValueTracking.h
Teach MemoryBuiltins and InstructionSimplify that operator new never returns NULL.
2013-09-24 16:37:51 +00:00