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
/
AMDGPUSubtarget.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AMDGPU: Merge S_BUFFER_LOAD_DWORD_IMM into x2, x4
Marek Olsak
2017-11-09
1
-0
/
+8
*
AMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32
Matt Arsenault
2017-11-06
1
-0
/
+4
*
AMDGPU: Add max-mix-insts subtarget feature
Matt Arsenault
2017-10-25
1
-1
/
+2
*
AMDGPU: Fix default range in non-kernel functions
Matt Arsenault
2017-10-23
1
-0
/
+3
*
AMDGPU: Do not emit deprecated notes for code object v3
Konstantin Zhuravlyov
2017-10-14
1
-0
/
+5
*
[Triple] Add AMDPAL operating system type
Tim Renouf
2017-09-29
1
-0
/
+4
*
[AMDGPU] Prevent post-RA scheduler from breaking memory clauses
Stanislav Mekhanoshin
2017-09-19
1
-0
/
+4
*
AMDGPU: Start selecting v_mad_mix_f32
Matt Arsenault
2017-09-07
1
-0
/
+4
*
AMDGPU: Add most d16 load/store instruction definitions
Matt Arsenault
2017-09-01
1
-0
/
+4
*
[AMDGPU][MC][GFX9] Added integer clamping support for VOP3 opcodes
Dmitry Preobrazhensky
2017-08-16
1
-0
/
+5
*
Reapply "[GlobalISel] Remove the GISelAccessor API."
Quentin Colombet
2017-08-15
1
-14
/
+14
*
Revert "[GlobalISel] Remove the GISelAccessor API."
Quentin Colombet
2017-08-08
1
-14
/
+14
*
AMDGPU: Cleanup subtarget features
Matt Arsenault
2017-08-07
1
-1
/
+0
*
[GlobalISel] Remove the GISelAccessor API.
Quentin Colombet
2017-08-04
1
-14
/
+14
*
AMDGPU: Annotate implicitarg.ptr usage
Matt Arsenault
2017-07-28
1
-1
/
+2
*
AMDGPU: Add encoding for carryless add/sub instructions
Matt Arsenault
2017-07-20
1
-0
/
+5
*
[AMDGPU] fcaninicalize optimization for GFX9+
Stanislav Mekhanoshin
2017-07-13
1
-0
/
+4
*
[AMDGPU] SDWA: several fixes for V_CVT and VOPC instructions
Sam Kolton
2017-06-27
1
-3
/
+3
*
[AMDGPU] SDWA: add support for GFX9 in peephole pass
Sam Kolton
2017-06-22
1
-0
/
+25
*
AMDGPU : Fix ISA Version Definitions.
Wei Ding
2017-06-10
1
-1
/
+6
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-4
/
+4
*
[llvm] Remove double semicolons
Mandeep Singh Grang
2017-06-06
1
-1
/
+1
*
AMDGPU: Make auto waitcnt before barrier a feature
Konstantin Zhuravlyov
2017-06-02
1
-6
/
+5
*
[AMDGPU] Fix kernel arg segment size for amdgizcl
Yaxun Liu
2017-06-01
1
-1
/
+2
*
[AMDGPU] Require waitcnt before barrier for all targets; adjust tests.
Mark Searles
2017-05-30
1
-1
/
+1
*
Revert "AMDGPU: Fold CI-specific complex SMRD patterns into existing complex ...
Marek Olsak
2017-05-24
1
-4
/
+0
*
[AMDGPU] Combine and (srl) into shl (bfe)
Stanislav Mekhanoshin
2017-05-23
1
-4
/
+4
*
AMDGPU: Fold CI-specific complex SMRD patterns into existing complex patterns
Marek Olsak
2017-05-23
1
-0
/
+4
*
AMDGPU: Fix min3/max3 combines for f16/i16
Matt Arsenault
2017-05-17
1
-0
/
+4
*
AMDGPU: Add new subtarget features for gfx9 flat instructions
Matt Arsenault
2017-05-10
1
-0
/
+15
*
AMDGPU: Change stack alignment
Matt Arsenault
2017-04-17
1
-2
/
+4
*
[AMDGPU] Generate range metadata for workitem id
Stanislav Mekhanoshin
2017-04-12
1
-0
/
+3
*
[AMDGPU] Get address space mapping by target triple environment
Yaxun Liu
2017-03-27
1
-0
/
+5
*
AMDGPU: Always use VGPR indexing on GFX9
Marek Olsak
2017-03-21
1
-0
/
+4
*
[AMDGPU] Iterative scheduling infrastructure + minimal registry scheduler
Valery Pykhtin
2017-03-21
1
-0
/
+6
*
AMDGPU: Use v_med3_{f16|i16|u16}
Matt Arsenault
2017-02-27
1
-0
/
+4
*
AMDGPU: Add VOP3P instruction format
Matt Arsenault
2017-02-27
1
-0
/
+5
*
AMDGPU : Update TrapCode based on Trap Handler ABI.
Wei Ding
2017-02-22
1
-6
/
+10
*
Revert "AMDGPU : Update TrapCode based on Trap Handler ABI."
Wei Ding
2017-02-22
1
-10
/
+6
*
AMDGPU : Update TrapCode based on Trap Handler ABI.
Wei Ding
2017-02-22
1
-6
/
+10
*
AMDGPU: Redefine clamp node as clamp 0.0-1.0
Matt Arsenault
2017-02-21
1
-4
/
+9
*
AMDGPU: Fix assembler subtarget predicate for gfx9
Matt Arsenault
2017-02-18
1
-0
/
+1
*
AMDGPU: Merge initial gfx9 support
Matt Arsenault
2017-02-18
1
-1
/
+23
*
AMDGPU : Add trap handler support.
Wei Ding
2017-02-10
1
-0
/
+25
*
[AMDGPU] Add target information that is required by tools to metadata
Konstantin Zhuravlyov
2017-02-08
1
-50
/
+43
*
[AMDGPU] Distinguish between S/VGPR allocation and encoding granularities
Konstantin Zhuravlyov
2017-02-08
1
-0
/
+12
*
[AMDGPU] Move register related queries to subtarget class
Konstantin Zhuravlyov
2017-02-08
1
-1
/
+79
*
[AMDGPU] Account workgroup size in LDS occupancy limits
Stanislav Mekhanoshin
2017-02-01
1
-2
/
+3
*
AMDGPU: Cleanup fmin/fmax legacy function
Matt Arsenault
2017-02-01
1
-0
/
+4
*
AMDGPU: Implement hook for InferAddressSpaces
Matt Arsenault
2017-01-31
1
-4
/
+4
[prev]
[next]