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
...
*
[MS] Add support for __ud2 and __int2c MSVC intrinsics
Reid Kleckner
2017-03-06
1
-0
/
+15
*
[CodeGen] Don't reemit expressions for pass_object_size params.
George Burgess IV
2017-02-23
1
-6
/
+13
*
AMDGPU: Add fmed3 half builtin
Matt Arsenault
2017-02-22
1
-0
/
+1
*
Call the correct @llvm.objectsize.
George Burgess IV
2017-02-22
1
-6
/
+7
*
[OpenCL] Correct ndrange_t implementation
Anastasia Stulova
2017-02-16
1
-4
/
+13
*
[MS] Implement the __fastfail intrinsic as a builtin
Reid Kleckner
2017-02-09
1
-1
/
+38
*
AMDGPU: Add builtin for fmed3 intrinsic
Matt Arsenault
2017-01-31
1
-1
/
+2
*
[OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX OpenMP device.
Arpith Chacko Jacob
2017-01-29
1
-2
/
+2
*
[OpenCL] Add missing address spaces in IR generation of blocks
Anastasia Stulova
2017-01-27
1
-20
/
+26
*
P0426: Make the library implementation of constexpr char_traits a little easier
Richard Smith
2017-01-20
1
-0
/
+4
*
[ARM] Use generic bitreverse intrinsic, rather than ARM specific rbit.
Chad Rosier
2017-01-10
1
-3
/
+3
*
[AArch64] Use generic bitreverse intrinsic, rather than AArch64 specific.
Chad Rosier
2017-01-10
1
-2
/
+2
*
Add vec_insert4b and vec_extract4b functions to altivec.h
Sean Fertile
2017-01-05
1
-0
/
+84
*
CodeGen: force builtins to be local
Saleem Abdulrasool
2016-12-15
1
-3
/
+3
*
Update for clang after llvm::StringLiteral.
Zachary Turner
2016-12-13
1
-1
/
+1
*
[clang] Version support for UBSan handlers
Filipe Cabecinhas
2016-12-12
1
-2
/
+2
*
[CodeGen][ARM] Make sure the value and type used to create a bitcast
Akira Hatanaka
2016-12-01
1
-10
/
+20
*
IRGen: Remove all uses of CreateDefaultAlignedLoad.
Peter Collingbourne
2016-11-28
1
-9
/
+22
*
[AMDGPU] Change frexp.exp builtin to return i16 for f16 input
Konstantin Zhuravlyov
2016-11-18
1
-3
/
+12
*
vector load store with length (left justified) clang portion
Zaara Syeda
2016-11-15
1
-7
/
+32
*
[PowerPC] Implement BE VSX load/store builtins - clang portion.
Tony Jiang
2016-11-15
1
-2
/
+18
*
[OpenCL] Fix for integer parameters of enqueue_kernel
Anastasia Stulova
2016-11-14
1
-23
/
+13
*
[OpenCL] Change to clk_event parameter in enqueue_kernel.
Anastasia Stulova
2016-11-14
1
-13
/
+9
*
[AMDGPU] Add f16 builtin functions (VI+)
Konstantin Zhuravlyov
2016-11-13
1
-4
/
+12
*
[X86] Merge (near) duplicate scalar non-temporal store code. NFCI.
Simon Pilgrim
2016-11-11
1
-20
/
+10
*
[X86][AVX512][Clang] Add support for mask_{move|store|load}_s{s/d} and int2ma...
Ayman Musa
2016-11-08
1
-0
/
+8
*
Use toCharUnitsFromBits instead of TargetInfo::getCharWidth
David Majnemer
2016-10-31
1
-6
/
+8
*
Add support for __builtin_alloca_with_align
David Majnemer
2016-10-31
1
-0
/
+13
*
[CodeGen] Provide an appropriate alignment for dynamic allocas
David Majnemer
2016-10-27
1
-1
/
+7
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-10
/
+12
*
Add support for __builtin_os_log_format[_buffer_size]
Mehdi Amini
2016-10-24
1
-1
/
+84
*
Revert "Add support for __builtin_os_log_format[_buffer_size]"
Mehdi Amini
2016-10-24
1
-84
/
+1
*
Add support for __builtin_os_log_format[_buffer_size]
Mehdi Amini
2016-10-24
1
-1
/
+84
*
[AVX-512] Replace 64-bit element and 512-bit vector pmin/pmax builtins with n...
Craig Topper
2016-10-24
1
-17
/
+44
*
[AVX-512] Remove masked 128/256-bit palignr builtins. We can just use a selec...
Craig Topper
2016-10-22
1
-2
/
+0
*
Implement __stosb intrinsic as a volatile memset
Albert Gutowski
2016-10-14
1
-0
/
+5
*
Add 64-bit MS _Interlocked functions as builtins again
Albert Gutowski
2016-10-13
1
-86
/
+151
*
Implement MS _ReturnAddress and _AddressOfReturnAddress intrinsics
Albert Gutowski
2016-10-13
1
-0
/
+8
*
Implement MS _BitScan intrinsics
Albert Gutowski
2016-10-12
1
-0
/
+74
*
Revert "Change Builtins name to be stored as StringRef instead of raw pointer...
Mehdi Amini
2016-10-11
1
-2
/
+2
*
Change Builtins name to be stored as StringRef instead of raw pointers (NFC)
Mehdi Amini
2016-10-10
1
-2
/
+2
*
Implement MS read/write barriers and __faststorefence intrinsic
Albert Gutowski
2016-10-10
1
-0
/
+11
*
Implement __emul, __emulu, _mul128 and _umul128 MS intrinsics
Albert Gutowski
2016-10-10
1
-8
/
+21
*
Separate builtins for x84-64 and i386; implement __mulh and __umulh
Albert Gutowski
2016-10-04
1
-0
/
+24
*
[coroutines] Adding builtins for coroutine intrinsics and backendutil support.
Gor Nishanov
2016-10-03
1
-0
/
+33
*
Use StringRef in Triple API (NFC)
Mehdi Amini
2016-10-01
1
-4
/
+5
*
[MS] Implement __iso_volatile loads/stores as builtins
Martin Storsjo
2016-09-30
1
-0
/
+35
*
[CUDA] added __nvvm_atom_{sys|cta}_* builtins.
Artem Belevich
2016-09-28
1
-1
/
+110
*
[Power9] Builtins for ELF v.2 ABI conformance - front end portion
Nemanja Ivanovic
2016-09-27
1
-0
/
+19
*
[OpenCL] Augment pipe built-ins with pipe packet size and alignment.
Alexey Bader
2016-09-23
1
-12
/
+30
[prev]
[next]