summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP50]Add if clause in for simd directive.Alexey Bataev2019-11-211-97/+121
* [DeclCXX] Remove unknown external linkage specificationsEhud Katz2019-11-211-3/+1
* Atomics: support min/max orthogonallyTim Northover2019-11-211-7/+65
* NeonEmitter: remove special case on casting polymorphic builtins.Tim Northover2019-11-201-0/+5
* Reland "[clang] Remove the DIFlagArgumentNotModified debug info flag"Djordje Todorovic2019-11-202-46/+0
* [OPENMP50]Add if clause in simd directive.Alexey Bataev2019-11-193-20/+64
* [CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood (rel...Vedant Kumar2019-11-191-10/+18
* [OPENMP]Rename function, NFC.Alexey Bataev2019-11-193-16/+16
* [NFC] Refactor representation of materialized temporariesTyker2019-11-195-7/+8
* Work on cleaning up denormal mode handlingMatt Arsenault2019-11-191-2/+3
* [CodeGen] Assign locations to calls to special struct helpersVedant Kumar2019-11-181-0/+1
* [NFC] Fix 'target' condition in checkTargetFeaturesErich Keane2019-11-181-2/+2
* Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))Pierre Habouzit2019-11-184-38/+238
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-182-51/+0
* [OPENMP50]Fix PR44024: runtime assert in distribute construct.Alexey Bataev2019-11-181-1/+3
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-181-8/+5
* [ARM,MVE] Add intrinsics for vector comparisons.Simon Tatham2019-11-181-0/+8
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-175-8/+7
* [NFC] Refactor representation of materialized temporariesTyker2019-11-165-7/+8
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-161-5/+8
* Don't add optnone or noinline if the function is already marked asAkira Hatanaka2019-11-151-5/+5
* Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...Alexandre Ganea2019-11-152-14/+5
* re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-11-152-5/+14
* Implement target(branch-protection) attribute for AArch64Momchil Velikov2019-11-151-6/+21
* Move floating point related entities to namespace levelSerge Pavlov2019-11-151-20/+13
* Revert "[clang] Remove the DIFlagArgumentNotModified debug info flag"Djordje Todorovic2019-11-152-0/+46
* [clang] Remove the DIFlagArgumentNotModified debug info flagDjordje Todorovic2019-11-152-46/+0
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-142-0/+2
* [BPF] Restrict preserve_access_index attribute to C onlyYonghong Song2019-11-141-31/+12
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-5/+5
* [BPF] Add preserve_access_index attribute for record definitionYonghong Song2019-11-131-7/+68
* [ARM,MVE] Add intrinsics for contiguous load/stores.Simon Tatham2019-11-131-0/+7
* [OpenMP] Use an explicit copy in a range-based forMark de Wever2019-11-121-7/+7
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-122-13/+29
* [OPENMP50]Generalize handling of context matching/scoring.Alexey Bataev2019-11-111-36/+97
* Revert "[BPF] Add preserve_access_index attribute for record definition"Yonghong Song2019-11-091-68/+7
* [BPF] Add preserve_access_index attribute for record definitionYonghong Song2019-11-091-7/+68
* Debug Info: Nest Objective-C property function decls inside their container.Adrian Prantl2019-11-082-25/+53
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-085-57/+33
* [CodeGenModule] Group blocks runtime globals together, NFCVedant Kumar2019-11-071-4/+4
* Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...Melanie Blower2019-11-072-0/+58
* CodeGen: set correct result for atomic compound expressionsTim Northover2019-11-071-9/+20
* Revert a5c8ec4 "[CGDebugInfo] Emit subprograms for decls when AT_tail_call is...Hans Wennborg2019-11-071-4/+6
* [OPENMP50]Simplify processing of context selector scores.Alexey Bataev2019-11-051-37/+1
* [HIP] Fix visibility for 'extern' device variables.Michael Liao2019-11-051-3/+3
* [hip] Enable pointer argument lowering through coercing type.Michael Liao2019-11-052-3/+56
* [OPENMP]Improve diagnostics for unsupported unified addressing.Alexey Bataev2019-11-051-4/+9
* [Clang FE] Recognize -mnop-mcount CL option (SystemZ only).Jonas Paulsson2019-11-051-0/+10
* [CGDebugInfo] Emit subprograms for decls when AT_tail_call is understoodVedant Kumar2019-11-041-6/+4
* [OPENMP50]Support for imperfectly nested loops.Alexey Bataev2019-11-041-14/+43
OpenPOWER on IntegriCloud