| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Make sure to include name information if we have it | Chris Lattner | 2002-11-01 | 1 | -1/+2 |
* | Fix burg build problem. | Chris Lattner | 2002-11-01 | 2 | -0/+4 |
* | Add a fixme | Chris Lattner | 2002-10-31 | 1 | -0/+2 |
* | A new test case that tries to generate all the different possible shift | Brian Gaeke | 2002-10-31 | 1 | -0/+27 |
* | InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst. | Brian Gaeke | 2002-10-31 | 3 | -5/+401 |
* | * Minor optimization: when merging nodes, merge the smaller one into the | Chris Lattner | 2002-10-31 | 1 | -3/+13 |
* | Eliminate some unneccesary #includes and forward decls | Chris Lattner | 2002-10-31 | 4 | -56/+0 |
* | CBE doesn't alloc correctly | Nick Hildenbrandt | 2002-10-31 | 3 | -2/+22 |
* | Reassociate pass now works | Chris Lattner | 2002-10-31 | 1 | -1/+1 |
* | Reassociate now works | Chris Lattner | 2002-10-31 | 1 | -3/+2 |
* | Fixes to the reassociate pass to make it respect dominance properties | Chris Lattner | 2002-10-31 | 1 | -57/+54 |
* | Fix nasty bug in ::isNeg() | Chris Lattner | 2002-10-31 | 1 | -1/+1 |
* | Restore support for indirect function calls (which briefly wasn't working | Vikram S. Adve | 2002-10-31 | 1 | -4/+10 |
* | Do not print "NEW FILES AND DIRECTORIES" unless requested separately | Vikram S. Adve | 2002-10-31 | 1 | -6/+13 |
* | Remove dead code | Chris Lattner | 2002-10-31 | 1 | -31/+12 |
* | Refactored DSGraph.h: | Misha Brukman | 2002-10-31 | 6 | -970/+1072 |
* | This fixes all kinds of problems with array handling. There are still bugs to | Chris Lattner | 2002-10-31 | 4 | -127/+364 |
* | New testcases | Chris Lattner | 2002-10-31 | 2 | -0/+84 |
* | Tell cvs to ignore *.dot and *.ps files in this directory | Chris Lattner | 2002-10-31 | 1 | -0/+2 |
* | New testcase for the possible array merging scenarios | Chris Lattner | 2002-10-31 | 1 | -0/+38 |
* | Can simplify code now with the isCommutative() method. | Chris Lattner | 2002-10-31 | 1 | -13/+5 |
* | Use new isCommutative interface, which gives us SetEQ and SetNE for free. | Chris Lattner | 2002-10-31 | 1 | -7/+3 |
* | New isAssociative/isCommutative inspection methods, graciously contributed by | Chris Lattner | 2002-10-31 | 2 | -0/+60 |
* | Statistic class should return const reference to *this, not a reference to | Chris Lattner | 2002-10-31 | 2 | -12/+12 |
* | BreakCriticalEdges should update dominance frontier information as well as | Chris Lattner | 2002-10-31 | 2 | -4/+28 |
* | Add interface to update domfrontier info, thanks to Casey Carter for impl | Chris Lattner | 2002-10-31 | 1 | -3/+21 |
* | New testcases | Chris Lattner | 2002-10-31 | 3 | -0/+65 |