| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update docs for fast-math flags. | Jay Foad | 2019-10-18 | 1 | -2/+3 |
| * | Reland: Dead Virtual Function Elimination | Oliver Stannard | 2019-10-17 | 1 | -0/+9 |
| * | [DebugInfo] Add a DW_OP_LLVM_entry_value operation | David Stenberg | 2019-10-15 | 1 | -12/+19 |
| * | Revert "Dead Virtual Function Elimination" | Jorge Gorbe Moya | 2019-10-14 | 1 | -9/+0 |
| * | Dead Virtual Function Elimination | Oliver Stannard | 2019-10-11 | 1 | -0/+9 |
| * | [X86] Add new calling convention that guarantees tail call optimization | Reid Kleckner | 2019-10-07 | 1 | -4/+13 |
| * | Fix another sphinx warning. | Kevin P. Neal | 2019-10-07 | 1 | -2/+2 |
| * | Fix sphinx warnings. | Kevin P. Neal | 2019-10-07 | 1 | -2/+2 |
| * | [FPEnv] Add constrained intrinsics for lrint and lround | Kevin P. Neal | 2019-10-07 | 1 | -0/+172 |
| * | Fix doc for t inline asm constraints for ARM/Thumb | Pablo Barrio | 2019-09-30 | 1 | -12/+12 |
| * | Fix breakage of sphinx builders. Sorry for leaving this broken over the | Kevin P. Neal | 2019-09-30 | 1 | -3/+0 |
| * | Document requirement of function attributes with constrained floating | Kevin P. Neal | 2019-09-26 | 1 | -1/+13 |
| * | [Verifier] add invariant check for callbr | Nick Desaulniers | 2019-09-25 | 1 | -3/+4 |
| * | [LangRef] Clarify absence of rounding guarantees for fmuladd. | Florian Hahn | 2019-09-25 | 1 | -6/+6 |
| * | [IR] allow fast-math-flags on phi of FP values (2nd try) | Sanjay Patel | 2019-09-25 | 1 | -1/+7 |
| * | Revert [IR] allow fast-math-flags on phi of FP values | Sanjay Patel | 2019-09-25 | 1 | -7/+1 |
| * | [IR] allow fast-math-flags on phi of FP values | Sanjay Patel | 2019-09-25 | 1 | -1/+7 |
| * | [SVE][Inline-Asm] Add constraints for SVE predicate registers | Kerry McLaughlin | 2019-09-16 | 1 | -0/+2 |
| * | [FPEnv] Document that constrained FP intrinsics cannot be mixed with non-cons... | Kevin P. Neal | 2019-09-13 | 1 | -7/+16 |
| * | Fix a few spellos in docs. | Nico Weber | 2019-09-13 | 1 | -4/+4 |
| * | [LangRef] add link for fma intrinsic | Sanjay Patel | 2019-09-11 | 1 | -1/+3 |
| * | [LangRef] fix punctuation; NFC | Sanjay Patel | 2019-09-11 | 1 | -1/+1 |
| * | LangRef: mention MSan's problem with speculative conditional branches. | Evgeniy Stepanov | 2019-09-09 | 1 | -0/+11 |
| * | [Intrinsic] Add the llvm.umul.fix.sat intrinsic | Bjorn Pettersson | 2019-09-07 | 1 | -0/+67 |
| * | [SVE][Inline-Asm] Support for SVE asm operands | Kerry McLaughlin | 2019-09-02 | 1 | -2/+3 |
| * | [LangRef] Update saturating examples for llvm.smul.fix.sat. NFC | Bjorn Pettersson | 2019-08-31 | 1 | -3/+3 |
| * | [FPEnv] Add fptosi and fptoui constrained intrinsics. | Kevin P. Neal | 2019-08-28 | 1 | -0/+66 |
| * | Debug Info: Support for DW_AT_export_symbols for anonymous structs | Shafik Yaghmour | 2019-08-23 | 1 | -0/+5 |
| * | Add ptrmask intrinsic | Florian Hahn | 2019-08-15 | 1 | -0/+36 |
| * | [LangRef] Remove opening [ that was missing a closing ] from call/callbr/invo... | Craig Topper | 2019-08-14 | 1 | -3/+3 |
| * | Add llvm.licm.disable metadata | Tim Corringham | 2019-08-08 | 1 | -2/+16 |
| * | [RISCV][NFC] Document RISC-V-specific assembly constraints | Sam Elliott | 2019-08-07 | 1 | -0/+11 |
| * | [Attributor] Deduce the "no-return" attribute for functions | Johannes Doerfert | 2019-08-05 | 1 | -2/+3 |
| * | [BPF] annotate DIType metadata for builtin preseve_array_access_index() | Yonghong Song | 2019-08-02 | 1 | -0/+4 |
| * | Reland "[DwarfDebug] Dump call site debug info" | Djordje Todorovic | 2019-07-31 | 1 | -0/+4 |
| * | [Clang] New loop pragma vectorize_predicate | Sjoerd Meijer | 2019-07-25 | 1 | -0/+15 |
| * | [IR][Verifier] Allow IntToPtrInst to be !dereferenceable | Ryan Taylor | 2019-07-23 | 1 | -15/+42 |
| * | ARM MTE stack sanitizer. | Evgeniy Stepanov | 2019-07-15 | 1 | -0/+4 |
| * | [BPF] add unit tests for preserve_{array,union,struct}_access_index intrinsics | Yonghong Song | 2019-07-15 | 1 | -3/+9 |
| * | Revert "[DwarfDebug] Dump call site debug info" | Djordje Todorovic | 2019-07-12 | 1 | -3/+0 |
| * | [Attributor] Deduce "nosync" function attribute. | Stefan Stipanovic | 2019-07-11 | 1 | -0/+10 |
| * | [DwarfDebug] Dump call site debug info | Djordje Todorovic | 2019-07-09 | 1 | -0/+3 |
| * | [BPF] add new intrinsics preserve_{array,union,struct}_access_index | Yonghong Song | 2019-07-09 | 1 | -0/+103 |
| * | Revert "[BPF] add new intrinsics preserve_{array,union,struct}_access_index" | Yonghong Song | 2019-07-08 | 1 | -103/+0 |
| * | [BPF] add new intrinsics preserve_{array,union,struct}_access_index | Yonghong Song | 2019-07-08 | 1 | -0/+103 |
| * | Add, and infer, a nofree function attribute | Brian Homerding | 2019-07-08 | 1 | -0/+8 |
| * | Scalable Vector IR Type with further LTO fixes | Graham Hunter | 2019-07-05 | 1 | -15/+39 |
| * | [LangRef] Clarify codegen expectations for intrinsics with fp/integer-only ov... | Amara Emerson | 2019-06-27 | 1 | -0/+10 |
| * | [Attr] Add "willreturn" function attribute | Johannes Doerfert | 2019-06-27 | 1 | -0/+7 |
| * | Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix" | Hans Wennborg | 2019-06-27 | 1 | -39/+15 |