summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUISelLowering.h
Commit message (Expand)AuthorAge
* R600: Mostly remove remaining AMDIL intrinsics.Matt Arsenault2014-06-12
* R600/SI: Use v_cvt_f32_ubyte* instructionsMatt Arsenault2014-06-11
* R600: Add helper functions.Matt Arsenault2014-06-11
* R600: Implement ComputeNumSignBitsForTargetNode for BFEMatt Arsenault2014-05-22
* R600: Add intrinsics for mad24Matt Arsenault2014-05-22
* Remove unused method declarationMatt Arsenault2014-05-19
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* R600: Move MIN/MAX matching from LowerOperation() to PerformDAGCombine()Tom Stellard2014-05-09
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* R600: Emit error instead of unreachable on function callMatt Arsenault2014-04-22
* R600: Minor cleanups.Matt Arsenault2014-04-18
* Move ExtractVectorElements to SelectionDAG.Matt Arsenault2014-04-11
* R600: Match 24-bit arithmetic patterns in a Target DAGCombineTom Stellard2014-04-07
* 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: 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
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* R600/SI - Add new CI arithmetic instructions.Matt Arsenault2014-02-24
* R600: Always implement both versions of isTruncateFree and add a sanity check.Benjamin Kramer2014-02-12
* R600: Implement isTruncateFreeMatt Arsenault2014-02-10
* 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
* 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: Custom lower f32 = uint_to_fp i64Tom Stellard2013-10-30
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-23
* R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedbackTom Stellard2013-09-12
* R600: Add support for vector local memory loadsTom Stellard2013-08-26
* R600: Add support for v4i32 and v2i32 local storesTom Stellard2013-08-26
* R600: Add support for global vector stores with elements less than 32-bitsTom Stellard2013-08-16
* R600: Add support for i16 and i8 global storesTom Stellard2013-08-16
* R600/SI: Improve legalization of vector operationsTom Stellard2013-08-14
* R600/SI: Convert v16i8 resource descriptors to i128Tom Stellard2013-08-14
* R600: Implement TargetLowering::getVectorIdxTy()Tom Stellard2013-08-05
* DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard2013-07-23
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-09
* R600: Add local memory support via LDSTom Stellard2013-06-28
* R600/SI: Add support for work item and work group intrinsicsTom Stellard2013-06-03
* R600/SI: Rework MUBUF store instructionsTom Stellard2013-06-03
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* R600: Swap the legality of rotl and rotrTom Stellard2013-05-20
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-17
* R600: Improve texture handlingVincent Lejeune2013-05-17
* R600/SI: Add support for buffer stores v2Tom Stellard2013-04-05
* R600/SI: add proper formal parameter handling for SIChristian Konig2013-03-07
* R600/SI: add folding helperChristian Konig2013-02-26
* R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad patternVincent Lejeune2013-02-18