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
/
SIFoldOperands.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] Preliminary patch for divergence driven instruction selection. Opera...
Alexander Timofeev
2018-08-30
1
-2
/
+25
*
[AMDGPU] Fix -Wunused-variable when -DLLVM_ENABLE_ASSERTIONS=off
Fangrui Song
2018-08-28
1
-2
/
+1
*
AMDGPU: Force shrinking of add/sub even if the carry is used
Matt Arsenault
2018-08-28
1
-5
/
+8
*
AMDGPU: Shrink insts to fold immediates
Matt Arsenault
2018-08-28
1
-7
/
+81
*
AMDGPU: Check NSZ MI flag when folding omod
Matt Arsenault
2018-08-12
1
-4
/
+6
*
AMDGPU: Fold v_lshl_or_b32 with 0 src0
Matt Arsenault
2018-08-06
1
-0
/
+13
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-2
/
+2
*
AMDGPU: Separate R600 and GCN TableGen files
Tom Stellard
2018-06-28
1
-2
/
+2
*
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
-7
/
+9
*
AMDGPU: Add Vega12 and Vega20
Matt Arsenault
2018-04-30
1
-5
/
+13
*
[AMDGPU] Truncate packed inline constant
Stanislav Mekhanoshin
2018-04-24
1
-1
/
+1
*
[AMDGPU] Use packed literals with zero either lower or hi part
Stanislav Mekhanoshin
2018-04-19
1
-2
/
+12
*
[AMDGPU] Enabled v2.16 literals for VOP3P
Stanislav Mekhanoshin
2018-04-17
1
-0
/
+19
*
AMDGPU: Fix crash when constant folding with physreg operand
Matt Arsenault
2018-03-10
1
-1
/
+2
*
AMDGPU: Don't crash when trying to fold implicit operands
Matt Arsenault
2018-02-08
1
-0
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-2
/
+2
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-4
/
+4
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Remove unused variables
Vitaly Buka
2017-10-15
1
-1
/
+1
*
AMDGPU: Add comment about clamps
Matt Arsenault
2017-10-05
1
-0
/
+2
*
AMDGPU: Do not fold clamp instructions when sources are different
Matt Arsenault
2017-10-05
1
-0
/
+1
*
AMDGPU: Start selecting v_mad_mixhi_f16
Matt Arsenault
2017-09-20
1
-0
/
+1
*
AMDGPU: Fold clamp modifier for packed instructions
Matt Arsenault
2017-08-31
1
-5
/
+18
*
AMDGPU: Fix crash when folding immediates into multiple uses
Nicolai Haehnle
2017-07-18
1
-0
/
+1
*
[AMDGPU] Fix -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-0
/
+1
*
AMDGPU: Do operand folding in program order
Matt Arsenault
2017-06-20
1
-5
/
+3
*
AMDGPU: Preserve undef when folding register operands
Matt Arsenault
2017-06-20
1
-0
/
+2
*
AMDGPU: Fix crash with undef vreg input operand
Matt Arsenault
2017-06-20
1
-1
/
+1
*
[AMDGPU] Fix SIFoldOperands crash with clamp
Stanislav Mekhanoshin
2017-06-05
1
-1
/
+2
*
[AMDGPU] Preserve operand order in SIFoldOperands
Stanislav Mekhanoshin
2017-06-03
1
-3
/
+18
*
[AMDGPU] Allow SDWA in instructions with immediates and SGPRs
Stanislav Mekhanoshin
2017-05-30
1
-3
/
+4
*
[AMDGPU] SDWA Peephole: improve search for immediates in SDWA patterns
Sam Kolton
2017-03-31
1
-22
/
+1
*
[AMDGPU] Fold V_CNDMASK with identical source operands
Stanislav Mekhanoshin
2017-03-24
1
-0
/
+29
*
AMDGPU: Support v2i16/v2f16 packed operations
Matt Arsenault
2017-02-27
1
-6
/
+8
*
AMDGPU: Fold omod into instructions
Matt Arsenault
2017-02-27
1
-5
/
+139
*
AMDGPU: Use clamp with f64
Matt Arsenault
2017-02-22
1
-1
/
+2
*
AMDGPU: Fold FP clamp as modifier bit
Matt Arsenault
2017-02-22
1
-4
/
+72
*
AMDGPU: Fix folding immediates into mac src2
Matt Arsenault
2017-01-11
1
-2
/
+30
*
AMDGPU: Constant fold when immediate is materialized
Matt Arsenault
2017-01-10
1
-141
/
+228
*
AMDGPU: Fix handling of 16-bit immediates
Matt Arsenault
2016-12-10
1
-5
/
+9
*
AMDGPU : Add S_SETREG instructions to fix fdiv precision issues.
Tom Stellard
2016-12-07
1
-0
/
+7
*
AMDGPU: Refactor immediate folding logic
Matt Arsenault
2016-11-29
1
-14
/
+50
*
AMDGPU: Cleanup immediate folding code
Matt Arsenault
2016-11-23
1
-64
/
+62
*
AMDGPU: Fix debug printing
Matt Arsenault
2016-11-23
1
-1
/
+1
*
[AMDGPU] Add f16 support (VI+)
Konstantin Zhuravlyov
2016-11-13
1
-7
/
+9
*
AMDGPU: Don't fold undef uses or copies with implicit uses
Matt Arsenault
2016-10-06
1
-4
/
+22
*
AMDGPU: Remove leftover implicit operands when folding immediates
Matt Arsenault
2016-10-06
1
-7
/
+26
[next]