summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDGPUISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-2866/+0
* R600: Switch to using generic min / max nodes.Matt Arsenault2015-06-091-26/+19
* R600/SI: Fix some cases for load / store of halfMatt Arsenault2015-06-041-0/+13
* R600: Add comments to subword private address load lowering codeJan Vesely2015-05-261-0/+13
* Add target hook to allow merging stores of nonzero constantsMatt Arsenault2015-05-241-0/+6
* R600/SI: Remove explicit m0 operand from v_interp instructionsTom Stellard2015-05-121-0/+3
* R600/SI: Remove explicit m0 operand from s_sendmsgTom Stellard2015-05-121-0/+1
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-071-2/+10
* Reinstate revisions r234755, r234759, r234760Jan Vesely2015-04-301-0/+10
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-281-99/+109
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-281-109/+99
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-281-99/+109
* R600: Correctly lower CONCAT_VECTOR nodes with more than 2 operandsTom Stellard2015-04-231-4/+2
* Revert revisions r234755, r234759, r234760Jan Vesely2015-04-131-10/+0
* R600: Add carry and borrow instructions. Use them to implement UADDO/USUBOJan Vesely2015-04-131-0/+10
* R600: Make FMIN/MAXNUM legal on all asicsJan Vesely2015-04-121-0/+2
* R600: remove manual BFE optimizationJan Vesely2015-04-121-8/+2
* R600/SI: Expand fract to floor, then only select V_FRACT on CIMarek Olsak2015-03-241-3/+0
* R600/SI: Remove v_sub_f64 pseudoMatt Arsenault2015-02-201-0/+3
* R600: Use new fmad node.Matt Arsenault2015-02-201-1/+7
* R600/SI: Fix implicit vcc operand to v_div_fmas_*Matt Arsenault2015-02-141-3/+2
* R600/SI: Make more store operations legalTom Stellard2015-02-041-3/+0
* R600: Don't promote i64 stores to v2i32 during DAG legalizationTom Stellard2015-02-041-3/+0
* Reuse a bunch of cached subtargets and remove getSubtarget callsEric Christopher2015-01-301-7/+4
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+2
* R600/SI: Move i64 -> v2i32 load promotion into AMDGPUDAGToDAGISel::Select()Tom Stellard2015-01-231-3/+0
* R600: Try to use lower types for 64bit division if possibleJan Vesely2015-01-221-12/+38
* R600: Simplify LowerUDIVREMJan Vesely2015-01-221-19/+11
* R600/SI: Custom lower froundMatt Arsenault2015-01-211-10/+113
* Implement new way of expanding extloads.Matt Arsenault2015-01-141-18/+8
* R600: Implement getRecipEstimateMatt Arsenault2015-01-131-0/+23
* R600: Implement getRsqrtEstimateMatt Arsenault2015-01-131-0/+18
* R600: Make cttz / ctlz cheap to speculateMatt Arsenault2015-01-131-0/+12
* [SelectionDAG] Allow targets to specify legality of extloads' resultAhmed Bougacha2015-01-081-13/+16
* R600/SI: Add class intrinsicMatt Arsenault2015-01-061-0/+5
* R600: Remove outdated commentMatt Arsenault2014-12-191-4/+0
* R600/SI: Only form min/max with 1 use.Matt Arsenault2014-12-191-1/+1
* R600: Fix min/max matching problems with unordered comparesMatt Arsenault2014-12-121-42/+43
* Add target hook for whether it is profitable to reduce load widthsMatt Arsenault2014-12-121-0/+23
* R600/SI: Update instruction conversions for VIMarek Olsak2014-12-071-1/+19
* R600/SI: Use ZeroOrNegativeOneBooleanContentMatt Arsenault2014-11-261-0/+3
* R600: Fix assert on copy of an i1 on pre-SIMatt Arsenault2014-11-231-1/+2
* R600: Permute operands when selecting legacy min/maxMatt Arsenault2014-11-151-6/+9
* R600: Fix 64-bit integer divisionTom Stellard2014-11-151-2/+2
* R600: Factor i64 UDIVREM lowering into its own fuctionTom Stellard2014-11-151-0/+81
* R600/SI: Combine min3/max3 instructionsMatt Arsenault2014-11-141-0/+6
* R600/SI: Match integer min / max instructionsMatt Arsenault2014-11-141-21/+69
* R600/SI: Fix fmin_legacy / fmax_legacy matching for SIMatt Arsenault2014-11-131-19/+50
* We can get the TLOF from the TargetMachine - so constructor no longer require...Aditya Nandakumar2014-11-131-1/+1
* R600: Error on initializer for LDS.Matt Arsenault2014-11-131-2/+21
OpenPOWER on IntegriCloud