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
/
test
/
CodeGen
/
NVPTX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
2
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
[NVPTX] Added llvm.nvvm.mma.m8n8k4.* intrinsics
Artem Belevich
2019-10-28
1
-59
/
+101
*
[NVPTX] Restructure shfl instrinsics and add variants that return a predicate.
Artem Belevich
2019-10-14
2
-0
/
+352
*
[NVPTX] Fix PR41651
Michael Liao
2019-07-30
1
-0
/
+13
*
[NVPTX] Use atomicrmw fadd instead of intrinsics
Benjamin Kramer
2019-07-11
2
-0
/
+32
*
SelectionDAG: accommodate atomic floating stores.
Tim Northover
2019-05-10
1
-1
/
+7
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-0
/
+28
*
PTX 6.3 extends `wmma` instruction to support s8/u8/s4/u4/b1 -> s32.
Artem Belevich
2019-04-25
1
-70
/
+357
*
[NVPTX] generate correct MMA instruction mnemonics with PTX63+.
Artem Belevich
2019-04-25
1
-3
/
+14
*
[NVPTX] Fix the codegen for llvm.round.
Bixia Zheng
2019-04-01
3
-12
/
+21
*
[Codegen] fix typos in test case
Xing GUO
2019-03-02
1
-1
/
+1
*
[NVPTX] Some nvvm.read.ptx.sreg intrinsics should have IntrInaccessibleMemOnl...
Artem Belevich
2019-01-26
1
-0
/
+41
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
2
-7
/
+7
*
Python compat - print statement
Serge Guelton
2019-01-03
2
-0
/
+4
*
[NVPTX] Allow libcalls that are defined in the current module.
Justin Lebar
2018-12-26
7
-12
/
+273
*
[NVPTX] Lower instructions that expand into libcalls.
Artem Belevich
2018-12-14
1
-0
/
+8
*
[NVPTX] do not rely on cached subtarget info.
Artem Belevich
2018-12-12
1
-0
/
+15
*
[NVPTX] Add lowering of i128 numbers as struct fields
Artem Belevich
2018-12-01
1
-0
/
+13
*
[LegalizeVectorTypes] Don't use SplitVecOp_TruncateHelper if we're heading to...
Craig Topper
2018-11-23
1
-8
/
+4
*
[NVPTX] Implement isLegalToVectorizeLoadChain
Benjamin Kramer
2018-08-27
1
-0
/
+29
*
[NVPTX] Remove ftz variants of cvt with rounding mode
Benjamin Kramer
2018-08-21
1
-58
/
+117
*
DAG: Check no-signed-zeros instead of unsafe-fp-math
Matt Arsenault
2018-08-12
1
-1
/
+1
*
[NVPTX] Select atomic loads and stores
Jonas Hahnfeld
2018-08-09
1
-0
/
+88
*
[NVPTX] Handle __nvvm_reflect("__CUDA_ARCH").
Artem Belevich
2018-08-03
1
-0
/
+21
*
finish: [FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
Joel E. Denny
2018-07-11
2
-4
/
+4
*
[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
Joel E. Denny
2018-07-11
1
-4
/
+4
*
NFC - Various typo fixes in tests
Gabor Buella
2018-07-04
1
-2
/
+2
*
[NVPTX] Expand v2f16 INSERT_VECTOR_ELT
Benjamin Kramer
2018-07-03
1
-0
/
+8
*
[DAG] fold FP binops with undef operands to NaN
Sanjay Patel
2018-05-21
1
-9
/
+0
*
[NVPTX] Added a feature to use short pointers for const/local/shared AS.
Artem Belevich
2018-05-09
3
-226
/
+197
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[NVPTX] Make the legalizer expand shufflevector of <2 x half>
Benjamin Kramer
2018-04-26
1
-0
/
+8
*
[NVPTX, CUDA] Added support for m8n32k16 and m32n8k16 variants of wmma instru...
Artem Belevich
2018-04-18
1
-18
/
+23
*
[NVPTX] add support for initializing fp16 arrays.
Artem Belevich
2018-04-06
1
-0
/
+4
*
[NVPTX] Fixed vectorized LDG for f16.
Artem Belevich
2018-04-06
1
-0
/
+45
*
[NVPTX] Make tensor shape part of WMMA intrinsic's name.
Artem Belevich
2018-03-21
1
-39
/
+44
*
[NVPTX] Make tensor load/store intrinsics overloaded.
Artem Belevich
2018-03-20
1
-16
/
+36
*
[DAGCombiner] When combining zero_extend of a truncate, only mask before exte...
Craig Topper
2018-03-01
1
-2
/
+4
*
[NVPTX] Lower loads from global constants using ld.global.nc (aka LDG).
Justin Lebar
2018-02-28
1
-0
/
+29
*
[NVPTX] Use addrspacecast instead of target-specific intrinsics in NVPTXGener...
Justin Lebar
2018-02-28
3
-14
/
+10
*
[DAGCombiner] Call ExtendUsesToFormExtLoad in (zext (and (load)))->(and (zext...
Craig Topper
2018-02-15
1
-3
/
+4
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-10
/
+10
*
[DEBUG] Add initial tests for debug info for NVPTX target, NFC.
Alexey Bataev
2018-01-04
1
-43
/
+0
*
[Memcpy Loop Lowering] Remove the fixed int8 lowering.
Sean Fertile
2017-12-18
1
-63
/
+45
*
[Memcpy Loop Lowering] Only calculate residual size/bytes copied when needed.
Sean Fertile
2017-12-16
1
-8
/
+4
*
[Memcpy Loop Lowering] Insert loop BB inbetween the split BB.
Sean Fertile
2017-12-15
1
-0
/
+6
*
[NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching __nvvm_fns builtin in...
Artem Belevich
2017-12-06
1
-0
/
+36
*
[NVPTX] Assign valid global names
Jonas Hahnfeld
2017-12-04
1
-9
/
+24
*
[NVPTX] Implement __nvvm_atom_add_gen_d builtin.
Justin Lebar
2017-11-07
1
-0
/
+19
[next]