aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600InstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+6
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+15
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-38/+38
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Merging r195399:Bill Wendling2013-11-221-0/+2
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-151-0/+2
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-8/+3
* R600: Simplify handling of private address spaceTom Stellard2013-10-221-6/+7
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-221-3/+0
* R600: add a pass that merges clauses.Vincent Lejeune2013-10-011-0/+4
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-301-0/+2
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-121-0/+1
* R600: Add support for local memory atomic addTom Stellard2013-09-051-0/+6
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-09-041-0/+2
* R600: Add IsExport bit to TableGen instruction definitionsTom Stellard2013-08-161-0/+1
* Revert "R600: Use SchedModel enum for is{Trans,Vector}Only functions"Tom Stellard2013-07-311-2/+0
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-07-311-0/+2
* R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard2013-07-231-0/+7
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-291-10/+22
* R600: Bank Swizzle now display SCL equivalentVincent Lejeune2013-06-291-5/+5
* R600: Add local memory support via LDSTom Stellard2013-06-281-0/+11
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-281-0/+2
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-251-5/+3
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-071-1/+0
* R600: Const/Neg/Abs can be folded to dot4Vincent Lejeune2013-06-041-0/+2
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-171-0/+5
* R600: Some factorizationVincent Lejeune2013-05-171-0/+28
* R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chipsVincent Lejeune2013-04-301-0/+3
* R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune2013-04-301-0/+6
* R600: Factorize maximum alu per clause in a single locationVincent Lejeune2013-04-031-0/+1
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-141-0/+3
* R600: Support for indirect addressing v4Tom Stellard2013-02-061-0/+32
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-2/+1
* Add R600 backendTom Stellard2012-12-111-0/+169