summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-191-0/+2
* Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin2019-10-171-3/+0
* Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin2019-10-161-0/+3
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-081-3/+13
* Codegen - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-071-3/+3
* [Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet2019-10-031-3/+3
* [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)Guillaume Chatelet2019-09-301-1/+1
* Improve code generation for thread_local variables:Richard Smith2019-09-121-1/+1
* Fix for PR43175: compiler crash when trying to emit noncapturableAlexey Bataev2019-09-101-0/+5
* Implement codegen for MSVC unions with reference members.Aaron Ballman2019-08-271-14/+16
* hwasan, codegen: Keep more lifetime markers used for hwasanVitaly Buka2019-08-261-0/+1
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-261-4/+3
* IR. Change strip* family of functions to not look through aliases.Peter Collingbourne2019-08-221-2/+1
* [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
OpenPOWER on IntegriCloud