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