| Commit message (Expand) | Author | Age | Files | Lines |
| * | add a little peephole optimization. This allows us to codegen: | Chris Lattner | 2005-04-09 | 1 | -0/+11 |
| * | recognize some patterns as fabs operations, so that fabs at the source level | Chris Lattner | 2005-04-09 | 1 | -0/+21 |
| * | Emit BRCONDTWOWAY when possible. | Chris Lattner | 2005-04-09 | 1 | -7/+6 |
| * | Legalize BRCONDTWOWAY into a BRCOND/BR pair if a target doesn't support it. | Chris Lattner | 2005-04-09 | 1 | -0/+33 |
| * | print and fold BRCONDTWOWAY correctly | Chris Lattner | 2005-04-09 | 1 | -11/+25 |
| * | canonicalize a bunch of operations involving fneg | Chris Lattner | 2005-04-09 | 1 | -0/+21 |
| * | If a target zero or sign extends the result of its setcc, allow folding of | Chris Lattner | 2005-04-07 | 1 | -1/+13 |
| * | Remove somethign I had for testing | Chris Lattner | 2005-04-07 | 1 | -1/+1 |
| * | This patch does two things. First, it canonicalizes 'X >= C' -> 'X > C-1' | Chris Lattner | 2005-04-07 | 1 | -7/+49 |
| * | Fix a really scary bug that Nate found where we weren't deleting the right | Chris Lattner | 2005-04-07 | 1 | -1/+1 |
| * | Teach ExpandShift how to handle shifts by a constant. This allows targets | Nate Begeman | 2005-04-06 | 1 | -8/+64 |
| * | Expand SREM and UREM for targets that claim not to have them, like PowerPC | Nate Begeman | 2005-04-06 | 1 | -2/+25 |
| * | Add MULHU and MULHS nodes for the high part of an (un)signed 32x32=64b | Nate Begeman | 2005-04-05 | 1 | -0/+2 |
| * | Handle expanding arguments to ISD::TRUNCATE. This happens on PowerPC when | Nate Begeman | 2005-04-04 | 1 | -1/+3 |
| * | Fix sign_extend and zero_extend of promoted value types to expanded value | Chris Lattner | 2005-04-03 | 1 | -3/+27 |
| * | transform fabs/fabsf calls into FABS nodes. | Chris Lattner | 2005-04-02 | 1 | -29/+39 |
| * | Expand fabs into fneg | Chris Lattner | 2005-04-02 | 1 | -1/+9 |
| * | Turn -0.0 - X -> fneg | Chris Lattner | 2005-04-02 | 1 | -1/+13 |
| * | Several changes mixed up here. First when legalizing a DAG with pcmarker, | Chris Lattner | 2005-04-02 | 1 | -12/+57 |
| * | print fneg/fabs | Chris Lattner | 2005-04-02 | 1 | -0/+5 |
| * | fix some bugs in the implementation of SHL_PARTS and friends. | Chris Lattner | 2005-04-02 | 2 | -11/+38 |
| * | Turn expanded shift operations into (e.g.) SHL_PARTS if the target supports it. | Chris Lattner | 2005-04-02 | 1 | -9/+39 |
| * | Print some new nodes | Chris Lattner | 2005-04-02 | 1 | -1/+6 |
| * | Fix a bug when inserting a libcall into a function with no other calls. | Chris Lattner | 2005-04-02 | 1 | -2/+4 |
| * | Fix a warning about an unhandled switch case | Nate Begeman | 2005-04-02 | 1 | -3/+4 |
| * | Add ISD::UNDEF node | Nate Begeman | 2005-04-01 | 2 | -0/+25 |
| * | PCMarker support for DAG and Alpha | Andrew Lenharth | 2005-03-31 | 3 | -0/+11 |
| * | Instead of setting up the CFG edges at selectiondag construction time, set | Chris Lattner | 2005-03-30 | 1 | -7/+15 |
| * | Fix a bug that andrew noticed where we do not correctly sign/zero extend | Chris Lattner | 2005-03-29 | 1 | -4/+13 |
| * | implement legalization of build_pair for nate | Chris Lattner | 2005-03-28 | 1 | -0/+8 |
| * | Change interface to LowerCallTo to take a boolean isVarArg argument. | Nate Begeman | 2005-03-26 | 2 | -6/+9 |
| * | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -3/+3 |
| * | Fix a bug where we would incorrectly do a sign ext instead of a zero ext | Chris Lattner | 2005-03-10 | 1 | -1/+1 |
| * | constant fold FP_ROUND_INREG, ZERO_EXTEND_INREG, and SIGN_EXTEND_INREG | Chris Lattner | 2005-03-09 | 1 | -0/+12 |
| * | Fix a bug in the 'store fpimm, ptr' -> 'store intimm, ptr' handling code. | Chris Lattner | 2005-02-22 | 1 | -2/+1 |
| * | Fix compilation errors with VS 2005, patch by Aaron Gray. | Misha Brukman | 2005-02-17 | 1 | -0/+3 |
| * | Don't rely on doubles comparing identical to each other, which doesn't work | Chris Lattner | 2005-02-17 | 1 | -4/+19 |
| * | Don't sink argument loads into loops or other bad places. This disables fold... | Chris Lattner | 2005-02-17 | 1 | -1/+8 |
| * | Fix a case where were incorrectly compiled cast from short to int on 64-bit | Chris Lattner | 2005-02-04 | 1 | -2/+4 |
| * | Fix yet another memset issue. | Chris Lattner | 2005-02-02 | 1 | -4/+13 |
| * | Fix some bugs andrew noticed legalizing memset for alpha | Chris Lattner | 2005-02-01 | 1 | -3/+3 |
| * | Alpha doesn't have a native f32 extload instruction. | Chris Lattner | 2005-01-28 | 1 | -1/+5 |
| * | implement legalization of truncates whose results and sources need to be | Chris Lattner | 2005-01-28 | 1 | -2/+5 |
| * | Get alpha working with memset/memcpy/memmove | Chris Lattner | 2005-01-28 | 1 | -5/+29 |
| * | CopyFromReg produces two values. Make sure that we remember that both are | Chris Lattner | 2005-01-28 | 1 | -1/+8 |
| * | Silence optimized warnings. | Chris Lattner | 2005-01-23 | 1 | -1/+1 |
| * | Adjust to changes in SelectionDAG interfaces | Chris Lattner | 2005-01-23 | 1 | -9/+119 |
| * | Remove the 3 HACK HACK HACKs I put in before, fixing them properly with | Chris Lattner | 2005-01-23 | 1 | -14/+27 |
| * | Adjust to changes in SelectionDAG interface. | Chris Lattner | 2005-01-23 | 1 | -2/+2 |
| * | Get this to work for 64-bit systems. | Chris Lattner | 2005-01-22 | 1 | -6/+11 |