| Commit message (Expand) | Author | Age | Files | Lines |
* | add new spliceFrom methods. | Chris Lattner | 2005-03-24 | 1 | -0/+10 |
* | if a function doesn't access memory at all, it definitely doesn't read it. | Chris Lattner | 2005-03-23 | 1 | -1/+2 |
* | a hack to allow count-aa to work with ds-aa :( | Chris Lattner | 2005-03-23 | 1 | -5/+4 |
* | Fix a serious bug where we didn't insert globals into the globalset when | Chris Lattner | 2005-03-22 | 1 | -1/+6 |
* | add a method | Chris Lattner | 2005-03-22 | 1 | -0/+6 |
* | Now that the dead ctor is gone, nothing uses the old node mapping exported by | Chris Lattner | 2005-03-22 | 1 | -7/+2 |
* | remove a dead ctor | Chris Lattner | 2005-03-22 | 1 | -2/+0 |
* | now that the second argument is always this->ReturnNodes, don't bother passin... | Chris Lattner | 2005-03-22 | 1 | -2/+1 |
* | drop the second argument to cloneInto, which is always the local scalar map. | Chris Lattner | 2005-03-22 | 1 | -1/+1 |
* | move this stuff out of line | Chris Lattner | 2005-03-22 | 1 | -15/+4 |
* | allow passing clone flags into the ctor | Chris Lattner | 2005-03-21 | 1 | -1/+2 |
* | add a new map | Chris Lattner | 2005-03-21 | 1 | -0/+8 |
* | make this const correct | Chris Lattner | 2005-03-21 | 1 | -1/+1 |
* | Ugh, for some reason, I can't call this unless the reference is const!?!?!? | Chris Lattner | 2005-03-21 | 1 | -1/+1 |
* | Make the first operand of this method be modifiable. | Chris Lattner | 2005-03-21 | 1 | -1/+1 |
* | add a method | Chris Lattner | 2005-03-21 | 1 | -0/+4 |
* | If merging two calls like: foo(A) and bar(B, C), make sure the result has two | Chris Lattner | 2005-03-21 | 1 | -0/+3 |
* | rename a method add a data structure. | Chris Lattner | 2005-03-21 | 1 | -1/+21 |
* | Remove the InlinedGlobals set which is always empty. | Chris Lattner | 2005-03-20 | 1 | -14/+0 |
* | add a method | Chris Lattner | 2005-03-20 | 1 | -0/+5 |
* | rename some methods and add some new methods for dealing with the globals list | Chris Lattner | 2005-03-20 | 1 | -4/+21 |
* | Make each scalar map contain a reference to an equivalence class of global | Chris Lattner | 2005-03-19 | 1 | -16/+79 |
* | Each DS collection now contains an equivalence class of globals values. | Chris Lattner | 2005-03-19 | 2 | -2/+27 |
* | add a method to clear globals from a node | Chris Lattner | 2005-03-19 | 1 | -0/+1 |
* | add 3 methods | Chris Lattner | 2005-03-17 | 1 | -0/+8 |
* | remove use of compat_iterator | Chris Lattner | 2005-03-16 | 2 | -9/+11 |
* | remove warning, make computeGGToGMapping return an invnodemap. | Chris Lattner | 2005-03-15 | 1 | -7/+8 |
* | add support for hashing nodehandles. | Chris Lattner | 2005-03-15 | 1 | -0/+9 |
* | add iterators for return nodes list. | Chris Lattner | 2005-03-15 | 1 | -0/+7 |
* | Do it right... | Jeff Cohen | 2005-03-15 | 1 | -1/+1 |
* | Fix VC++ breakage. | Jeff Cohen | 2005-03-15 | 1 | -1/+1 |
* | Rename method, add counterpart. | Chris Lattner | 2005-03-15 | 1 | -2/+8 |
* | Add a useful method. | Chris Lattner | 2005-03-14 | 1 | -0/+4 |
* | Add support for printing EQ graphs | Chris Lattner | 2005-03-13 | 1 | -0/+8 |
* | remove this from the PA namespace, leaving it in the llvm ns | Chris Lattner | 2005-03-12 | 1 | -7/+2 |
* | Fix some crashes noted by John Mellor-Crummey's group. | Chris Lattner | 2005-03-11 | 1 | -0/+6 |
* | export two methods | Chris Lattner | 2005-03-09 | 1 | -0/+10 |
* | new helper method | Chris Lattner | 2005-03-06 | 1 | -0/+15 |
* | Fix a case where we incorrectly returned hasComputableLoopEvolution for | Chris Lattner | 2005-02-26 | 1 | -4/+10 |
* | Add a new method to make it easy to update graphs. | Chris Lattner | 2005-02-15 | 1 | -2/+10 |
* | Add a new replaceSymbolicValuesWithConcrete method to the SCEV class, | Chris Lattner | 2005-02-13 | 2 | -5/+59 |
* | Add some iterators that should have come in long ago | Chris Lattner | 2005-02-09 | 1 | -0/+10 |
* | Hopefully fix the build on Darwin with GCC 3.3 | Chris Lattner | 2005-02-07 | 1 | -1/+1 |
* | Add some new members | Chris Lattner | 2005-02-04 | 1 | -5/+16 |
* | add new member | Chris Lattner | 2005-02-04 | 1 | -0/+5 |
* | Add a new method. | Chris Lattner | 2005-02-03 | 1 | -0/+9 |
* | remove dead method | Chris Lattner | 2005-02-01 | 1 | -3/+0 |
* | * Make some methods more const correct. | Chris Lattner | 2005-01-30 | 3 | -12/+23 |
* | Improve conformance with the Misha spelling benchmark suite | Chris Lattner | 2005-01-30 | 1 | -2/+2 |
* | Adjust to ilist changes. | Chris Lattner | 2005-01-29 | 1 | -1/+2 |