summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [DebugInfo] Avoid name conflict of generated VLA expression variable.Sander de Smalen2018-02-131-2/+3
* Fix crash on array initializer with non-0 alloca addrspaceMatt Arsenault2018-02-081-1/+2
* Recommit r324107 again.Rafael Espindola2018-02-071-1/+2
* Revert "Recommit r324107."Rafael Espindola2018-02-071-2/+1
* Recommit r324107.Rafael Espindola2018-02-071-1/+2
* Don't pass ForDefinition_t in places it is redundant.Rafael Espindola2018-02-071-1/+1
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-1/+1
* Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.Sander de Smalen2018-02-031-14/+68
* Revert "Start setting dso_local in clang."Rafael Espindola2018-02-021-2/+1
* Start setting dso_local in clang.Rafael Espindola2018-02-021-1/+2
* Reverting patch rL323952 due to build errors that ISander de Smalen2018-02-011-68/+14
* [DebugInfo] Enable debug information for C99 VLA typesSander de Smalen2018-02-011-14/+68
* Reland "Fix vtable not receiving hidden visibility when using push(visibility)"Jake Ehrlich2017-11-291-1/+1
* Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...Petr Hosek2017-11-221-1/+1
* [CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)Petr Hosek2017-11-221-1/+1
* [MS] Apply adjustments after storing 'this'Reid Kleckner2017-11-161-18/+0
* [OpenCL] Fix code generation of function-scope constant samplers.Alexey Bader2017-11-151-0/+4
* CodeGen: Fix invalid bitcast in partial initialization of automatic arrary va...Yaxun Liu2017-10-231-1/+1
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-2/+2
* [OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu2017-10-131-1/+3
* Extract IRGen's constant-emitter into its own helper class and clean upJohn McCall2017-08-151-2/+6
* CodeGen: Fix address space of global variableYaxun Liu2017-07-081-12/+10
* CodeGen: load indirect ObjC ARC arguments in prologueSaleem Abdulrasool2017-06-271-0/+4
* CodeGen: Cast temporary variable to proper address spaceYaxun Liu2017-06-191-21/+3
* Add support for #pragma clang sectionJaved Absar2017-06-051-0/+7
* CodeGen: Cast alloca to expected address spaceYaxun Liu2017-05-181-1/+17
* [OpenCL] Emit function-scope variable in constant address space as static var...Yaxun Liu2017-05-151-5/+8
* CodeGen: Let lifetime intrinsic use alloca address spaceYaxun Liu2017-04-171-4/+4
* [ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmt [ta...Kuba Mracek2017-04-141-7/+6
* Update for lifetime intrinsic signature changeMatt Arsenault2017-04-101-4/+6
* Fix Wdocumentation warningSimon Pilgrim2017-03-141-1/+1
* [ubsan] Use the nicer nullability diagnostic handlersVedant Kumar2017-03-141-3/+2
* [ubsan] Add a nullability sanitizerVedant Kumar2017-03-141-0/+38
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+1
* [CodeGen] Suppress emission of lifetime markers if a label has been seenAkira Hatanaka2017-01-251-5/+15
* CGDecl: Skip static variable initializers in unreachable codeMatthias Braun2017-01-101-2/+2
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-0/+4
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-4/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-0/+4
* Re-commit r289252 and r289285, and fix PR31374Yaxun Liu2016-12-151-1/+1
* Revert 289252 (and follow-up 289285), it caused PR31374Nico Weber2016-12-141-1/+1
* Add support for non-zero null pointer for C and OpenCLYaxun Liu2016-12-091-1/+1
* [OpenCL] Prevent generation of globals in non-constant AS for OpenCL.Anastasia Stulova2016-11-291-2/+6
* [OpenCL] Setting constant address space for array initializersAlexey Bader2016-10-311-1/+7
* Refactor call emission to package the function pointer together withJohn McCall2016-10-261-1/+2
* [CodeGen] Don't emit lifetime intrinsics for some local variablesVitaly Buka2016-10-261-5/+11
* [CodeGen] Move shouldEmitLifetimeMarkers into more convenient placeVitaly Buka2016-10-261-18/+1
* [CodeGen][ObjC] Do not call objc_storeStrong when initializing aAkira Hatanaka2016-10-181-31/+0
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+1
* [MS] Fix prologue this adjustment when 'this' is passed indirectlyReid Kleckner2016-09-071-0/+19
OpenPOWER on IntegriCloud