index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
R600
/
AMDGPUAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
2014-06-13
1
-0
/
+1
*
R600/SI: Print code size along with used registers
Matt Arsenault
2014-04-15
1
-12
/
+13
*
R600/SI: Use correct dest register class for V_READFIRSTLANE_B32
Tom Stellard
2014-03-17
1
-1
/
+2
*
Remove MCPureStreamer.
Rafael Espindola
2014-02-27
1
-2
/
+0
*
Remove the last hasRawTextSupport call from R600.
Rafael Espindola
2014-01-31
1
-2
/
+1
*
Replace another use with hasRawTextSupport+EmitRawText with emitRawComment.
Rafael Espindola
2014-01-31
1
-2
/
+2
*
Use emitRawComment to avoid a call to hasRawTextSupport.
Rafael Espindola
2014-01-31
1
-3
/
+1
*
Add back spaces I missed in the conversion to emitRawComments.
Rafael Espindola
2014-01-27
1
-3
/
+3
*
Use emitRawComment instead of EmitRawText.
Rafael Espindola
2014-01-27
1
-4
/
+5
*
R600: Add stack size to .AMDGPUcsdata section
Tom Stellard
2014-01-22
1
-4
/
+10
*
Move declaration of variables down to first use.
Matt Arsenault
2014-01-08
1
-6
/
+4
*
Use llvm_unreachable instead of assert(0)
Matt Arsenault
2013-12-10
1
-1
/
+1
*
R600/SI: Add comments for number of used registers.
Matt Arsenault
2013-12-05
1
-9
/
+41
*
Indentation fixes
Matt Arsenault
2013-11-14
1
-1
/
+1
*
R600/SI: Add compute support for CI v2
Tom Stellard
2013-10-29
1
-2
/
+14
*
R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32
Tom Stellard
2013-10-23
1
-0
/
+3
*
R600/SI: Don't assert on SCC usage
Matt Arsenault
2013-10-22
1
-0
/
+2
*
R600: Store disassembly in a special ELF section when feature +DumpCode is en...
Tom Stellard
2013-10-12
1
-8
/
+36
*
R600/SI: Initial local memory support
Michel Danzer
2013-07-10
1
-0
/
+7
*
R600: Add local memory support via LDS
Tom Stellard
2013-06-28
1
-0
/
+6
*
R600: Rework subtarget info and remove AMDILDevice classes
Tom Stellard
2013-06-07
1
-2
/
+2
*
Move passes from namespace llvm into anonymous namespaces. Sort includes whil...
Benjamin Kramer
2013-05-23
1
-3
/
+3
*
R600: Emit config values in register / value pairs
Tom Stellard
2013-05-06
1
-3
/
+29
*
R600: config section now reports use of killgt
Vincent Lejeune
2013-04-30
1
-0
/
+4
*
R600: Use SHT_PROGBITS for the .AMDGPU.config section
Tom Stellard
2013-04-24
1
-1
/
+1
*
R600: Use .AMDGPU.config section to emit stacksize
Vincent Lejeune
2013-04-23
1
-0
/
+3
*
R600: Emit used GPRs count
Vincent Lejeune
2013-04-17
1
-7
/
+39
*
R600/SI: Emit config values in register value pairs.
Tom Stellard
2013-04-15
1
-3
/
+16
*
R600/SI: Emit configuration value in the .AMDGPU.config ELF section
Tom Stellard
2013-04-15
1
-1
/
+9
*
R600/SI: dynamical figure out the reg class of MIMG
Christian Konig
2013-04-10
1
-0
/
+3
*
R600/SI: rework input interpolation v2
Christian Konig
2013-03-07
1
-1
/
+1
*
R600/SI: cleanup literal handling v3
Christian Konig
2013-02-16
1
-2
/
+0
*
R600/SI: cleanup VGPR encoding
Tom Stellard
2013-02-07
1
-1
/
+1
*
R600/SI: Add basic support for more integer vector types.
Tom Stellard
2013-02-07
1
-0
/
+6
*
R600: Emit function name in the AsmPrinter
Tom Stellard
2013-02-05
1
-0
/
+3
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Add R600 backend
Tom Stellard
2012-12-11
1
-0
/
+138