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
/
SIISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AMDGPU: Invert frame index offset interpretation
Matt Arsenault
2019-06-05
1
-68
/
+74
*
TTI: Improve default costs for addrspacecast
Matt Arsenault
2019-06-03
1
-2
/
+2
*
AMDGPU: Return address lowering
Aakanksha Patil
2019-05-29
1
-0
/
+26
*
[AMDGPU] Correct the handling of inlineasm output registers.
Michael Liao
2019-05-28
1
-2
/
+1
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block va...
Alexander Timofeev
2019-05-26
1
-1
/
+90
*
Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for c...
Peter Collingbourne
2019-05-25
1
-90
/
+1
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block values...
Alexander Timofeev
2019-05-24
1
-1
/
+90
*
AMDGPU: Correct maximum possible private allocation size
Matt Arsenault
2019-05-23
1
-15
/
+6
*
AMDGPU: Introduce TokenFactor for ABI register copies in call sequence
Matt Arsenault
2019-05-16
1
-0
/
+7
*
[AMDGPU] gfx1010: use fmac instructions
Stanislav Mekhanoshin
2019-05-04
1
-3
/
+5
*
[AMDGPU] gfx1010 loop alignment
Stanislav Mekhanoshin
2019-05-03
1
-0
/
+76
*
[SelectionDAG] remove constant folding limitations based on FP exceptions
Sanjay Patel
2019-05-02
1
-5
/
+0
*
[AMDGPU] gfx1010 lost VOP2 forms of some add/sub
Stanislav Mekhanoshin
2019-05-02
1
-0
/
+27
*
[AMDGPU] gfx1010 MIMG implementation
Stanislav Mekhanoshin
2019-05-01
1
-15
/
+64
*
[AMDGPU] gfx1010 DS implementation
Stanislav Mekhanoshin
2019-05-01
1
-0
/
+11
*
[TargetLowering] Change getOptimalMemOpType to take a function attribute list
Sjoerd Meijer
2019-04-30
1
-5
/
+4
*
AMDGPU: Remove dx10-clamp from subtarget features
Matt Arsenault
2019-03-29
1
-5
/
+18
*
[AMDGPU] Use three- and five-dword result type in image ops
Tim Renouf
2019-03-22
1
-9
/
+6
*
[AMDGPU] Implemented dwordx3 variants of buffer/tbuffer load/store intrinsics
Tim Renouf
2019-03-22
1
-15
/
+48
*
[AMDGPU] Added v5i32 and v5f32 register classes
Tim Renouf
2019-03-22
1
-0
/
+17
*
[AMDGPU] Support for v3i32/v3f32
Tim Renouf
2019-03-21
1
-8
/
+69
*
[AMDGPU] Allow MIMG with no uses in adjustWritemask in isel
David Stuttard
2019-03-20
1
-0
/
+4
*
[AMDGPU] Add buffer/load 8/16 bit overloaded intrinsics
Ryan Taylor
2019-03-19
1
-1
/
+112
*
[AMDGPU] Ban i8 min3 promotion.
Neil Henning
2019-03-19
1
-3
/
+3
*
[AMDGPU] Asm/disasm v_cndmask_b32_e64 with abs/neg source modifiers
Tim Renouf
2019-03-18
1
-0
/
+4
*
[AMDGPU] Add an experimental buffer fat pointer address space.
Neil Henning
2019-03-18
1
-1
/
+2
*
MIR: Allow targets to serialize MachineFunctionInfo
Matt Arsenault
2019-03-14
1
-5
/
+14
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
1
-27
/
+11
*
DAG: Don't try to cluster loads with tied inputs
Matt Arsenault
2019-03-08
1
-45
/
+0
*
[AMDGPU][MC][GFX8+] Added syntactic sugar for 'vgpr index' operand of instruc...
Dmitry Preobrazhensky
2019-02-27
1
-2
/
+2
*
[AMDGPU] Fixed hang during DAG combine
Stanislav Mekhanoshin
2019-02-26
1
-1
/
+2
*
AMDGPU: Remove debugger related subtarget features
Matt Arsenault
2019-02-21
1
-32
/
+0
*
[AMDGPU] fix commuted case of sub combine
Stanislav Mekhanoshin
2019-02-21
1
-5
/
+1
*
[AMDGPU] Ressociate 'add (add x, y), z' to use SALU
Stanislav Mekhanoshin
2019-02-14
1
-0
/
+43
*
[AMDGPU] Split dot-insts feature
Stanislav Mekhanoshin
2019-02-09
1
-1
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+2
*
AMDGPU/GlobalISel: Legalize addrspacecast
Matt Arsenault
2019-02-08
1
-1
/
+2
*
[AMDGPU] Consider XOR in waterfall loop as a terminator
Scott Linder
2019-02-05
1
-1
/
+1
*
[AMDGPU] Support emitting GOT relocations for function calls
Scott Linder
2019-02-04
1
-23
/
+13
*
[AMDGPU] Fix for vector element insertion
Tim Corringham
2019-02-01
1
-5
/
+5
*
AMDGPU: Add DS append/consume intrinsics
Matt Arsenault
2019-01-28
1
-1
/
+15
*
[AMDGPU] Add intrinsics for 16 bit interpolation
Tim Corringham
2019-01-28
1
-0
/
+53
*
Codegen support for atomicrmw fadd/fsub
Matt Arsenault
2019-01-22
1
-6
/
+42
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
AMDGPU: Remove llvm.SI.load.const
Matt Arsenault
2019-01-18
1
-7
/
+0
*
AMDGPU: Adjust the chain for loads writing to the HI part of a register.
Changpeng Fang
2019-01-16
1
-0
/
+45
*
AMDGPU: Add llvm.amdgcn.ds.ordered.add & swap
Marek Olsak
2019-01-16
1
-0
/
+61
*
AMDGPU: Add a fast path for icmp.i1(src, false, NE)
Marek Olsak
2019-01-15
1
-0
/
+5
*
[AMDGPU] Add support for TFE/LWE in image intrinsics. 2nd try
David Stuttard
2019-01-14
1
-53
/
+289
*
[AMDGPU] Separate feature dot-insts
Stanislav Mekhanoshin
2019-01-10
1
-1
/
+1
[prev]
[next]