aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/R600
AgeCommit message (Expand)Author
2013-05-13Remove unused fields and arguments.Rafael Espindola
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-10Fix the R600 build.Rafael Espindola
2013-05-10R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard
2013-05-10R600: Expand SUB for v2i32/v4i32Tom Stellard
2013-05-10R600: Expand MUL for v4i32/v2i32Tom Stellard
2013-05-10R600: Expand SRA for v4i32/v2i32Tom Stellard
2013-05-10R600: Expand vselect for v4i32 and v2i32Tom Stellard
2013-05-06R600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcodeTom Stellard
2013-05-06R600/SI: Handle arbitrary destination type in SITargetLowering::adjustWritemaskTom Stellard
2013-05-06R600/SI: Add intrinsic for texture image loadingTom Stellard
2013-05-06R600/SI: Add pattern for uint_to_fpTom Stellard
2013-05-06R600/SI: Add patterns for integer maxima / minimaTom Stellard
2013-05-06R600/SI: Add pattern for AMDGPU.trunc intrinsicTom Stellard
2013-05-06R600: Remove dead code from the CodeEmitter v2Tom Stellard
2013-05-06R600: Emit config values in register / value pairsTom Stellard
2013-05-06R600: Stop emitting the instruction type byte before each instructionTom Stellard
2013-05-06R600: Emit ISA for CALL_FS_* instructionsTom Stellard
2013-05-03R600: Expand vector or, shl, srl, and xor nodesTom Stellard
2013-05-03R600: BFI_INT is a vector-only instructionTom Stellard
2013-05-03R600: Add pattern for SHA-256 Ma functionTom Stellard
2013-05-03R600: Clean up comments in Processors.tdTom Stellard
2013-05-02R600: Signed literals are 64bits wideVincent Lejeune
2013-05-02R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune
2013-05-02R600: Improve asmPrint of ALU clauseVincent Lejeune
2013-05-02R600: Prettier asmPrint of AluVincent Lejeune
2013-05-02R600: Use new tablegen syntax for patternsTom Stellard
2013-05-02R600/SI: remove nonsense select patternTom Stellard
2013-04-30R600: Always use texture cache for compute shadersVincent Lejeune
2013-04-30R600: use native for aluVincent Lejeune
2013-04-30R600: Packetize instructionsVincent Lejeune
2013-04-30R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chipsVincent Lejeune
2013-04-30R600: Add a Bank Swizzle operandVincent Lejeune
2013-04-30R600: Take inner dependency into tex/vtx clausesVincent Lejeune
2013-04-30R600: Turn TEX/VTX into native instructionsVincent Lejeune
2013-04-30R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune
2013-04-30R600: Add some new processor variantsVincent Lejeune
2013-04-30R600: Clean up instruction class definitionsVincent Lejeune
2013-04-30R600: config section now reports use of killgtVincent Lejeune
2013-04-29R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard
2013-04-29R600: Fix encoding of CF_END_{EG, R600} instructionsTom Stellard
2013-04-26R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard
2013-04-24R600: Initialize BooleanVectorContentsTom Stellard
2013-04-24R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard
2013-04-23R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune
2013-04-23R600: Add CF_ENDVincent Lejeune
2013-04-22Remove unused DwarfSectionOffsetDirective stringMatt Arsenault
2013-04-19ArrayRefize getMachineNode(). No functionality change.Michael Liao
2013-04-19R600: Add pattern for the BFI_INT instructionTom Stellard
2013-04-19R600/SI: Use InstFlag for VOP3 modifier operandsTom Stellard