| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove comparison methods for MVT. The main cause | Duncan Sands | 2008-06-08 | 1 | -21/+15 |
* | Tighten up the abstraction slightly. | Duncan Sands | 2008-06-06 | 1 | -10/+10 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -274/+260 |
* | Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t... | Evan Cheng | 2008-06-04 | 1 | -2/+3 |
* | Fold adds and subtracts of zero immediately, instead of waiting | Dan Gohman | 2008-06-02 | 1 | -4/+4 |
* | Remove an unused variable. | Dan Gohman | 2008-05-31 | 1 | -1/+0 |
* | Expand small memmovs using inline code. Set the X86 threshold for expanding | Dan Gohman | 2008-05-29 | 1 | -5/+73 |
* | Implement vector shift up / down and insert zero with ps{rl}lq / ps{rl}ldq. | Evan Cheng | 2008-05-29 | 1 | -3/+10 |
* | Fix some constructs that gcc-4.4 warns about. | Duncan Sands | 2008-05-27 | 1 | -1/+1 |
* | Generalize the new code in instcombine's ComputeNumSignBits for handling | Dan Gohman | 2008-05-23 | 1 | -7/+13 |
* | Port the fix for the select operator from instcombine's | Dan Gohman | 2008-05-20 | 1 | -2/+2 |
* | Make use of vector load and store operations to implement memcpy, memmove, an... | Evan Cheng | 2008-05-15 | 1 | -90/+135 |
* | When bit-twiddling CondCode values for integer comparisons produces | Dan Gohman | 2008-05-14 | 1 | -0/+1 |
* | Instead of a vector load, shuffle and then extract an element. Load the eleme... | Evan Cheng | 2008-05-13 | 1 | -0/+22 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -1/+1 |
* | Add support for vicmp/vfcmp codegen, more legalize support coming. | Nate Begeman | 2008-05-12 | 1 | -0/+1 |
* | Fix a bug in the ComputeMaskedBits logic for multiply. | Dan Gohman | 2008-05-07 | 1 | -2/+2 |
* | Correct the value of LowBits in srem and urem handling in | Dan Gohman | 2008-05-06 | 1 | -3/+3 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -2/+14 |
* | Fix a mistake in the computation of leading zeros for udiv. | Dan Gohman | 2008-05-02 | 1 | -3/+5 |
* | Fix a typo in a comment. | Dan Gohman | 2008-05-02 | 1 | -1/+1 |
* | Fix the SVOffset values for loads and stores produced by | Dan Gohman | 2008-04-28 | 1 | -18/+20 |
* | Teach InstCombine's ComputeMaskedBits what SelectionDAG's | Dan Gohman | 2008-04-28 | 1 | -33/+124 |
* | Check we aren't trying to convert PPC long double. | Dale Johannesen | 2008-04-20 | 1 | -6/+3 |
* | Remove the implicit conversion from SDOperandPtr to SDOperand*; this | Dan Gohman | 2008-04-17 | 1 | -4/+4 |
* | Ongoing work on improving the instruction selection infrastructure: | Roman Levenstein | 2008-04-16 | 1 | -50/+50 |
* | Avoid creating MERGE_VALUES nodes for single values. | Dan Gohman | 2008-04-14 | 1 | -1/+2 |
* | Fix const-correctness issues with the SrcValue handling in the | Dan Gohman | 2008-04-14 | 1 | -8/+8 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 1 | -22/+347 |
* | detabify | Gabor Greif | 2008-04-11 | 1 | -1/+1 |
* | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman | 2008-04-07 | 1 | -10/+11 |
* | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein | 2008-04-07 | 1 | -70/+84 |
* | Backing out 48222 temporarily. | Evan Cheng | 2008-04-03 | 1 | -99/+70 |
* | Rename getAnyLoad to getLoad is suggested by Evan. | Duncan Sands | 2008-03-28 | 1 | -13/+13 |
* | Implement LegalizeTypes support for softfloat LOAD. | Duncan Sands | 2008-03-27 | 1 | -78/+52 |
* | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein | 2008-03-26 | 1 | -70/+99 |
* | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng | 2008-03-25 | 1 | -1/+6 |
* | APIntify SelectionDAG's EXTRACT_ELEMENT code. | Dan Gohman | 2008-03-24 | 1 | -2/+4 |
* | Another comments fixing | Anton Korobeynikov | 2008-03-22 | 1 | -1/+1 |
* | Teach DAG combiner to commute commutable binary nodes in order to achieve sdi... | Evan Cheng | 2008-03-22 | 1 | -0/+14 |
* | Introduce a new node for holding call argument | Duncan Sands | 2008-03-21 | 1 | -0/+44 |
* | More APInt-ification. | Dan Gohman | 2008-03-13 | 1 | -3/+3 |
* | Don't try to extract an i32 from an f64. This | Duncan Sands | 2008-03-12 | 1 | -2/+6 |
* | Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137 | Anton Korobeynikov | 2008-03-11 | 1 | -1/+10 |
* | compile: double test() {} | Chris Lattner | 2008-03-11 | 1 | -1/+3 |
* | Teach SD some vector identities, allowing us to compile vec_set-9 into: | Chris Lattner | 2008-03-08 | 1 | -1/+13 |
* | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng | 2008-03-08 | 1 | -0/+1 |
* | 80 col violation. | Evan Cheng | 2008-03-06 | 1 | -2/+4 |
* | Constant fold SIGN_EXTEND_INREG with ashr not lshr. | Evan Cheng | 2008-03-06 | 1 | -1/+1 |
* | Generalize FP constant shrinking optimization to apply to any vt | Chris Lattner | 2008-03-05 | 1 | -26/+25 |