Move file to lib/Analysis/DataStructure
[oota-llvm.git] / include / llvm / Analysis / DataStructure /
2004-05-23 Vikram S. AdveComplete rewrite of the code that merges DS graphs...
2004-05-23 Vikram S. AdveFix size/offset assertion to allow negative offsets...
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2004-03-09 Chris Lattnernew method
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-21 Chris LattnerUpdate comments and add warning
2004-02-19 Chris LattnerAdd a method useful for updating DSA
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-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
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-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
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-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 LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-16 Vikram S. Adve(1) Added DSGraph::cloneReachableSubgraph and DSGraph...
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required
2003-07-02 Chris LattnerRemove dead method
2003-07-02 Chris LattnerAdd new methods
2003-07-02 Chris LattnerDisable the parent graph code when not compiled in...
2003-07-01 Chris LattnerTD pass keeps track of which functions have complete...
2003-07-01 Chris LattnerAdd new operator= impl
2003-07-01 Chris LattnerOk, I'm a moron. Fixed now
2003-07-01 Chris LattnerFix major problem that was causing all kinds of nasty...
2003-07-01 Chris LattnerAdd new methods to BUDS for keeping track of a precise...
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerBe more const correct
2003-06-30 Chris LattnerConstness changes
2003-06-30 Chris LattnerSubstantial revamp: DSGraphs now may contain the graphs...
2003-06-30 Chris LattnerRemove prototype for dead method
2003-06-28 Chris LattnerAdd new DSGraph::ScalarMapTy typedef to avoid pulling...
2003-06-28 Chris LattnerAdd new 'isComplete' method
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-22 Chris LattnerWhoops, accidentally lost a #include
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-19 Chris LattnerLots of changes to make the NodeType field private...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-03-03 Chris LattnerDon't apply type information to loads
2003-02-13 Chris LattnerMove node forwarding code from being inlined to being...
2003-02-11 Chris LattnerImplement a "union-findy" version of DS-Analysis, which...
2003-02-11 Chris LattnerFix uninitialized member problem
2003-02-10 Chris LattnerBugfix for calling dump() after the links vector has...
2003-02-10 Chris LattnerMove getNode() out of line
2003-02-10 Chris LattnerImplement a new method "viewGraph" which can be used...
2003-02-09 Chris LattnerTD Pass now does not cause globals to mark nodes incomp...
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-04 Chris LattnerAdd sanity check
2003-02-03 Chris LattnerHack to work around deficiency in pass infrastructure
2003-02-03 Chris LattnerEliminate unused resolving caller stuff
2003-02-03 Chris Lattner* Add a bunch of stuff for checking the integrity of...
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerAdd new composition mask
2003-01-29 Chris LattnerNew API for traversing graph
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2002-12-12 Misha BrukmanNo need to specify the class if the method is within...
2002-12-06 Vikram S. AdveAdded static helper method MergeNodes(). See DataStruc...
2002-11-27 Vikram S. AdveAdded flags to CloneFlags to strip/keep Mod/Ref bits...
2002-11-18 Chris LattnerInline DSTypeRec stuff into DSNode
2002-11-18 Chris LattnerInline DSTypeRec into DSNode
2002-11-18 Chris LattnerTemplatize graph traits and iterator to work with const...
2002-11-12 Chris LattnerRemove dead method, add new method
2002-11-11 Chris LattnerAlmost complete rewrite of BU closure code
2002-11-10 Chris Lattneradd method
2002-11-10 Chris LattnerAdd code to be able to merge two call sites
2002-11-10 Chris LattnerAdd hasGraph() methods to all of the passes for the...
2002-11-10 Chris LattnerImplement swapping
2002-11-10 Chris LattnerImplement support for swapping. Callsites now sort...
2002-11-10 Chris LattnerAdd capability to set a preference of what call vector...
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerAdd globals graphs to all three passes
2002-11-09 Chris LattnerMove maskNodeTypes from cpp file
2002-11-09 Chris LattnerClean up DSGraph::removeDeadNodes interface
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface
2002-11-09 Chris LattnerAdd initial support for a globals graph
next