Note to self: SAVE FILES!
[oota-llvm.git] / include / llvm / Analysis /
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
2003-09-21 Chris LattnerAdd prototype
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-20 Chris LattnerUnsquishify
2003-09-15 Chris LattnerDo not segfault when the post-dominator tree is empty...
2003-09-11 Chris LattnerGet rid of the whole "Node2" business, rename getNode...
2003-09-10 Chris LattnerRework dominator and post dominator information so...
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2003-09-10 Chris LattnerSpelling fixes
2003-08-31 Chris LattnerRemove explicit passing of SCC's around as objects.
2003-08-31 Chris LattnerThis should use Support/iterator, not <iterator>
2003-08-31 Chris LattnerCleanups, move the getAnalysisUsage method to the ...
2003-08-31 Chris Lattners/Meth/F
2003-08-18 Chris LattnerAdd new methods, update comments
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-16 Chris LattnerFix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
2003-08-05 Chris LattnerAdd a comment to the method decl
2003-08-05 Sumant KowshikAdded declaration of mergeInGlobalsGraph
2003-07-26 Chris LattnerRemove #includes
2003-07-25 Chris Lattner#include <cassert> as necessary...
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
next