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
/
AMDGPU
/
SIRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AMDGPU: Scavenge register instead of findUnusedReg
Matt Arsenault
2019-03-14
1
-1
/
+1
*
AMDGPU/GlobalISel: Implement select for G_EXTRACT
Tom Stellard
2019-02-28
1
-0
/
+7
*
[AMDGPU][MC] Added support of lds_direct operand
Dmitry Preobrazhensky
2019-02-08
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU] Simplify negated condition
Stanislav Mekhanoshin
2018-12-13
1
-0
/
+57
*
AMDGPU: Only add implicit super-reg def for first subreg
Matt Arsenault
2018-11-26
1
-2
/
+2
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-9
/
+10
*
[AMDGPU] Fix VGPR spills where offset doesn't fit in 12 bits
Scott Linder
2018-07-26
1
-11
/
+16
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-12
/
+12
*
AMDGPU: Separate R600 and GCN TableGen files
Tom Stellard
2018-06-28
1
-2
/
+0
*
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
Tom Stellard
2018-05-22
1
-0
/
+6
*
AMDGPU/GlobalISel: Implement select() for >32-bit G_STORE
Tom Stellard
2018-05-11
1
-0
/
+6
*
AMDGPU/GlobalISel: Enable TableGen'd instruction selector
Tom Stellard
2018-05-10
1
-0
/
+21
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
AMDGPU: Move a flawed assert when spilling SGPRs
Matt Arsenault
2018-04-23
1
-0
/
+4
*
[AMDGPU] : fix for the crash in SIRegisterInfo when the regiser class not found
Alexander Timofeev
2018-03-01
1
-1
/
+7
*
[AMDGPU] added writelane intrinsic
Tim Renouf
2018-02-28
1
-1
/
+12
*
[AMDGPU] Make sure all super regs of reserved regs are marked reserved.
Geoff Berry
2018-01-24
1
-7
/
+0
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-22
1
-2
/
+2
*
[AMDGPU][MC][GFX8][GFX9] Added XNACK_MASK support
Dmitry Preobrazhensky
2018-01-10
1
-0
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, disabled tba/tma
Dmitry Preobrazhensky
2017-12-11
1
-0
/
+2
*
AMDGPU: Use carry-less adds in FI elimination
Matt Arsenault
2017-11-30
1
-8
/
+2
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-5
/
+5
*
AMDGPU: Fix not converting d16 load/stores to offset
Matt Arsenault
2017-11-13
1
-1
/
+22
*
[SystemZ] implement shouldCoalesce()
Jonas Paulsson
2017-09-29
1
-1
/
+2
*
AMDGPU: Pass special input registers to functions
Matt Arsenault
2017-08-03
1
-55
/
+0
*
AMDGPU: Initial implementation of calls
Matt Arsenault
2017-08-01
1
-2
/
+9
*
AMDGPU: Move INDIRECT_BASE_ADDR definition out of common files
Tom Stellard
2017-07-29
1
-1
/
+0
*
AMDGPU: Preserve undef flag in eliminateFrameIndex
Matt Arsenault
2017-07-21
1
-10
/
+9
*
Implement LaneBitmask::getNumLanes and LaneBitmask::getHighestLane
Krzysztof Parzyszek
2017-07-20
1
-2
/
+1
*
AMDGPU: Figure out private memory regs after lowering
Matt Arsenault
2017-07-18
1
-0
/
+4
*
AMDGPU: Partially fix implicit.buffer.ptr intrinsic handling
Matt Arsenault
2017-06-26
1
-6
/
+5
*
AMDGPU: Fix scratch wave offset relative FI expansion
Matt Arsenault
2017-06-19
1
-9
/
+20
*
AMDGPU: Work around build special casing .inc files
Matt Arsenault
2017-06-08
1
-1
/
+2
*
AMDGPU: Use correct register names in inline assembly
Matt Arsenault
2017-06-08
1
-0
/
+59
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
AMDGPU: Start defining a calling convention
Matt Arsenault
2017-05-17
1
-8
/
+35
*
AMDGPU: Expand frame indexes to be relative to scratch wave offset
Matt Arsenault
2017-05-17
1
-6
/
+71
*
AMDGPU: Use appropriate soffset for spilling
Matt Arsenault
2017-05-17
1
-13
/
+13
*
[AMDGPU] Merge M0 initializations
Stanislav Mekhanoshin
2017-04-24
1
-0
/
+3
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-28
/
+31
*
Fix typo
Matt Arsenault
2017-04-18
1
-1
/
+1
*
[AMDGPU] added SIInstrInfo::getAddNoCarry() helper
Stanislav Mekhanoshin
2017-04-14
1
-3
/
+1
*
Revert "Correct register pressure calculation in presence of subregs"
Stanislav Mekhanoshin
2017-02-24
1
-16
/
+0
*
Correct register pressure calculation in presence of subregs
Stanislav Mekhanoshin
2017-02-23
1
-0
/
+16
*
AMDGPU: Don't use stack space for SGPR->VGPR spills
Matt Arsenault
2017-02-21
1
-23
/
+88
*
AMDGPU: Merge initial gfx9 support
Matt Arsenault
2017-02-18
1
-0
/
+6
*
[AMDGPU] Override PSet for M0
Stanislav Mekhanoshin
2017-02-10
1
-0
/
+8
*
[AMDGPU] Implement register pressure callbacks
Stanislav Mekhanoshin
2017-02-08
1
-0
/
+31
[prev]
[next]