| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement codegen for MSVC unions with reference members. | Aaron Ballman | 2019-08-27 | 1 | -14/+16 |
* | hwasan, codegen: Keep more lifetime markers used for hwasan | Vitaly Buka | 2019-08-26 | 1 | -0/+1 |
* | msan, codegen, instcombine: Keep more lifetime markers used for msan | Vitaly Buka | 2019-08-26 | 1 | -4/+3 |
* | IR. Change strip* family of functions to not look through aliases. | Peter Collingbourne | 2019-08-22 | 1 | -2/+1 |
* | [BPF] annotate DIType metadata for builtin preseve_array_access_index() | Yonghong Song | 2019-08-02 | 1 | -3/+9 |
* | fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ... | Yonghong Song | 2019-07-16 | 1 | -2/+19 |
* | Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO" | Stephan Bergmann | 2019-07-16 | 1 | -1/+1 |
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -6/+6 |
* | Temporarily Revert "fix unnamed fiefield issue and add tests for __builtin_pr... | Eric Christopher | 2019-07-15 | 1 | -19/+2 |
* | fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ... | Yonghong Song | 2019-07-15 | 1 | -2/+19 |
* | [BPF] Preserve debuginfo array/union/struct type/access index | Yonghong Song | 2019-07-09 | 1 | -4/+45 |
* | Revert "[BPF] Preserve debuginfo array/union/struct type/access index" | Yonghong Song | 2019-07-09 | 1 | -45/+4 |
* | [BPF] Preserve debuginfo array/union/struct type/access index | Yonghong Song | 2019-07-09 | 1 | -4/+45 |
* | [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast | Erik Pilkington | 2019-07-02 | 1 | -0/+1 |
* | [clang] Add DISuprogram and DIE for a func decl | Djordje Todorovic | 2019-06-27 | 1 | -1/+13 |
* | Ensure Target Features always_inline error happens in C++ cases. | Erich Keane | 2019-06-21 | 1 | -11/+0 |
* | P0840R2: support for [[no_unique_address]] attribute | Richard Smith | 2019-06-20 | 1 | -0/+15 |
* | [OpenMP] Add support for handling declare target to clause when unified memor... | Gheorghe-Teodor Bercea | 2019-06-20 | 1 | -6/+13 |
* | C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c... | Richard Smith | 2019-06-14 | 1 | -22/+87 |
* | Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340. | Nico Weber | 2019-06-14 | 1 | -87/+22 |
* | C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c... | Richard Smith | 2019-06-13 | 1 | -22/+87 |
* | Remove redundant check for whether a DeclRefExpr that names a capture | Richard Smith | 2019-06-11 | 1 | -10/+1 |
* | For DR712: store on a MemberExpr whether it constitutes an odr-use. | Richard Smith | 2019-06-11 | 1 | -7/+1 |
* | For DR712: store on a DeclRefExpr whether it constitutes an odr-use. | Richard Smith | 2019-06-11 | 1 | -6/+13 |
* | Implement __builtin_LINE() et. al. to support source location capture. | Eric Fiselier | 2019-05-16 | 1 | -4/+8 |
* | Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO | Stephan Bergmann | 2019-05-02 | 1 | -1/+2 |
* | [CodeGen] Fix a regression by emitting lambda expressions in EmitLValue | Erik Pilkington | 2019-04-02 | 1 | -0/+2 |
* | IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI. | Peter Collingbourne | 2019-03-22 | 1 | -2/+2 |
* | [Fixed Point Arithmetic] Fixed Point and Integer Conversions | Leonard Chan | 2019-03-06 | 1 | -0/+2 |
* | [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani... | Pierre Gousseau | 2019-03-01 | 1 | -7/+4 |
* | revert r354873 as this breaks lldb builds. | Pierre Gousseau | 2019-02-26 | 1 | -4/+7 |
* | [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani... | Pierre Gousseau | 2019-02-26 | 1 | -7/+4 |
* | [opaque pointer types] Cleanup CGBuilder's Create*GEP. | James Y Knight | 2019-02-09 | 1 | -17/+2 |
* | [opaque pointer types] Cleanup CGBuilder's Create*GEP. | James Y Knight | 2019-02-08 | 1 | -3/+2 |
* | [opaque pointer types] Pass through function types for TLS | James Y Knight | 2019-02-07 | 1 | -3/+3 |
* | [opaque pointer types] Pass function types for runtime function calls. | James Y Knight | 2019-02-05 | 1 | -1/+1 |
* | [opaque pointer types] Trivial changes towards CallInst requiring | James Y Knight | 2019-02-03 | 1 | -3/+3 |
* | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -2/+3 |
* | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -3/+2 |
* | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -2/+3 |
* | Add a 'dynamic' parameter to the objectsize intrinsic | Erik Pilkington | 2019-01-30 | 1 | -1/+2 |
* | [ubsan] Check the correct size when sanitizing array new. | Richard Smith | 2019-01-23 | 1 | -16/+23 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Fix cleanup registration for lambda captures. | Richard Smith | 2019-01-17 | 1 | -9/+0 |
* | [ObjCARC] Add an new attribute, objc_externally_retained | Erik Pilkington | 2019-01-04 | 1 | -2/+6 |
* | [OpenCL] Add generic AS to 'this' pointer | Mikael Nilsson | 2018-12-13 | 1 | -1/+1 |
* | Revert "[OpenCL] Add generic AS to 'this' pointer" | Mikael Nilsson | 2018-12-12 | 1 | -1/+1 |
* | [OpenCL] Add generic AS to 'this' pointer | Mikael Nilsson | 2018-12-12 | 1 | -1/+1 |
* | [OpenCL] Fix for TBAA information of pointer after addresspacecast | Andrew Savonichev | 2018-12-12 | 1 | -2/+3 |
* | Move CodeGenOptions from Frontend to Basic | Richard Trieu | 2018-12-11 | 1 | -1/+1 |