* Make contained ostream not public.
[oota-llvm.git] / include / llvm / Analysis /
2004-04-27 Chris LattnerFix warning
2004-04-26 Brian GaekeBecause I like being able to instantiate the cfgprinter...
2004-04-26 Brian GaekeFix a typo in a comment.
2004-04-23 Chris LattnerRemove the SCEV::expandCodeFor method, add a new SCEVVi...
2004-04-22 Chris LattnerAdd an ugly cast
2004-04-22 Chris LattnerAdd a method
2004-04-20 Chris LattnerAllow getting the module from a call graph
2004-04-19 Chris LattnerEliminate a poorly conceived method
2004-04-19 Chris Lattner* Improve file header comment
2004-04-18 Chris LattnerProvide an interface that is more convenient for iterat...
2004-04-18 Chris LattnerAdd new method.
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-18 Chris LattnerAdd a new method
2004-04-18 Chris LattnerAllow clients to delete loops, add a new method
2004-04-15 Chris LattnerAdd some helpful methods
2004-04-15 Chris LattnerPublically export all of these classes from the ScalarE...
2004-04-12 Chris LattnerAdd some methods that are useful for updating loop...
2004-04-12 Chris LattnerChange the call graph class to have TWO external nodes...
2004-04-11 Chris LattnerMake comments above APIs reflect what they should do.
2004-04-11 Chris LattnerNew method to allow more efficient clients
2004-04-10 Chris LattnerNote to self: SAVE FILES!
2004-04-10 Chris LattnerAdd an interface to update value numbering
2004-04-10 Chris LattnerClarify interface
2004-04-02 Chris LattnerRemove obsolete files
2004-04-02 Chris Lattnercleanup some long-dead code
2004-04-02 Chris LattnerAdd a new analysis
2004-04-02 Chris LattnerMake the verifier API more complete and useful
2004-03-15 Chris LattnerTweak argument
2004-03-15 Chris LattnerDeinline a couple of methods. Improve comment.
2004-03-15 Chris LattnerAdd two new methods which can be used to enable a bunch...
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2004-03-09 Chris Lattnernew method
2004-03-08 Chris LattnerSwitch over to using edge profile information as the...
2004-03-08 Chris LattnerWe don't want to make this a pure interface, as it...
2004-03-08 Chris LattnerRearrange some methods, implement the dominates method
2004-03-08 Chris LattnerImport the trace class from the reoptimizer
2004-03-08 Chris LattnerAdd support for representing edge counts
2004-03-03 Chris LattnerRename method, add new method
2004-03-03 Chris LattnerDe-inline methods
2004-03-01 Chris LattnerAdd new method
2004-03-01 Chris LattnerFix the "partial pool allocator" on em3d and others...
2004-02-29 Misha BrukmanDoxygenify comments.
2004-02-21 Chris LattnerUpdate comments and add warning
2004-02-19 Chris LattnerAdd a method useful for updating DSA
2004-02-11 Chris LattnerAdd an important prototype
2004-02-11 Chris LattnerFactor this code out of llvm-prof
2004-02-10 Chris LattnerAn initial implementation of an LLVM ProfileInfo class...
2004-02-10 Chris LattnerRemove some unneeded stuff
2004-02-08 Chris LattnerSubstantially improve the DSA code by removing 'forward...
2004-02-08 Chris LattnerSwitch the Nodes list from being an std::vector<DSNode...
2004-02-08 Chris LattnerChange to use iterators instead of direct access
2004-02-07 Chris LattnerAbstract out the Nodes collection. Instead of providin...
2004-02-07 Chris LattnerActually USE isForwarding method
2004-02-07 Chris LattnerAs Alkis pointed out to me, I forgot to commit this...
2004-01-30 Chris LattnerAdd a new pointsToConstantMemory method to the AliasAna...
2004-01-30 Misha BrukmanDoxygenify comments.
2004-01-28 Chris LattnerKeep track of all of the globals inserted into the...
2004-01-28 Chris LattnerPull the ScalarMap out into something that is more...
2004-01-27 Chris LattnerMinor tweaks
2004-01-27 Chris LattnerAdd comments, allow DSNode "copy ctor" to ignore outgoi...
2004-01-27 Chris Lattner* cloneReachable* and clonePartiallyInto are not obsolete
2004-01-23 Chris LattnerAdd new flag, other minor modifications
2004-01-23 Chris LattnerFix grammar
2004-01-22 Chris LattnerEliminated the CompletedNodes argument to the cloneReac...
2004-01-22 Chris LattnerIt doesn't make sense for one side to be const, but...
2004-01-22 Chris LattnerRemove const qualifier (all Value*'s are nonconst in...
2004-01-22 Chris LattnerSpecialize std::swap correctly
2004-01-20 Chris LattnerMove SlotCalculator.h from include/llvm to include...
2004-01-20 Chris Lattneradd a method proto, make a method not inline
2004-01-18 Chris LattnerAdd support for representing the "compaction table"
2004-01-14 Chris LattnerImprove comments, add support for remembering the const...
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2004-01-08 Chris LattnerImprove encapsulation in the Loop and LoopInfo classes...
2003-12-23 Chris LattnerRename ClassifyExpression -> ClassifyExpr
2003-12-22 Chris Lattnerfix grammao
2003-12-18 Chris LattnerAdd a new AliassetTracker::remove method. Because...
2003-12-14 Chris LattnerAdd capability to represent volatile AliasSet's
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicValueNumbering wheneve...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicAliasAnalysis whenever...
2003-12-07 Chris LattnerThe recalclulate method was a nasty hack that was once...
2003-12-07 Chris LattnerRewrite dominators implementation. Now domset is const...
2003-12-07 Chris LattnerMove this method out of the generic dominators calculat...
2003-11-29 Chris Lattnerbe GCC 3.4 clean
2003-11-13 Chris LattnerAdd methods for implementation
2003-11-13 Chris LattnerAdd an initial version of the CompleteBUDataStructures...
2003-11-12 Chris LattnerAdd argument
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Chris LattnerAdd new method
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerIncluding the symbol table in the FindUsedTypes analysi...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-28 Chris LattnerAdd new method
2003-10-23 Chris LattnerFix bug in eon hopefully
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-15 Chris LattnerRemove usage of use_size()
2003-10-10 Misha BrukmanFix spelling.
2003-10-01 Chris LattnerUse graph traits to perform generic interval construction
2003-10-01 Chris LattnerAdd graph traits specializations for intervals
2003-09-30 Chris LattnerStandardize header file comments
next