summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600InstrInfo.h
Commit message (Expand)AuthorAge
* Merging r195399:Bill Wendling2013-11-22
* 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: Simplify handling of private address spaceTom Stellard2013-10-22
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-22
* R600: add a pass that merges clauses.Vincent Lejeune2013-10-01
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-30
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-12
* R600: Add support for local memory atomic addTom Stellard2013-09-05
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-09-04
* R600: Add IsExport bit to TableGen instruction definitionsTom Stellard2013-08-16
* Revert "R600: Use SchedModel enum for is{Trans,Vector}Only functions"Tom Stellard2013-07-31
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-07-31
* R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard2013-07-23
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-29
* R600: Bank Swizzle now display SCL equivalentVincent Lejeune2013-06-29
* R600: Add local memory support via LDSTom Stellard2013-06-28
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-28
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-25
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-07
* R600: Const/Neg/Abs can be folded to dot4Vincent Lejeune2013-06-04
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-17
* R600: Some factorizationVincent Lejeune2013-05-17
* R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chipsVincent Lejeune2013-04-30
* R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune2013-04-30
* R600: Factorize maximum alu per clause in a single locationVincent Lejeune2013-04-03
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-14
* R600: Support for indirect addressing v4Tom Stellard2013-02-06
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Add R600 backendTom Stellard2012-12-11