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
/
AMDGPUSubtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-133
/
+0
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-7
/
+6
*
R600/SI: Fix bug with v_interp_p1_f32 instructions on 16 bank lds chips
Tom Stellard
2015-05-25
1
-0
/
+1
*
R600/SI: Add assembler support for all CI and VI VOP1 instructions
Tom Stellard
2015-04-23
1
-1
/
+1
*
R600/SI: Initial support for assembler and inline assembly
Tom Stellard
2015-04-08
1
-0
/
+1
*
R600/SI: Limit SGPRs to 80 on Tonga and Iceland
Marek Olsak
2015-03-09
1
-1
/
+1
*
80-column fixups.
Eric Christopher
2015-02-19
1
-8
/
+7
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-01-30
1
-2
/
+2
*
R600/SI: Add subtarget feature for if f32 fma is fast
Matt Arsenault
2015-01-29
1
-1
/
+2
*
R600/SI: Define a schedule model and enable the generic machine scheduler
Tom Stellard
2015-01-29
1
-0
/
+19
*
R600: Move DataLayout to AMDGPUTargetMachine
Tom Stellard
2015-01-28
1
-15
/
+3
*
R600: Use a Southern Islands GPU as the default for the amdgcn target
Tom Stellard
2015-01-28
1
-2
/
+5
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-14
/
+14
*
R600/SI: Add subtarget feature to enable VGPR spilling for all shader types
Tom Stellard
2015-01-20
1
-0
/
+7
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-3
/
+1
*
R600/SI: Emit amd_kernel_code_t header for AMDGPU environment
Tom Stellard
2014-12-02
1
-0
/
+7
*
R600/SI: Set the ATC bit on all resource descriptors for the HSA runtime
Tom Stellard
2014-12-02
1
-1
/
+2
*
R600/SI: Add load / store machine optimizer pass.
Matt Arsenault
2014-10-10
1
-1
/
+1
*
R600/SI: Add preliminary support for flat address space
Matt Arsenault
2014-09-15
1
-2
/
+2
*
Correct comment
Matt Arsenault
2014-08-06
1
-1
/
+1
*
Move the R600 intrinsic support back to the target machine - there's
Eric Christopher
2014-08-04
1
-1
/
+1
*
Move R600 subtarget dependent variables onto the subtarget.
Eric Christopher
2014-07-25
1
-25
/
+45
*
R600: Add denormal handling subtarget features.
Matt Arsenault
2014-07-14
1
-1
/
+17
*
R600: Add option to disable promote alloca
Matt Arsenault
2014-07-13
1
-1
/
+8
*
R600: Move trivial getters into header, use initializer list
Matt Arsenault
2014-06-27
1
-78
/
+19
*
R600: Use LDS and vectors for private memory
Tom Stellard
2014-06-17
1
-0
/
+5
*
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
2014-06-13
1
-0
/
+8
*
R600: Remove unused function AMDGPUSubtarget::getDefaultSize()
Tom Stellard
2014-04-30
1
-11
/
+0
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
R600: Recommit 199842: Add work-around for the CF stack entry HW bug
Tom Stellard
2014-01-23
1
-0
/
+6
*
Revert "R600: Add work-around for the CF stack entry HW bug"
Tom Stellard
2014-01-22
1
-6
/
+0
*
R600: Add work-around for the CF stack entry HW bug
Tom Stellard
2014-01-22
1
-0
/
+6
*
R600: Refactor stack size calculation
Tom Stellard
2014-01-22
1
-0
/
+17
*
R600: Add wavefront size property to the subtargets v2
Tom Stellard
2014-01-22
1
-0
/
+5
*
Turn AMDGPUSubtarget::getDataLayout into a static function.
Rafael Espindola
2013-12-14
1
-27
/
+0
*
Fix an index array check.
Eric Christopher
2013-12-06
1
-1
/
+1
*
R600: Enable the IR structurizer by default
Tom Stellard
2013-11-18
1
-1
/
+1
*
R600: Add a SubtargetFeatture for disabling the ifcvt pass.
Tom Stellard
2013-11-18
1
-0
/
+5
*
R600: Use StructurizeCFGPass for non SI targets
Tom Stellard
2013-10-10
1
-0
/
+5
*
SelectionDAG: Use correct pointer size when lowering function arguments v2
Tom Stellard
2013-08-26
1
-0
/
+4
*
Remove unused stdio.h includes
Dmitri Gribenko
2013-08-18
1
-1
/
+0
*
R600: Rework subtarget info and remove AMDILDevice classes
Tom Stellard
2013-06-07
1
-25
/
+35
*
R600: Fix the fetch limits for R600 generation GPUs
Tom Stellard
2013-06-07
1
-10
/
+1
*
Temporary fix to get rid of gcc warning.
Patrik Hagglund
2013-05-29
1
-1
/
+10
*
R600: Factorize Fetch size limit inside AMDGPUSubTarget
Vincent Lejeune
2013-05-17
1
-0
/
+5
*
R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions
Vincent Lejeune
2013-04-30
1
-0
/
+5
*
Add R600 backend
Tom Stellard
2012-12-11
1
-0
/
+87