| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Pass the function type instead of the return type to FunctionDecl::Create | Jonas Devlieghere | 2018-11-11 | 1 | -5/+12 |
* | T was unused on assertion disabled builds. | Kadir Cetinkaya | 2018-11-06 | 1 | -5/+6 |
* | Cast to uint64_t instead of to unsigned. | Akira Hatanaka | 2018-11-06 | 1 | -1/+1 |
* | os_log: Allow specifying mask type in format string. | Akira Hatanaka | 2018-11-06 | 1 | -1/+6 |
* | [COFF, ARM64] Implement InterlockedDecrement*_* builtins | Mandeep Singh Grang | 2018-11-06 | 1 | -10/+49 |
* | [COFF, ARM64] Implement InterlockedIncrement*_* builtins | Mandeep Singh Grang | 2018-11-06 | 1 | -9/+48 |
* | [COFF, ARM64] Implement InterlockedAnd*_* builtins | Mandeep Singh Grang | 2018-11-06 | 1 | -0/+42 |
* | [COFF, ARM64] Implement InterlockedXor*_* builtins | Mandeep Singh Grang | 2018-11-06 | 1 | -0/+42 |
* | Revert "[COFF, ARM64] Implement InterlockedXor*_* builtins" | Mandeep Singh Grang | 2018-11-06 | 1 | -0/+13148 |
* | [COFF, ARM64] Implement InterlockedXor*_* builtins | Mandeep Singh Grang | 2018-11-06 | 1 | -13148/+0 |
* | [COFF, ARM64] Implement InterlockedOr*_* builtins | Mandeep Singh Grang | 2018-11-06 | 1 | -0/+42 |
* | [COFF, ARM64] Implement InterlockedCompareExchange*_* builtins | Mandeep Singh Grang | 2018-11-06 | 1 | -10/+83 |
* | [COFF, ARM64] Implement InterlockedExchange*_* builtins | Mandeep Singh Grang | 2018-11-02 | 1 | -0/+42 |
* | [COFF, ARM64] Change setjmp for AArch64 Windows to use Intrinsic.sponentry | Mandeep Singh Grang | 2018-11-02 | 1 | -2/+5 |
* | Reapply Logging: make os_log buffer size an integer constant expression. | Tim Northover | 2018-11-02 | 1 | -8/+1 |
* | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -4/+4 |
* | Revert "[COFF, ARM64] Change setjmp for AArch64 Windows to use Intrinsic.spon... | Mandeep Singh Grang | 2018-11-01 | 1 | -5/+2 |
* | Revert "Reapply Logging: make os_log buffer size an integer constant expressi... | Tim Northover | 2018-11-01 | 1 | -1/+8 |
* | Reapply Logging: make os_log buffer size an integer constant expression. | Tim Northover | 2018-11-01 | 1 | -8/+1 |
* | Revert "Logging: make os_log buffer size an integer constant expression. | Tim Northover | 2018-11-01 | 1 | -0/+7 |
* | Logging: make os_log buffer size an integer constant expression. | Tim Northover | 2018-11-01 | 1 | -7/+0 |
* | [COFF, ARM64] Implement llvm.addressofreturnaddress intrinsic | Mandeep Singh Grang | 2018-11-01 | 1 | -0/+5 |
* | [WebAssembly] Fix type names in truncation builtins | Thomas Lively | 2018-11-01 | 1 | -4/+4 |
* | [COFF, ARM64] Change setjmp for AArch64 Windows to use Intrinsic.sponentry | Mandeep Singh Grang | 2018-10-31 | 1 | -2/+5 |
* | [ARM64] [Windows] Implement _InterlockedExchangeAdd*_* builtins. | Eli Friedman | 2018-10-31 | 1 | -4/+46 |
* | [AArch64] Implement FP16FML intrinsics | Bryan Chan | 2018-10-25 | 1 | -0/+36 |
* | [WebAssembly] Bitselect and min/max builtins | Thomas Lively | 2018-10-25 | 1 | -0/+28 |
* | [WebAssembly] Lower to target-independent saturating add | Thomas Lively | 2018-10-25 | 1 | -2/+2 |
* | [X86] Add support for more than 32 features for __builtin_cpu_is | Craig Topper | 2018-10-20 | 1 | -27/+50 |
* | [X86] When checking the bits in cpu_features for function multiversioning dis... | Craig Topper | 2018-10-20 | 1 | -3/+3 |
* | [COFF, ARM64] Add _ReadStatusReg and_WriteStatusReg intrinsics | Mandeep Singh Grang | 2018-10-18 | 1 | -0/+37 |
* | AMDGPU: add __builtin_amdgcn_update_dpp | Yaxun Liu | 2018-10-17 | 1 | -5/+9 |
* | [WebAssembly] Saturating float-to-int builtins | Thomas Lively | 2018-10-11 | 1 | -0/+24 |
* | [COFF, ARM64] Add _InterlockedAdd intrinsic | Mandeep Singh Grang | 2018-10-05 | 1 | -0/+9 |
* | [COFF, ARM64] Add _InterlockedCompareExchangePointer_nf intrinsic | Mandeep Singh Grang | 2018-10-05 | 1 | -5/+8 |
* | [WebAssembly] abs and sqrt builtins | Thomas Lively | 2018-10-05 | 1 | -0/+12 |
* | [WebAssembly] any_true and all_true builtins | Thomas Lively | 2018-10-05 | 1 | -0/+29 |
* | [WebAssembly] saturating arithmetic builtins | Thomas Lively | 2018-10-05 | 1 | -0/+34 |
* | [WebAssembly] __builtin_wasm_replace_lane_* builtins | Thomas Lively | 2018-10-05 | 1 | -0/+28 |
* | [WebAssembly] __builtin_wasm_extract_lane_* builtins | Thomas Lively | 2018-10-05 | 1 | -0/+30 |
* | [COFF, ARM64] Add __getReg intrinsic | Mandeep Singh Grang | 2018-10-04 | 1 | -0/+17 |
* | [COFF, ARM64] Add _ReadWriteBarrier intrinsic | Mandeep Singh Grang | 2018-10-03 | 1 | -0/+4 |
* | [X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics with zero_undef fla... | Craig Topper | 2018-09-26 | 1 | -0/+12 |
* | [PowerPC] [Clang] Add vector int128 pack/unpack builtins | QingShan Zhang | 2018-09-20 | 1 | -0/+22 |
* | [X86] Custom emit __builtin_rdtscp so we can emit an explicit store for the o... | Craig Topper | 2018-09-07 | 1 | -0/+6 |
* | [X86] Modify addcarry/subborrow builtins to emit an 2 result and intrinsic an... | Craig Topper | 2018-09-07 | 1 | -0/+35 |
* | [X86] Add ktest intrinsics to match gcc and icc. | Craig Topper | 2018-08-31 | 1 | -0/+44 |
* | [X86] Add k-mask conversion and load/store instrinsics to match gcc and icc. | Craig Topper | 2018-08-31 | 1 | -0/+11 |
* | [X86] Add kshift intrinsics to match gcc and icc. | Craig Topper | 2018-08-31 | 1 | -0/+44 |
* | [X86] Add kadd intrinsics to match gcc and icc. | Craig Topper | 2018-08-28 | 1 | -1/+29 |