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
/
SIWholeQuadMode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] Remove unnecessary v_mov from a register to itself in WQM lowering.
Michael Bedy
2020-01-10
1
-5
/
+22
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-6
/
+6
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-7
/
+6
*
[AMDGPU] Add llvm.amdgcn.softwqm intrinsic
Carl Ritson
2019-07-26
1
-1
/
+9
*
[AMDGPU] gfx908 mfma support
Stanislav Mekhanoshin
2019-07-11
1
-1
/
+1
*
[AMDGPU] gfx10 conditional registers handling
Stanislav Mekhanoshin
2019-06-16
1
-20
/
+30
*
[AMDGPU] Pre-allocate WWM registers to reduce VGPR pressure.
Neil Henning
2019-04-01
1
-3
/
+18
*
AMDGPU: Preserve LiveIntervals in WQM
Matt Arsenault
2019-03-25
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-1
/
+1
*
[AMDGPU] Fixed WWM bug in block otherwise entirely in WQM
Tim Renouf
2018-05-27
1
-0
/
+5
*
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
Tom Stellard
2018-05-22
1
-0
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+3
*
[AMDGPU] Don't force WQM for DS op
Tim Renouf
2018-05-07
1
-3
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-2
/
+3
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Fix thinko in last commit.
Eric Christopher
2017-11-16
1
-1
/
+1
*
Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wunused-function warn...
Eric Christopher
2017-11-16
1
-1
/
+5
*
[AMDGPU] Implement llvm.amdgcn.set.inactive intrinsic
Connor Abbott
2017-08-04
1
-1
/
+30
*
[AMDGPU] Add support for Whole Wavefront Mode
Connor Abbott
2017-08-04
1
-45
/
+136
*
[AMDGPU] refactor WQM pass in preparation for WWM (NFCI)
Connor Abbott
2017-08-04
1
-46
/
+77
*
[AMDGPU] Add an llvm.amdgcn.wqm intrinsic for WQM
Connor Abbott
2017-08-04
1
-0
/
+15
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-09
1
-4
/
+22
*
AMDGPU/SI: Add back reverted SGPR spilling code, but disable it
Marek Olsak
2016-11-25
1
-1
/
+1
*
Revert "AMDGPU: Make m0 unallocatable"
Marek Olsak
2016-11-25
1
-1
/
+1
*
AMDGPU: Make m0 unallocatable
Matt Arsenault
2016-11-24
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
AMDGPU: Do not clobber SCC in SIWholeQuadMode
Nicolai Haehnle
2016-09-12
1
-70
/
+197
*
AMDGPU: Reduce the duration of whole-quad-mode
Nicolai Haehnle
2016-09-03
1
-54
/
+108
*
AMDGPU: Fix an interaction between WQM and polygon stippling
Nicolai Haehnle
2016-09-03
1
-7
/
+0
*
AMDGPU: Stay in WQM for non-intrinsic stores
Nicolai Haehnle
2016-08-02
1
-4
/
+5
*
AMDGPU: Track physical registers in SIWholeQuadMode
Nicolai Haehnle
2016-08-02
1
-26
/
+53
*
AMDGPU: add execfix flag to SI_ELSE
Nicolai Haehnle
2016-07-28
1
-0
/
+3
*
AMDGPU: WQM cleanups
Matt Arsenault
2016-07-13
1
-42
/
+31
*
AMDGPU: Follow up to r275203
Matt Arsenault
2016-07-12
1
-4
/
+1
*
AMDGPU: Remove implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-16
/
+18
*
AMDGPU: Cleanup subtarget handling.
Matt Arsenault
2016-06-24
1
-2
/
+4
*
AMDGPU: Add amdgpu-ps-wqm-outputs function attributes
Nicolai Haehnle
2016-06-07
1
-2
/
+27
*
AMDGPU/SI: add llvm.amdgcn.ps.live intrinsic
Nicolai Haehnle
2016-04-22
1
-14
/
+45
*
AMDGPU: Add a shader calling convention
Nicolai Haehnle
2016-04-06
1
-3
/
+1
*
AMDGPU: Fix dangling references introduced by r263982
Nicolai Haehnle
2016-03-21
1
-3
/
+5
*
AMDGPU: Coding style fixes
Nicolai Haehnle
2016-03-21
1
-4
/
+2
*
AMDGPU: Add SIWholeQuadMode pass
Nicolai Haehnle
2016-03-21
1
-0
/
+465