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
/
SIInstrInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-391
/
+0
*
R600/SI: Fix bug in VGPR spilling
Tom Stellard
2015-05-12
1
-0
/
+4
*
MachineCSE: Add a target query for the LookAheadLimit heurisitic
Tom Stellard
2015-05-09
1
-0
/
+2
*
R600/SI: Special case v_mov_b32 as really rematerializable
Matt Arsenault
2015-04-23
1
-0
/
+3
*
R600/SI: Merge tables for commuting
Matt Arsenault
2015-03-23
1
-4
/
+0
*
R600/SI: Allow commuting compares
Matt Arsenault
2015-03-23
1
-1
/
+5
*
Remove the need to cache the subtarget in the R600 TargetRegisterInfo
Eric Christopher
2015-03-11
1
-4
/
+0
*
R600/SI: Try to use v_madak_f32
Matt Arsenault
2015-02-21
1
-0
/
+3
*
R600/SI: Don't crash when getting immediate operand size
Matt Arsenault
2015-02-21
1
-0
/
+7
*
R600/SI: Allow f64 inline immediates in i64 operands
Matt Arsenault
2015-02-13
1
-4
/
+18
*
R600/SI: Also enable WQM for image opcodes which calculate LOD v3
Michel Danzer
2015-02-06
1
-0
/
+4
*
R600/SI: Don't shrink instructions whose e32 encoding doesn't exist
Marek Olsak
2015-01-15
1
-1
/
+0
*
R600/SI: Teach SIFoldOperands to split 64-bit constants when folding
Tom Stellard
2015-01-07
1
-0
/
+4
*
R600/SI: Set 20-bit immediate byte offset for SMRD on VI
Marek Olsak
2014-12-07
1
-1
/
+1
*
R600/SI: Update instruction conversions for VI
Marek Olsak
2014-12-07
1
-0
/
+2
*
R600/SI: Set the ATC bit on all resource descriptors for the HSA runtime
Tom Stellard
2014-12-02
1
-0
/
+3
*
R600/SI: Various instruction format bit test cleanups
Matt Arsenault
2014-12-01
1
-11
/
+69
*
R600/SI: Implement areMemAccessesTriviallyDisjoint
Matt Arsenault
2014-11-19
1
-0
/
+8
*
R600/SI: Use S_BFE_I64 for 64-bit sext_inreg
Matt Arsenault
2014-11-14
1
-0
/
+2
*
R600/SI: Fix general commuting breaking src mods
Matt Arsenault
2014-10-17
1
-0
/
+9
*
R600/SI: Fix hardcoded values for modifiers.
Matt Arsenault
2014-09-29
1
-16
/
+0
*
R600/SI: Move finding SGPR operand to move to separate function
Matt Arsenault
2014-09-26
1
-0
/
+2
*
R600/SI: Implement findCommutedOpIndices
Matt Arsenault
2014-09-26
1
-1
/
+4
*
R600/SI: Implement VGPR register spilling for compute at -O0 v3
Tom Stellard
2014-09-24
1
-0
/
+7
*
R600/SI: Clean up checks for legality of immediate operands
Tom Stellard
2014-09-23
1
-0
/
+4
*
R600/SI: Add enums for some hard-coded values
Tom Stellard
2014-09-22
1
-0
/
+19
*
R600/SI: Rough first implementation of shouldClusterLoads
Matt Arsenault
2014-09-17
1
-0
/
+4
*
R600/SI: Add preliminary support for flat address space
Matt Arsenault
2014-09-15
1
-0
/
+1
*
R600/SI: Add InstrMapping for noret atomics.
Matt Arsenault
2014-09-08
1
-0
/
+2
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-1
/
+1
*
R600/SI: Teach moveToVALU how to handle more S_LOAD_* instructions
Tom Stellard
2014-08-21
1
-0
/
+6
*
R600/SI: Fix offset folding in some cases with shifted pointers.
Matt Arsenault
2014-08-15
1
-0
/
+4
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
R600/SI: Add a ComplexPattern for selecting MUBUF _OFFSET variant
Tom Stellard
2014-08-11
1
-0
/
+1
*
R600/SI: Implement areLoadsFromSameBasePtr
Matt Arsenault
2014-08-06
1
-0
/
+4
*
R600/SI: Do abs/neg folding with ComplexPatterns
Tom Stellard
2014-08-01
1
-0
/
+10
*
R600/SI: Simplify and fix handling of VOP2 in SIInstrInfo::legalizeOperands
Tom Stellard
2014-08-01
1
-0
/
+5
*
R600/SI: Fold immediates when shrinking instructions
Tom Stellard
2014-08-01
1
-2
/
+1
*
R600/SI: Fix incorrect commute operation in shrink instructions pass
Tom Stellard
2014-08-01
1
-0
/
+4
*
R600/SI: Implement getLdStBaseRegImmOfs
Matt Arsenault
2014-07-29
1
-0
/
+4
*
R600/SI: Add isMUBUF / isMTBUF
Matt Arsenault
2014-07-29
1
-0
/
+2
*
R600/SI: Fix return type for isMIMG / isSMRD
Matt Arsenault
2014-07-28
1
-2
/
+2
*
R600/SI: Add instruction shrinking pass
Tom Stellard
2014-07-21
1
-0
/
+6
*
R600/SI: Use scratch memory for large private arrays
Tom Stellard
2014-07-21
1
-1
/
+4
*
R600: Remove unused function
Matt Arsenault
2014-07-20
1
-4
/
+0
*
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
2014-06-13
1
-1
/
+1
*
R600/SI: Implement i64 ctpop
Matt Arsenault
2014-06-10
1
-0
/
+3
*
R600/SI: Keep 64-bit not on SALU
Matt Arsenault
2014-06-09
1
-2
/
+5
*
R600/SI: Refactor the VOP3_32 tablegen class
Tom Stellard
2014-05-16
1
-0
/
+1
*
R600/SI: Only create one instruction when spilling/restoring register v3
Tom Stellard
2014-05-02
1
-0
/
+4
[next]