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
/
SIPeepholeSDWA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unused function warning (PR44808)
Hans Wennborg
2020-02-19
1
-5
/
+7
*
AMDGPU: Fixed indeterminate map iteration in SIPeepholeSDWA
Tim Renouf
2019-12-02
1
-2
/
+3
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-7
/
+7
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-8
/
+8
*
[AMDGPU] gfx10 conditional registers handling
Stanislav Mekhanoshin
2019-06-16
1
-2
/
+3
*
[AMDGPU] gfx1010: use fmac instructions
Stanislav Mekhanoshin
2019-05-04
1
-4
/
+16
*
[AMDGPU] Silence gcc 7 warnings
Stanislav Mekhanoshin
2019-03-13
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU] Add sdwa support for ADD|SUB U64 decomposed Pseudos
Ron Lieberman
2018-12-03
1
-2
/
+95
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-5
/
+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
-4
/
+4
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
AMDGPU: Fix SDWA peephole for V_AND_B32
Nicolai Haehnle
2018-04-23
1
-1
/
+1
*
[AMDGPU][MC][VI][GFX9] Added support of SDWA/DPP for v_cndmask_b32
Dmitry Preobrazhensky
2018-04-16
1
-0
/
+4
*
[AMDGPU] Fix the SDWA Peephole phase to handle src for dst:UNUSED_PRESERVE.
Michael Bedy
2018-03-30
1
-7
/
+67
*
Test commit - change comment slightly.
Michael Bedy
2018-03-11
1
-2
/
+2
*
AMDGPU: Process SDWA block at a time
Matt Arsenault
2018-02-08
1
-32
/
+31
*
AMDGPU: Minor cleanups
Matt Arsenault
2018-02-08
1
-3
/
+4
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
AMDGPU: Fix SDWA crash on inline asm
Matt Arsenault
2017-12-05
1
-1
/
+2
*
[AMDGPU] SDWA: add support for PRESERVE into SDWA peephole.
Sam Kolton
2017-12-04
1
-285
/
+512
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-5
/
+5
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
AMDGPU: Fix missing skipFunction calls
Matt Arsenault
2017-10-10
1
-1
/
+1
*
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-08-08
1
-12
/
+30
*
[AMDGPU] SDWA: several fixes for V_CVT and VOPC instructions
Sam Kolton
2017-06-27
1
-20
/
+24
*
[AMDGPU] SDWA: add support for GFX9 in peephole pass
Sam Kolton
2017-06-22
1
-28
/
+59
*
[AMDGPU] SDWA: merge VI and GFX9 pseudo instructions
Sam Kolton
2017-06-21
1
-9
/
+26
*
[AMDGPU] Return correct value from SDWA pass
Stanislav Mekhanoshin
2017-06-06
1
-1
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+1
*
[AMDGPU] Untangle SDWA pass from SIShrinkInstructions
Stanislav Mekhanoshin
2017-06-03
1
-25
/
+66
*
[AMDGPU] Allow SDWA in instructions with immediates and SGPRs
Stanislav Mekhanoshin
2017-05-30
1
-14
/
+35
*
[AMDGPU] SDWA operands should not intersect with potential MIs
Sam Kolton
2017-05-18
1
-13
/
+32
*
[AMDGPU] SDWA: make pass global
Sam Kolton
2017-04-12
1
-183
/
+175
*
[AMDGPU] Resubmit SDWA peephole: enable by default
Sam Kolton
2017-04-06
1
-5
/
+4
*
[AMDGPU] SDWA Peephole: improve search for immediates in SDWA patterns
Sam Kolton
2017-03-31
1
-21
/
+51
*
[ADMGPU] SDWA peephole optimization pass.
Sam Kolton
2017-03-21
1
-0
/
+692