summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-0/+1
* Clean ExprConstant/CGExprConstant up a bit. NFC.George Burgess IV2015-12-111-5/+7
* PR25368: Replace workaround for build failure with modules enabled with a fixRichard Smith2015-11-051-1/+1
* CGExprConstant.cpp: Appease Modules.NAKAMURA Takumi2015-10-301-1/+1
* [DEBUG INFO] Emit debug info for type used in explicit cast only.Alexey Bataev2015-10-201-0/+2
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-19/+31
* [CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointerDavid Majnemer2015-06-231-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+156
* [CodeGen] Indirect fields can initialize a unionDavid Majnemer2015-05-301-2/+8
* [CodeGen] Handle flexible array members containing pointers to membersDavid Majnemer2015-05-261-4/+0
* Replace getPointeeType()->isFunctionType with isMemberDataPointerTypeDavid Majnemer2015-04-241-2/+1
* [opaque pointer type] Update for GEP API changes in LLVMDavid Blaikie2015-04-021-1/+1
* CodeGen: Correctly initialize bitfields with non-constant initializersDavid Majnemer2015-03-141-3/+8
* CodeGen: Optimize emssion of zeroinitialzied arraysDavid Majnemer2014-12-281-12/+24
* CodeGen: Compound literals with funny types shouldn't crashDavid Majnemer2014-12-141-1/+2
* Use nullptr to silence -Wsentinel when self-hosting on WindowsReid Kleckner2014-12-011-2/+2
* CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer2014-10-191-14/+30
* Revert r220153: "CodeGen: ConstStructBuilder must verify packed constraints a...Chandler Carruth2014-10-191-10/+9
* CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer2014-10-191-9/+10
* CodeGen: Kill FillInNullDataMemberPointersDavid Majnemer2014-10-171-106/+3
* Fix IRGen for referencing a static local before emitting its declReid Kleckner2014-10-081-1/+2
* Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-08-271-1/+2
* PR18097: Support initializing an _Atomic(T) from an object of C++ class type TRichard Smith2014-07-311-0/+19
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-20/+20
* Objective-C [IRGen]. Fixes a crash in IRGen involving use ofFariborz Jahanian2014-04-231-1/+4
* Bug 18567: Fix constantexpr pointer casts with address spaces.Matt Arsenault2014-04-171-1/+3
* [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...Aaron Ballman2014-03-131-3/+2
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-9/+7
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-8/+5
* Rename isBuiltinCall() to getBuiltinCallee()Alp Toker2013-12-281-1/+1
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-111-2/+5
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-31/+10
* AST: Handle qualified array types in typeid() expressionsDavid Majnemer2013-09-271-1/+1
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-1/+1
* Make Expr::isConstantInitializer match IRGen.Eli Friedman2013-07-161-1/+5
* Rewrite record layout for ms_struct structs.Eli Friedman2013-06-261-30/+2
* PR12086, PR15117Richard Smith2013-06-121-5/+0
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+9
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+6
* Allow EmitConstantInit() to emit constant initializers for objects with trivi...Alexey Samsonov2013-04-051-2/+1
* Silence a number of static analyzer warnings with assertions and such.Jordan Rose2013-03-051-0/+2
* Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly2013-01-231-1/+2
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* c++ IRGen. In trivial cases that object is going into staticFariborz Jahanian2013-01-101-0/+17
* Don't assert/crash on reference variables in lambdas bound to aEli Friedman2013-01-031-4/+2
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-4/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
OpenPOWER on IntegriCloud