Age | Commit message (Expand) | Author |
2007-11-08 | If both parts of smul_lohi, etc. are used, don't simplify. If only one part i... | Evan Cheng |
2007-11-06 | Remainder operations must be either integer or floating-point. | Dan Gohman |
2007-11-06 | Add pseudo dependency to force two-address instruction to be scheduled after | Evan Cheng |
2007-11-05 | Add support for vector remainder operations. | Dan Gohman |
2007-11-05 | Move the LowerMEMCPY and LowerMEMCPYCall to a common place. | Rafael Espindola |
2007-11-05 | Make labels work in asm blocks; allow labels as | Dale Johannesen |
2007-11-02 | Add std:: to sort calls. | Dan Gohman |
2007-11-02 | Change illegal uses of ++ to uses of STLExtra.h's next function. | Dan Gohman |
2007-11-02 | Fix a thinko. | Duncan Sands |
2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
2007-10-31 | Promotion of sdiv/srem/udiv/urem. | Duncan Sands |
2007-10-31 | Make i64=expand_vector_elt(v2i64) work in 32-bit mode. | Dale Johannesen |
2007-10-30 | Typo. | Evan Cheng |
2007-10-30 | Add support for expanding trunc stores. Consider | Duncan Sands |
2007-10-30 | If a call to getTruncStore is for a normal store, | Duncan Sands |
2007-10-29 | Fix a DAGCombiner abort on a bitcast from a scalar to a vector. | Dan Gohman |
2007-10-29 | Enable more fold (sext (load x)) -> (sext (truncate (sextload x))) | Evan Cheng |
2007-10-29 | Add explicit keywords. | Dan Gohman |
2007-10-28 | The guaranteed alignment of ptr+offset is only the minimum of | Duncan Sands |
2007-10-26 | - Remove the hacky code that forces a memcpy. Alignment is taken care of in the | Bill Wendling |
2007-10-25 | Small formatting changes. Add a sanity check. | Duncan Sands |
2007-10-25 | Promote SETCC operands. | Duncan Sands |
2007-10-25 | Correctly extract the ValueType from a VTSDNode. | Duncan Sands |
2007-10-24 | Another expansion for i64 multiply, suitable for PPC. | Dale Johannesen |
2007-10-23 | Fix comment and use the "Size" variable that's already provided. | Bill Wendling |
2007-10-23 | If there's an unaligned memcpy to/from the stack, don't lower it. Just call the | Bill Wendling |
2007-10-23 | This broke lots. Reverting. | Bill Wendling |
2007-10-23 | Lowering a memcpy to the stack is killing PPC. The ARM and X86 backends already | Bill Wendling |
2007-10-22 | Support for expanding extending loads of integers with | Duncan Sands |
2007-10-22 | Fix up the logic for result expanding the various extension | Duncan Sands |
2007-10-20 | Add promote operand support for [su]int_to_fp. | Chris Lattner |
2007-10-20 | Add result promotion of FP_TO_*INT, fixing CodeGen/X86/trunc-to-bool.ll | Chris Lattner |
2007-10-20 | simplify some code. | Chris Lattner |
2007-10-20 | Implement promote and expand for operands of memcpy and friends. | Chris Lattner |
2007-10-20 | Fix a few places vector operations were not getting | Dale Johannesen |
2007-10-19 | Add support for a few more nodes. | Duncan Sands |
2007-10-19 | Redo "last ppc long double fix" as Chris wants. | Dale Johannesen |
2007-10-19 | Fix a really nasty vector miscompilation bill recently introduced. | Chris Lattner |
2007-10-19 | rename ExpandOperation to ExpandOperationResult, as suggested | Chris Lattner |
2007-10-19 | Support for expanding ADDE and SUBE. | Duncan Sands |
2007-10-19 | If the value types are equal then this routine | Duncan Sands |
2007-10-19 | Add support for byval function whose argument is not 32 bit aligned. | Rafael Espindola |
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 |