Age | Commit message (Expand) | Author |
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 |
2009-01-31 | Propagate debug info in LegalizeFloatTypes. | Dale Johannesen |
2009-01-31 | Propagate debug info through MakeLibCall and a | Dale Johannesen |
2009-01-21 | Cleanup whitespace and comments, and tweak some | Duncan Sands |
2009-01-21 | Allow targets to legalize operations (with illegal operands) that produces mu... | Sanjiv Gupta |
2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
2008-12-09 | Fix PR3117: not all nodes being legalized. The | Duncan Sands |
2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
2008-11-18 | Reapply r59464, this time using the correct type | Duncan Sands |
2008-11-18 | Revert r59464. It was causing this failure: | Bill Wendling |
2008-11-17 | Add soft float support for a bunch more operations. Original | Duncan Sands |
2008-11-12 | Fix unsigned char->ppcf128 conversion. | Dale Johannesen |
2008-11-10 | Fix PR2667: add soft float support for sint_to_fp/uint_to_fp | Duncan Sands |
2008-11-07 | Fix unsigned->ppcf128 conversion. | Dale Johannesen |
2008-11-05 | Fix thinko in ppcf128 expansion of truncating store. | Duncan Sands |
2008-11-03 | Fix some ppcf128 regressions: make ExpandFloatRes_LOAD | Dale Johannesen |
2008-10-31 | Add a bunch of libcalls for ppcf128 that were somehow | Duncan Sands |
2008-10-29 | Fix PR2977: LegalizeTypes support for expanding | Duncan Sands |
2008-10-29 | Fix 80 column violations. | Duncan Sands |