aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+7
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-28/+34
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-95/+83
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-16/+298
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-59/+91
* Update to LLVM 3.5a.Stephen Hines2014-04-241-16/+39
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-151-12/+8
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-15/+0
* R600: Fix selection failure on EXTLOADMatt Arsenault2013-11-131-1/+9
* R600: Reenable llvm.R600.load.input/interp.input for compatibilityVincent Lejeune2013-11-121-0/+45
* R600: Use function inputs to represent data stored in gprVincent Lejeune2013-11-111-37/+18
* Use isa<> instead of dyn_cast<> with unused valueMatt Arsenault2013-11-011-3/+3
* Fix a few typosMatt Arsenault2013-10-301-7/+7
* Prune utf8 chars in comments.NAKAMURA Takumi2013-10-281-2/+2
* Target/R600: Un-tab-ify.NAKAMURA Takumi2013-10-281-3/+3
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-231-8/+15
* R600: Use masked read sel for texture instructionsVincent Lejeune2013-10-131-0/+5
* R600: fix swizzle exportVincent Lejeune2013-10-131-5/+9
* R600: Add a ldptr intrinsic to support MSAA.Vincent Lejeune2013-10-021-1/+5
* R600: Fix handling of NAN in comparison instructionsTom Stellard2013-09-281-1/+8
* SelectionDAG: Improve legalization of SELECT_CC with illegal condition codesTom Stellard2013-09-281-4/+12
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-281-28/+58
* R600: Move clamp handling code to R600IselLowering.cppVincent Lejeune2013-09-121-0/+16
* R600: Move code handling literal folding into R600ISelLowering.Vincent Lejeune2013-09-121-4/+59
* R600: Move fabs/fneg/sel folding logic into PostProcessIselVincent Lejeune2013-09-121-0/+179
* R600: Add support for local memory atomic addTom Stellard2013-09-051-7/+15
* R600: Expand SELECT nodes rather than custom lowering themTom Stellard2013-09-051-14/+6
* R600: Add support for vector local memory loadsTom Stellard2013-08-261-0/+8
* R600: Add support for i8 and i16 local memory loadsTom Stellard2013-08-261-14/+15
* R600: Add support for v4i32 and v2i32 local storesTom Stellard2013-08-261-1/+1
* R600: Expand vector float operations for both SI and R600Tom Stellard2013-08-161-9/+0
* R600: Add support for global vector stores with elements less than 32-bitsTom Stellard2013-08-161-1/+7
* R600: Add support for i16 and i8 global storesTom Stellard2013-08-161-12/+49
* R600: Set scheduling preference to Sched::SourceTom Stellard2013-08-121-1/+1
* R600: Add 64-bit float load/store supportTom Stellard2013-08-011-3/+18
* R600/SI: Expand vector fp <-> int conversionsTom Stellard2013-07-301-4/+0
* [R600] Replicate old DAGCombiner behavior in target specific DAG combine.Quentin Colombet2013-07-301-0/+56
* R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard2013-07-231-0/+24
* R600: Use KCache for kernel argumentsTom Stellard2013-07-231-31/+11
* R600: Use the same compute kernel calling convention for all GPUsTom Stellard2013-07-231-6/+15
* R600: Use correct LoadExtType when lowering kernel argumentsTom Stellard2013-07-231-1/+9
* R600: Clean up extended load patternsTom Stellard2013-07-231-4/+4
* R600: Expand VSELECT for all typesTom Stellard2013-07-181-3/+0
* R600/SI: Initial local memory supportMichel Danzer2013-07-101-0/+2
* R600: Fix a rare bug where swizzle optimization returns wrong valuesVincent Lejeune2013-07-091-2/+3
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-091-1/+38
* R600: Add local memory support via LDSTom Stellard2013-06-281-2/+16
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-251-1/+1
* R600: Consolidate expansion of v2i32/v4i32 ops for EG/SIAaron Watry2013-06-251-19/+0