| Commit message (Expand) | Author | Age | Files | Lines |
* | Clear out all of the changes. Reset version numbers to 1.3 | Chris Lattner | 2004-04-01 | 1 | -118/+15 |
* | Add clear() forwarding method. | Brian Gaeke | 2004-03-31 | 1 | -0/+1 |
* | Generate slightly smaller code, "test R, R" instead of "cmp R, 0" | Chris Lattner | 2004-03-31 | 2 | -10/+6 |
* | The X86 backend no longer needs the select lowering pass. | Chris Lattner | 2004-03-31 | 1 | -6/+0 |
* | Codegen FP select instructions into X86 conditional moves. Annoyingly enough | Chris Lattner | 2004-03-31 | 2 | -28/+72 |
* | Add support for floating point conditional move instructions | Chris Lattner | 2004-03-31 | 2 | -10/+74 |
* | Add support for FP cmoves | Chris Lattner | 2004-03-31 | 2 | -20/+56 |
* | Add FP conditional move instructions, which annoyingly have special properties | Chris Lattner | 2004-03-31 | 3 | -10/+33 |
* | Add warning | Chris Lattner | 2004-03-31 | 1 | -0/+6 |
* | MBB::remove should not modify the iterator passed in | Chris Lattner | 2004-03-31 | 3 | -3/+5 |
* | MachineBasicBlock::remove should not modify the iterator passed in | Chris Lattner | 2004-03-31 | 1 | -2/+1 |
* | Improve description, add warning | Chris Lattner | 2004-03-31 | 1 | -2/+6 |
* | MachineBasicBlock::remove should not change the iterator passed into it | Chris Lattner | 2004-03-31 | 1 | -1/+1 |
* | Factor out getStaticStackSize from InsertPrologCode(), so that I can more | Brian Gaeke | 2004-03-31 | 1 | -9/+15 |
* | Use the true, decoded name of the archive member in getObjectType. | Brian Gaeke | 2004-03-31 | 3 | -21/+30 |
* | Avoid TRUE and FALSE which apparently conflict with some macros on OSX | Chris Lattner | 2004-03-31 | 5 | -16/+16 |
* | Fix linking of constant expr casts due to type resolution changes. With | Chris Lattner | 2004-03-31 | 3 | -0/+24 |
* | Add support for constant expr casts | Chris Lattner | 2004-03-31 | 1 | -0/+8 |
* | Add support for reading constantexpr select instructions | Chris Lattner | 2004-03-31 | 1 | -0/+3 |
* | Fix a latent bug in select constantexpr handling that was broke 253.perlbmk | Chris Lattner | 2004-03-30 | 1 | -0/+2 |
* | Correctly update LiveVariables when an instruction changes | Alkis Evlogimenos | 2004-03-30 | 1 | -3/+3 |
* | Fold comparisons into select instructions, making much better code and | Chris Lattner | 2004-03-30 | 2 | -60/+172 |
* | Test folding comparisons into select instructions | Chris Lattner | 2004-03-30 | 1 | -0/+18 |
* | New testcase. This now codegens to: | Chris Lattner | 2004-03-30 | 1 | -0/+7 |
* | Implement spill code folding for all of the conditional move instructions | Chris Lattner | 2004-03-30 | 1 | -0/+21 |
* | Add direct support for integer select instructions, though we still don't sup... | Chris Lattner | 2004-03-30 | 3 | -4/+194 |
* | New testcase for select instructions | Chris Lattner | 2004-03-30 | 1 | -0/+32 |
* | Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx | Chris Lattner | 2004-03-30 | 1 | -1/+1 |
* | New testcase that crashes the assembler | Chris Lattner | 2004-03-30 | 1 | -0/+3 |
* | Fix some serious bugs in the cmov descriptions, which didn't cause a problem ... | Chris Lattner | 2004-03-30 | 1 | -60/+60 |
* | Start cleaning up this pass so that I can debug it. | Brian Gaeke | 2004-03-30 | 1 | -80/+34 |
* | Oops, actually USE the previously computed value | Chris Lattner | 2004-03-30 | 1 | -0/+1 |
* | Test general value/value selection which we can do now that we use the | Chris Lattner | 2004-03-30 | 1 | -1/+2 |
* | Now that all the code generators support the select instruction, and the inst... | Chris Lattner | 2004-03-30 | 1 | -78/+9 |
* | Implement select.ll:test[3-6] | Chris Lattner | 2004-03-30 | 1 | -4/+32 |
* | Add some testcases for select simplification | Chris Lattner | 2004-03-30 | 1 | -0/+19 |
* | Fix a fairly major performance problem. If a PHI node had a constant as | Chris Lattner | 2004-03-30 | 2 | -22/+36 |
* | Add the select lowering pass to get initial support for select instructions | Chris Lattner | 2004-03-30 | 2 | -0/+10 |
* | Add a simple select instruction lowering pass | Chris Lattner | 2004-03-30 | 2 | -0/+101 |
* | Add some new methods | Chris Lattner | 2004-03-30 | 4 | -45/+286 |
* | Don't warn about a null live range if the Value is a ConstantIntegral. | Brian Gaeke | 2004-03-29 | 1 | -1/+1 |
* | Change how the beginnings and ends of MachineFunctions are printed. Get | Brian Gaeke | 2004-03-29 | 1 | -3/+3 |
* | Adjust to new itf | Chris Lattner | 2004-03-29 | 3 | -6/+6 |
* | Relax the interface a bit | Chris Lattner | 2004-03-29 | 1 | -5/+5 |
* | Merged in RELEASE_12. | John Criswell | 2004-03-29 | 7 | -26/+73 |
* | Merged in RELEASE_12. | John Criswell | 2004-03-29 | 1 | -0/+1 |
* | Handle -0.0 correctly | Chris Lattner | 2004-03-29 | 1 | -1/+4 |
* | Add a faq entry | Chris Lattner | 2004-03-29 | 1 | -0/+39 |
* | Add a bunch of methods that should have been added a long time ago. | Chris Lattner | 2004-03-29 | 2 | -0/+83 |
* | Add another check | Chris Lattner | 2004-03-29 | 1 | -0/+5 |