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
/
SIInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU: Force skip over s_sendmsg and exp instructions
Nicolai Haehnle
2018-07-30
1
-0
/
+30
*
AMDGPU: Fix code size for return_to_epilog pseudo
Matt Arsenault
2018-07-27
1
-3
/
+3
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-22
/
+24
*
AMDGPU: Separate R600 and GCN TableGen files
Tom Stellard
2018-06-28
1
-8
/
+97
*
[AMDGPU] Construct memory clauses before RA
Stanislav Mekhanoshin
2018-05-31
1
-0
/
+16
*
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
Tom Stellard
2018-05-22
1
-0
/
+14
*
[AMDGPU] Added checks for dpp_ctrl value
Stanislav Mekhanoshin
2018-05-08
1
-0
/
+16
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
AMDGPU: Add Vega12 and Vega20
Matt Arsenault
2018-04-30
1
-14
/
+26
*
[AMDGPU] Truncate packed inline constant
Stanislav Mekhanoshin
2018-04-24
1
-0
/
+7
*
AMDGPU: Move a flawed assert when spilling SGPRs
Matt Arsenault
2018-04-23
1
-4
/
+0
*
AMDGPU: Assign enum name to stack ID
Matt Arsenault
2018-04-23
1
-2
/
+2
*
AMDGPU: Legalize the operand of SI_INIT_M0
Nicolai Haehnle
2018-04-20
1
-0
/
+15
*
[AMDGPU] Use packed literals with zero either lower or hi part
Stanislav Mekhanoshin
2018-04-19
1
-0
/
+9
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
AMDGPU: Don't leave dead illegal VGPR->SGPR copies
Matt Arsenault
2018-03-19
1
-0
/
+7
*
[AMDGPU] added writelane intrinsic
Tim Renouf
2018-02-28
1
-2
/
+26
*
AMDGPU: Fix S_BUFFER_LOAD_DWORD_SGPR moveToVALU
Marek Olsak
2018-02-06
1
-2
/
+8
*
AMDGPU: Fold inline offset for loads properly in moveToVALU on GFX9
Marek Olsak
2018-01-31
1
-22
/
+31
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-9
/
+9
*
[AMDGPU] SDWA: add support for PRESERVE into SDWA peephole.
Sam Kolton
2017-12-04
1
-0
/
+22
*
AMDGPU: Use carry-less adds in FI elimination
Matt Arsenault
2017-11-30
1
-1
/
+4
*
AMDGPU: Use gfx9 carry-less add/sub instructions
Matt Arsenault
2017-11-30
1
-16
/
+73
*
AMDGPU: Consistently check for immediates in SIInstrInfo::FoldImmediate
Nicolai Haehnle
2017-11-28
1
-23
/
+22
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
AMDGPU: Replace i64 add/sub lowering
Matt Arsenault
2017-11-15
1
-0
/
+73
*
AMDGPU: Fold immediate offset into BUFFER_LOAD_DWORD lowered from SMEM
Marek Olsak
2017-11-09
1
-2
/
+32
*
AMDGPU: Select s_buffer_load_dword with a non-constant SGPR offset
Marek Olsak
2017-10-31
1
-0
/
+21
*
AMDGPU: Add new intrinsic llvm.amdgcn.kill(i1)
Marek Olsak
2017-10-24
1
-0
/
+21
*
AMDGPU: Fix not accounting for instruction size in bundles
Matt Arsenault
2017-10-04
1
-1
/
+14
*
AMDGPU: VALU carry-in and v_cndmask condition cannot be EXEC
Nicolai Haehnle
2017-09-29
1
-7
/
+16
*
AMDGPU: Fix crash on immediate operand
Matt Arsenault
2017-09-21
1
-1
/
+5
*
AMDGPU: Start selecting s_xnor_{b32, b64}
Konstantin Zhuravlyov
2017-09-18
1
-0
/
+37
*
Fix warnings in r313297.
Jan Sjodin
2017-09-14
1
-3
/
+1
*
AMDGPU: Fix violating constant bus restriction
Matt Arsenault
2017-09-14
1
-4
/
+5
*
Add AddresSpace to PseudoSourceValue.
Jan Sjodin
2017-09-14
1
-0
/
+19
*
AMDGPU: Don't spill SP reg like a normal CSR
Matt Arsenault
2017-09-13
1
-0
/
+4
*
Allow target to decide when to cluster loads/stores in misched
Stanislav Mekhanoshin
2017-09-13
1
-0
/
+38
*
[AMDGPU] Produce madak and madmk from the two-address pass
Stanislav Mekhanoshin
2017-09-11
1
-0
/
+42
*
[AMDGPU] Fix shouldClusterMemOps to process flat loads
Stanislav Mekhanoshin
2017-09-06
1
-0
/
+4
*
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-08-08
1
-25
/
+47
*
[AMDGPU] Implement llvm.amdgcn.set.inactive intrinsic
Connor Abbott
2017-08-04
1
-0
/
+22
*
[AMDGPU] Add support for Whole Wavefront Mode
Connor Abbott
2017-08-04
1
-0
/
+8
*
[AMDGPU] Add an llvm.amdgcn.wqm intrinsic for WQM
Connor Abbott
2017-08-04
1
-0
/
+2
*
AMDGPU: Pass special input registers to functions
Matt Arsenault
2017-08-03
1
-5
/
+4
*
AMDGPU: Make areMemAccessesTriviallyDisjoint more aware of segment flat
Matt Arsenault
2017-07-29
1
-1
/
+1
*
AMDGPU: Fix getMemOpBaseRegImmOfs for flat with offsets
Matt Arsenault
2017-07-21
1
-3
/
+13
*
Add an ID field to StackObjects
Matt Arsenault
2017-07-20
1
-0
/
+2
*
[AMDGPU] Do not insert an instruction into worklist twice in movetovalu
Alfred Huang
2017-07-14
1
-12
/
+12
*
[AMDGPU] Fix -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-0
/
+2
[next]