| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | [DWARF] Handle the DW_OP_entry_value operand | Djordje Todorovic | 2019-06-27 | 1 | -0/+11 |
| * | [IR] Add DISuprogram and DIE for a func decl | Djordje Todorovic | 2019-06-27 | 1 | -4/+6 |
| * | [IR/DIVar] Add the flag for params that have unmodified value | Djordje Todorovic | 2019-06-26 | 1 | -0/+12 |
| * | [ARM] Support inline assembler constraints for MVE. | Simon Tatham | 2019-06-25 | 1 | -0/+2 |
| * | [NFC] fix trivial typos in documents | Hiroshi Inoue | 2019-06-25 | 1 | -1/+1 |
| * | [SVE][IR] Scalable Vector IR Type with pr42210 fix | Graham Hunter | 2019-06-18 | 1 | -15/+39 |
| * | hwasan: Add a tag_offset DWARF attribute to instrumented stack variables. | Peter Collingbourne | 2019-06-17 | 1 | -0/+3 |
| * | [LangRef] Clarify poison semantics | Nikita Popov | 2019-06-13 | 1 | -10/+23 |
| * | Improve reduction intrinsics by overloading result value. | Sander de Smalen | 2019-06-13 | 1 | -15/+15 |
| * | Fix docs build issue introduced by r363035 | Sander de Smalen | 2019-06-11 | 1 | -2/+2 |
| * | Change semantics of fadd/fmul vector reductions. | Sander de Smalen | 2019-06-11 | 1 | -32/+26 |
| * | Revert r361953 "[SVE][IR] Scalable Vector IR Type" | Nico Weber | 2019-06-09 | 1 | -39/+15 |
| * | Reapply: IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-30 | 1 | -1/+4 |
| * | Revert "IR: add optional type to 'byval' function parameters" | Tim Northover | 2019-05-29 | 1 | -4/+1 |
| * | IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-29 | 1 | -1/+4 |
| * | [SVE][IR] Scalable Vector IR Type | Graham Hunter | 2019-05-29 | 1 | -15/+39 |
| * | [CodeGen] Add lrint/llrint builtins | Adhemerval Zanella | 2019-05-28 | 1 | -0/+74 |
| * | Clarify how musttail can be used to create forwarding thunks | Reid Kleckner | 2019-05-24 | 1 | -3/+7 |
| * | [IR] allow fast-math-flags on select of FP values | Sanjay Patel | 2019-05-22 | 1 | -1/+6 |
| * | Fix for sphinx bot warning | Leonard Chan | 2019-05-21 | 1 | -1/+2 |
| * | [Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic | Leonard Chan | 2019-05-21 | 1 | -0/+95 |
| * | [Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with ove... | Craig Topper | 2019-05-20 | 1 | -8/+7 |
| * | Match types of accumulator and result for llvm.experimental.vector.reduce.fad... | Sander de Smalen | 2019-05-20 | 1 | -2/+4 |
| * | [ELF] Implement Dependent Libraries Feature | Ben Dunbobbin | 2019-05-17 | 1 | -5/+27 |
| * | [CodeGen] Add lround/llround builtins | Adhemerval Zanella | 2019-05-16 | 1 | -0/+75 |
| * | [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ... | Fangrui Song | 2019-05-15 | 1 | -4/+4 |
| * | Add constrained fptrunc and fpext intrinsics. | Kevin P. Neal | 2019-05-13 | 1 | -0/+71 |
| * | IR: Support parsing numeric block ids, and emit them in textual output. | James Y Knight | 2019-03-22 | 1 | -5/+7 |
| * | [DebugInfo] Introduce DW_OP_LLVM_convert | Markus Lavin | 2019-03-19 | 1 | -0/+4 |
| * | Revert "[DebugInfo] Introduce DW_OP_LLVM_convert" | Markus Lavin | 2019-03-19 | 1 | -4/+0 |
| * | [DebugInfo] Introduce DW_OP_LLVM_convert | Markus Lavin | 2019-03-19 | 1 | -0/+4 |
| * | Remove immarg from llvm.expect | Matt Arsenault | 2019-03-17 | 1 | -2/+1 |
| * | IR: Add immarg attribute | Matt Arsenault | 2019-03-12 | 1 | -0/+7 |
| * | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-08 | 1 | -0/+8 |
| * | Rollback of rL355585. | Mitch Phillips | 2019-03-07 | 1 | -8/+0 |
| * | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-07 | 1 | -0/+8 |
| * | Revert "[IR][ARM] Add function pointer alignment to datalayout" | Mitch Phillips | 2019-03-06 | 1 | -8/+0 |