| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up some code, handle null pointer specially to avoid an assertion | Chris Lattner | 2005-03-17 | 1 | -6/+10 |
| * | Do not create ridiculously huge DSNodes, as described in the comments. | Chris Lattner | 2005-03-17 | 1 | -1/+21 |
| * | remove use of compat_iterator. | Chris Lattner | 2005-03-16 | 1 | -10/+10 |
| * | Fix a crash that happens when mapping something like this: | Chris Lattner | 2005-03-15 | 1 | -6/+12 |
| * | Make computeGGToGMapping compute an invnodemap | Chris Lattner | 2005-03-15 | 1 | -9/+11 |
| * | Start using retnodes_* for iteration. | Chris Lattner | 2005-03-15 | 1 | -7/+7 |
| * | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -4/+4 |
| * | Don't crash if computing a mapping to a node with zero size | Chris Lattner | 2005-03-15 | 1 | -0/+2 |
| * | rename method, add counterpart | Chris Lattner | 2005-03-15 | 1 | -3/+15 |
| * | add a method to compute a commonly used mapping. | Chris Lattner | 2005-03-14 | 1 | -0/+13 |
| * | regardless of whether or not the client things we should mark globals incompl... | Chris Lattner | 2005-03-13 | 1 | -7/+7 |
| * | The incoming arguments to main (the argv list) are not complete! | Chris Lattner | 2005-03-13 | 1 | -4/+3 |
| * | Replace linear search with logrithmic one. | Chris Lattner | 2005-03-13 | 1 | -4/+1 |
| * | make sure to mark nodes returned from functions as incomplete | Chris Lattner | 2005-03-12 | 1 | -0/+1 |
| * | Fix spelling, patch contributed by Gabor Greif | Chris Lattner | 2005-02-27 | 1 | -1/+1 |
| * | Fix a bug introduced by revision 1.187 of this file. | Chris Lattner | 2005-02-24 | 1 | -1/+2 |
| * | Add a sanity check. | Chris Lattner | 2005-02-15 | 1 | -0/+1 |
| * | Add a new method to make it easy to update graphs. | Chris Lattner | 2005-02-15 | 1 | -1/+23 |
| * | Use new edge iterators to simplify some code. | Chris Lattner | 2005-02-09 | 1 | -7/+7 |
| * | Split mergeInGraph into two methods. | Chris Lattner | 2005-02-04 | 1 | -29/+28 |
| * | Refactor getFunctionArgumentsForCall out of mergeInGraph. | Chris Lattner | 2005-02-03 | 1 | -29/+41 |
| * | Rename variables to work with VC++'s hokey scoping rules. | Chris Lattner | 2005-01-31 | 1 | -7/+7 |
| * | * Make some methods more const correct. | Chris Lattner | 2005-01-30 | 1 | -138/+151 |
| * | Silence VC++ warnings. | Chris Lattner | 2005-01-12 | 1 | -11/+13 |
| * | Move method out of line for better ICC support | Chris Lattner | 2004-12-08 | 1 | -0/+11 |
| * | Improve comment | Chris Lattner | 2004-10-31 | 1 | -2/+4 |
| * | Add more paranoid assertions :) | Chris Lattner | 2004-10-31 | 1 | -0/+12 |
| * | Fix three bugs: | Chris Lattner | 2004-10-30 | 1 | -9/+12 |
| * | * Add a method | Chris Lattner | 2004-10-30 | 1 | -16/+28 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -6/+6 |
| * | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -1/+1 |
| * | Disable some code that isn't helping matters | Chris Lattner | 2004-07-08 | 1 | -1/+6 |
| * | Move all of the DSA headers into the Analysis/DataStructure subdir. | Chris Lattner | 2004-07-07 | 1 | -1/+1 |
| * | As much as I hate to say it, the whole setNode interface for DSNodeHandles | Chris Lattner | 2004-07-07 | 1 | -9/+6 |
| * | Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on | Chris Lattner | 2004-06-23 | 1 | -2/+1 |
| * | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -2/+2 |
| * | Wrapped code and comments at 80 cols; doxygenified some comments. | Misha Brukman | 2004-04-29 | 1 | -16/+17 |
| * | Fix a tiny bug that caused an incorrect assertion failure poolallocating | Chris Lattner | 2004-03-13 | 1 | -4/+6 |
| * | implement new method | Chris Lattner | 2004-03-09 | 1 | -0/+24 |
| * | Fix a bug handling globals that are constants, but are still external | Chris Lattner | 2004-03-08 | 1 | -1/+1 |
| * | Implement a FIXME, improving the efficiency of DSA on povray. | Chris Lattner | 2004-03-04 | 1 | -2/+16 |
| * | Fix BU datastructures with povray! | Chris Lattner | 2004-03-04 | 1 | -11/+25 |
| * | Only clone nodes that are needed in the caller, don't clone ALL aux calls. T... | Chris Lattner | 2004-03-04 | 1 | -20/+48 |
| * | Fix a DSA bug that caused DSA to generate incredibly huge graphs and take for... | Chris Lattner | 2004-03-03 | 1 | -1/+34 |
| * | Deinline methods, add fast exit | Chris Lattner | 2004-03-03 | 1 | -0/+27 |
| * | Fix a node mapping problem that was causing the pool allocator to locally all... | Chris Lattner | 2004-03-03 | 1 | -0/+3 |
| * | Only clone global nodes between graphs if both graphs have the global. | Chris Lattner | 2004-02-27 | 1 | -13/+6 |
| * | Fix typo | Chris Lattner | 2004-02-26 | 1 | -1/+1 |
| * | The node doesn't have to be _no_ node flags, it just has to be complete and | Chris Lattner | 2004-02-26 | 1 | -2/+3 |
| * | Two changes: | Chris Lattner | 2004-02-25 | 1 | -1/+4 |