| Commit message (Expand) | Author | Age | Files | Lines |
* | SchedGraph doesn't need to be friends with SchedGraphNodeCommon anymore. | Brian Gaeke | 2004-02-09 | 1 | -1/+0 |
* | Move InstrSchedule's iterator begin/end methods inline. | Brian Gaeke | 2004-02-09 | 2 | -56/+8 |
* | Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator | Brian Gaeke | 2004-02-09 | 2 | -50/+28 |
* | Implement the hashing scheme in an attempt to speed up the "slow" case in | Chris Lattner | 2004-02-09 | 1 | -50/+68 |
* | Fix bug in installation process: MKDIR must respect DESTDIR. | Brian Gaeke | 2004-02-09 | 2 | -5/+5 |
* | This debugging hook is no longer needed. | Chris Lattner | 2004-02-09 | 1 | -2/+0 |
* | Code cleanup in preparation for later changes. Now that ContainedTy's are | Chris Lattner | 2004-02-09 | 1 | -107/+75 |
* | Now that all of the derived types have disciplined interfaces, we can eliminate | Chris Lattner | 2004-02-09 | 3 | -181/+76 |
* | Don't depend on auto data conversion | Chris Lattner | 2004-02-09 | 1 | -1/+1 |
* | Adjust to the changed StructType interface. In particular, getElementTypes()... | Chris Lattner | 2004-02-09 | 16 | -73/+61 |
* | Increase encapsulation of the StructType class, eliminating the getElementTyp... | Chris Lattner | 2004-02-09 | 1 | -9/+15 |
* | Method is gone | Chris Lattner | 2004-02-09 | 1 | -2/+0 |
* | Start using the new and improve interface to FunctionType arguments | Chris Lattner | 2004-02-09 | 13 | -117/+98 |
* | Improve encapsulation in the FunctionType class, by adding param_(iterator/be... | Chris Lattner | 2004-02-09 | 1 | -4/+6 |
* | This #include is not needed, it should have been removed with the last patch | Chris Lattner | 2004-02-09 | 1 | -1/+0 |
* | Instead of searching the entire type graph for a type to determine if it | Chris Lattner | 2004-02-09 | 1 | -8/+29 |
* | Upreferences are always OpaqueTypes, meaning that it is impossible for a non-... | Chris Lattner | 2004-02-09 | 1 | -0/+1 |
* | Another nice speedup for the register allocator. This time, we replace | Chris Lattner | 2004-02-09 | 1 | -37/+55 |
* | Add a new (hidden) option that is useful for profiling. | Chris Lattner | 2004-02-09 | 1 | -1/+5 |
* | Ugh, perform an optimization that GCC should be able to do itself. This | Chris Lattner | 2004-02-09 | 1 | -6/+7 |
* | Only do stuff for the REAL number of physical registers we have, not 1024. | Chris Lattner | 2004-02-09 | 1 | -10/+8 |
* | Change the PhysRegsUsed map into a dense array. Seeing that this is a mapping | Chris Lattner | 2004-02-09 | 1 | -34/+35 |
* | Two problems with these lines of code: | Chris Lattner | 2004-02-09 | 1 | -2/+0 |
* | The ConstantExpr::getCast call can cause a CPR to be generated. If so, | Chris Lattner | 2004-02-09 | 1 | -0/+4 |
* | 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 |