index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
R600
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600: Use .AMDGPU.config section to emit stacksize
Vincent Lejeune
2013-04-23
5
-16
/
+25
*
R600: Add CF_END
Vincent Lejeune
2013-04-23
3
-44
/
+77
*
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
1
-2
/
+0
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
2
-2
/
+2
*
R600: Add pattern for the BFI_INT instruction
Tom Stellard
2013-04-19
3
-0
/
+24
*
R600/SI: Use InstFlag for VOP3 modifier operands
Tom Stellard
2013-04-19
2
-15
/
+14
*
R600: Make Export Instruction not duplicable
Vincent Lejeune
2013-04-17
1
-1
/
+3
*
R600: Export is emitted as a CF_NATIVE inst
Vincent Lejeune
2013-04-17
2
-14
/
+9
*
R600: Emit used GPRs count
Vincent Lejeune
2013-04-17
2
-8
/
+41
*
R600/SI: Emit config values in register value pairs.
Tom Stellard
2013-04-15
2
-3
/
+38
*
R600/SI: Emit configuration value in the .AMDGPU.config ELF section
Tom Stellard
2013-04-15
1
-1
/
+9
*
R600: Emit ELF formatted code rather than raw ISA.
Tom Stellard
2013-04-15
5
-12
/
+63
*
R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-04-11
1
-0
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-04-11
1
-2
/
+1
*
R600/SI: Add pattern for AMDGPUurecip
Michel Danzer
2013-04-10
3
-3
/
+13
*
R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addr
Vincent Lejeune
2013-04-10
1
-1
/
+10
*
R600/SI: dynamical figure out the reg class of MIMG
Christian Konig
2013-04-10
6
-2
/
+63
*
R600/SI: adjust writemask to only the used components
Christian Konig
2013-04-10
4
-2
/
+91
*
R600/SI: remove image sample writemask
Christian Konig
2013-04-10
2
-14
/
+13
*
R600: Control Flow support for pre EG gen
Vincent Lejeune
2013-04-08
3
-72
/
+240
*
R600/SI: Add support for buffer stores v2
Tom Stellard
2013-04-05
8
-4
/
+99
*
R600/SI: Use same names for corresponding MUBUF operands and encoding fields
Tom Stellard
2013-04-05
2
-27
/
+27
*
R600: Add RV670 processor
Tom Stellard
2013-04-05
1
-0
/
+1
*
R600/SI: Add processor types for each SI variant
Tom Stellard
2013-04-05
2
-3
/
+8
*
R600/SI: Avoid generating S_MOVs with 64-bit immediates v2
Tom Stellard
2013-04-05
1
-2
/
+5
*
R600: Use a mask for offsets when encoding instructions
Vincent Lejeune
2013-04-04
1
-2
/
+5
*
R600: Fix wrong address when substituting ENDIF
Vincent Lejeune
2013-04-04
1
-1
/
+1
*
R600: Take export into account when computing cf address
Vincent Lejeune
2013-04-04
1
-0
/
+4
*
R600: Fix last ALU of a clause being emitted in a separate clause
Vincent Lejeune
2013-04-03
1
-2
/
+2
*
R600: Factorize maximum alu per clause in a single location
Vincent Lejeune
2013-04-03
4
-2
/
+6
*
R600: Simplify data structure and add DEBUG to R600ControlFlowFinalizer
Vincent Lejeune
2013-04-03
1
-20
/
+21
*
R600: Consider KILLGT as an ALU instruction
Vincent Lejeune
2013-04-03
2
-3
/
+4
*
Target/R600: Fix CMake build to add missing files.
NAKAMURA Takumi
2013-04-01
1
-0
/
+3
*
R600: Add support for native control flow
Vincent Lejeune
2013-04-01
5
-1
/
+386
*
R600/SI: Share code recording ShaderTypeAttribute between generations
Vincent Lejeune
2013-04-01
6
-28
/
+60
*
R600: Emit CF_ALU and use true kcache register.
Vincent Lejeune
2013-04-01
6
-10
/
+397
*
R600: Emit native instructions for tex
Vincent Lejeune
2013-03-31
2
-115
/
+197
*
These two are default in the constructor for MCAsmInfo.
Eric Christopher
2013-03-28
1
-2
/
+0
*
R600/SI: add SETO/SETUO patterns
Christian Konig
2013-03-27
1
-0
/
+14
*
R600/SI: add cummuting of rev instructions
Christian Konig
2013-03-27
5
-34
/
+87
*
R600/SI: add mulhu/mulhs patterns
Christian Konig
2013-03-27
3
-2
/
+20
*
R600/SI: add srl/sha patterns for SI
Christian Konig
2013-03-27
1
-2
/
+6
*
R600/SIMCCodeEmitter.cpp: Prune a couple of unused members, STI and Ctx. [-Wu...
NAKAMURA Takumi
2013-03-26
1
-3
/
+1
*
R600/SI: improve post ISel folding
Christian Konig
2013-03-26
1
-31
/
+43
*
R600/SI: improve vector interpolation
Christian Konig
2013-03-26
1
-0
/
+20
*
R600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLE
Christian Konig
2013-03-26
2
-14
/
+8
*
R600/SI: switch back to RegPressure scheduling
Christian Konig
2013-03-26
3
-1
/
+9
*
R600/SI: mark most intrinsics as readnone v2
Christian Konig
2013-03-26
1
-5
/
+5
*
R600/SI: replace WQM intrinsic
Christian Konig
2013-03-26
5
-28
/
+14
*
R600/SI: fix ELSE pseudo op handling
Christian Konig
2013-03-26
1
-1
/
+2
[next]