Age | Commit message (Expand) | Author |
2004-04-02 | Fix type in instruction builder instantiation | Alkis Evlogimenos |
2004-04-02 | Make the verifier API more complete and useful. | Chris Lattner |
2004-04-02 | Add more ADC and SBB variants | Alkis Evlogimenos |
2004-04-02 | Add new function, autoconf support required tho | Chris Lattner |
2004-04-01 | Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx | Chris Lattner |
2004-04-01 | Remove some assertions that are now bogus with the last patch I put in | Chris Lattner |
2004-04-01 | Fix PR306: Loop simplify incorrectly updates dominator information | Chris Lattner |
2004-04-01 | Add support for select constant expressions to the CBE, fixing SIOD | Chris Lattner |
2004-04-01 | Simplify code by using the more powerful BuildMI forms. | Chris Lattner |
2004-04-01 | Wrap at 80 cols | Chris Lattner |
2004-03-31 | Generate slightly smaller code, "test R, R" instead of "cmp R, 0" | Chris Lattner |
2004-03-31 | The X86 backend no longer needs the select lowering pass. | Chris Lattner |
2004-03-31 | Codegen FP select instructions into X86 conditional moves. Annoyingly enough | Chris Lattner |
2004-03-31 | Add support for floating point conditional move instructions | Chris Lattner |
2004-03-31 | Add support for FP cmoves | Chris Lattner |
2004-03-31 | Add FP conditional move instructions, which annoyingly have special properties | Chris Lattner |
2004-03-31 | Add warning | Chris Lattner |
2004-03-31 | MBB::remove should not modify the iterator passed in | Chris Lattner |
2004-03-31 | MachineBasicBlock::remove should not modify the iterator passed in | Chris Lattner |
2004-03-31 | Factor out getStaticStackSize from InsertPrologCode(), so that I can more | Brian Gaeke |
2004-03-31 | Use the true, decoded name of the archive member in getObjectType. | Brian Gaeke |
2004-03-31 | Avoid TRUE and FALSE which apparently conflict with some macros on OSX | Chris Lattner |
2004-03-31 | Fix linking of constant expr casts due to type resolution changes. With | Chris Lattner |
2004-03-31 | Add support for constant expr casts | Chris Lattner |
2004-03-31 | Add support for reading constantexpr select instructions | Chris Lattner |
2004-03-30 | Fix a latent bug in select constantexpr handling that was broke 253.perlbmk | Chris Lattner |
2004-03-30 | Correctly update LiveVariables when an instruction changes | Alkis Evlogimenos |
2004-03-30 | Fold comparisons into select instructions, making much better code and | Chris Lattner |
2004-03-30 | Implement spill code folding for all of the conditional move instructions | Chris Lattner |
2004-03-30 | Add direct support for integer select instructions, though we still don't sup... | Chris Lattner |
2004-03-30 | Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx | Chris Lattner |
2004-03-30 | Fix some serious bugs in the cmov descriptions, which didn't cause a problem ... | Chris Lattner |
2004-03-30 | Start cleaning up this pass so that I can debug it. | Brian Gaeke |
2004-03-30 | Now that all the code generators support the select instruction, and the inst... | Chris Lattner |
2004-03-30 | Implement select.ll:test[3-6] | Chris Lattner |
2004-03-30 | Fix a fairly major performance problem. If a PHI node had a constant as | Chris Lattner |
2004-03-30 | Add the select lowering pass to get initial support for select instructions | Chris Lattner |
2004-03-30 | Add a simple select instruction lowering pass | Chris Lattner |
2004-03-30 | Add some new methods | Chris Lattner |
2004-03-29 | Don't warn about a null live range if the Value is a ConstantIntegral. | Brian Gaeke |
2004-03-29 | Change how the beginnings and ends of MachineFunctions are printed. Get | Brian Gaeke |
2004-03-29 | Adjust to new itf | Chris Lattner |
2004-03-29 | Handle -0.0 correctly | Chris Lattner |
2004-03-29 | Add a bunch of methods that should have been added a long time ago. | Chris Lattner |
2004-03-29 | Add another check | Chris Lattner |
2004-03-29 | Fix an assertion | Chris Lattner |
2004-03-29 | Make error message a bit nicer. | Chris Lattner |
2004-03-26 | Add two methods which have been needed for a long time: Type::get(Un)signedVe... | Chris Lattner |
2004-03-26 | X % -1 == X % 1 == 0 | Chris Lattner |
2004-03-25 | Two changes: | Chris Lattner |