| Commit message (Expand) | Author | Age | Files | Lines |
* | remove a dead header | Chris Lattner | 2005-10-29 | 1 | -63/+0 |
* | Move some constant folding functions into LLVMAnalysis since they are used | John Criswell | 2005-10-27 | 1 | -0/+36 |
* | This pass is very old and quite useless, remove it. | Chris Lattner | 2005-10-24 | 2 | -64/+0 |
* | add a proto | Chris Lattner | 2005-10-24 | 1 | -0/+4 |
* | new header | Chris Lattner | 2005-10-24 | 1 | -0/+64 |
* | add some prototypes | Chris Lattner | 2005-10-24 | 1 | -0/+4 |
* | new method | Chris Lattner | 2005-09-12 | 1 | -0/+6 |
* | add two helper methods | Chris Lattner | 2005-08-09 | 1 | -0/+8 |
* | Keep tabs and trailing spaces out. | Jeff Cohen | 2005-07-30 | 1 | -2/+2 |
* | Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that | Nate Begeman | 2005-07-30 | 1 | -0/+180 |
* | Eliminate tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -2/+2 |
* | Don't crash on a query where the block is not in any loop. Thanks to | Chris Lattner | 2005-06-29 | 1 | -1/+2 |
* | make AliasAnalysis know that VAArg writes memory. This is extremely conserva... | Andrew Lenharth | 2005-06-20 | 1 | -0/+5 |
* | fix warning | Chris Lattner | 2005-05-15 | 1 | -1/+1 |
* | fix compiler warning | Chris Lattner | 2005-05-15 | 1 | -1/+1 |
* | Some cleanups for compilation with GCC 4.0.0 to remove warnings: | Reid Spencer | 2005-05-15 | 2 | -3/+4 |
* | Add accessor method, | Tanya Lattner | 2005-05-01 | 1 | -0/+1 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 3 | -25/+25 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 29 | -198/+198 |
* | add support for taking the address of free. | Chris Lattner | 2005-04-21 | 1 | -4/+8 |
* | Improve doxygen documentation, patch contributed by Evan Jones! | Chris Lattner | 2005-04-21 | 1 | -31/+31 |
* | merge EquivClassGraphs.h into DataStructure.h with the other DSA pass definit... | Chris Lattner | 2005-04-02 | 2 | -129/+105 |
* | add and use a callee_iterator typedef | Chris Lattner | 2005-04-02 | 2 | -5/+7 |
* | Change the ActualCallees callgraph from hash_multimap<Instruction,Function> | Chris Lattner | 2005-04-02 | 2 | -6/+24 |
* | 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 |