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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU][MC] Added validation of d16 and r128 modifiers of MIMG opcodes
Dmitry Preobrazhensky
2018-02-05
1
-0
/
+1
*
AMDGPU/SI: Add d16 support for buffer intrinsics.
Changpeng Fang
2018-01-12
1
-0
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
AMDGPU: Fix missing subtarget feature initializer
Matt Arsenault
2017-12-05
1
-0
/
+1
*
AMDGPU: Disable fp64 support on pre GCN asics
Jan Vesely
2017-12-04
1
-9
/
+14
*
AMDGPU: Don't use MUBUF vaddr if address may overflow
Matt Arsenault
2017-11-15
1
-0
/
+1
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
[AMDGPU] Clean up symbols in the global namespace.
Benjamin Kramer
2017-10-31
1
-0
/
+2
*
AMDGPU: Add max-mix-insts subtarget feature
Matt Arsenault
2017-10-25
1
-0
/
+1
*
AMDGPU: Initialize WavefrontSize from TD files
Konstantin Zhuravlyov
2017-10-23
1
-1
/
+1
*
AMDGPU: Fix default range in non-kernel functions
Matt Arsenault
2017-10-23
1
-4
/
+21
*
AMDGPU: Do not emit deprecated notes for code object v3
Konstantin Zhuravlyov
2017-10-14
1
-0
/
+1
*
[AMDGPU] Prevent post-RA scheduler from breaking memory clauses
Stanislav Mekhanoshin
2017-09-19
1
-0
/
+54
*
[AMDGPU][MC][GFX9] Added integer clamping support for VOP3 opcodes
Dmitry Preobrazhensky
2017-08-16
1
-0
/
+1
*
Reapply "[GlobalISel] Remove the GISelAccessor API."
Quentin Colombet
2017-08-15
1
-31
/
+6
*
Revert "[GlobalISel] Remove the GISelAccessor API."
Quentin Colombet
2017-08-08
1
-6
/
+31
*
AMDGPU: Cleanup subtarget features
Matt Arsenault
2017-08-07
1
-2
/
+13
*
[GlobalISel] Remove the GISelAccessor API.
Quentin Colombet
2017-08-04
1
-31
/
+6
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-8
/
+0
*
AMDGPU: Add encoding for carryless add/sub instructions
Matt Arsenault
2017-07-20
1
-0
/
+1
*
AMDGPU: Fix amdgpu-flat-work-group-size/amdgpu-waves-per-eu check
Konstantin Zhuravlyov
2017-07-16
1
-1
/
+1
*
[AMDGPU] Fix -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-0
/
+3
*
[AMDGPU] Move GISel accessor initialization from TargetMachine to Subtarget.
Quentin Colombet
2017-07-05
1
-5
/
+50
*
[AMDGPU] SDWA: several fixes for V_CVT and VOPC instructions
Sam Kolton
2017-06-27
1
-1
/
+1
*
[AMDGPU] SDWA: add support for GFX9 in peephole pass
Sam Kolton
2017-06-22
1
-0
/
+5
*
AMDGPU: Make auto waitcnt before barrier a feature
Konstantin Zhuravlyov
2017-06-02
1
-0
/
+1
*
AMDGPU: Add new subtarget features for gfx9 flat instructions
Matt Arsenault
2017-05-10
1
-0
/
+3
*
[AMDGPU] Generate range metadata for workitem id
Stanislav Mekhanoshin
2017-04-12
1
-0
/
+60
*
AMDGPU: Fix crash when disassembling VOP3 mac
Matt Arsenault
2017-04-10
1
-1
/
+0
*
[AMDGPU] Get address space mapping by target triple environment
Yaxun Liu
2017-03-27
1
-0
/
+1
*
AMDGPU: Add VOP3P instruction format
Matt Arsenault
2017-02-27
1
-0
/
+1
*
AMDGPU: Redefine clamp node as clamp 0.0-1.0
Matt Arsenault
2017-02-21
1
-1
/
+2
*
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
-0
/
+1
*
Revert "[AMDGPU] Fix for SIMachineScheduler crash. SI Scheduler should track"
Alexander Timofeev
2017-02-14
1
-1
/
+3
*
AMDGPU : Add trap handler support.
Wei Ding
2017-02-10
1
-1
/
+2
*
[AMDGPU] Calculate number of min/max SGPRs/VGPRs for WavesPerEU instead of us...
Konstantin Zhuravlyov
2017-02-09
1
-1
/
+1
*
[AMDGPU] Add target information that is required by tools to metadata
Konstantin Zhuravlyov
2017-02-08
1
-80
/
+1
*
[AMDGPU][NFC] De-tabify
Konstantin Zhuravlyov
2017-02-08
1
-1
/
+1
*
[AMDGPU] Move register related queries to subtarget class
Konstantin Zhuravlyov
2017-02-08
1
-5
/
+173
*
[AMDGPU] Fix for SIMachineScheduler crash. SI Scheduler should track
Alexander Timofeev
2017-02-07
1
-3
/
+1
*
[AMDGPU] Account workgroup size in LDS occupancy limits
Stanislav Mekhanoshin
2017-02-01
1
-53
/
+17
*
AMDGPU: Enable FeatureFlatForGlobal on Volcanic Islands
Matt Arsenault
2017-01-27
1
-1
/
+7
*
AMDGPU add support for spilling to a user sgpr pointed buffers
Tom Stellard
2017-01-25
1
-2
/
+3
*
Enable FeatureFlatForGlobal on Volcanic Islands
Matt Arsenault
2017-01-24
1
-0
/
+1
*
AMDGPU: Combine fp16/fp64 subtarget features
Matt Arsenault
2017-01-23
1
-5
/
+4
*
Pacify -Wreorder.
Benjamin Kramer
2017-01-20
1
-1
/
+1
*
[AMDGPU] Add subtarget features for SDWA/DPP
Sam Kolton
2017-01-20
1
-0
/
+2
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-12
1
-13
/
+5
*
[AMDGPU] Scalarization of global uniform loads.
Alexander Timofeev
2016-12-08
1
-0
/
+1
[next]