aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure
AgeCommit message (Expand)Author
2006-12-13Remove DSA.John Criswell
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Support for llvm_ostreams.Bill Wendling
2006-11-03silence warningChris Lattner
2006-10-23change this backAndrew Lenharth
2006-06-20Fix build on old compilersAndrew Lenharth
2006-06-19Do partial inlining in BU. This resolves more call sites. Also add options ...Andrew Lenharth
2006-06-16move headerAndrew Lenharth
2006-05-19Fix some doxygen usage in these headers.Reid Spencer
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-12-06Added comment for removing assertSumant Kowshik
2005-12-06Handling of zero length last fields in struct used for growing it arbitrarilySumant Kowshik
2005-10-24add some prototypesChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21add support for taking the address of free.Chris Lattner
2005-04-02merge EquivClassGraphs.h into DataStructure.h with the other DSA pass definit...Chris Lattner
2005-04-02add and use a callee_iterator typedefChris Lattner
2005-04-02Change the ActualCallees callgraph from hash_multimap<Instruction,Function>Chris Lattner
2005-03-24add new spliceFrom methods.Chris Lattner
2005-03-23a hack to allow count-aa to work with ds-aa :(Chris Lattner
2005-03-22Fix a serious bug where we didn't insert globals into the globalset whenChris Lattner
2005-03-22add a methodChris Lattner
2005-03-22Now that the dead ctor is gone, nothing uses the old node mapping exported byChris Lattner
2005-03-22remove a dead ctorChris Lattner
2005-03-22now that the second argument is always this->ReturnNodes, don't bother passin...Chris Lattner
2005-03-22drop the second argument to cloneInto, which is always the local scalar map.Chris Lattner
2005-03-22move this stuff out of lineChris Lattner
2005-03-21allow passing clone flags into the ctorChris Lattner
2005-03-21add a new mapChris Lattner
2005-03-21make this const correctChris Lattner
2005-03-21Ugh, for some reason, I can't call this unless the reference is const!?!?!?Chris Lattner
2005-03-21Make the first operand of this method be modifiable.Chris Lattner
2005-03-21add a methodChris Lattner
2005-03-21If merging two calls like: foo(A) and bar(B, C), make sure the result has twoChris Lattner
2005-03-21rename a method add a data structure.Chris Lattner
2005-03-20Remove the InlinedGlobals set which is always empty.Chris Lattner
2005-03-20add a methodChris Lattner
2005-03-20rename some methods and add some new methods for dealing with the globals listChris Lattner
2005-03-19Make each scalar map contain a reference to an equivalence class of globalChris Lattner
2005-03-19Each DS collection now contains an equivalence class of globals values.Chris Lattner
2005-03-19add a method to clear globals from a nodeChris Lattner
2005-03-17add 3 methodsChris Lattner
2005-03-16remove use of compat_iteratorChris Lattner
2005-03-15remove warning, make computeGGToGMapping return an invnodemap.Chris Lattner
2005-03-15add support for hashing nodehandles.Chris Lattner
2005-03-15add iterators for return nodes list.Chris Lattner
2005-03-15Do it right...Jeff Cohen
2005-03-15Fix VC++ breakage.Jeff Cohen
2005-03-15Rename method, add counterpart.Chris Lattner
2005-03-14Add a useful method.Chris Lattner