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
*
Add __warn_memset_zero_len builtin as a workaround for glibc issue
serge-sans-paille
2020-01-17
1
-0
/
+2
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-0
/
+2
*
Add builtins for aligning and checking alignment of pointers and integers
Alex Richardson
2020-01-09
1
-0
/
+95
*
[Clang] Handle target-specific builtins returning aggregates.
Simon Tatham
2020-01-09
1
-3
/
+23
*
Improve support of GNU mempcpy
serge-sans-paille
2020-01-09
1
-2
/
+8
*
Add Triple::isX86()
Fangrui Song
2020-01-06
1
-2
/
+1
*
[SystemZ] Use FNeg in s390x clang builtins
Kevin P. Neal
2020-01-02
1
-9
/
+5
*
[CodeGen] Emit conj/conjf/confjl libcalls as fneg instructions if possible.
Craig Topper
2019-12-31
1
-1
/
+4
*
[CodeGen] Use IRBuilder::CreateFNeg for __builtin_conj
Craig Topper
2019-12-30
1
-6
/
+1
*
[NFC] Remove some dead code from CGBuiltin.cpp.
Kevin P. Neal
2019-12-24
1
-14
/
+0
*
ConstrainedFP: use API compatible with opaque pointers.
Tim Northover
2019-12-19
1
-6
/
+6
*
[WebAssembly] Add avgr_u intrinsics and require nuw in patterns
Thomas Lively
2019-12-18
1
-0
/
+8
*
[WebAssembly] Replace SIMD int min/max builtins with patterns
Thomas Lively
2019-12-16
1
-43
/
+1
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+11
*
[ARM][MVE] Add intrinsics for immediate shifts. (reland)
Simon Tatham
2019-12-11
1
-0
/
+30
*
[FPEnv] clang support for constrained FP builtins
Kevin P. Neal
2019-12-10
1
-34
/
+147
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
1
-8
/
+9
*
Revert "[ARM][MVE] Add intrinsics for immediate shifts."
Eric Christopher
2019-12-09
1
-29
/
+0
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-0
/
+1
*
Fix the compiler warnings: "-Winconsistent-missing-override", "-Wunused-varia...
Haojian Wu
2019-12-09
1
-2
/
+2
*
[ARM][MVE] Add intrinsics for immediate shifts.
Simon Tatham
2019-12-09
1
-0
/
+29
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-7
/
+7
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-7
/
+7
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-7
/
+7
*
[ARM][AArch64] Complex addition Neon intrinsics for Armv8.3-A
Victor Campos
2019-12-02
1
-0
/
+8
*
[ARM] Replace arm_neon_vqadds with sadd_sat
David Green
2019-11-27
1
-6
/
+6
*
NeonEmitter: remove special case on casting polymorphic builtins.
Tim Northover
2019-11-20
1
-0
/
+5
*
[ARM,MVE] Add intrinsics for vector comparisons.
Simon Tatham
2019-11-18
1
-0
/
+8
*
[ARM,MVE] Add intrinsics for contiguous load/stores.
Simon Tatham
2019-11-13
1
-0
/
+7
*
AArch64: add arm64_32 support to Clang.
Tim Northover
2019-11-12
1
-1
/
+3
*
[WebAssembly] Add experimental SIMD dot product instruction
Thomas Lively
2019-11-01
1
-0
/
+6
*
[WebAssembly] SIMD integer min and max instructions
Thomas Lively
2019-10-31
1
-0
/
+42
*
[ARM][AArch64] Implement __cls, __clsl and __clsll intrinsics from ACLE
vhscampos
2019-10-28
1
-0
/
+21
*
Fix compilation warning. NFC.
Michael Liao
2019-10-25
1
-0
/
+1
*
[clang]Fixup clang -Werror,,-Wcovered-switch-default build failures
Jinsong Ji
2019-10-24
1
-3
/
+0
*
[clang,ARM] Initial ACLE intrinsics for MVE.
Simon Tatham
2019-10-24
1
-5
/
+115
*
CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-16
1
-5
/
+4
*
[WebAssembly] Trapping fptoint builtins and intrinsics
Thomas Lively
2019-10-15
1
-0
/
+20
*
Improve __builtin_constant_p lowering
Joerg Sonnenberger
2019-10-13
1
-4
/
+0
*
Reland r374450 with Richard Smith's comments and test fixed.
Erich Keane
2019-10-11
1
-2
/
+4
*
Revert 374450 "Fix __builtin_assume_aligned with too large values."
Nico Weber
2019-10-10
1
-1
/
+2
*
Fix __builtin_assume_aligned with too large values.
Erich Keane
2019-10-10
1
-2
/
+1
*
[WebAssembly] Add builtin and intrinsic for v8x16.swizzle
Thomas Lively
2019-10-09
1
-0
/
+6
*
[BPF] do compile-once run-everywhere relocation for bitfields
Yonghong Song
2019-10-08
1
-0
/
+34
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-1
/
+1
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-2
/
+2
*
[WebAssembly] Narrowing and widening SIMD ops
Thomas Lively
2019-09-13
1
-0
/
+57
*
[WebAssembly] Add SIMD QFMA/QFMS
Thomas Lively
2019-08-31
1
-1
/
+23
*
Builtins: Start adding half versions of math builtins
Matt Arsenault
2019-08-06
1
-0
/
+21
[next]