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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] gfx1010 VOPC implementation
Stanislav Mekhanoshin
2019-04-26
1
-0
/
+11
*
[CodeGen] Add "const" to MachineInstr::mayAlias
Bjorn Pettersson
2019-04-19
1
-4
/
+8
*
AMDGPU: Make exec mask optimzations more resistant to block splits
Matt Arsenault
2019-03-28
1
-0
/
+4
*
[AMDGPU] Fix SGPR fixing through SCC chaining
Michael Liao
2019-03-15
1
-3
/
+3
*
[AMDGPU] Fix DPP combiner
Valery Pykhtin
2019-02-08
1
-0
/
+6
*
[AMDGPU] Fix a weird WWM intrinsic issue.
Neil Henning
2019-01-29
1
-4
/
+0
*
[AMDGPU] Fixed hazard recognizer to walk predecessors
Stanislav Mekhanoshin
2019-01-21
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
AMDGPU: Add llvm.amdgcn.ds.ordered.add & swap
Marek Olsak
2019-01-16
1
-0
/
+2
*
Revert "[AMDGPU] Fix DPP combiner"
Valery Pykhtin
2019-01-09
1
-6
/
+0
*
[AMDGPU] Fix DPP combiner
Valery Pykhtin
2019-01-09
1
-0
/
+6
*
[AMDGPU] Add new Mode Register pass
Tim Corringham
2018-12-10
1
-0
/
+8
*
[AMDGPU] Split 64-Bit XNOR to 64-Bit NOT/XOR
Graham Sellers
2018-12-01
1
-0
/
+3
*
AMDGPU: Divergence-driven selection of scalar buffer load intrinsics
Nicolai Haehnle
2018-11-30
1
-2
/
+0
*
[AMDGPU] Combine DPP mov with use instructions (VOP1/2/3)
Valery Pykhtin
2018-11-30
1
-1
/
+31
*
[AMDGPU] Add and update scalar instructions
Graham Sellers
2018-11-29
1
-0
/
+8
*
[CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand
Francis Visoiu Mistrih
2018-11-28
1
-5
/
+4
*
[AMDGPU] Add FixupVectorISel pass, currently Supports SREGs in GLOBAL LD/ST
Ron Lieberman
2018-11-16
1
-0
/
+3
*
Revert "AMDGPU: Divergence-driven selection of scalar buffer load intrinsics"
Nicolai Haehnle
2018-11-07
1
-0
/
+2
*
AMDGPU: Divergence-driven selection of scalar buffer load intrinsics
Nicolai Haehnle
2018-10-17
1
-2
/
+0
*
[AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
Scott Linder
2018-10-08
1
-11
/
+21
*
[AMDGPU] Assert in getOpSize() there are no sub-dword subregs
Stanislav Mekhanoshin
2018-10-03
1
-1
/
+6
*
[AMDGPU] Fixed SIInstrInfo::getOpSize to handle subregs
Stanislav Mekhanoshin
2018-10-01
1
-0
/
+5
*
[AMDGPU] Preliminary patch for divergence driven instruction selection. Immed...
Alexander Timofeev
2018-09-11
1
-0
/
+3
*
Revert r341413
Scott Linder
2018-09-06
1
-6
/
+0
*
[AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
Scott Linder
2018-09-04
1
-0
/
+6
*
AMDGPU: Shrink insts to fold immediates
Matt Arsenault
2018-08-28
1
-0
/
+3
*
AMDGPU: Move canShrink into TII
Matt Arsenault
2018-08-28
1
-0
/
+3
*
[AMDGPU] Add support for multi-dword s.buffer.load intrinsic
Tim Renouf
2018-08-25
1
-0
/
+2
*
[PSV] Update API to be able to use TargetCustom without UB.
Marcello Maggioni
2018-08-20
1
-1
/
+1
*
AMDGPU: Force skip over s_sendmsg and exp instructions
Nicolai Haehnle
2018-07-30
1
-0
/
+3
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-3
/
+3
*
AMDGPU: Separate R600 and GCN TableGen files
Tom Stellard
2018-06-28
1
-2
/
+14
*
AMDGPU: Turn D16 for MIMG instructions into a regular operand
Nicolai Haehnle
2018-06-21
1
-8
/
+0
*
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
Tom Stellard
2018-05-22
1
-12
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-20
/
+20
*
[AMDGPU][MC] Added lds support for MUBUF instructions
Dmitry Preobrazhensky
2018-02-21
1
-0
/
+3
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-24
1
-1
/
+1
*
AMDGPU/SI: Add d16 support for image intrinsics.
Changpeng Fang
2018-01-18
1
-0
/
+8
*
AMDGPU: Use gfx9 carry-less add/sub instructions
Matt Arsenault
2017-11-30
1
-3
/
+4
*
AMDGPU: Replace list of SMEM buffer opcodes
Matt Arsenault
2017-11-17
1
-0
/
+13
*
AMDGPU: Replace i64 add/sub lowering
Matt Arsenault
2017-11-15
1
-1
/
+5
*
AMDGPU: Fold immediate offset into BUFFER_LOAD_DWORD lowered from SMEM
Marek Olsak
2017-11-09
1
-0
/
+4
*
AMDGPU: Add new intrinsic llvm.amdgcn.kill(i1)
Marek Olsak
2017-10-24
1
-0
/
+3
*
AMDGPU: Fix not accounting for instruction size in bundles
Matt Arsenault
2017-10-04
1
-0
/
+1
*
AMDGPU: Start selecting s_xnor_{b32, b64}
Konstantin Zhuravlyov
2017-09-18
1
-0
/
+3
*
Fix warnings in r313297.
Jan Sjodin
2017-09-14
1
-2
/
+2
*
Add AddresSpace to PseudoSourceValue.
Jan Sjodin
2017-09-14
1
-0
/
+3
*
Allow target to decide when to cluster loads/stores in misched
Stanislav Mekhanoshin
2017-09-13
1
-1
/
+2
*
AMDGPU: Fold clamp modifier for packed instructions
Matt Arsenault
2017-08-31
1
-2
/
+14
[next]