summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Pass the function type instead of the return type to FunctionDecl::CreateJonas Devlieghere2018-11-111-5/+12
* T was unused on assertion disabled builds.Kadir Cetinkaya2018-11-061-5/+6
* Cast to uint64_t instead of to unsigned.Akira Hatanaka2018-11-061-1/+1
* os_log: Allow specifying mask type in format string.Akira Hatanaka2018-11-061-1/+6
* [COFF, ARM64] Implement InterlockedDecrement*_* builtinsMandeep Singh Grang2018-11-061-10/+49
* [COFF, ARM64] Implement InterlockedIncrement*_* builtinsMandeep Singh Grang2018-11-061-9/+48
* [COFF, ARM64] Implement InterlockedAnd*_* builtinsMandeep Singh Grang2018-11-061-0/+42
* [COFF, ARM64] Implement InterlockedXor*_* builtinsMandeep Singh Grang2018-11-061-0/+42
* Revert "[COFF, ARM64] Implement InterlockedXor*_* builtins"Mandeep Singh Grang2018-11-061-0/+13148
* [COFF, ARM64] Implement InterlockedXor*_* builtinsMandeep Singh Grang2018-11-061-13148/+0
* [COFF, ARM64] Implement InterlockedOr*_* builtinsMandeep Singh Grang2018-11-061-0/+42
* [COFF, ARM64] Implement InterlockedCompareExchange*_* builtinsMandeep Singh Grang2018-11-061-10/+83
* [COFF, ARM64] Implement InterlockedExchange*_* builtinsMandeep Singh Grang2018-11-021-0/+42
* [COFF, ARM64] Change setjmp for AArch64 Windows to use Intrinsic.sponentryMandeep Singh Grang2018-11-021-2/+5
* Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover2018-11-021-8/+1
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-4/+4
* Revert "[COFF, ARM64] Change setjmp for AArch64 Windows to use Intrinsic.spon...Mandeep Singh Grang2018-11-011-5/+2
* Revert "Reapply Logging: make os_log buffer size an integer constant expressi...Tim Northover2018-11-011-1/+8
* Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover2018-11-011-8/+1
* Revert "Logging: make os_log buffer size an integer constant expression.Tim Northover2018-11-011-0/+7
* Logging: make os_log buffer size an integer constant expression.Tim Northover2018-11-011-7/+0
* [COFF, ARM64] Implement llvm.addressofreturnaddress intrinsicMandeep Singh Grang2018-11-011-0/+5
* [WebAssembly] Fix type names in truncation builtinsThomas Lively2018-11-011-4/+4
* [COFF, ARM64] Change setjmp for AArch64 Windows to use Intrinsic.sponentryMandeep Singh Grang2018-10-311-2/+5
* [ARM64] [Windows] Implement _InterlockedExchangeAdd*_* builtins.Eli Friedman2018-10-311-4/+46
* [AArch64] Implement FP16FML intrinsicsBryan Chan2018-10-251-0/+36
* [WebAssembly] Bitselect and min/max builtinsThomas Lively2018-10-251-0/+28
* [WebAssembly] Lower to target-independent saturating addThomas Lively2018-10-251-2/+2
* [X86] Add support for more than 32 features for __builtin_cpu_isCraig Topper2018-10-201-27/+50
* [X86] When checking the bits in cpu_features for function multiversioning dis...Craig Topper2018-10-201-3/+3
* [COFF, ARM64] Add _ReadStatusReg and_WriteStatusReg intrinsicsMandeep Singh Grang2018-10-181-0/+37
* AMDGPU: add __builtin_amdgcn_update_dppYaxun Liu2018-10-171-5/+9
* [WebAssembly] Saturating float-to-int builtinsThomas Lively2018-10-111-0/+24
* [COFF, ARM64] Add _InterlockedAdd intrinsicMandeep Singh Grang2018-10-051-0/+9
* [COFF, ARM64] Add _InterlockedCompareExchangePointer_nf intrinsicMandeep Singh Grang2018-10-051-5/+8
* [WebAssembly] abs and sqrt builtinsThomas Lively2018-10-051-0/+12
* [WebAssembly] any_true and all_true builtinsThomas Lively2018-10-051-0/+29
* [WebAssembly] saturating arithmetic builtinsThomas Lively2018-10-051-0/+34
* [WebAssembly] __builtin_wasm_replace_lane_* builtinsThomas Lively2018-10-051-0/+28
* [WebAssembly] __builtin_wasm_extract_lane_* builtinsThomas Lively2018-10-051-0/+30
* [COFF, ARM64] Add __getReg intrinsicMandeep Singh Grang2018-10-041-0/+17
* [COFF, ARM64] Add _ReadWriteBarrier intrinsicMandeep Singh Grang2018-10-031-0/+4
* [X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics with zero_undef fla...Craig Topper2018-09-261-0/+12
* [PowerPC] [Clang] Add vector int128 pack/unpack builtinsQingShan Zhang2018-09-201-0/+22
* [X86] Custom emit __builtin_rdtscp so we can emit an explicit store for the o...Craig Topper2018-09-071-0/+6
* [X86] Modify addcarry/subborrow builtins to emit an 2 result and intrinsic an...Craig Topper2018-09-071-0/+35
* [X86] Add ktest intrinsics to match gcc and icc.Craig Topper2018-08-311-0/+44
* [X86] Add k-mask conversion and load/store instrinsics to match gcc and icc.Craig Topper2018-08-311-0/+11
* [X86] Add kshift intrinsics to match gcc and icc.Craig Topper2018-08-311-0/+44
* [X86] Add kadd intrinsics to match gcc and icc.Craig Topper2018-08-281-1/+29
OpenPOWER on IntegriCloud