| Age | Commit message (Expand) | Author |
| 2007-10-19 | Implement a few new operations. | Chris Lattner |
| 2007-10-19 | Implement expansion of SINT_TO_FP and UINT_TO_FP operands. | Chris Lattner |
| 2007-10-19 | implement support for custom expansion of any node type, in one place. | Chris Lattner |
| 2007-10-19 | Make use of TLI.ExpandOperation, remove softfloat stuff. | Chris Lattner |
| 2007-10-19 | add expand support for bit_convert result, even allowing custom expansion. | Chris Lattner |
| 2007-10-19 | add a new target hook. | Chris Lattner |
| 2007-10-19 | Negative indices aren't allowed here. | Bill Wendling |
| 2007-10-19 | More ppcf128 issues (maybe the last)? | Dale Johannesen |
| 2007-10-18 | Pointer arithmetic should be done with the index the same size as the pointer. | Bill Wendling |
| 2007-10-18 | Support for ADDC/SUBC. | Duncan Sands |
| 2007-10-17 | Add support for ISD::SELECT in SplitVectorOp. | Dan Gohman |
| 2007-10-17 | Return Expand from getOperationAction for all extended | Duncan Sands |
| 2007-10-16 | Disable attempts to constant fold PPC f128. | Dale Johannesen |
| 2007-10-16 | Initial infrastructure for arbitrary precision integer | Duncan Sands |
| 2007-10-16 | Fixes due to lack of type-safety for ValueType: (1) ValueType | Duncan Sands |
| 2007-10-16 | implement promotion of select and select_cc, allowing MallocBench/gs to | Chris Lattner |
| 2007-10-15 | Make CalcLatency() non-recursive. | Evan Cheng |
| 2007-10-15 | Move CreateStackTemporary out to SelectionDAG | Chris Lattner |
| 2007-10-15 | add a new CreateStackTemporary helper method. | Chris Lattner |
| 2007-10-15 | implement promotion of BR_CC operands, fixing bisort on ppc. | Chris Lattner |
| 2007-10-15 | updates from duncan | Chris Lattner |
| 2007-10-15 | Fix some typos. Call getTypeToTransformTo rather than | Duncan Sands |
| 2007-10-15 | One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* | Chris Lattner |
| 2007-10-15 | One xform performed by LegalizeDAG is transformation of "store of fp" to "sto... | Chris Lattner |
| 2007-10-15 | Add a (disabled by default) way to view the ID of a node. | Chris Lattner |
| 2007-10-14 | remove misleading comment. | Chris Lattner |
| 2007-10-14 | If a target doesn't have HasMULHU or HasUMUL_LOHI, ExpandOp would return | Chris Lattner |
| 2007-10-14 | Disable some compile-time optimizations on PPC | Dale Johannesen |
| 2007-10-13 | Enhance the truncstore optimization code to handle shifted | Chris Lattner |
| 2007-10-13 | Add a simple optimization to simplify the input to | Chris Lattner |
| 2007-10-12 | Corrected many typing errors. And removed 'nest' parameter handling | Arnold Schwaighofer |
| 2007-10-12 | ppc long double. Implement fabs and fneg. | Dale Johannesen |
| 2007-10-12 | Implement i64->ppcf128 conversions. | Dale Johannesen |
| 2007-10-12 | Fix some corner cases with vectors in copyToRegs and copyFromRegs. | Dan Gohman |
| 2007-10-12 | Add support to SplitVectorOp for powi, where the second operand | Dan Gohman |
| 2007-10-12 | EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like | Evan Cheng |
| 2007-10-12 | PPC long double. Implement a couple more conversions. | Dale Johannesen |
| 2007-10-12 | Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so | Dan Gohman |
| 2007-10-11 | Codegen support for vector intrinsics. | Dan Gohman |
| 2007-10-11 | Implement ppc long double->uint conversion. | Dale Johannesen |
| 2007-10-11 | Add runtime library names for pow. | Dan Gohman |
| 2007-10-11 | Add an ISD::FPOW node type. | Dan Gohman |
| 2007-10-11 | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer |
| 2007-10-11 | Next PPC long double bits. First cut at constants. | Dale Johannesen |
| 2007-10-10 | Correct swapped arguments to getConstant. | Duncan Sands |
| 2007-10-10 | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen |
| 2007-10-08 | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman |
| 2007-10-08 | DAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI/SMUL_LOHI. | Dan Gohman |
| 2007-10-08 | Add convenience overloads of SelectionDAG::getNode that take a SDVTList | Dan Gohman |
| 2007-10-08 | In -debug mode, dump SelectionDAGs both before and after the | Dan Gohman |