| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 1 | -66/+41 |
* | 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 |
* | Start using the new and improve interface to FunctionType arguments | Chris Lattner | 2004-02-09 | 13 | -117/+98 |
* | 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 |
* | 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 | 11 | -15/+14 |
* | 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 |
* | Implement proper invoke/unwind lowering. | Chris Lattner | 2004-02-08 | 1 | -21/+262 |
* | 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 a call to 'write' right before the call to abort() in the unwind path. | Chris Lattner | 2004-02-08 | 1 | -3/+27 |
* | 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 | 1 | -1/+5 |
* | 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 | 1 | -19/+17 |
* | Change to use node_iterators instead of direct access to Nodes | Chris Lattner | 2004-02-08 | 1 | -34/+43 |
* | 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 |
* | There is no need to clone over nodes that are going to be dead anyway | Chris Lattner | 2004-02-07 | 1 | -3/+5 |
* | Increase code clarity. | Alkis Evlogimenos | 2004-02-06 | 1 | -127/+100 |
* | Eliminate uneeded lookups by passing a Virt2PhysMap::iterator instead | Alkis Evlogimenos | 2004-02-06 | 1 | -23/+33 |
* | Fix another dominator update bug. These bugs keep getting exposed because GCSE | Chris Lattner | 2004-02-05 | 1 | -1/+1 |
* | Change live interval representation. Machine instructions now have two | Alkis Evlogimenos | 2004-02-05 | 1 | -22/+31 |
* | Fix bug updating dominators | Chris Lattner | 2004-02-05 | 1 | -2/+2 |
* | Add debug output | Chris Lattner | 2004-02-05 | 1 | -0/+4 |
* | Fix PR223: Loopsimplify incorrectly updates dominator information | Chris Lattner | 2004-02-05 | 1 | -33/+105 |