| Commit message (Expand) | Author | Age | Files | Lines |
| * | [IR] Redefine Freeze instruction | aqjune | 2019-11-12 | 1 | -1/+2 |
| * | [AArch64][SVE] Spilling/filling of SVE callee-saves. | Sander de Smalen | 2019-11-11 | 1 | -0/+1 |
| * | ThinLTO : Import always_inline functions irrespective of the threshold | Teresa Johnson | 2019-11-08 | 1 | -0/+1 |
| * | [IR] Add Freeze instruction | aqjune | 2019-11-05 | 1 | -0/+1 |
| * | Add Windows Control Flow Guard checks (/guard:cf). | Andrew Paverd | 2019-10-28 | 1 | -0/+1 |
| * | [X86] Add new calling convention that guarantees tail call optimization | Reid Kleckner | 2019-10-07 | 1 | -0/+1 |
| * | ARM MTE stack sanitizer. | Evgeniy Stepanov | 2019-07-15 | 1 | -0/+1 |
| * | [Attributor] Deduce "nosync" function attribute. | Stefan Stipanovic | 2019-07-11 | 1 | -0/+1 |
| * | Add, and infer, a nofree function attribute | Brian Homerding | 2019-07-08 | 1 | -0/+1 |
| * | Scalable Vector IR Type with further LTO fixes | Graham Hunter | 2019-07-05 | 1 | -0/+1 |
| * | [ThinLTO] Add summary entries for index-based WPD | Teresa Johnson | 2019-07-02 | 1 | -0/+3 |
| * | [Attr] Add "willreturn" function attribute | Johannes Doerfert | 2019-06-27 | 1 | -0/+1 |
| * | Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix" | Hans Wennborg | 2019-06-27 | 1 | -1/+0 |
| * | [SVE][IR] Scalable Vector IR Type with pr42210 fix | Graham Hunter | 2019-06-18 | 1 | -0/+1 |
| * | Revert r361953 "[SVE][IR] Scalable Vector IR Type" | Nico Weber | 2019-06-09 | 1 | -1/+0 |
| * | [SVE][IR] Scalable Vector IR Type | Graham Hunter | 2019-05-29 | 1 | -0/+1 |
| * | Add IR support, ELF section and user documentation for partitioning feature. | Peter Collingbourne | 2019-05-29 | 1 | -0/+1 |
| * | [ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible | Teresa Johnson | 2019-05-10 | 1 | -0/+1 |
| * | IR: Support parsing numeric block ids, and emit them in textual output. | James Y Knight | 2019-03-22 | 1 | -1/+11 |
| * | IR: Add immarg attribute | Matt Arsenault | 2019-03-12 | 1 | -0/+1 |
| * | Implementation of asm-goto support in LLVM | Craig Topper | 2019-02-08 | 1 | -0/+1 |
| * | Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence... | Julian Lettner | 2019-01-24 | 1 | -1/+0 |
| * | [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor... | Julian Lettner | 2019-01-24 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Revert "[ThinLTO] Add summary entries for index-based WPD" | Teresa Johnson | 2019-01-17 | 1 | -3/+0 |
| * | [ThinLTO] Add summary entries for index-based WPD | Teresa Johnson | 2019-01-17 | 1 | -0/+3 |
| * | [DebugInfo] IR/Bitcode changes for DISubprogram flags. | Paul Robinson | 2018-11-28 | 1 | -0/+5 |
| * | [ThinLTO] Assembly representation of ReadOnly attribute | Eugene Leviant | 2018-11-23 | 1 | -0/+1 |
| * | [IR] Add a dedicated FNeg IR Instruction | Cameron McInally | 2018-11-13 | 1 | -0/+2 |
| * | [ThinLTO] Split NotEligibleToImport into legality and inlinability flags | Teresa Johnson | 2018-11-06 | 1 | -0/+1 |
| * | [AArch64] Add parsing of aarch64_vector_pcs attribute. | Sander de Smalen | 2018-09-12 | 1 | -0/+1 |
| * | [x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative | Chandler Carruth | 2018-09-04 | 1 | -0/+1 |
| * | DebugInfo: Add metadata support for disabling DWARF pub sections | David Blaikie | 2018-08-16 | 1 | -0/+5 |
| * | [DEBUGINFO] Disable emission of the dwarf sections, but allow directives. | Alexey Bataev | 2018-08-01 | 1 | -1/+1 |
| * | [AsmParser] Fix inconsistent declaration parameter name | Fangrui Song | 2018-07-12 | 1 | -2/+2 |
| * | [ThinLTO] Parse module summary index from assembly | Teresa Johnson | 2018-06-26 | 1 | -3/+74 |
| * | [ThinLTO] Print module summary index to assembly | Teresa Johnson | 2018-05-26 | 1 | -23/+27 |
| * | Add the ShadowCallStack attribute | Vlad Tsyrklevich | 2018-04-03 | 1 | -0/+1 |
| * | [SimplifyCFG] Create attribute for fuzzing-specific optimizations. | Matt Morehouse | 2018-03-22 | 1 | -0/+1 |
| * | [X86] Added support for nocf_check attribute for indirect Branch Tracking | Oren Ben Simhon | 2018-03-17 | 1 | -0/+1 |
| * | Hardware-assisted AddressSanitizer (llvm part). | Evgeniy Stepanov | 2017-12-09 | 1 | -0/+1 |
| * | [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas... | Sanjay Patel | 2017-11-06 | 1 | -0/+2 |
| * | Represent runtime preemption in the IR. | Sean Fertile | 2017-10-26 | 1 | -0/+3 |
| * | [AMDGPU] calling conventions for AMDPAL OS type | Tim Renouf | 2017-09-29 | 1 | -0/+2 |
| * | Add strictfp attribute to prevent unwanted optimizations of libm calls | Andrew Kaylor | 2017-08-14 | 1 | -0/+1 |
| * | [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well | Martin Storsjo | 2017-07-17 | 1 | -1/+1 |
| * | Enhance synchscope representation | Konstantin Zhuravlyov | 2017-07-11 | 1 | -1/+1 |
| * | AMDGPU: Add AMDGPU_HS calling convention | Marek Olsak | 2017-05-02 | 1 | -0/+1 |
| * | Add speculatable function attribute | Matt Arsenault | 2017-04-28 | 1 | -0/+1 |
| * | [IR] Add AllowContract to FastMathFlags | Adam Nemet | 2017-03-28 | 1 | -0/+1 |