summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUISelLowering.cpp
Commit message (Expand)AuthorAge
* R600: optimize the UDIVREM 64 algorithmTom Stellard2014-04-29
* R600: Implement iterative algorithm for udivremTom Stellard2014-04-29
* R600: Change UDIV/UREM to UDIVREM when legalizing typesTom Stellard2014-04-29
* R600: remove unused variableTom Stellard2014-04-29
* Convert more SelectionDAG functions to use ArrayRef.Craig Topper2014-04-28
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-26
* R600: Fix function name printing in LowerCallMatt Arsenault2014-04-25
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* R600: Emit error instead of unreachable on function callMatt Arsenault2014-04-22
* R600: Change how vector truncating stores are packed.Matt Arsenault2014-04-22
* R600: Make sign_extend_inreg legal.Matt Arsenault2014-04-22
* R600: Add comment clariying use of sext for result of MUL_U24Tom Stellard2014-04-17
* R600: Expand sign extension of vectors.Matt Arsenault2014-04-16
* R600/SI: Fix loads of i1Matt Arsenault2014-04-15
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* Move ExtractVectorElements to SelectionDAG.Matt Arsenault2014-04-11
* R600: Match 24-bit arithmetic patterns in a Target DAGCombineTom Stellard2014-04-07
* Use .data() instead of &x[0]Matt Arsenault2014-04-07
* R600: Compute masked bits for min and maxMatt Arsenault2014-03-31
* R600: Add BFE, BFI, and BFM intrinsics to help with writing tests.Matt Arsenault2014-03-31
* R600: Add target nodes for BFM and BFIMatt Arsenault2014-03-31
* R600: Implement isZExtFree.Matt Arsenault2014-03-27
* R600/SI: Fix unreachable with a sext_in_reg to an illegal type.Matt Arsenault2014-03-27
* R600: Add a testcase for sext_in_reg I missed.Matt Arsenault2014-03-26
* R600: Move computeMaskedBitsForTargetNode out of AMDILISelLowering.cppMatt Arsenault2014-03-25
* R600: Implement isNarrowingProfitable.Matt Arsenault2014-03-24
* R600: Match sign_extend_inreg to BFE instructionsMatt Arsenault2014-03-17
* R600: Remove unnecessary attempt to zext a pointer.Matt Arsenault2014-03-15
* R600: Code cleanup.Matt Arsenault2014-03-15
* R600: Fix trunc store from i64 to i1Matt Arsenault2014-03-12
* R600: Calculate store mask instead of using switch.Matt Arsenault2014-03-11
* Use .data() instead of &x[0]Matt Arsenault2014-03-11
* R600: Fix extloads from i8 / i16 to i64.Matt Arsenault2014-03-06
* R600/SI: Expand selects on vectors.Matt Arsenault2014-03-06
* Fix typoMatt Arsenault2014-03-05
* R600/SI - Add new CI arithmetic instructions.Matt Arsenault2014-02-24
* Fix DOT4 missing from getTargetOpcodeNameMatt Arsenault2014-02-24
* R600/SI: Expand all v8[if]32 operationsTom Stellard2014-02-13
* R600: Always implement both versions of isTruncateFree and add a sanity check.Benjamin Kramer2014-02-12
* R600: Implement isTruncateFreeMatt Arsenault2014-02-10
* R600/SI: Expand i1 BR_CCTom Stellard2014-02-04
* R600: Enable vector fpow.Tom Stellard2014-02-04
* R600: Add support for global addresses with constant initializersTom Stellard2014-01-22
* R600/SI: Add support for i8 and i16 private loads/storesTom Stellard2014-01-22
* R600: Allow ftruncTom Stellard2013-12-20
* Don't manually calculate size in bytesMatt Arsenault2013-12-14
* Use llvm_unreachable instead of assert(0)Matt Arsenault2013-12-10
* R600: Expand vector FABSTom Stellard2013-11-27
* R600: Add support for ISD::FROUNDTom Stellard2013-11-27