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
...
*
[X86] Add support for 'amdfam17h' to __builtin_cpu_is to match gcc.
Craig Topper
2017-10-11
1
-0
/
+2
*
AMDGPU: Add read_exec_lo/hi builtins
Matt Arsenault
2017-10-09
1
-0
/
+9
*
Split X86::BI__builtin_cpu_init handling into own function[NFC]
Erich Keane
2017-10-06
1
-7
/
+9
*
Fix check strings in test case and use llvm::to_string instead of
Akira Hatanaka
2017-10-06
1
-3
/
+5
*
[CodeGen] Emit a helper function for __builtin_os_log_format to reduce
Akira Hatanaka
2017-10-06
1
-63
/
+175
*
[NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins.
Artem Belevich
2017-09-26
1
-0
/
+15
*
Revert "[NVPTX] added match.{any,all}.sync instructions, intrinsics & builtin...
Justin Lebar
2017-09-25
1
-15
/
+0
*
[NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins.
Artem Belevich
2017-09-25
1
-0
/
+15
*
[WebAssembly] Restore __builtin_wasm_rethrow builtin
Heejin Ahn
2017-09-16
1
-0
/
+4
*
[X86] Use native shuffle vector for the perm2f128 intrinsics
Craig Topper
2017-09-15
1
-0
/
+39
*
Remove __builtin_wasm_rethrow builtin
Heejin Ahn
2017-09-15
1
-4
/
+0
*
[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (clang)
Uriel Korach
2017-09-13
1
-0
/
+26
*
[OpenCL] Add half load and store builtins
Jan Vesely
2017-09-07
1
-0
/
+18
*
Commit changes missing from r312572
Reid Kleckner
2017-09-05
1
-1
/
+1
*
[ms] Implement the __annotation intrinsic
Reid Kleckner
2017-09-05
1
-0
/
+23
*
[OpenCL] Do not use vararg in emitted functions for enqueue_kernel
Yaxun Liu
2017-09-03
1
-19
/
+40
*
[CodeGen]Refactor CpuSupports/CPUIs Builtin Code Gen to better work with
Erich Keane
2017-09-01
1
-114
/
+129
*
[X86] Add support for __builtin_cpu_init
Craig Topper
2017-08-28
1
-3
/
+9
*
Extract IRGen's constant-emitter into its own helper class and clean up
John McCall
2017-08-15
1
-5
/
+6
*
[X86] Implement __builtin_cpu_is
Craig Topper
2017-08-10
1
-0
/
+117
*
[X86] Support 'avx5124vnniw' and 'avx5124fmaps' for __builtin_cpu_supports.
Craig Topper
2017-08-08
1
-2
/
+4
*
[OpenCL] Add missing subgroup builtins
Joey Gouly
2017-08-01
1
-0
/
+19
*
Fix incorrect assertion condition.
Victor Leschuk
2017-07-29
1
-2
/
+2
*
[ubsan] Diagnose invalid uses of builtins (clang)
Vedant Kumar
2017-07-29
1
-2
/
+22
*
[AArch64] Add support for __builtin_ms_va_list on aarch64
Martin Storsjo
2017-07-17
1
-25
/
+27
*
[SystemZ] Add support for IBM z14 processor (1/3)
Ulrich Weigand
2017-07-17
1
-3
/
+99
*
Enhance synchscope representation (clang)
Konstantin Zhuravlyov
2017-07-11
1
-14
/
+13
*
[X86] Move AVX512VPOPCNTDQ in __builtin_cpu_support's enum to match trunk gcc.
Craig Topper
2017-07-08
1
-0
/
+2
*
This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it shows
Sjoerd Meijer
2017-07-06
1
-177
/
+6
*
[WebAssembly] Add throw/rethrow builtins for exception handling
Heejin Ahn
2017-06-30
1
-0
/
+10
*
[AArch64] ADD ARMv.2-A FP16 vector intrinsics
Abderrazek Zaafrani
2017-06-20
1
-6
/
+177
*
Expand vector oparation to as IR constants, PR28129.
Dinar Temirbulatov
2017-06-16
1
-0
/
+21
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+3
*
Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"
Vedant Kumar
2017-06-02
1
-177
/
+6
*
[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics
Abderrazek Zaafrani
2017-06-01
1
-6
/
+177
*
[X86] Adding avx512_vpopcntdq feature set and its intrinsics
Oren Ben Simhon
2017-05-25
1
-31
/
+39
*
[PowerPC] Implement vec_xxsldwi builtin.
Tony Jiang
2017-05-24
1
-0
/
+41
*
[PowerPC] Implement vec_xxpermdi builtin.
Tony Jiang
2017-05-24
1
-0
/
+33
*
[CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
Krzysztof Parzyszek
2017-05-18
1
-2
/
+1
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-4
/
+4
*
[XRay] Add __xray_customeevent(...) as a clang-supported builtin
Dean Michael Berris
2017-05-09
1
-0
/
+26
*
ANSIfy more. Still no behavior change.
Nico Weber
2017-05-05
1
-1
/
+1
*
ANSIfy. No behavior change.
Nico Weber
2017-05-05
1
-1
/
+1
*
Implement _interlockedbittestandset as a builtin
Hans Wennborg
2017-04-07
1
-3
/
+21
*
[X86][Clang] Converting __mm{|256|512}_movm_epi{8|16|32|64} LLVMIR call into ...
Michael Zuckerman
2017-04-04
1
-0
/
+22
*
[X86] Implement __readgsqword (and the rest) as builtins (PR32373)
Hans Wennborg
2017-03-22
1
-10
/
+24
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-3
/
+6
*
Update Clang for LLVM rename AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-14
/
+14
*
[x86] these aren't the undefs you're looking for (PR32176)
Sanjay Patel
2017-03-12
1
-1
/
+6
*
[AMDGPU] Add builtin functions readlane ds_permute mov_dpp
Yaxun Liu
2017-03-10
1
-0
/
+8
[prev]
[next]