aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600
Commit message (Expand)AuthorAgeFilesLines
* R600: Signed literals are 64bits wideVincent Lejeune2013-05-021-3/+3
* R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune2013-05-021-38/+51
* R600: Improve asmPrint of ALU clauseVincent Lejeune2013-05-023-4/+20
* R600: Prettier asmPrint of AluVincent Lejeune2013-05-024-13/+45
* R600: Use new tablegen syntax for patternsTom Stellard2013-05-023-447/+381
* R600/SI: remove nonsense select patternTom Stellard2013-05-021-8/+1
* R600: Always use texture cache for compute shadersVincent Lejeune2013-04-301-2/+6
* R600: use native for aluVincent Lejeune2013-04-304-4/+135
* R600: Packetize instructionsVincent Lejeune2013-04-306-3/+464
* R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chipsVincent Lejeune2013-04-305-32/+105
* R600: Add a Bank Swizzle operandVincent Lejeune2013-04-304-11/+19
* R600: Take inner dependency into tex/vtx clausesVincent Lejeune2013-04-301-0/+34
* R600: Turn TEX/VTX into native instructionsVincent Lejeune2013-04-303-15/+50
* R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune2013-04-309-58/+95
* R600: Add some new processor variantsVincent Lejeune2013-04-302-1/+3
* R600: Clean up instruction class definitionsVincent Lejeune2013-04-301-23/+14
* R600: config section now reports use of killgtVincent Lejeune2013-04-301-0/+4
* R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard2013-04-291-1/+1
* R600: Fix encoding of CF_END_{EG, R600} instructionsTom Stellard2013-04-291-0/+1
* R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard2013-04-261-0/+2
* R600: Initialize BooleanVectorContentsTom Stellard2013-04-241-0/+1
* R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard2013-04-241-1/+1
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-235-16/+25
* R600: Add CF_ENDVincent Lejeune2013-04-233-44/+77
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-2/+0
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-192-2/+2
* R600: Add pattern for the BFI_INT instructionTom Stellard2013-04-193-0/+24
* R600/SI: Use InstFlag for VOP3 modifier operandsTom Stellard2013-04-192-15/+14
* R600: Make Export Instruction not duplicableVincent Lejeune2013-04-171-1/+3
* R600: Export is emitted as a CF_NATIVE instVincent Lejeune2013-04-172-14/+9
* R600: Emit used GPRs countVincent Lejeune2013-04-172-8/+41
* R600/SI: Emit config values in register value pairs.Tom Stellard2013-04-152-3/+38
* R600/SI: Emit configuration value in the .AMDGPU.config ELF sectionTom Stellard2013-04-151-1/+9
* R600: Emit ELF formatted code rather than raw ISA.Tom Stellard2013-04-155-12/+63
* R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-04-111-0/+1
* Whitespace.NAKAMURA Takumi2013-04-111-2/+1
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-103-3/+13
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-101-1/+10
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-106-2/+63
* R600/SI: adjust writemask to only the used componentsChristian Konig2013-04-104-2/+91
* R600/SI: remove image sample writemaskChristian Konig2013-04-102-14/+13
* R600: Control Flow support for pre EG genVincent Lejeune2013-04-083-72/+240
* R600/SI: Add support for buffer stores v2Tom Stellard2013-04-058-4/+99
* R600/SI: Use same names for corresponding MUBUF operands and encoding fieldsTom Stellard2013-04-052-27/+27
* R600: Add RV670 processorTom Stellard2013-04-051-0/+1
* R600/SI: Add processor types for each SI variantTom Stellard2013-04-052-3/+8
* R600/SI: Avoid generating S_MOVs with 64-bit immediates v2Tom Stellard2013-04-051-2/+5
* R600: Use a mask for offsets when encoding instructionsVincent Lejeune2013-04-041-2/+5
* R600: Fix wrong address when substituting ENDIFVincent Lejeune2013-04-041-1/+1
* R600: Take export into account when computing cf addressVincent Lejeune2013-04-041-0/+4