Age | Commit message (Expand) | Author |
2013-04-03 | Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC. | Bill Schmidt |
2013-03-01 | Set properties for f128 type. | Akira Hatanaka |
2013-01-22 | Make APFloat constructor require explicit semantics. | Tim Northover |
2013-01-09 | Refactor to expose RTLIB calls to targets. | Tim Northover |
2012-10-11 | Follow the same routine to add target float expansion hook | Michael Liao |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2011-11-08 | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper |
2011-09-23 | Tweak the handling of MERGE_VALUES nodes: remove the need for | Duncan Sands |
2011-08-31 | Misc cleanup; addresses Duncan's comments on r138877. | Eli Friedman |
2011-08-31 | Fill in type legalization for MERGE_VALUES in all the various cases. Patch b... | Eli Friedman |
2011-08-12 | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands |
2011-07-18 | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin |
2011-07-08 | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich |
2011-02-25 | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson |
2011-02-16 | Swap VT and DebugLoc operands of getExtLoad() for consistency with | Stuart Hastings |
2010-12-01 | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad |
2010-11-30 | PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void. | Jay Foad |
2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
2010-09-21 | update a bunch of code to use the MachinePointerInfo version of getStore. | Chris Lattner |
2010-09-21 | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner |
2010-09-21 | eliminate last SelectionDAG::getLoad old entrypoint, on to stores. | Chris Lattner |
2010-09-21 | propagate MachinePointerInfo through various uses of the old | Chris Lattner |
2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
2010-07-11 | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola |
2010-07-07 | Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f... | Evan Cheng |
2010-06-18 | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman |
2010-04-15 | More 80 violations. | Evan Cheng |
2010-03-14 | Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes | Duncan Sands |
2010-03-14 | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov |
2010-02-15 | Add non-temporal flags and remove an assumption of default arguments. | David Greene |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-12-28 | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta |
2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-03 | Revert 77974. It breaks 3 of the ARM tests. | Bob Wilson |
2009-08-03 | Allow targets to custom handle softening of results or operands before trying... | Sanjiv Gupta |
2009-07-25 | Convert a few more things to use raw_ostream. | Dan Gohman |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-07-08 | Remove trailing whitespace. Reorder some methods | Duncan Sands |
2009-05-31 | Rename CustomLowerResults to CustomLowerNode, since | Duncan Sands |
2009-04-25 | Refactor the code to grab the low and high parts of a value | Dan Gohman |
2009-04-24 | Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR, | Dan Gohman |
2009-04-08 | Soft float support for FREM. | Duncan Sands |
2009-04-08 | Soft float support for undef. Reported by Xerxes RÄnby. | Duncan Sands |
2009-03-29 | Fix PR3899: add support for extracting floats from vectors | Duncan Sands |
2009-02-21 | bug 3610: Floating point vaarg not softened. | Richard Pennington |
2009-02-07 | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen |
2009-02-02 | Remove trailing spaces. | Duncan Sands |