summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUISelLowering.cpp
Commit message (Expand)AuthorAge
* 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
* Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-15
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-13
* R600: Fix LowerUDIVREMVincent Lejeune2013-11-06
* R600: Custom lower f32 = uint_to_fp i64Tom Stellard2013-10-30
* R600: Expand vector FSQRT opsTom Stellard2013-10-29
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-23
* R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedbackTom Stellard2013-09-12
* R600: Fix incorrect LDS size calculationTom Stellard2013-09-05
* R600: Add support for vector local memory loadsTom Stellard2013-08-26
* R600: Add support for i8 and i16 local memory storesTom Stellard2013-08-26
* R600: Add support for v4i32 and v2i32 local storesTom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* R600: Remove unnecessary castsTom Stellard2013-08-21
* R600: Expand vector FRINT opsTom Stellard2013-08-16
* R600: Expand vector FFLOOR opsTom Stellard2013-08-16
* R600: Expand vector float operations for both SI and R600Tom Stellard2013-08-16
* R600: Add support for global vector loads with element types less than 32-bitsTom Stellard2013-08-16