| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [OPENMP50]Add if clause in for simd directive. | Alexey Bataev | 2019-11-21 | 1 | -97/+121 |
* | [DeclCXX] Remove unknown external linkage specifications | Ehud Katz | 2019-11-21 | 1 | -3/+1 |
* | Atomics: support min/max orthogonally | Tim Northover | 2019-11-21 | 1 | -7/+65 |
* | NeonEmitter: remove special case on casting polymorphic builtins. | Tim Northover | 2019-11-20 | 1 | -0/+5 |
* | Reland "[clang] Remove the DIFlagArgumentNotModified debug info flag" | Djordje Todorovic | 2019-11-20 | 2 | -46/+0 |
* | [OPENMP50]Add if clause in simd directive. | Alexey Bataev | 2019-11-19 | 3 | -20/+64 |
* | [CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood (rel... | Vedant Kumar | 2019-11-19 | 1 | -10/+18 |
* | [OPENMP]Rename function, NFC. | Alexey Bataev | 2019-11-19 | 3 | -16/+16 |
* | [NFC] Refactor representation of materialized temporaries | Tyker | 2019-11-19 | 5 | -7/+8 |
* | Work on cleaning up denormal mode handling | Matt Arsenault | 2019-11-19 | 1 | -2/+3 |
* | [CodeGen] Assign locations to calls to special struct helpers | Vedant Kumar | 2019-11-18 | 1 | -0/+1 |
* | [NFC] Fix 'target' condition in checkTargetFeatures | Erich Keane | 2019-11-18 | 1 | -2/+2 |
* | Implement __attribute__((objc_direct)), __attribute__((objc_direct_members)) | Pierre Habouzit | 2019-11-18 | 4 | -38/+238 |
* | Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ... | Eric Christopher | 2019-11-18 | 2 | -51/+0 |
* | [OPENMP50]Fix PR44024: runtime assert in distribute construct. | Alexey Bataev | 2019-11-18 | 1 | -1/+3 |
* | Revert "[DWARF5]Addition of alignment atrribute in typedef DIE." | Sam McCall | 2019-11-18 | 1 | -8/+5 |
* | [ARM,MVE] Add intrinsics for vector comparisons. | Simon Tatham | 2019-11-18 | 1 | -0/+8 |
* | Revert "[NFC] Refactor representation of materialized temporaries" | Nico Weber | 2019-11-17 | 5 | -8/+7 |
* | [NFC] Refactor representation of materialized temporaries | Tyker | 2019-11-16 | 5 | -7/+8 |
* | [DWARF5]Addition of alignment atrribute in typedef DIE. | Sourabh Singh Tomar | 2019-11-16 | 1 | -5/+8 |
* | Don't add optnone or noinline if the function is already marked as | Akira Hatanaka | 2019-11-15 | 1 | -5/+5 |
* | Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX... | Alexandre Ganea | 2019-11-15 | 2 | -14/+5 |
* | re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma... | Alexandre Ganea | 2019-11-15 | 2 | -5/+14 |
* | Implement target(branch-protection) attribute for AArch64 | Momchil Velikov | 2019-11-15 | 1 | -6/+21 |
* | Move floating point related entities to namespace level | Serge Pavlov | 2019-11-15 | 1 | -20/+13 |
* | Revert "[clang] Remove the DIFlagArgumentNotModified debug info flag" | Djordje Todorovic | 2019-11-15 | 2 | -0/+46 |
* | [clang] Remove the DIFlagArgumentNotModified debug info flag | Djordje Todorovic | 2019-11-15 | 2 | -46/+0 |
* | Add missing includes needed to prune LLVMContext.h include, NFC | Reid Kleckner | 2019-11-14 | 2 | -0/+2 |
* | [BPF] Restrict preserve_access_index attribute to C only | Yonghong Song | 2019-11-14 | 1 | -31/+12 |
* | Move CodeGenFileType enum to Support/CodeGen.h | Reid Kleckner | 2019-11-13 | 1 | -5/+5 |
* | [BPF] Add preserve_access_index attribute for record definition | Yonghong Song | 2019-11-13 | 1 | -7/+68 |
* | [ARM,MVE] Add intrinsics for contiguous load/stores. | Simon Tatham | 2019-11-13 | 1 | -0/+7 |
* | [OpenMP] Use an explicit copy in a range-based for | Mark de Wever | 2019-11-12 | 1 | -7/+7 |
* | AArch64: add arm64_32 support to Clang. | Tim Northover | 2019-11-12 | 2 | -13/+29 |
* | [OPENMP50]Generalize handling of context matching/scoring. | Alexey Bataev | 2019-11-11 | 1 | -36/+97 |
* | Revert "[BPF] Add preserve_access_index attribute for record definition" | Yonghong Song | 2019-11-09 | 1 | -68/+7 |
* | [BPF] Add preserve_access_index attribute for record definition | Yonghong Song | 2019-11-09 | 1 | -7/+68 |
* | Debug Info: Nest Objective-C property function decls inside their container. | Adrian Prantl | 2019-11-08 | 2 | -25/+53 |
* | Redeclare Objective-C property accessors inside the ObjCImplDecl in which the... | Adrian Prantl | 2019-11-08 | 5 | -57/+33 |
* | [CodeGenModule] Group blocks runtime globals together, NFC | Vedant Kumar | 2019-11-07 | 1 | -4/+4 |
* | Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff... | Melanie Blower | 2019-11-07 | 2 | -0/+58 |
* | CodeGen: set correct result for atomic compound expressions | Tim Northover | 2019-11-07 | 1 | -9/+20 |
* | Revert a5c8ec4 "[CGDebugInfo] Emit subprograms for decls when AT_tail_call is... | Hans Wennborg | 2019-11-07 | 1 | -4/+6 |
* | [OPENMP50]Simplify processing of context selector scores. | Alexey Bataev | 2019-11-05 | 1 | -37/+1 |
* | [HIP] Fix visibility for 'extern' device variables. | Michael Liao | 2019-11-05 | 1 | -3/+3 |
* | [hip] Enable pointer argument lowering through coercing type. | Michael Liao | 2019-11-05 | 2 | -3/+56 |
* | [OPENMP]Improve diagnostics for unsupported unified addressing. | Alexey Bataev | 2019-11-05 | 1 | -4/+9 |
* | [Clang FE] Recognize -mnop-mcount CL option (SystemZ only). | Jonas Paulsson | 2019-11-05 | 1 | -0/+10 |
* | [CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood | Vedant Kumar | 2019-11-04 | 1 | -6/+4 |
* | [OPENMP50]Support for imperfectly nested loops. | Alexey Bataev | 2019-11-04 | 1 | -14/+43 |