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
...
*
AMDGPU: Add fract builtin
Matt Arsenault
2016-05-28
1
-0
/
+3
*
[CodeGen] Don't crash when sizeof(long) != 4 for some intrins
David Majnemer
2016-05-27
1
-6
/
+9
*
[OpenCL] Add to_{global|local|private} builtin functions.
Yaxun Liu
2016-05-20
1
-0
/
+23
*
Add all the avx512 flavors to __builtin_cpu_supports's list.
Benjamin Kramer
2016-05-20
1
-0
/
+21
*
[CUDA] Implement __ldg using intrinsics.
Justin Lebar
2016-05-19
1
-0
/
+45
*
[WebAssembly] Rename memory_size intrinsic to current_memory
Derek Schuff
2016-05-02
1
-2
/
+2
*
[AArch64] Fix D19098 fallout.
Marcin Koscielnicki
2016-04-19
1
-5
/
+0
*
[ARM NEON] Define vfms_f32 on ARM, and all vfms using vfma.
Ahmed Bougacha
2016-04-19
1
-16
/
+0
*
make __builtin_isfinite more efficient (PR27145)
Sanjay Patel
2016-04-07
1
-19
/
+12
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-55
/
+52
*
AMDGPU: Add frexp_mant + frexp_exp builtins
Matt Arsenault
2016-03-30
1
-0
/
+8
*
Silencing warnings from MSVC 2015 Update 2. Both of these changes silence "C4...
Aaron Ballman
2016-03-30
1
-1
/
+1
*
Add missing __builtin_bitreverse8
Matt Arsenault
2016-03-23
1
-0
/
+1
*
[CUDA] Implement atomicInc and atomicDec builtins
Justin Lebar
2016-03-22
1
-0
/
+16
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-3
/
+1
*
[PPC] FE support for generating VSX [negated] absolute value instructions
Kit Barton
2016-03-09
1
-0
/
+10
*
Add __builtin_canonicalize
Matt Arsenault
2016-02-27
1
-0
/
+5
*
AMDGPU: Add sin/cos builtins
Matt Arsenault
2016-02-13
1
-0
/
+6
*
AMDGPU: Update builtin for intrinsic change
Matt Arsenault
2016-02-13
1
-3
/
+3
*
Add builtins for bitreverse intrinsic
Matt Arsenault
2016-02-03
1
-42
/
+45
*
Recommit: R258773 [OpenCL] Pipe builtin functions
Xiuli Pan
2016-01-26
1
-0
/
+136
*
Revert "[OpenCL] Pipe builtin functions"
David Majnemer
2016-01-26
1
-135
/
+0
*
[OpenCL] Pipe builtin functions
Xiuli Pan
2016-01-26
1
-0
/
+135
*
[CUDA] Make printf work.
Justin Lebar
2016-01-23
1
-0
/
+3
*
AMDGPU: Rename builtins to use amdgcn prefix
Matt Arsenault
2016-01-22
1
-25
/
+39
*
Reordering fields to reduce padding in Clang. NFC
Ben Craig
2015-12-14
1
-6
/
+6
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-20
/
+72
*
Move checkTargetFeatures to CodeGenFunction.cpp to make it
Eric Christopher
2015-11-12
1
-42
/
+0
*
In preparation to use it in more places rename
Eric Christopher
2015-11-12
1
-11
/
+11
*
Extract out a function onto CodeGenModule for getting the map of
Eric Christopher
2015-11-11
1
-26
/
+3
*
Fix a FIXME about using std::is_sorted.
Eric Christopher
2015-11-11
1
-3
/
+4
*
Fix __builtin_signbit for ppcf128 type
Petar Jovanovic
2015-11-06
1
-3
/
+13
*
[WebAssembly] Update wasm builtin functions to match spec changes.
Dan Gohman
2015-11-05
1
-7
/
+2
*
Add support for __builtin_{add,sub,mul}_overflow.
John McCall
2015-10-29
1
-1
/
+127
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
1
-1
/
+3
*
Reflow comment.
Eric Christopher
2015-10-28
1
-6
/
+4
*
Handle target builtin options that are all required rather than
Eric Christopher
2015-10-27
1
-4
/
+9
*
Use early exits to reduce indentation.
Eric Christopher
2015-10-27
1
-46
/
+48
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-3
/
+3
*
Add an error when calling a builtin that requires features that don't
Eric Christopher
2015-10-15
1
-0
/
+67
*
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-9
/
+0
*
[X86] Add XSAVE intrinsic family
Amjad Aboud
2015-10-13
1
-0
/
+40
*
[WebAssembly] Add a __builtin_wasm_resize_memory() intrinsic.
Dan Gohman
2015-10-02
1
-0
/
+5
*
[WebAssembly] Add a __builtin_wasm_memory_size() intrinsic.
Dan Gohman
2015-10-02
1
-0
/
+5
*
[CUDA] fix codegen for __nvvm_atom_cas_*
Jingyue Wu
2015-09-30
1
-1
/
+3
*
[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...
Jeroen Ketema
2015-09-30
1
-10
/
+20
*
[CUDA] Allow parsing of host and device code simultaneously.
Artem Belevich
2015-09-22
1
-11
/
+25
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-13
/
+41
*
Fix vld1_lane intrinsic generation
Steven Wu
2015-09-09
1
-2
/
+1
*
Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.
Michael Zolotukhin
2015-09-08
1
-0
/
+26
[prev]
[next]