Support for llvm_ostreams.
[oota-llvm.git] / include / llvm / Analysis / DataStructure /
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2006-11-03 Chris Lattnersilence warning
2006-10-23 Andrew Lenharthchange this back
2006-06-20 Andrew LenharthFix build on old compilers
2006-06-19 Andrew LenharthDo partial inlining in BU. This resolves more call...
2006-06-16 Andrew Lenharthmove header
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-12-06 Sumant KowshikAdded comment for removing assert
2005-12-06 Sumant KowshikHandling of zero length last fields in struct used...
2005-10-24 Chris Lattneradd some prototypes
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris Lattneradd support for taking the address of free.
2005-04-02 Chris Lattnermerge EquivClassGraphs.h into DataStructure.h with...
2005-04-02 Chris Lattneradd and use a callee_iterator typedef
2005-04-02 Chris LattnerChange the ActualCallees callgraph from hash_multimap...
2005-03-24 Chris Lattneradd new spliceFrom methods.
2005-03-23 Chris Lattnera hack to allow count-aa to work with ds-aa :(
2005-03-22 Chris LattnerFix a serious bug where we didn't insert globals into...
2005-03-22 Chris Lattneradd a method
2005-03-22 Chris LattnerNow that the dead ctor is gone, nothing uses the old...
2005-03-22 Chris Lattnerremove a dead ctor
2005-03-22 Chris Lattnernow that the second argument is always this->ReturnNode...
2005-03-22 Chris Lattnerdrop the second argument to cloneInto, which is always...
2005-03-22 Chris Lattnermove this stuff out of line
2005-03-21 Chris Lattnerallow passing clone flags into the ctor
2005-03-21 Chris Lattneradd a new map
2005-03-21 Chris Lattnermake this const correct
2005-03-21 Chris LattnerUgh, for some reason, I can't call this unless the...
2005-03-21 Chris LattnerMake the first operand of this method be modifiable.
2005-03-21 Chris Lattneradd a method
2005-03-21 Chris LattnerIf merging two calls like: foo(A) and bar(B, C), make...
2005-03-21 Chris Lattnerrename a method add a data structure.
2005-03-20 Chris LattnerRemove the InlinedGlobals set which is always empty.
2005-03-20 Chris Lattneradd a method
2005-03-20 Chris Lattnerrename some methods and add some new methods for dealin...
2005-03-19 Chris LattnerMake each scalar map contain a reference to an equivale...
2005-03-19 Chris LattnerEach DS collection now contains an equivalence class...
2005-03-19 Chris Lattneradd a method to clear globals from a node
2005-03-17 Chris Lattneradd 3 methods
2005-03-16 Chris Lattnerremove use of compat_iterator
2005-03-15 Chris Lattnerremove warning, make computeGGToGMapping return an...
2005-03-15 Chris Lattneradd support for hashing nodehandles.
2005-03-15 Chris Lattneradd iterators for return nodes list.
2005-03-15 Jeff CohenDo it right...
2005-03-15 Jeff CohenFix VC++ breakage.
2005-03-15 Chris LattnerRename method, add counterpart.
2005-03-14 Chris LattnerAdd a useful method.
2005-03-13 Chris LattnerAdd support for printing EQ graphs
2005-03-12 Chris Lattnerremove this from the PA namespace, leaving it in the...
2005-03-11 Chris LattnerFix some crashes noted by John Mellor-Crummey's group.
2005-02-15 Chris LattnerAdd a new method to make it easy to update graphs.
2005-02-09 Chris LattnerAdd some iterators that should have come in long ago
2005-02-07 Chris LattnerHopefully fix the build on Darwin with GCC 3.3
2005-02-04 Chris LattnerAdd some new members
2005-02-04 Chris Lattneradd new member
2005-02-03 Chris LattnerAdd a new method.
2005-02-01 Chris Lattnerremove dead method
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-24 Chris LattnerAdd some methods.
2005-01-09 Jeff CohenGet lib/Analysis/DataStructure to compile with VC++
2004-12-08 Chris LattnerMove method out of line
2004-11-02 Chris LattnerSubstantially cleanup/speedup the eq graphs pass by...
2004-11-01 Chris LattnerRemove more dead methods
2004-11-01 Chris LattnerDelete a dead method
2004-11-01 Chris LattnerRename FoldedGraph -> DSInfo to be consistent with...
2004-11-01 Chris LattnerGet rid of the EquivClassGraphArgsInfo class, and the...
2004-11-01 Chris LattnerEliminate the cloneGraph method
2004-10-31 Chris Lattner* Do not refer to ActualCallees in CBU, when we can...
2004-10-31 Chris LattnerSimplify graph traversal, improve grammar
2004-10-31 Chris LattnerDo not do horrible things to the CBU graphs. In partic...
2004-10-30 Chris LattnerAdd an assertion and a method
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerAdjust to API changes
2004-09-14 Chris LattnerAdjust to #include movage
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-07 Chris LattnerHeaders moved
2004-07-07 Chris LattnerMove DSA headers into Analysis/DataStructure to make...
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
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...
next