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
/
clang
/
lib
/
CodeGen
/
CGBuiltin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce a new builtin, __builtin_dump_struct, that is useful for dumping st...
Aaron Ballman
2018-04-10
1
-0
/
+100
*
[X86] Emit native IR for pmuldq/pmuludq builtins.
Craig Topper
2018-04-09
1
-0
/
+36
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-4
/
+4
*
[Hexagon] Remove default values from lambda parameters
Krzysztof Parzyszek
2018-04-06
1
-24
/
+24
*
[coroutines] Add __builtin_coro_noop => llvm.coro.noop
Gor Nishanov
2018-04-02
1
-0
/
+2
*
[Hexagon] Aid bit-reverse load intrinsics lowering with bitcode
Krzysztof Parzyszek
2018-03-29
1
-0
/
+51
*
[Hexagon] Add support for "new" circular buffer intrinsics
Krzysztof Parzyszek
2018-03-28
1
-0
/
+94
*
[ARM] Add ARMv8.2-A FP16 vector intrinsic
Abderrazek Zaafrani
2018-03-23
1
-20
/
+42
*
[NVPTX] Make tensor shape part of WMMA intrinsic's name.
Artem Belevich
2018-03-21
1
-23
/
+23
*
[Builtins] Overload __builtin_operator_new/delete to allow forwarding to usua...
Eric Fiselier
2018-03-21
1
-4
/
+5
*
[AArch64] Add vmulxh_lane fp16 vector intrinsic
Abderrazek Zaafrani
2018-03-20
1
-0
/
+10
*
[NVPTX] Make tensor load/store intrinsics overloaded.
Artem Belevich
2018-03-20
1
-5
/
+3
*
[ARM] Pass half or i16 types for NEON intrinsics
Sjoerd Meijer
2018-03-19
1
-15
/
+17
*
This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic"
Sjoerd Meijer
2018-03-13
1
-63
/
+51
*
[ARM] Add ARMv8.2-A FP16 vector intrinsic
Abderrazek Zaafrani
2018-03-09
1
-51
/
+63
*
[X86] Reverse the operand order of the implementation of the kunpack builtins.
Craig Topper
2018-02-12
1
-1
/
+2
*
[AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - clang portion
Abderrazek Zaafrani
2018-02-12
1
-17
/
+98
*
[X86] Change the signature of the AVX512 packed fp compare intrinsics to retu...
Craig Topper
2018-02-10
1
-17
/
+64
*
[X86] Replace kortest intrinsics with native IR.
Craig Topper
2018-02-08
1
-0
/
+12
*
IRGen: Emit an inline implementation of __builtin_wmemcmp on MSVCRT platforms.
Peter Collingbourne
2018-01-24
1
-0
/
+57
*
[WebAssembly] Add mem.* builtin functions.
Dan Gohman
2018-01-23
1
-0
/
+15
*
[AArch64] Add ARMv8.2-A FP16 scalar intrinsics
Abderrazek Zaafrani
2018-01-19
1
-2
/
+215
*
[X86] Implement old kunpck intrinsics using vector ops on vXi1 instead of int...
Craig Topper
2018-01-14
1
-0
/
+22
*
[X86] Replace cvt*2mask intrinsics with native IR using 'icmp slt X, zeroinit...
Craig Topper
2018-01-08
1
-4
/
+27
*
Add support for a limited subset of TS 18661-3 math builtins.
Benjamin Kramer
2018-01-06
1
-0
/
+2
*
[CGBuiltin] Handle unsigned mul overflow properly (PR35750)
Vedant Kumar
2018-01-03
1
-1
/
+5
*
[x86][icelake][bitalg]
Coby Tayree
2017-12-27
1
-1
/
+7
*
[X86] Allow _mm_prefetch (both the header implementation and the builtin) to ...
Craig Topper
2017-12-21
1
-2
/
+3
*
[AArch64] Enable fp16 data type for the Builtin for AArch64 only.
Abderrazek Zaafrani
2017-12-21
1
-21
/
+31
*
[AARch64] Add ARMv8.2-A FP16 vector intrinsics
Abderrazek Zaafrani
2017-12-21
1
-6
/
+177
*
[ubsan] Diagnose noreturn functions which return
Vedant Kumar
2017-12-21
1
-8
/
+1
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-8
/
+8
*
[X86] Implement kand/kandn/kor/kxor/kxnor/knot intrinsics using native IR.
Craig Topper
2017-12-16
1
-0
/
+29
*
[X86] Add builtins and tests for 128 and 256 bit vpopcntdq.
Craig Topper
2017-12-16
1
-0
/
+4
*
[CodeGen] Specialize mixed-sign mul-with-overflow (fix PR34920)
Vedant Kumar
2017-12-16
1
-0
/
+95
*
[CodeGen][X86] Implement _InterlockedCompareExchange128 intrinsic
Reid Kleckner
2017-12-14
1
-0
/
+39
*
[Hexagon] Intrinsic support for V62 and V65
Krzysztof Parzyszek
2017-12-13
1
-0
/
+57
*
[CodeGen] fix mapping from fmod calls to frem instruction
Sanjay Patel
2017-12-02
1
-14
/
+18
*
[CodeGen] remove stale comment; NFC
Sanjay Patel
2017-12-02
1
-1
/
+1
*
[CodeGen] convert math libcalls/builtins to equivalent LLVM intrinsics
Sanjay Patel
2017-12-01
1
-93
/
+173
*
[XRay][clang] Introduce -fxray-always-emit-customevents
Dean Michael Berris
2017-11-30
1
-3
/
+3
*
[X86] Update CPUSupports code to reuse LLVM .def file [NFC]
Erich Keane
2017-11-22
1
-71
/
+5
*
Simplify CpuIs code to use include from LLVM
Erich Keane
2017-11-15
1
-89
/
+18
*
[CodeGen] fix const-ness of cbrt and fma
Sanjay Patel
2017-11-13
1
-9
/
+5
*
Fix a bug with the use of __builtin_bzero in a conditional expression.
John McCall
2017-11-09
1
-1
/
+1
*
[NVPTX] Implement __nvvm_atom_add_gen_d builtin.
Justin Lebar
2017-11-07
1
-0
/
+10
*
[X86] Replace the mask cmpeq/cmple/cmplt/cmpgt/cmpge/cmpneq intrinsics with m...
Craig Topper
2017-11-06
1
-26
/
+0
*
[CodeGen] map sqrt libcalls to llvm.sqrt when errno is not set
Sanjay Patel
2017-10-31
1
-16
/
+13
*
[OpenCL] Emit enqueued block as kernel
Yaxun Liu
2017-10-14
1
-34
/
+54
*
[CUDA] Added __hmma_m16n16k16_* builtins to support mma instructions on sm_70
Artem Belevich
2017-10-12
1
-0
/
+198
[prev]
[next]