2009-01-30 |
Dale Johannesen | Make LowerCallTo and LowerArguments take a DebugLoc |
blob | commitdiff | raw |
2009-01-30 |
Bill Wendling | Get rid of the non-DebugLoc-ified getNOT() method. |
blob | commitdiff | raw | diff to current |
2009-01-29 |
Dan Gohman | Explicitly add PseudoSourceValue information when lowering |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Dan Gohman | Make isOperationLegal do what its name suggests, and... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Dan Gohman | Use ValueType::bitsLT to simplify some code. |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Dan Gohman | Use ZERO_EXTEND instead of ANY_EXTEND when promoting |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Dan Gohman | Add an assertion to the form of SelectionDAG::getConsta... |
blob | commitdiff | raw | diff to current |
2009-01-24 |
Nate Begeman | Fix an indent and a typo. |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Bob Wilson | Add SelectionDAG::getNOT method to construct bitwise... |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Scott Michel | CellSPU: |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Dan Gohman | More consts on TargetLowering references. |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Dan Gohman | Use const with TargetLowering references in a few more... |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Devang Patel | Use DebugInfo interface to lower dbg_* intrinsics. |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Duncan Sands | Rename getABITypeSize to getTypePaddedSize, as |
blob | commitdiff | raw | diff to current |
2009-01-01 |
Duncan Sands | Fix PR3274: when promoting the condition of a BRCOND... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Scott Michel | Teach LeaglizeDAG that i64 mul can be a libcall. |
blob | commitdiff | raw | diff to current |
2008-12-23 |
Dan Gohman | Clean up the atomic opcodes in SelectionDAG. |
blob | commitdiff | raw | diff to current |
2008-12-18 |
Mon P Wang | Added support for vector widening. |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Mon P Wang | Fix expansion of vsetcc to set the high bit for true... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
Duncan Sands | Reapply r60997, this time without forgetting that |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Bill Wendling | Temporarily revert r60997. It was causing this failure: |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Duncan Sands | LegalizeDAG is not supposed to introduce illegal |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Mon P Wang | Added basic support for expanding VSETCC |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Duncan Sands | On big-endian machines it is wrong to do a full |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Duncan Sands | When expanding unaligned loads and stores do not make |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Evan Cheng | Fix add/sub expansion: don't create ADD / SUB with... |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Duncan Sands | When using a 4 byte jump table on a 64 bit machine, |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Mon P Wang | Added support for SELECT v8i8 v4i16 for X86 (MMX) |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Mon P Wang | Whitespace clean up (tabs with spaces) |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Bill Wendling | Whitespace changes. |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Bill Wendling | Add sub/mul overflow intrinsics. This currently doesn... |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Mon P Wang | In LegalizeOp, don't change the result type of CONVERT_... |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Mon P Wang | Fix getNode to allow a vector for the shift amount... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Scott Michel | Non-functional change: make custom lowering for truncat... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Tilmann Scheller | make it possible to custom lower TRUNCATE (needed for... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Mon P Wang | Removed some unnecessary code in widening. |
blob | commitdiff | raw | diff to current |
2008-12-01 |
Duncan Sands | There are no longer any places that require a |
blob | commitdiff | raw | diff to current |
2008-12-01 |
Duncan Sands | Change the interface to the type legalization method |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Sanjiv Gupta | Removing redundant semicolons. No functionality change. |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Sanjiv Gupta | Allow custom lowering of ADDE/ADDC/SUBE/SUBC operations. |
blob | commitdiff | raw | diff to current |
2008-11-25 |
Bill Wendling | A simplification for checking whether the signs of... |
blob | commitdiff | raw | diff to current |
2008-11-25 |
Bill Wendling | Now with the correct type for the 0. |
blob | commitdiff | raw | diff to current |
2008-11-25 |
Bill Wendling | Get rid of unused variable. |
blob | commitdiff | raw | diff to current |
2008-11-25 |
Bill Wendling | Hacker's Delight says, "Signed integer overflow of... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Bill Wendling | - Make lowering of "add with overflow" customizable... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Evan Cheng | Eliminate some unused variable compile time warnings. |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Bill Wendling | Add support for llvm.uadd.with.overflow. |
blob | commitdiff | raw | diff to current |
2008-11-22 |
Bill Wendling | - Move conversion of [SU]ADDO from DAG combiner into... |
blob | commitdiff | raw | diff to current |
2008-11-15 |
Mon P Wang | Add missing widen operations, fixed widening for extrac... |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Mon P Wang | Added CONVERT_RNDSAT (conversion with rounding and... |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Mon P Wang | Added support for the following definition of shufflevector |
blob | commitdiff | raw | diff to current |
2008-11-07 |
Dale Johannesen | Make FP tests requiring two compares work on PPC (PR... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Mon P Wang | Fixed scalarizing an extract subvector and prevent... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Mon P Wang | Widening cleanup |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Dale Johannesen | 80 columns |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Duncan Sands | Make VAARG work with x86 long double (which is |
blob | commitdiff | raw | diff to current |
2008-10-30 |
Mon P Wang | Add missing vsetcc expansion for widening |
blob | commitdiff | raw | diff to current |
2008-10-30 |
Mon P Wang | Add initial support for vector widening. Logic is... |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Dale Johannesen | Add an SSE2 algorithm for uint64->f64 conversion. |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Dan Gohman | Make the NaN test come second, heuristically assuming |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Evan Cheng | - Add target lowering hooks that specify which setcc... |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Evan Cheng | Rename LoadX to LoadExt. |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Evan Cheng | FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduce... |
blob | commitdiff | raw | diff to current |
2008-10-11 |
Chris Lattner | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons... |
blob | commitdiff | raw | diff to current |
2008-10-09 |
Dale Johannesen | Rename APFloat::convertToAPInt to bitcastToAPInt to |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Andrew Lenharth | Use Dan's supperior check |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Andrew Lenharth | No need for |= |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Andrew Lenharth | Use ADDC if it is valid at any smaller size. Do it... |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Andrew Lenharth | Use ADDC if it is valid at any smaller size. fixes... |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Andrew Lenharth | Expand arith on machines without carry flags |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Chris Lattner | wrap some long lines and expand i32 mul's to libcalls... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Dale Johannesen | Pass MemOperand through for 64-bit atomics on 32-bit, |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Dale Johannesen | Handle some 64-bit atomics on x86-32, some of the time. |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Dan Gohman | Fix typos in comments. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Dan Gohman | Optimize SelectionDAG's AssignTopologicalOrder even... |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Dale Johannesen | Remove misuse of ReplaceNodeResults for atomics with |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Dale Johannesen | Add "inreg" field to CallSDNode (doesn't increase |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Richard Pennington | bug 2812: Segmentation fault on a big emdiam processor. |
blob | commitdiff | raw | diff to current |
2008-09-22 |
Dan Gohman | Fix the alignment of loads from constant pool entries... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Dan Gohman | Change SelectionDAG::getConstantPool to always set... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Bill Wendling | Reverting r56249. On further investigation, this functi... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Bill Wendling | - Change "ExternalSymbolSDNode" to "SymbolSDNode". |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Dan Gohman | Change ConstantSDNode and ConstantFPSDNode to use Const... |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Dan Gohman | Rename ConstantSDNode::getValue to getZExtValue, for... |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Dale Johannesen | The sequence for ppcf128 compares was not IEEE |
blob | commitdiff | raw | diff to current |
2008-09-09 |
Evan Cheng | A few more places where FPOW is being ignored. |
blob | commitdiff | raw | diff to current |
2008-09-09 |
Evan Cheng | Legalizer was missing code that expand fpow to a libcall. |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dale Johannesen | Add intrinsics for log, log2, log10, exp, exp2. |
blob | commitdiff | raw | diff to current |
2008-08-28 |
Gabor Greif | erect abstraction boundaries for accessing SDValue... |
blob | commitdiff | raw | diff to current |
2008-08-28 |
Dale Johannesen | Split the ATOMIC NodeType's to include the size, e.g. |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Gabor Greif | disallow direct access to SDValue::ResNo, provide a... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Dan Gohman | Optimize SelectionDAG's topological sort to use one... |
blob | commitdiff | raw | diff to current |
2008-08-21 |
Dan Gohman | Add libcalls for the new rounding opcodes. |
blob | commitdiff | raw | diff to current |
2008-08-21 |
Dan Gohman | Add libm-oriented ISD opcodes for rounding operations. |
blob | commitdiff | raw | diff to current |
2008-08-14 |
Dan Gohman | Improve support for vector casts in LLVM IR and CodeGen. |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Nate Begeman | Fix broken CellSPU lowering, re-instate braces in Legalize |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Nate Begeman | Disable a fix in the previous patch, since it breaks... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Nate Begeman | Add vector shifts to the IR, patch by Eli Friedman. |
blob | commitdiff | raw | diff to current |
2008-07-27 |
Dan Gohman | Rename SDOperand to SDValue. |
blob | commitdiff | raw | diff to current |
2008-07-27 |
Dan Gohman | Tidy SDNode::use_iterator, and complete the transition... |
blob | commitdiff | raw | diff to current |
next |