| Commit message (Expand) | Author | Age | Files | Lines |
* | Generic graph iterator to enumerate the SCCs of a graph | Vikram S. Adve | 2002-11-04 | 2 | -0/+442 |
* | Change the "Cannot merge two portions of the same node yet" from an assertion | Chris Lattner | 2002-11-04 | 1 | -6/+13 |
* | Add information about why this testcase fails | Chris Lattner | 2002-11-04 | 1 | -4/+12 |
* | Convert uint gep operands to long | Chris Lattner | 2002-11-04 | 6 | -18/+18 |
* | Convert old style gep index from uint to long | Chris Lattner | 2002-11-04 | 1 | -1/+1 |
* | Ack: Fix bug in previous checkin. | Chris Lattner | 2002-11-04 | 1 | -1/+1 |
* | Be more generous about level raising constant expressions don't force each | Chris Lattner | 2002-11-04 | 1 | -24/+20 |
* | Implement a new -print-callgraph analysis that turns a callgraph into a dot | Chris Lattner | 2002-11-04 | 2 | -2/+90 |
* | Make sure to _delete_ memory allocated by worklists | Chris Lattner | 2002-11-04 | 1 | -0/+2 |
* | Implement methods needed to print out call graph | Chris Lattner | 2002-11-04 | 1 | -3/+22 |
* | Give a better error message in an unhandled case | Chris Lattner | 2002-11-04 | 1 | -1/+8 |
* | Minor fix to space accounting | Chris Lattner | 2002-11-04 | 2 | -2/+2 |
* | Improve the clean target | Chris Lattner | 2002-11-04 | 1 | -0/+3 |
* | Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives | Chris Lattner | 2002-11-04 | 2 | -36/+16 |
* | Allow the call graph to be called from analyze naturally with print implemented | Chris Lattner | 2002-11-04 | 2 | -23/+11 |
* | Rename ValueMap to ScalarMap | Chris Lattner | 2002-11-03 | 7 | -66/+67 |
* | Rename NewNode flag to HeapNode | Chris Lattner | 2002-11-03 | 5 | -6/+7 |
* | Change the letters used to represent stack and heap allocations to "S" and "H" | Chris Lattner | 2002-11-03 | 1 | -2/+2 |
* | Check in header file that was missing, thus broke the build | Chris Lattner | 2002-11-03 | 1 | -0/+16 |
* | Disable correlated expressions pass until it is reliable. | Vikram S. Adve | 2002-11-03 | 1 | -1/+1 |
* | code to lightly instrument at branches | Anand Shukla | 2002-11-03 | 1 | -0/+210 |
* | Move function to cpp file from header | Chris Lattner | 2002-11-02 | 4 | -10/+14 |
* | Fixed comment on top of DSNode.h, added note to DSSupport.h as to why | Misha Brukman | 2002-11-02 | 4 | -4/+12 |
* | Implement signed and unsigned division and remainder | Chris Lattner | 2002-11-02 | 3 | -12/+128 |
* | Enable div and mod tests | Chris Lattner | 2002-11-02 | 1 | -12/+12 |
* | Implement multiply operator | Chris Lattner | 2002-11-02 | 3 | -2/+60 |
* | Enable multiply tests | Chris Lattner | 2002-11-02 | 1 | -3/+3 |
* | New testcase for arithmetic operations | Chris Lattner | 2002-11-02 | 1 | -0/+28 |
* | * Implement subtract | Chris Lattner | 2002-11-02 | 3 | -58/+37 |
* | shuffle code around a bit, implement and, or, xor | Chris Lattner | 2002-11-02 | 3 | -65/+148 |
* | New testcase for logical operators | Chris Lattner | 2002-11-02 | 1 | -0/+16 |
* | Add PHI node support, add comment for branch function | Chris Lattner | 2002-11-02 | 2 | -0/+42 |
* | Make phi test a bit more challenging | Chris Lattner | 2002-11-02 | 1 | -3/+6 |
* | Implement unconditional branching support | Chris Lattner | 2002-11-02 | 3 | -1/+20 |
* | Only test that uncond branch works | Chris Lattner | 2002-11-02 | 1 | -2/+2 |
* | * Fix nonconstant shift case | Chris Lattner | 2002-11-02 | 2 | -108/+38 |
* | Expose a LJELLO variable | Chris Lattner | 2002-11-02 | 1 | -0/+1 |
* | Tests results are invalidated when jello is rebuilt | Chris Lattner | 2002-11-02 | 1 | -2/+2 |
* | Use a more table driven approach to handling types. Seems to simplify the | Chris Lattner | 2002-11-02 | 2 | -394/+224 |
* | Make switch statements denser, but only because of the follow-on patch | Chris Lattner | 2002-11-02 | 2 | -64/+92 |
* | * Remove dead variable | Chris Lattner | 2002-11-02 | 2 | -8/+12 |
* | Implement the "unknown flag" which mainly consists of aligning printing code | Chris Lattner | 2002-11-02 | 4 | -25/+33 |
* | Oops, this was not meant to be checked in | Chris Lattner | 2002-11-02 | 1 | -2/+1 |
* | Stop representing scalars as explicit nodes in the graph. Now the only | Chris Lattner | 2002-11-02 | 4 | -170/+133 |
* | * Eliminate Scalar node type (renumber other node types) | Chris Lattner | 2002-11-02 | 2 | -18/+22 |
* | Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.ll | Nick Hildenbrandt | 2002-11-01 | 2 | -2/+2 |
* | Fix comments, steens is context sensitive, we just haven't implemented | Chris Lattner | 2002-11-01 | 1 | -3/+3 |
* | Add a testcase cee should eventually pass | Chris Lattner | 2002-11-01 | 1 | -0/+21 |
* | Use absolute path name for "analyze" since we are changing directories. | Vikram S. Adve | 2002-11-01 | 1 | -1/+4 |
* | New iostream definitions | Chris Lattner | 2002-11-01 | 2 | -0/+2 |