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
/
SIInsertWaits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-480
/
+0
*
Remove the need to cache the subtarget in the R600 TargetRegisterInfo
Eric Christopher
2015-03-11
1
-2
/
+4
*
R600/SI: Fix dependency between instruction writing M0 and S_SENDMSG on VI (v2)
Marek Olsak
2015-02-03
1
-0
/
+34
*
R600/SI: Insert s_waitcnt before s_barrier instructions.
Tom Stellard
2015-01-06
1
-1
/
+5
*
R600/SI: Fix dependency calculation for DS writes instructions in SIInsertWaits
Tom Stellard
2015-01-06
1
-0
/
+23
*
R600/SI: Disable VMEM and SMEM clauses by breaking them with S_NOP
Marek Olsak
2014-12-07
1
-8
/
+46
*
Fix include order
Matt Arsenault
2014-09-29
1
-1
/
+1
*
R600/SI: Fix hardcoded values for modifiers.
Matt Arsenault
2014-09-29
1
-0
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-4
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+5
*
Fix typos
Matt Arsenault
2014-07-17
1
-3
/
+3
*
R600/SI: Add intrinsics for various math instructions.
Matt Arsenault
2014-06-19
1
-0
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-2
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
R600/SI: Add intrinsic for S_SENDMSG instruction
Michel Danzer
2014-01-27
1
-0
/
+6
*
R600/SI: Add support for private address space load/store
Tom Stellard
2013-11-13
1
-1
/
+1
*
R600/SI: Fix broken encoding of DS_WRITE_B32
Michel Danzer
2013-08-16
1
-8
/
+13
*
Revert "R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructions"
Tom Stellard
2013-08-16
1
-1
/
+3
*
R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructions
Tom Stellard
2013-08-16
1
-3
/
+1
*
Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor.
Evgeniy Stepanov
2013-08-07
1
-1
/
+2
*
R600/SI: Initial support for LDS/GDS instructions
Michel Danzer
2013-07-10
1
-0
/
+2
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-7
/
+9
*
R600/SI: fix inserting waits for all defines
Christian Konig
2013-03-18
1
-15
/
+1
*
R600/SI: fix inserting waits for unordered defines
Christian Konig
2013-03-01
1
-2
/
+21
*
R600: Proper insert S_WAITCNT instructions
Tom Stellard
2013-01-18
1
-0
/
+353