| Commit message (Expand) | Author | Age | Files | Lines |
* | New testcase, distilled from PR324 | Chris Lattner | 2004-04-20 | 1 | -0/+12 |
* | Make it legal to ask for the type of a specialreg | Brian Gaeke | 2004-04-20 | 1 | -0/+2 |
* | Add some PRs which were fixed, but not previously mentioned in the rel. notes. | Brian Gaeke | 2004-04-20 | 1 | -2/+13 |
* | Add support for the select instruction | Chris Lattner | 2004-04-20 | 2 | -2/+24 |
* | Make it legal to request a load or store of %fsr. | Brian Gaeke | 2004-04-19 | 1 | -0/+2 |
* | Fix typo. | Brian Gaeke | 2004-04-19 | 1 | -1/+1 |
* | Regularize include guards and remove some excess whitespace. | Brian Gaeke | 2004-04-19 | 1 | -4/+2 |
* | Tighten up SparcV9FloatCCRegClass::getRegName()'s assertion - if you ask it for | Brian Gaeke | 2004-04-19 | 1 | -2/+1 |
* | Regularize include guards, remove some excess whitespace and fix some comments. | Brian Gaeke | 2004-04-19 | 1 | -14/+11 |
* | Initial checkin of a simple loop unswitching pass. It still needs work, | Chris Lattner | 2004-04-19 | 1 | -0/+357 |
* | New testcase | Chris Lattner | 2004-04-19 | 1 | -0/+35 |
* | Add accessor for a Loop Unswitching pass | Chris Lattner | 2004-04-19 | 1 | -0/+7 |
* | Eliminate a poorly conceived method | Chris Lattner | 2004-04-19 | 1 | -8/+0 |
* | It's not just a printer, it's actually an analysis too | Chris Lattner | 2004-04-19 | 1 | -1/+1 |
* | As per Chris, greatly simplify handling of external functions by using the | Misha Brukman | 2004-04-19 | 1 | -75/+22 |
* | * Remove note about "UNSUPPORTED: " feature that just became supported | Misha Brukman | 2004-04-19 | 1 | -11/+6 |
* | * Reorder #includes | Misha Brukman | 2004-04-19 | 1 | -2/+3 |
* | Display sample bugpoint output with the `code' stylesheet class. | Misha Brukman | 2004-04-19 | 1 | -3/+5 |
* | * Improve file header comment | Chris Lattner | 2004-04-19 | 1 | -18/+35 |
* | Remove code to update loop depths | Chris Lattner | 2004-04-19 | 1 | -10/+1 |
* | Add #include | Chris Lattner | 2004-04-19 | 1 | -0/+1 |
* | Add notes about PRs 38 and 290 being fixed. | Misha Brukman | 2004-04-19 | 1 | -0/+4 |
* | Wrap (some) lines to 80 cols. | Misha Brukman | 2004-04-19 | 1 | -19/+29 |
* | Finally implement rewriting global initializers which use external functions | Misha Brukman | 2004-04-19 | 1 | -10/+83 |
* | Provide an interface that is more convenient for iterating over the blocks | Chris Lattner | 2004-04-18 | 1 | -0/+3 |
* | Move isLoopInvariant to the Loop class | Chris Lattner | 2004-04-18 | 1 | -10/+2 |
* | Add new method | Chris Lattner | 2004-04-18 | 1 | -0/+8 |
* | Add new method. | Chris Lattner | 2004-04-18 | 1 | -1/+5 |
* | Correct rewriting of exit blocks after my last patch | Chris Lattner | 2004-04-18 | 1 | -3/+8 |
* | Fix computation of exit blocks | Chris Lattner | 2004-04-18 | 1 | -2/+2 |
* | Loop exit sets are no longer explicitly held, they are dynamically computed o... | Chris Lattner | 2004-04-18 | 1 | -3/+6 |
* | Change the ExitBlocks list from being explicitly contained in the Loop | Chris Lattner | 2004-04-18 | 7 | -184/+45 |
* | Spiff is no longer in our tree | Chris Lattner | 2004-04-18 | 1 | -1/+1 |
* | Reduce the unrolling limit | Chris Lattner | 2004-04-18 | 1 | -1/+1 |
* | If the preheader of the loop was the entry block of the function, make sure | Chris Lattner | 2004-04-18 | 1 | -2/+7 |
* | Be much more careful about how we update instructions outside of the loop | Chris Lattner | 2004-04-18 | 1 | -9/+15 |
* | Another testcase | Chris Lattner | 2004-04-18 | 1 | -0/+13 |
* | Implement method | Chris Lattner | 2004-04-18 | 1 | -0/+12 |
* | Add a new method | Chris Lattner | 2004-04-18 | 1 | -0/+5 |
* | After unrolling our single basic block loop, fold it into the preheader and exit | Chris Lattner | 2004-04-18 | 1 | -2/+43 |
* | Fix a bug: this does not preserve the CFG! | Chris Lattner | 2004-04-18 | 1 | -4/+20 |
* | Add a new method, add a check missing that caused a segfault if a loop didn't | Chris Lattner | 2004-04-18 | 1 | -0/+14 |
* | Allow clients to delete loops, add a new method | Chris Lattner | 2004-04-18 | 1 | -5/+9 |
* | Move loop optimization passes up, add loop unroller | Chris Lattner | 2004-04-18 | 1 | -1/+5 |
* | Add prototype | Chris Lattner | 2004-04-18 | 1 | -2/+8 |
* | Initial checkin of a simple loop unroller. This pass is extremely basic and | Chris Lattner | 2004-04-18 | 1 | -0/+247 |
* | Make the tail duplication threshold accessible from the command line instead ... | Chris Lattner | 2004-04-18 | 1 | -1/+5 |
* | Fix a memory leak. We leaked the vector holding the entries in switch tables. | Chris Lattner | 2004-04-17 | 1 | -0/+1 |
* | New testcase | Chris Lattner | 2004-04-17 | 1 | -0/+21 |
* | Add the ability to compute exit values for complex loop using unanalyzable | Chris Lattner | 2004-04-17 | 1 | -52/+189 |