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
...
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-206
/
+131
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-0
/
+17
*
add __builtin_unpredictable and convert to metadata
Sanjay Patel
2015-09-02
1
-0
/
+6
*
[PowerPC] Support __builtin_ppc_get_timebase
Hal Finkel
2015-08-31
1
-0
/
+5
*
[CUDA] fix codegen for __nvvm_atom_min/max_gen_u*
Jingyue Wu
2015-08-31
1
-2
/
+6
*
[X86][SSE] Add _mm_undefined_* intrinsics
Simon Pilgrim
2015-08-26
1
-0
/
+4
*
[ARM NEON] Use CGF cached Types instead of llvm::Type::get. NFC.
Ahmed Bougacha
2015-08-24
1
-13
/
+11
*
[ARM NEON] Replace redundant code with a new GetFloatNeonType. NFC.
Ahmed Bougacha
2015-08-24
1
-63
/
+22
*
[ARM NEON] Use the common naming scheme for vcvt f16 builtins. NFC.
Ahmed Bougacha
2015-08-21
1
-2
/
+2
*
Rename the non-coding style conformant functions in namespace Builtins
Eric Christopher
2015-08-06
1
-2
/
+2
*
[CodeGen] Clean up CGBuiltin a bit.
Benjamin Kramer
2015-07-28
1
-272
/
+176
*
[AArch64] Implement __builtin_thread_pointer
Adhemerval Zanella
2015-07-28
1
-0
/
+5
*
[CodeGen] Don't UBSan-ize the argument to __builtin_frame_address
David Majnemer
2015-07-25
1
-4
/
+4
*
[CodeGen] Flip lanes when lowering __builtin_palignr with one lane
Benjamin Kramer
2015-07-20
1
-0
/
+1
*
Add missing builtins to altivec.h for ABI compliance (vol. 4)
Nemanja Ivanovic
2015-07-14
1
-0
/
+21
*
Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...
David Blaikie
2015-07-14
1
-7
/
+7
*
Add missing builtins to altivec.h for ABI compliance (vol. 2)
Nemanja Ivanovic
2015-07-05
1
-1
/
+70
*
Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
2015-07-02
1
-8
/
+4
*
Add support for the x86 builtin __builtin_cpu_supports.
Eric Christopher
2015-06-29
1
-0
/
+77
*
Add missing builtins to altivec.h for ABI compliance (vol. 1)
Nemanja Ivanovic
2015-06-26
1
-0
/
+7
*
[CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
2015-06-25
1
-52
/
+127
*
Move the special-case check from r240462 into ARM-specific code.
Bob Wilson
2015-06-24
1
-19
/
+53
*
PR22560: Fix argument order for ARM _MoveToCoprocessor builtins.
Bob Wilson
2015-06-23
1
-0
/
+8
*
AMDGPU: Fix places missed in rename
Matt Arsenault
2015-06-19
1
-21
/
+21
*
This patch implements clang support for the ACLE special register intrinsics
Luke Cheeseman
2015-06-15
1
-0
/
+121
*
[CodeGen][NEON] Emit constants for "immediate" intrinsic arguments.
Ahmed Bougacha
2015-06-04
1
-3
/
+38
*
ubsan: Check for null pointers given to certain builtins, such
Nuno Lopes
2015-05-30
1
-0
/
+12
*
wip: Remove some unused functions
Justin Bogner
2015-05-29
1
-32
/
+0
*
API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...
David Blaikie
2015-05-18
1
-65
/
+68
*
[SystemZ] Add support for z13 low-level vector builtins
Ulrich Weigand
2015-05-05
1
-0
/
+205
*
[opaque pointer type] more GEP API migrations
David Blaikie
2015-04-04
1
-6
/
+6
*
[SystemZ] Support transactional execution on zEC12
Ulrich Weigand
2015-04-01
1
-0
/
+40
*
[PPC] Move argument range checks for HTM and crypto builtins to Sema
Kit Barton
2015-03-30
1
-113
/
+0
*
Add Hardware Transactional Memory (HTM) Support
Kit Barton
2015-03-25
1
-0
/
+85
*
MS ABI: Accept calls to an unprototyped declaration of _setjmp
David Majnemer
2015-03-20
1
-4
/
+6
*
[Modules] Implement __builtin_isinf_sign in Clang.
Chandler Carruth
2015-03-19
1
-20
/
+40
*
MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr
David Majnemer
2015-03-13
1
-0
/
+8
*
Under duress, move check for target support of __builtin_setjmp/
Joerg Sonnenberger
2015-03-11
1
-9
/
+0
*
Add Clang support for PPC cryptography builtins
Nemanja Ivanovic
2015-03-04
1
-0
/
+29
*
Adjust the changes from r230255 to bail out if the backend can't lower
Joerg Sonnenberger
2015-03-04
1
-4
/
+9
*
Lower _mm256_broadcastsi128_si256 directly to a vector shuffle.
Juergen Ributzka
2015-03-03
1
-7
/
+0
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-12
/
+12
*
Only lower __builtin_setjmp / __builtin_longjmp to
Joerg Sonnenberger
2015-02-23
1
-0
/
+4
*
[X86] Convert palignr builtin handling to use shuffle form of right shift ins...
Craig Topper
2015-02-17
1
-35
/
+16
*
[X86] Merge the 2 separate builtin handlers for PALIGNR into a single one tha...
Craig Topper
2015-02-17
1
-52
/
+39
*
[X86] Remove code that does custom handling of the builtin for MMX palignr. T...
Craig Topper
2015-02-17
1
-31
/
+0
*
[X86] Remove completely unnecessary switch statement.
Craig Topper
2015-02-16
1
-12
/
+2
*
[X86] Teach clang to lower __builtin_ia32_psrldqi256 and __builtin_ia32_pslld...
Craig Topper
2015-02-16
1
-0
/
+54
*
Fix build break, these builtins don't exist
Reid Kleckner
2015-02-05
1
-4
/
+1
*
Do the same IRgen for __builtin_pow* as for pow*
Reid Kleckner
2015-02-05
1
-1
/
+7
[prev]
[next]