summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
* Add builtins for aligning and checking alignment of pointers and integersAlex Richardson2020-01-091-0/+5
* [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.hJohannes Doerfert2019-12-101-1/+1
* Avoid Attr.h includes, CodeGen editionReid Kleckner2019-12-091-5/+2
* [OpenMP50] Add parallel master constructcchen2019-12-051-0/+1
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-051-0/+3
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-1/+0
* Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower2019-12-041-3/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+1
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-041-0/+3
* [OPENMP50]Add if clause in simd directive.Alexey Bataev2019-11-191-0/+13
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-181-3/+0
* Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...Melanie Blower2019-11-071-0/+3
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-301-0/+2
* [clang,ARM] Initial ACLE intrinsics for MVE.Simon Tatham2019-10-241-1/+6
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-0/+2
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+2
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-111-6/+1
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-101-1/+6
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-101-6/+1
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+1
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-081-0/+1
* [Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet2019-10-031-1/+1
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-221-6/+7
* Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCLIlya Biryukov2019-07-181-7/+6
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-181-6/+7
* fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song2019-07-161-0/+3
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-161-1/+1
* Temporarily Revert "fix unnamed fiefield issue and add tests for __builtin_pr...Eric Christopher2019-07-151-3/+0
* fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song2019-07-151-0/+3
* NFC: Convert large lambda into methodVitaly Buka2019-07-101-0/+3
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-091-0/+4
* Revert "[BPF] Preserve debuginfo array/union/struct type/access index"Yonghong Song2019-07-091-4/+0
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-091-0/+4
* Ensure Target Features always_inline error happens in C++ cases.Erich Keane2019-06-211-0/+1
* Rename CodeGenFunction::overlapFor* to getOverlapFor*.Richard Smith2019-06-201-5/+5
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-8/+1
* Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang2019-06-201-0/+4
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-4/+18
* [PR41276] Fixed incorrect generation of addr space cast for 'this' in C++.Anastasia Stulova2019-04-041-5/+2
* [MS] Make __iso_volatile_* available on all targetsReid Kleckner2019-03-281-3/+0
* IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.Peter Collingbourne2019-03-221-3/+2
* Revert "Add a new attribute, fortify_stdlib"Erik Pilkington2019-03-131-4/+0
* [CodeGenObjC] Emit [[X alloc] init] as objc_alloc_init(X) when availableErik Pilkington2019-02-141-0/+2
* Add a new attribute, fortify_stdlibErik Pilkington2019-02-111-0/+4
* [opaque pointer types] Pass through function types for TLSJames Y Knight2019-02-071-4/+4
* [opaque pointer types] More trivial changes to pass FunctionType to CallInst.James Y Knight2019-02-051-3/+3
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-15/+15
* [opaque pointer types] Trivial changes towards CallInst requiringJames Y Knight2019-02-031-2/+2
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-02-011-2/+2
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Eric Liu2019-01-311-2/+2
OpenPOWER on IntegriCloud