summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [BPF] annotate DIType metadata for builtin preseve_array_access_index()Yonghong Song2019-08-021-3/+9
* fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song2019-07-161-2/+19
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-161-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-6/+6
* Temporarily Revert "fix unnamed fiefield issue and add tests for __builtin_pr...Eric Christopher2019-07-151-19/+2
* fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song2019-07-151-2/+19
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-091-4/+45
* Revert "[BPF] Preserve debuginfo array/union/struct type/access index"Yonghong Song2019-07-091-45/+4
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-091-4/+45
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+1
* [clang] Add DISuprogram and DIE for a func declDjordje Todorovic2019-06-271-1/+13
* Ensure Target Features always_inline error happens in C++ cases.Erich Keane2019-06-211-11/+0
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-0/+15
* [OpenMP] Add support for handling declare target to clause when unified memor...Gheorghe-Teodor Bercea2019-06-201-6/+13
* C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith2019-06-141-22/+87
* Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.Nico Weber2019-06-141-87/+22
* C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith2019-06-131-22/+87
* Remove redundant check for whether a DeclRefExpr that names a captureRichard Smith2019-06-111-10/+1
* For DR712: store on a MemberExpr whether it constitutes an odr-use.Richard Smith2019-06-111-7/+1
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-6/+13
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-4/+8
* Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFOStephan Bergmann2019-05-021-1/+2
* [CodeGen] Fix a regression by emitting lambda expressions in EmitLValueErik Pilkington2019-04-021-0/+2
* IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.Peter Collingbourne2019-03-221-2/+2
* [Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan2019-03-061-0/+2
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-03-011-7/+4
* revert r354873 as this breaks lldb builds.Pierre Gousseau2019-02-261-4/+7
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-02-261-7/+4
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-091-17/+2
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-081-3/+2
* [opaque pointer types] Pass through function types for TLSJames Y Knight2019-02-071-3/+3
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-1/+1
* [opaque pointer types] Trivial changes towards CallInst requiringJames Y Knight2019-02-031-3/+3
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-2/+3
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-3/+2
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-2/+3
* Add a 'dynamic' parameter to the objectsize intrinsicErik Pilkington2019-01-301-1/+2
* [ubsan] Check the correct size when sanitizing array new.Richard Smith2019-01-231-16/+23
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix cleanup registration for lambda captures.Richard Smith2019-01-171-9/+0
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-2/+6
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+1
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-1/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+1
* [OpenCL] Fix for TBAA information of pointer after addresspacecastAndrew Savonichev2018-12-121-2/+3
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* Ensure sanitizer check function calls have a !dbg locationAdrian Prantl2018-11-281-0/+5
* [OpenCL] Enable address spaces for references in C++Anastasia Stulova2018-11-161-1/+8
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-131-4/+10
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-0/+2
OpenPOWER on IntegriCloud