| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs | Chris Lattner | 2004-02-09 | 2 | -0/+4 |
* | Fix grammar-o. | Misha Brukman | 2004-02-08 | 1 | -1/+1 |
* | All of spec, including 253.perlbmk should now work. There is still the 254.gap | Chris Lattner | 2004-02-08 | 1 | -28/+4 |
* | Improve compatibility with programs that already have a prototype for 'write', | Chris Lattner | 2004-02-08 | 1 | -12/+43 |
* | vi failed me again. :) | Chris Lattner | 2004-02-08 | 1 | -1/+1 |
* | Rename the invoke 'except' destination to the 'unwind' destination | Chris Lattner | 2004-02-08 | 1 | -1/+1 |
* | Change the 'exception' destination to the 'unwind' destination. We will always | Chris Lattner | 2004-02-08 | 2 | -3/+3 |
* | rename the "exceptional" destination of an invoke instruction to the 'unwind'... | Chris Lattner | 2004-02-08 | 12 | -20/+19 |
* | Add new bug, add note about llvm-db | Chris Lattner | 2004-02-08 | 1 | -1/+2 |
* | Fix PR225: [pruneeh] -pruneeh pass removes invoke instructions it shouldn't | Chris Lattner | 2004-02-08 | 1 | -10/+32 |
* | splitBasicBlock "does the right thing" now, no reason to reposition it. | Chris Lattner | 2004-02-08 | 1 | -3/+0 |
* | Bug fixed | Chris Lattner | 2004-02-08 | 1 | -2/+2 |
* | Implement proper invoke/unwind lowering. | Chris Lattner | 2004-02-08 | 1 | -21/+262 |
* | New testcase, code generators should support invoke/unwind | Chris Lattner | 2004-02-08 | 1 | -0/+13 |
* | Print out all globals as they are emitted, not just those emitted from | Chris Lattner | 2004-02-08 | 1 | -3/+2 |
* | There is no reason to #define fd | Chris Lattner | 2004-02-08 | 1 | -3/+2 |
* | add pr105 | Brian Gaeke | 2004-02-08 | 1 | -0/+1 |
* | Fix unterminated-quote typo in echo command | Brian Gaeke | 2004-02-08 | 1 | -1/+1 |
* | Document automake as a build dependency because we use aclocal | Brian Gaeke | 2004-02-08 | 1 | -2/+5 |
* | Move rules for regenerating autoconf files into this shell script. | Brian Gaeke | 2004-02-08 | 1 | -0/+20 |
* | Remove rules for autoconf'ing files from top-level Makefile | Brian Gaeke | 2004-02-08 | 1 | -7/+0 |
* | Add a call to 'write' right before the call to abort() in the unwind path. | Chris Lattner | 2004-02-08 | 1 | -3/+27 |
* | Fix indentation of selectiondag. | Brian Gaeke | 2004-02-08 | 1 | -1/+1 |
* | Add one that I missed | Chris Lattner | 2004-02-08 | 1 | -0/+1 |
* | Instead of callign removeTriviallyDeadNodes on the global graph every time | Chris Lattner | 2004-02-08 | 4 | -8/+13 |
* | Remove another unneeded call. | Chris Lattner | 2004-02-08 | 1 | -1/+0 |
* | This call is no longer needed now that merging does not produce garbage | Chris Lattner | 2004-02-08 | 1 | -1/+0 |
* | Substantially improve the DSA code by removing 'forwarding' nodes from | Chris Lattner | 2004-02-08 | 5 | -5/+23 |
* | Bugfix for ilist conversion. The ilist wants to make an 'end' node which has | Chris Lattner | 2004-02-08 | 1 | -1/+1 |
* | Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> | Chris Lattner | 2004-02-08 | 5 | -27/+83 |
* | One of the 'annoying' things about ilists is that the iterators don't behave | Chris Lattner | 2004-02-08 | 2 | -12/+188 |
* | Change to use node_iterators instead of direct access to Nodes | Chris Lattner | 2004-02-08 | 1 | -34/+43 |
* | Change to use iterators instead of direct access | Chris Lattner | 2004-02-08 | 2 | -4/+4 |
* | Minor change to breakpoint (lack of) support | Chris Lattner | 2004-02-08 | 1 | -1/+5 |
* | getNodes() is gone, use node_begin/end instead | Chris Lattner | 2004-02-07 | 3 | -15/+18 |
* | getNodes() is gone | Chris Lattner | 2004-02-07 | 2 | -42/+42 |
* | Abstract out the Nodes collection. Instead of providing a getNodes() method, | Chris Lattner | 2004-02-07 | 4 | -22/+22 |
* | Actually USE isForwarding method | Chris Lattner | 2004-02-07 | 2 | -10/+10 |
* | As Alkis pointed out to me, I forgot to commit this... :( | Chris Lattner | 2004-02-07 | 2 | -0/+8 |
* | There is no need to clone over nodes that are going to be dead anyway | Chris Lattner | 2004-02-07 | 1 | -3/+5 |
* | Use autoconf answers from config.h (FIXME, should autoconf this file | Brian Gaeke | 2004-02-06 | 1 | -4/+5 |
* | Add a missing link | Chris Lattner | 2004-02-06 | 1 | -0/+7 |
* | Fix grammar. | Misha Brukman | 2004-02-06 | 1 | -3/+2 |
* | Increase code clarity. | Alkis Evlogimenos | 2004-02-06 | 1 | -127/+100 |
* | Initial checking of the libpng library. | John Criswell | 2004-02-06 | 179 | -0/+65571 |
* | Initial checking of the zlib library. | John Criswell | 2004-02-06 | 153 | -0/+39800 |
* | Add information about the piece I forgot to write: parameterized tablegen cla... | Chris Lattner | 2004-02-06 | 1 | -2/+86 |
* | Syntax hilight examples and add note about emacs/vim mode files | Chris Lattner | 2004-02-06 | 1 | -51/+58 |
* | Add a new document describing TableGen | Chris Lattner | 2004-02-06 | 2 | -0/+569 |
* | Print the record NAME not the record ADDRESS | Chris Lattner | 2004-02-06 | 1 | -1/+1 |