Age | Commit message (Expand) | Author |
2008-11-07 | Make FP tests requiring two compares work on PPC (PR 642). | Dale Johannesen |
2008-11-06 | Fixed scalarizing an extract subvector and prevent an infinite loop | Mon P Wang |
2008-11-06 | Widening cleanup | Mon P Wang |
2008-11-04 | 80 columns | Dale Johannesen |
2008-11-03 | Make VAARG work with x86 long double (which is | Duncan Sands |
2008-10-30 | Add missing vsetcc expansion for widening | Mon P Wang |
2008-10-30 | Add initial support for vector widening. Logic is set to widen for X86. | Mon P Wang |
2008-10-21 | Add an SSE2 algorithm for uint64->f64 conversion. | Dale Johannesen |
2008-10-21 | Make the NaN test come second, heuristically assuming | Dan Gohman |
2008-10-15 | - Add target lowering hooks that specify which setcc conditions are illegal, | Evan Cheng |
2008-10-14 | Rename LoadX to LoadExt. | Evan Cheng |
2008-10-13 | FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper... | Evan Cheng |
2008-10-11 | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner |
2008-10-09 | Rename APFloat::convertToAPInt to bitcastToAPInt to | Dale Johannesen |
2008-10-07 | Use Dan's supperior check | Andrew Lenharth |
2008-10-07 | No need for |= | Andrew Lenharth |
2008-10-07 | Use ADDC if it is valid at any smaller size. Do it right this time | Andrew Lenharth |
2008-10-07 | Use ADDC if it is valid at any smaller size. fixes test/Codegen/Generic/i128... | Andrew Lenharth |
2008-10-07 | Expand arith on machines without carry flags | Andrew Lenharth |
2008-10-04 | wrap some long lines and expand i32 mul's to libcalls, inspired by a | Chris Lattner |
2008-10-03 | Pass MemOperand through for 64-bit atomics on 32-bit, | Dale Johannesen |
2008-10-02 | Handle some 64-bit atomics on x86-32, some of the time. | Dale Johannesen |
2008-10-01 | Fix typos in comments. | Dan Gohman |
2008-09-30 | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman |
2008-09-29 | Remove misuse of ReplaceNodeResults for atomics with | Dale Johannesen |
2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
2008-09-25 | bug 2812: Segmentation fault on a big emdiam processor. | Richard Pennington |
2008-09-22 | Fix the alignment of loads from constant pool entries when the | Dan Gohman |
2008-09-16 | Change SelectionDAG::getConstantPool to always set the alignment of the | Dan Gohman |
2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
2008-09-12 | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman |
2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
2008-09-12 | The sequence for ppcf128 compares was not IEEE | Dale Johannesen |
2008-09-09 | A few more places where FPOW is being ignored. | Evan Cheng |
2008-09-09 | Legalizer was missing code that expand fpow to a libcall. | Evan Cheng |
2008-09-04 | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen |
2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
2008-08-28 | Split the ATOMIC NodeType's to include the size, e.g. | Dale Johannesen |
2008-08-26 | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif |
2008-08-26 | Optimize SelectionDAG's topological sort to use one pass instead | Dan Gohman |
2008-08-21 | Add libcalls for the new rounding opcodes. | Dan Gohman |
2008-08-21 | Add libm-oriented ISD opcodes for rounding operations. | Dan Gohman |
2008-08-14 | Improve support for vector casts in LLVM IR and CodeGen. | Dan Gohman |
2008-07-29 | Fix broken CellSPU lowering, re-instate braces in Legalize | Nate Begeman |
2008-07-29 | Disable a fix in the previous patch, since it breaks CellSPU. | Nate Begeman |
2008-07-29 | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-27 | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman |
2008-07-25 | When splitting a vector shuffle, fixed which type we used for the hi part | Mon P Wang |