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/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
*
R600/SI: Teach moveToVALU how to handle some SMRD instructions
Tom Stellard
2014-04-30
1
-0
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-28
/
+28
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
R600/SI: Match sign_extend_inreg to s_sext_i32_i8 and s_sext_i32_i16
Matt Arsenault
2014-04-18
1
-0
/
+1
*
R600/SI: Implement shouldConvertConstantLoadToIntImm
Matt Arsenault
2014-03-31
1
-0
/
+1
*
R600/SI: Implement SIInstrInfo::isTriviallyRematerializable()
Tom Stellard
2014-03-31
1
-0
/
+3
*
R600/SI: Sub-optimial fix for 64-bit immediates with SALU ops.
Matt Arsenault
2014-03-24
1
-1
/
+7
*
R600/SI: Fix 64-bit bit ops that require the VALU.
Matt Arsenault
2014-03-24
1
-0
/
+5
*
R600/SI: Move splitting 64-bit immediates to separate function.
Matt Arsenault
2014-03-24
1
-0
/
+6
*
R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()
Tom Stellard
2014-03-21
1
-0
/
+10
*
R600: Remove unused method declaration.
Matt Arsenault
2014-03-20
1
-6
/
+0
*
Remove incomplete comment
Matt Arsenault
2014-03-11
1
-2
/
+0
[next]