aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDecl.cpp
AgeCommit message (Expand)Author
2013-03-07Promote atomic type sizes up to a power of two, capped byJohn McCall
2013-03-07Change hasAggregateLLVMType, which conflates complex andJohn McCall
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2013-02-21objective-C arc IR-gen. Retaining of strongFariborz Jahanian
2013-02-02Revert r174246, accidentally committed.David Blaikie
2013-02-02BasicsDavid Blaikie
2013-02-01Destroy arrays and ARC fields when throwing out of ctors.John McCall
2013-01-31When we're emitting a constructor or destructor call from a delegatingDouglas Gregor
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-24CGDecl.cpp: Prune three descriptions in two methods, CodeGenFunction::pushIrr...NAKAMURA Takumi
2012-12-21Don't eagerly emit a global static merged with a local extern.Rafael Espindola
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-01Simplify: replace getContext().getLangOpts() with just getLangOpts().Richard Smith
2012-10-23Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-08-28CUDA: give correct address space to globals declared in functionsPeter Collingbourne
2012-08-27CodeGen: Hoist check from recursive function to its only callsite.Benjamin Kramer
2012-08-27CodeGen: When emitting stores for an initializer, only emit a GEP if we reall...Benjamin Kramer
2012-06-28Add -ftls-model command-line flag.Hans Wennborg
2012-06-23Support the tls_model attribute (PR9788)Hans Wennborg
2012-06-19objc-arc: captured block variable accessed in its block literalFariborz Jahanian
2012-05-04This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov
2012-04-13Don't enter cleanups for unreachable variables. It's impossible toJohn McCall
2012-03-30Make sure we unique static-local decls across multiple emissions ofJohn McCall
2012-03-30Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth
2012-03-30Do the static-locals thing properly in the face of unions andJohn McCall
2012-03-30When emitting a static local variable in C++, handleJohn McCall
2012-03-29Revert r153613 as it's causing large compile-time regressions on the nightly ...Chad Rosier
2012-03-28When we can't prove that the target of an aggregate copy isJohn McCall
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall
2012-03-09Make sure we update the static local decl address map when we are forced to r...Eli Friedman
2012-02-19Make heap-allocation of std::initializer_list 'work'.Sebastian Redl
2012-02-18Fix comment.Chad Rosier
2012-02-17Basic code generation support for std::initializer_list.Sebastian Redl
2012-02-17Bug fix: do not emit static const local variables with mutable membersRichard Smith
2012-02-17Whether an argument is required (in contrast with being anJohn McCall
2012-02-13Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith
2012-02-09CWG issue 1405: mutable members are allowed in literal types, but can't undergoRichard Smith
2012-01-31enhance some optimization logic to handle ConstantDataSequentialChris Lattner
2012-01-27Placate gcc's -Wreturn-typeMatt Beaumont-Gay
2012-01-26Use function pointers, rather than references, to pass DestroyersPeter Collingbourne
2012-01-16Some improvements to the handling of C11 atomic types:David Chisnall
2012-01-14constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith
2012-01-01Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor
2011-12-30Unrevert r147271, reverted in r147361.Richard Smith
2011-12-27Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor
2011-12-03Switch LValue so that it exposes alignment in CharUnits. (No functional chan...Eli Friedman