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
/
AMDGPUISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU: Select basic interp directly from intrinsics
Matt Arsenault
2019-10-21
1
-5
/
+13
*
[Alignment] Migrate Attribute::getWith(Stack)Alignment
Guillaume Chatelet
2019-10-15
1
-1
/
+1
*
AMDGPU: Move SelectFlatOffset back into AMDGPUISelDAGToDAG
Matt Arsenault
2019-10-11
1
-48
/
+0
*
[AMDGPU] Use math constants defined in MathExtras (NFC)
Evandro Menezes
2019-10-09
1
-24
/
+4
*
[TargetLowering] Make allowsMemoryAccess methode virtual.
Thomas Raoux
2019-09-26
1
-2
/
+3
*
[AMDGPU] isSDNodeAlwaysUniform - silence static analyzer dyn_cast<LoadSDNode>...
Simon Pilgrim
2019-09-22
1
-3
/
+2
*
[SVE][MVT] Fixed-length vector MVT ranges
Graham Hunter
2019-09-17
1
-1
/
+1
*
AMDGPU/GlobalISel: Implement LDS G_GLOBAL_VALUE
Matt Arsenault
2019-09-09
1
-1
/
+1
*
AMDGPU: Remove pointless wrapper nodes for init.exec intrinsics
Matt Arsenault
2019-09-09
1
-2
/
+0
*
AMDGPU: Fix emitting multiple stack loads for stack passed workitems
Matt Arsenault
2019-09-05
1
-1
/
+15
*
AMDGPU: Remove unused custom node definition
Matt Arsenault
2019-09-01
1
-2
/
+0
*
AMDGPU: Combine directly on mul24 intrinsics
Matt Arsenault
2019-08-27
1
-3
/
+27
*
[MVT] Add v16f16 and v32f16 vectors.
Craig Topper
2019-08-21
1
-0
/
+4
*
MVT: Add v3i16/v3f16 vectors
Matt Arsenault
2019-08-15
1
-0
/
+5
*
Re-commit: [AMDGPU] Use S_DENORM_MODE for gfx10
Austin Kerbow
2019-08-06
1
-0
/
+1
*
Revert "[AMDGPU] Use S_DENORM_MODE for gfx10"
Dmitri Gribenko
2019-08-05
1
-1
/
+0
*
[AMDGPU] Use S_DENORM_MODE for gfx10
Austin Kerbow
2019-08-05
1
-0
/
+1
*
AMDGPU: add missing llvm.amdgcn.{raw,struct}.buffer.atomic.{inc,dec}
Nicolai Haehnle
2019-08-05
1
-0
/
+2
*
Fix MSVC warning about extending a uint32_t shift result to uint64_t. NFCI.
Simon Pilgrim
2019-07-23
1
-2
/
+2
*
AMDGPU: Decompose all values to 32-bit pieces for calling conventions
Matt Arsenault
2019-07-19
1
-74
/
+0
*
AMDGPU/GlobalISel: Select flat loads
Matt Arsenault
2019-07-16
1
-12
/
+5
*
[AMDGPU] use v32f32 for 3 mfma intrinsics
Stanislav Mekhanoshin
2019-07-12
1
-0
/
+9
*
[AMDGPU] gfx908 mfma support
Stanislav Mekhanoshin
2019-07-11
1
-0
/
+1
*
Remove some redundant code from r290372 and improve a comment.
Jay Foad
2019-07-11
1
-5
/
+3
*
[AMDGPU] gfx908 atomic fadd and atomic pk_fadd
Stanislav Mekhanoshin
2019-07-11
1
-0
/
+4
*
[X86][AMDGPU][DAGCombiner] Move call to allowsMemoryAccess into isLoadBitCast...
Craig Topper
2019-07-09
1
-4
/
+9
*
[AMDGPU] Packed thread ids in function call ABI
Stanislav Mekhanoshin
2019-06-28
1
-3
/
+13
*
AMDGPU: Write LDS objects out as global symbols in code generation
Nicolai Haehnle
2019-06-25
1
-0
/
+10
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
1
-2
/
+4
*
AtomicExpand: Don't crash on non-0 alloca
Matt Arsenault
2019-06-11
1
-0
/
+1
*
AMDGPU: Expand < 32-bit atomics
Matt Arsenault
2019-06-11
1
-0
/
+2
*
[AMDGPU] Increases available SGPR for Calling Convention
Ryan Taylor
2019-05-15
1
-2
/
+2
*
[AMDGPU] Reapplied BFE canonicalization from D60462
Simon Pilgrim
2019-05-08
1
-11
/
+25
*
Revert r359392 and r358887
Craig Topper
2019-05-06
1
-25
/
+11
*
[AMDGPU] gfx1010 VMEM and SMEM implementation
Stanislav Mekhanoshin
2019-04-30
1
-0
/
+55
*
[TargetLowering][AMDGPU][X86] Improve SimplifyDemandedBits bitcast handling
Simon Pilgrim
2019-04-22
1
-11
/
+25
*
[AMDGPU] Avoid DAG combining assert with fneg(fadd(A,0))
Tim Renouf
2019-04-18
1
-0
/
+10
*
[AMDGPU] Implemented dwordx3 variants of buffer/tbuffer load/store intrinsics
Tim Renouf
2019-03-22
1
-1
/
+0
*
[AMDGPU] Added v5i32 and v5f32 register classes
Tim Renouf
2019-03-22
1
-2
/
+15
*
[AMDGPU] Support for v3i32/v3f32
Tim Renouf
2019-03-21
1
-13
/
+98
*
[AMDGPU] Add buffer/load 8/16 bit overloaded intrinsics
Ryan Taylor
2019-03-19
1
-0
/
+22
*
[TargetLowering] Add code size information on isFPImmLegal. NFC
Adhemerval Zanella
2019-03-18
1
-1
/
+2
*
[AMDGPU] Prepare for introduction of v3 and v5 MVTs
Tim Renouf
2019-03-17
1
-3
/
+4
*
AMDGPU: Move d16 load matching to preprocess step
Matt Arsenault
2019-03-08
1
-0
/
+6
*
AMDGPU: Fix crashes in invalid call cases
Matt Arsenault
2019-02-28
1
-4
/
+3
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+1
*
AMDGPU: Fix assert on trunc from bitcast of build_vector
Matt Arsenault
2019-02-05
1
-1
/
+1
*
[AMDGPU] Add intrinsics for 16 bit interpolation
Tim Corringham
2019-01-28
1
-0
/
+3
*
Codegen support for atomicrmw fadd/fsub
Matt Arsenault
2019-01-22
1
-3
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
[next]