Age | Commit message (Expand) | Author |
2005-03-22 | now that the second argument is always this->ReturnNodes, don't bother passin... | Chris Lattner |
2005-03-22 | now that the valuemapping is always the local scalar map, we can eliminate | Chris Lattner |
2005-03-22 | remove the second argument to cloneInto | Chris Lattner |
2005-03-22 | move this out of line | Chris Lattner |
2005-03-21 | allow passing clone flags down to cloneInto | 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 | The reachability cloner should add arguments to merged calls when the RHS of | Chris Lattner |
2005-03-20 | Remove the ability to keep track of inlined globals, which is always dead. | Chris Lattner |
2005-03-20 | Add a new DSNode::removeGlobal method. | Chris Lattner |
2005-03-20 | Implement new methods for dealing with DSNode global lists, rename uses of | Chris Lattner |
2005-03-19 | Create an equivalence class of global variables that DSA will never be able | Chris Lattner |
2005-03-18 | remove a bogus optimization. This only works if there are no globals in the | Chris Lattner |
2005-03-17 | implement a new method. | Chris Lattner |
2005-03-17 | Clean up some code, handle null pointer specially to avoid an assertion | Chris Lattner |
2005-03-17 | Do not create ridiculously huge DSNodes, as described in the comments. | Chris Lattner |
2005-03-16 | remove use of compat_iterator. | Chris Lattner |
2005-03-15 | Fix a crash that happens when mapping something like this: | Chris Lattner |
2005-03-15 | Make computeGGToGMapping compute an invnodemap | Chris Lattner |
2005-03-15 | Start using retnodes_* for iteration. | Chris Lattner |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2005-03-15 | Don't crash if computing a mapping to a node with zero size | Chris Lattner |
2005-03-15 | rename method, add counterpart | Chris Lattner |
2005-03-14 | add a method to compute a commonly used mapping. | Chris Lattner |
2005-03-13 | regardless of whether or not the client things we should mark globals incompl... | Chris Lattner |
2005-03-13 | The incoming arguments to main (the argv list) are not complete! | Chris Lattner |
2005-03-13 | Replace linear search with logrithmic one. | Chris Lattner |
2005-03-12 | make sure to mark nodes returned from functions as incomplete | Chris Lattner |
2005-02-27 | Fix spelling, patch contributed by Gabor Greif | Chris Lattner |
2005-02-24 | Fix a bug introduced by revision 1.187 of this file. | Chris Lattner |
2005-02-15 | Add a sanity check. | Chris Lattner |
2005-02-15 | Add a new method to make it easy to update graphs. | Chris Lattner |
2005-02-09 | Use new edge iterators to simplify some code. | Chris Lattner |
2005-02-04 | Split mergeInGraph into two methods. | Chris Lattner |
2005-02-03 | Refactor getFunctionArgumentsForCall out of mergeInGraph. | Chris Lattner |
2005-01-31 | Rename variables to work with VC++'s hokey scoping rules. | Chris Lattner |
2005-01-30 | * Make some methods more const correct. | Chris Lattner |
2005-01-12 | Silence VC++ warnings. | Chris Lattner |
2004-12-08 | Move method out of line for better ICC support | Chris Lattner |
2004-10-31 | Improve comment | Chris Lattner |
2004-10-31 | Add more paranoid assertions :) | Chris Lattner |
2004-10-30 | Fix three bugs: | Chris Lattner |
2004-10-30 | * Add a method | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-29 | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman |
2004-07-08 | Disable some code that isn't helping matters | Chris Lattner |
2004-07-07 | Move all of the DSA headers into the Analysis/DataStructure subdir. | Chris Lattner |
2004-07-07 | As much as I hate to say it, the whole setNode interface for DSNodeHandles | Chris Lattner |
2004-06-23 | Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on | Chris Lattner |
2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |