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