| Commit message (Expand) | Author | Age | Files | Lines |
| * | Darwin, like many BSD systems, has a setjmp/longjmp which saves the signal mask | Chris Lattner | 2005-09-27 | 1 | -0/+3 |
| * | Change the arg lowering code to use copyfromreg from vregs associated | Chris Lattner | 2005-09-13 | 1 | -12/+17 |
| * | Remove some dead vectors | Chris Lattner | 2005-09-13 | 1 | -4/+0 |
| * | PowerPC cannot truncstore i1 natively | Chris Lattner | 2005-09-10 | 1 | -0/+3 |
| * | Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when we | Nate Begeman | 2005-09-06 | 1 | -6/+39 |
| * | Decouple fsqrt from gpul optimizations, implementing fsqrt.ll. | Chris Lattner | 2005-09-02 | 1 | -1/+1 |
| * | Restore this patch now that the latent bug has been fixed | Chris Lattner | 2005-09-02 | 1 | -2/+16 |
| * | Revert the previous patch which causes a mysterious regression in toast. | Chris Lattner | 2005-09-02 | 1 | -16/+2 |
| * | Implement small-arguments.ll:test3 by teaching the DAG optimizer that | Chris Lattner | 2005-09-01 | 1 | -2/+16 |
| * | Move FCTIWZ handling out of the instruction selectors and into legalization, | Chris Lattner | 2005-08-31 | 1 | -40/+58 |
| * | Move SHL,SHR i64 -> legalizer | Chris Lattner | 2005-08-31 | 1 | -2/+57 |
| * | lower sra_parts on the dag, implementing it for the dag isel, and exposing | Chris Lattner | 2005-08-31 | 1 | -0/+28 |
| * | Enable generation of AssertSext and AssertZext in the PPC backend. | Nate Begeman | 2005-08-31 | 1 | -2/+7 |
| * | Fix a bug in my patch for legalizing to fsel. It cannot handle seteq/setne, | Chris Lattner | 2005-08-30 | 1 | -0/+4 |
| * | Fix some really strange indentation that xcode likes to use. | Chris Lattner | 2005-08-30 | 1 | -157/+158 |
| * | implement SELECT_CC fully for the DAG->DAG isel! | Chris Lattner | 2005-08-26 | 1 | -0/+55 |
| * | Make fsel emission work with both the pattern and dag-dag selectors, by | Chris Lattner | 2005-08-26 | 1 | -11/+11 |
| * | implement the other half of the select_cc -> fsel lowering, which handles | Chris Lattner | 2005-08-26 | 1 | -16/+37 |
| * | add initial support for converting select_cc -> fsel in the legalizer | Chris Lattner | 2005-08-26 | 1 | -2/+57 |
| * | Remove option to make SetCC illegal on PowerPC after long discussion with | Nate Begeman | 2005-08-25 | 1 | -11/+0 |
| * | Ack, typo | Nate Begeman | 2005-08-23 | 1 | -1/+1 |
| * | Add an option to make SetCC illegal as a beta option | Nate Begeman | 2005-08-23 | 1 | -0/+10 |
| * | Make UINT_TO_FP and SINT_TO_FP use generic expansion. | Jim Laskey | 2005-08-17 | 1 | -0/+4 |
| * | updates for changes in nodes | Chris Lattner | 2005-08-16 | 1 | -9/+9 |
| * | Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty | Nate Begeman | 2005-08-16 | 1 | -0/+4 |
| * | Pull the LLVM -> DAG lowering code out of the pattern selector so that it | Chris Lattner | 2005-08-16 | 1 | -0/+472 |