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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
R600/SI: Add instruction shrinking pass
Tom Stellard
2014-07-21
1
-0
/
+9
*
R600/SI: Use scratch memory for large private arrays
Tom Stellard
2014-07-21
1
-1
/
+20
*
R600/SI: Store constant initializer data in constant memory
Tom Stellard
2014-07-21
1
-0
/
+20
*
R600/SI: Add verifier check for immediates in register operands.
Tom Stellard
2014-07-02
1
-1
/
+8
*
R600/SI: Verify restrictions on div_scale operands.
Matt Arsenault
2014-06-23
1
-0
/
+35
*
R600/SI: Add intrinsics for brev instructions
Matt Arsenault
2014-06-18
1
-0
/
+1
*
R600/SI: Match cttz_zero_undef
Matt Arsenault
2014-06-17
1
-0
/
+1
*
R600/SI: Match ctlz_zero_undef
Matt Arsenault
2014-06-17
1
-0
/
+1
*
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
2014-06-13
1
-3
/
+3
*
R600/SI: Emit an error when attempting to spill VGPRs v4
Tom Stellard
2014-06-10
1
-10
/
+24
*
R600/SI: Fix a crash when spilling SGPRs
Tom Stellard
2014-06-10
1
-11
/
+7
*
R600/SI: Implement i64 ctpop
Matt Arsenault
2014-06-10
1
-0
/
+45
*
R600/SI: Use bcnt instruction for ctpop
Matt Arsenault
2014-06-10
1
-0
/
+5
*
R600/SI: Keep 64-bit not on SALU
Matt Arsenault
2014-06-09
1
-7
/
+61
*
Fix typos
Matt Arsenault
2014-06-03
1
-2
/
+2
*
R600/SI: Fix a bug with handling of INSERT_SUBREG in SIFixSGPRCopies
Tom Stellard
2014-05-15
1
-0
/
+18
*
R600/SI: Try to fix BFE operands when moving to VALU
Matt Arsenault
2014-05-13
1
-1
/
+1
*
R600/SI: Prettier display of input modifiers
Vincent Lejeune
2014-05-10
1
-4
/
+7
*
R600/SI: Teach SIInstrInfo::moveToVALU() how to move S_LOAD_*_IMM instructions
Tom Stellard
2014-05-09
1
-4
/
+35
*
R600/SI: Only create one instruction when spilling/restoring register v3
Tom Stellard
2014-05-02
1
-25
/
+138
*
R600/SI: Teach moveToVALU how to handle some SMRD instructions
Tom Stellard
2014-04-30
1
-1
/
+47
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-5
/
+5
*
R600/SI: Try to use scalar BFE.
Matt Arsenault
2014-04-18
1
-0
/
+23
*
R600/SI: Match sign_extend_inreg to s_sext_i32_i8 and s_sext_i32_i16
Matt Arsenault
2014-04-18
1
-14
/
+38
*
R600/SI: Teach SIInstrInfo::moveToVALU() how to handle PHI instructions
Tom Stellard
2014-04-17
1
-3
/
+15
*
R600/SI: Legalize operands after changing dst reg in FixSGPRCopies
Tom Stellard
2014-04-17
1
-2
/
+4
*
R600/SI: Refactor SOPC classes slightly.
Matt Arsenault
2014-04-11
1
-0
/
+6
*
R600/SI: Match not instruction.
Matt Arsenault
2014-04-09
1
-0
/
+1
*
R600/SI: Handle INSERT_SUBREG in SIFixSGPRCopies
Tom Stellard
2014-04-07
1
-0
/
+2
*
R600/SI: Implement shouldConvertConstantLoadToIntImm
Matt Arsenault
2014-03-31
1
-18
/
+26
*
R600/SI: Implement SIInstrInfo::isTriviallyRematerializable()
Tom Stellard
2014-03-31
1
-0
/
+12
*
R600/SI: Fix extra mov from legalizing 64-bit SALU ops.
Matt Arsenault
2014-03-24
1
-14
/
+26
*
R600/SI: Sub-optimial fix for 64-bit immediates with SALU ops.
Matt Arsenault
2014-03-24
1
-16
/
+37
*
R600/SI: Fix 64-bit bit ops that require the VALU.
Matt Arsenault
2014-03-24
1
-0
/
+76
*
R600/SI: Move splitting 64-bit immediates to separate function.
Matt Arsenault
2014-03-24
1
-39
/
+53
*
R600/SI: Fix warning with gcc 4.8.2
Tom Stellard
2014-03-24
1
-1
/
+1
*
R600/SI: Move instruction patterns to scalar versions.
Matt Arsenault
2014-03-21
1
-0
/
+7
*
R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()
Tom Stellard
2014-03-21
1
-1
/
+135
*
R600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU()
Tom Stellard
2014-03-21
1
-2
/
+50
*
R600/SI: Fix implementation of isInlineConstant() used by the verifier
Tom Stellard
2014-03-17
1
-14
/
+25
*
R600/SI: Add generic checks to SIInstrInfo::verifyInstruction()
Tom Stellard
2014-03-17
1
-0
/
+41
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-1
/
+1
*
Move trivial getter into header.
Matt Arsenault
2014-03-11
1
-6
/
+1
*
R600/SI: Initialize M0 and emit S_WQM_B64 whenever DS instructions are used
Tom Stellard
2014-02-10
1
-0
/
+12
*
Allow MachineCSE to coalesce trivial subregister copies the same way that it ...
Andrew Trick
2013-12-17
1
-0
/
+2
*
R600/SI: Implement spilling of SGPRs v5
Tom Stellard
2013-11-27
1
-0
/
+62
*
R600/SI: Fix moveToVALU when the first operand is VSrc.
Matt Arsenault
2013-11-18
1
-2
/
+2
*
R600/SI: Fix multiple SGPR reads when using VCC.
Matt Arsenault
2013-11-18
1
-0
/
+18
*
R600/SI: Move patterns to match add / sub to scalar instructions
Matt Arsenault
2013-11-18
1
-0
/
+4
*
R600/SI: Fix extra defs of VCC / SCC.
Matt Arsenault
2013-11-18
1
-4
/
+15
[prev]
[next]