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
/
SIFixSGPRCopies.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[AMDGPU] move PHI nodes to AGPR class
Stanislav Mekhanoshin
2019-10-18
1
-5
/
+16
*
[AMDGPU] Fix-up cases where writelane has 2 SGPR operands
David Stuttard
2019-10-16
1
-0
/
+61
*
AMDGPU: Fix infinite searches in SIFixSGPRCopies
Austin Kerbow
2019-10-15
1
-1
/
+5
*
[AMDGPU] Come back patch for the 'Assign register class for cross block value...
Alexander Timofeev
2019-10-14
1
-121
/
+89
*
AMDGPU: Fix typos
Matt Arsenault
2019-10-09
1
-2
/
+2
*
AMDGPU: Fix bug in r371671 on some builds.
Austin Kerbow
2019-09-12
1
-2
/
+5
*
AMDGPU: Move m0 initializations earlier
Austin Kerbow
2019-09-11
1
-4
/
+38
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-12
/
+12
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-14
/
+12
*
AMDGPU: Use tablegen pattern for sendmsg intrinsics
Matt Arsenault
2019-08-01
1
-4
/
+20
*
[AMDGPU] Add llvm.amdgcn.softwqm intrinsic
Carl Ritson
2019-07-26
1
-0
/
+1
*
[AMDGPU] Enable merging m0 initializations.
Austin Kerbow
2019-07-15
1
-15
/
+32
*
[AMDGPU] gfx908 mfma support
Stanislav Mekhanoshin
2019-07-11
1
-7
/
+21
*
[AMDGPU] Partial revert for the ba447bae7448435c9986eece0811da1423972fdd
Alexander Timofeev
2019-06-06
1
-66
/
+103
*
[AMDGPU] Fix the mis-handling of `vreg_1` copied from scalar register.
Michael Liao
2019-05-28
1
-1
/
+5
*
[AMDGPU] Fix for the address sanitizer failure. Fixing typo
Alexander Timofeev
2019-05-27
1
-1
/
+1
*
[AMDGPU] Fix for the address sanitizer failure caused by the ifollowing c...
Alexander Timofeev
2019-05-27
1
-1
/
+3
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block va...
Alexander Timofeev
2019-05-26
1
-104
/
+62
*
Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for c...
Peter Collingbourne
2019-05-25
1
-62
/
+80
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block values...
Alexander Timofeev
2019-05-24
1
-80
/
+62
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
AMDGPU: Rewrite SILowerI1Copies to always stay on SALU
Nicolai Haehnle
2018-10-31
1
-2
/
+4
*
AMDGPU: Remove PHI loop condition optimization
Nicolai Haehnle
2018-10-31
1
-2
/
+0
*
[AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
Scott Linder
2018-10-08
1
-5
/
+5
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-1
/
+1
*
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
-15
/
+17
*
[AMDGPU] Revert b0efc4fd6 (https://reviews.llvm.org/D40556)
Alexander Timofeev
2018-04-25
1
-64
/
+15
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-11
/
+14
*
[AMDGPU] SiFixSGPRCopies should not modify non-divergent PHI
Alexander Timofeev
2017-12-01
1
-15
/
+64
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-17
/
+17
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-08-08
1
-19
/
+32
*
[AMDGPU] Add support for Whole Wavefront Mode
Connor Abbott
2017-08-04
1
-1
/
+2
*
[AMDGPU] Add an llvm.amdgcn.wqm intrinsic for WQM
Connor Abbott
2017-08-04
1
-1
/
+5
*
AMDGPU/SI: Don't fix a PHI under uniform branch in SIFixSGPRCopies only when ...
Changpeng Fang
2017-08-03
1
-3
/
+3
*
[AMDGPU] Eliminate SGPR to VGPR copy when possible
Stanislav Mekhanoshin
2017-06-20
1
-0
/
+30
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
AMDGPU: Fix copies from physical registers in SIFixSGPRCopies
Matt Arsenault
2017-04-29
1
-4
/
+9
*
[AMDGPU] Merge M0 initializations
Stanislav Mekhanoshin
2017-04-24
1
-9
/
+176
*
AMDGPU : Fix common dominator of two incoming blocks terminates with uniform ...
Wei Ding
2017-04-12
1
-2
/
+24
*
AMDGPU: Fix folding reg_sequence into copy to phys reg
Matt Arsenault
2017-04-11
1
-0
/
+4
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-2
/
+3
*
AMDGPU/SI: Don't move copies of immediates to the VALU
Tom Stellard
2016-12-06
1
-1
/
+43
*
AMDGPU/SI: Avoid moving PHIs to VALU when phi values are defined in scalar br...
Tom Stellard
2016-11-29
1
-8
/
+38
*
AMDGPU/SI: Fix visit order assumption in SIFixSGPRCopies
Tom Stellard
2016-11-11
1
-24
/
+44
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
Revert "AMDGPU: Remove unused control flow intrinsic"
Matt Arsenault
2016-07-09
1
-0
/
+1
*
AMDGPU: Remove unused control flow intrinsic
Matt Arsenault
2016-07-08
1
-1
/
+0
[next]