| Commit message (Expand) | Author | Age | Files | Lines |
| * | Several changes: | Chris Lattner | 2007-11-24 | 1 | -9/+31 |
| * | ExpandUnalignedLoad doesn't handle vectors right at all apparently. | Chris Lattner | 2007-11-19 | 1 | -8/+22 |
| * | Implement vector expand support for shuffle_vector. This fixes PR1811. | Chris Lattner | 2007-11-19 | 1 | -0/+35 |
| * | Implement splitting of UNDEF nodes. This is the first step towards fixing PR1811 | Chris Lattner | 2007-11-19 | 1 | -0/+4 |
| * | Add support in SplitVectorOp for remainder operators. | Dan Gohman | 2007-11-19 | 1 | -1/+4 |
| * | Add support for vectors to int <-> float casts. | Nate Begeman | 2007-11-17 | 1 | -1/+5 |
| * | Implement necessary bits for flt_rounds gcc builtin. | Anton Korobeynikov | 2007-11-15 | 1 | -0/+14 |
| * | Basic non-power-of-2 vector support | Nate Begeman | 2007-11-15 | 1 | -29/+37 |
| * | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 1 | -2/+23 |
| * | Move MinAlign to MathExtras.h. | Duncan Sands | 2007-11-09 | 1 | -1/+0 |
| * | Much improved pic jumptable codegen: | Evan Cheng | 2007-11-09 | 1 | -11/+7 |
| * | Didn't mean to check these in. | Evan Cheng | 2007-11-09 | 1 | -7/+11 |
| * | Bug fix. Passive nodes are not in SUnitMap. | Evan Cheng | 2007-11-09 | 1 | -11/+7 |
| * | Remainder operations must be either integer or floating-point. | Dan Gohman | 2007-11-06 | 1 | -1/+3 |
| * | Add support for vector remainder operations. | Dan Gohman | 2007-11-05 | 1 | -7/+13 |
| * | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -2/+2 |
| * | Make i64=expand_vector_elt(v2i64) work in 32-bit mode. | Dale Johannesen | 2007-10-31 | 1 | -0/+5 |
| * | The guaranteed alignment of ptr+offset is only the minimum of | Duncan Sands | 2007-10-28 | 1 | -10/+9 |
| * | Another expansion for i64 multiply, suitable for PPC. | Dale Johannesen | 2007-10-24 | 1 | -0/+9 |
| * | Fix a few places vector operations were not getting | Dale Johannesen | 2007-10-20 | 1 | -6/+9 |
| * | Redo "last ppc long double fix" as Chris wants. | Dale Johannesen | 2007-10-19 | 1 | -1/+2 |
| * | Fix a really nasty vector miscompilation bill recently introduced. | Chris Lattner | 2007-10-19 | 1 | -2/+2 |
| * | Add support for byval function whose argument is not 32 bit aligned. | Rafael Espindola | 2007-10-19 | 1 | -2/+15 |
| * | Negative indices aren't allowed here. | Bill Wendling | 2007-10-19 | 1 | -1/+1 |
| * | Pointer arithmetic should be done with the index the same size as the pointer. | Bill Wendling | 2007-10-18 | 1 | -0/+7 |
| * | Add support for ISD::SELECT in SplitVectorOp. | Dan Gohman | 2007-10-17 | 1 | -0/+20 |
| * | Return Expand from getOperationAction for all extended | Duncan Sands | 2007-10-17 | 1 | -2/+2 |
| * | Fixes due to lack of type-safety for ValueType: (1) ValueType | Duncan Sands | 2007-10-16 | 1 | -3/+3 |
| * | Move CreateStackTemporary out to SelectionDAG | Chris Lattner | 2007-10-15 | 1 | -20/+7 |
| * | One xform performed by LegalizeDAG is transformation of "store of fp" to "sto... | Chris Lattner | 2007-10-15 | 1 | -6/+28 |
| * | remove misleading comment. | Chris Lattner | 2007-10-14 | 1 | -2/+1 |
| * | If a target doesn't have HasMULHU or HasUMUL_LOHI, ExpandOp would return | Chris Lattner | 2007-10-14 | 1 | -1/+0 |
| * | Add a simple optimization to simplify the input to | Chris Lattner | 2007-10-13 | 1 | -1/+1 |
| * | ppc long double. Implement fabs and fneg. | Dale Johannesen | 2007-10-12 | 1 | -0/+16 |
| * | Implement i64->ppcf128 conversions. | Dale Johannesen | 2007-10-12 | 1 | -1/+20 |
| * | Add support to SplitVectorOp for powi, where the second operand | Dan Gohman | 2007-10-12 | 1 | -0/+6 |
| * | PPC long double. Implement a couple more conversions. | Dale Johannesen | 2007-10-12 | 1 | -0/+35 |
| * | Codegen support for vector intrinsics. | Dan Gohman | 2007-10-11 | 1 | -27/+114 |
| * | Implement ppc long double->uint conversion. | Dale Johannesen | 2007-10-11 | 1 | -3/+25 |
| * | Next PPC long double bits. First cut at constants. | Dale Johannesen | 2007-10-11 | 1 | -0/+8 |
| * | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 1 | -2/+20 |
| * | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman | 2007-10-08 | 1 | -32/+120 |
| * | convertFromInteger, as originally written, expected sign-extended | Neil Booth | 2007-10-07 | 1 | -2/+2 |
| * | Next powerpc long double bits. Comparisons work, | Dale Johannesen | 2007-10-06 | 1 | -28/+56 |
| * | First round of ppc long double. call/return and | Dale Johannesen | 2007-10-05 | 1 | -25/+62 |
| * | Legalize support for MUL_LOHI and DIVREM. | Dan Gohman | 2007-10-05 | 1 | -0/+10 |
| * | Silence a warning. | Evan Cheng | 2007-10-05 | 1 | -1/+1 |
| * | Constant fold int-to-long-double conversions; | Dale Johannesen | 2007-09-30 | 1 | -1/+1 |
| * | Teach SplitVectorOp how to split INSERT_VECTOR_ELT. | Dan Gohman | 2007-09-28 | 1 | -0/+12 |
| * | Fix long double -> uint64 conversion. | Dale Johannesen | 2007-09-28 | 1 | -1/+5 |