summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600ISelLowering.cpp
Commit message (Expand)AuthorAge
* Use llvm_unreachable instead of assert(0)Matt Arsenault2013-12-10
* R600: Fix an infinite loop when trying to reorganize export/tex vector inputVincent Lejeune2013-12-10
* Correct word hyphenationsAlp Toker2013-12-05
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-15
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-13
* R600: Fix selection failure on EXTLOADMatt Arsenault2013-11-13
* R600: Reenable llvm.R600.load.input/interp.input for compatibilityVincent Lejeune2013-11-12
* R600: Use function inputs to represent data stored in gprVincent Lejeune2013-11-11
* Use isa<> instead of dyn_cast<> with unused valueMatt Arsenault2013-11-01
* Fix a few typosMatt Arsenault2013-10-30
* Prune utf8 chars in comments.NAKAMURA Takumi2013-10-28
* Target/R600: Un-tab-ify.NAKAMURA Takumi2013-10-28
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-23
* R600: Use masked read sel for texture instructionsVincent Lejeune2013-10-13
* R600: fix swizzle exportVincent Lejeune2013-10-13
* R600: Add a ldptr intrinsic to support MSAA.Vincent Lejeune2013-10-02
* R600: Fix handling of NAN in comparison instructionsTom Stellard2013-09-28
* SelectionDAG: Improve legalization of SELECT_CC with illegal condition codesTom Stellard2013-09-28
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-28
* R600: Move clamp handling code to R600IselLowering.cppVincent Lejeune2013-09-12
* R600: Move code handling literal folding into R600ISelLowering.Vincent Lejeune2013-09-12
* R600: Move fabs/fneg/sel folding logic into PostProcessIselVincent Lejeune2013-09-12
* R600: Add support for local memory atomic addTom Stellard2013-09-05
* R600: Expand SELECT nodes rather than custom lowering themTom Stellard2013-09-05
* R600: Add support for vector local memory loadsTom Stellard2013-08-26
* R600: Add support for i8 and i16 local memory loadsTom Stellard2013-08-26
* R600: Add support for v4i32 and v2i32 local storesTom Stellard2013-08-26
* R600: Expand vector float operations for both SI and R600Tom Stellard2013-08-16
* 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: Set scheduling preference to Sched::SourceTom Stellard2013-08-12
* R600: Add 64-bit float load/store supportTom Stellard2013-08-01
* R600/SI: Expand vector fp <-> int conversionsTom Stellard2013-07-30
* [R600] Replicate old DAGCombiner behavior in target specific DAG combine.Quentin Colombet2013-07-30
* R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard2013-07-23
* R600: Use KCache for kernel argumentsTom Stellard2013-07-23
* R600: Use the same compute kernel calling convention for all GPUsTom Stellard2013-07-23
* R600: Use correct LoadExtType when lowering kernel argumentsTom Stellard2013-07-23
* R600: Clean up extended load patternsTom Stellard2013-07-23
* R600: Expand VSELECT for all typesTom Stellard2013-07-18
* R600/SI: Initial local memory supportMichel Danzer2013-07-10
* R600: Fix a rare bug where swizzle optimization returns wrong valuesVincent Lejeune2013-07-09
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-09
* R600: Add local memory support via LDSTom Stellard2013-06-28
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-25
* R600: Consolidate expansion of v2i32/v4i32 ops for EG/SIAaron Watry2013-06-25
* R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EGAaron Watry2013-06-25
* R600: Expand v2i32 load/store instead of custom loweringTom Stellard2013-06-20
* R600: Make helper functions static.Benjamin Kramer2013-06-11
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07