summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 178663.Rafael Espindola2013-04-031-1/+1
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-1/+1
* [ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scop...Alexey Samsonov2013-04-021-0/+3
* Bugfix/Followup for r177086.Adrian Prantl2013-03-291-1/+1
* Remove useGlobalsForAutomaticVariables.Rafael Espindola2013-03-261-92/+80
* Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem2013-03-231-1/+68
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+1
* Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl2013-03-141-3/+13
* Tighten up the rules for precise lifetime and documentJohn McCall2013-03-131-5/+12
* Promote atomic type sizes up to a power of two, capped byJohn McCall2013-03-071-2/+6
* Change hasAggregateLLVMType, which conflates complex andJohn McCall2013-03-071-5/+13
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+1
* objective-C arc IR-gen. Retaining of strongFariborz Jahanian2013-02-211-8/+17
* Revert r174246, accidentally committed.David Blaikie2013-02-021-6/+2
* BasicsDavid Blaikie2013-02-021-2/+6
* Destroy arrays and ARC fields when throwing out of ctors.John McCall2013-02-011-1/+12
* When we're emitting a constructor or destructor call from a delegatingDouglas Gregor2013-01-311-1/+3
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-4/+4
* CGDecl.cpp: Prune three descriptions in two methods, CodeGenFunction::pushIrr...NAKAMURA Takumi2012-12-241-8/+0
* Don't eagerly emit a global static merged with a local extern.Rafael Espindola2012-12-211-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Simplify: replace getContext().getLangOpts() with just getLangOpts().Richard Smith2012-11-011-4/+4
* Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor2012-10-231-5/+7
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* CUDA: give correct address space to globals declared in functionsPeter Collingbourne2012-08-281-1/+3
* CodeGen: Hoist check from recursive function to its only callsite.Benjamin Kramer2012-08-271-4/+4
* CodeGen: When emitting stores for an initializer, only emit a GEP if we reall...Benjamin Kramer2012-08-271-7/+10
* Add -ftls-model command-line flag.Hans Wennborg2012-06-281-12/+6
* Support the tls_model attribute (PR9788)Hans Wennborg2012-06-231-4/+14
* objc-arc: captured block variable accessed in its block literalFariborz Jahanian2012-06-191-0/+8
* This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov2012-05-041-10/+20
* Don't enter cleanups for unreachable variables. It's impossible toJohn McCall2012-04-131-0/+4
* Make sure we unique static-local decls across multiple emissions ofJohn McCall2012-03-301-17/+25
* Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth2012-03-301-96/+55
* Do the static-locals thing properly in the face of unions andJohn McCall2012-03-301-61/+84
* When emitting a static local variable in C++, handleJohn McCall2012-03-301-0/+18
* Revert r153613 as it's causing large compile-time regressions on the nightly ...Chad Rosier2012-03-291-3/+2
* When we can't prove that the target of an aggregate copy isJohn McCall2012-03-281-2/+3
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-5/+5
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-4/+4
* Make sure we update the static local decl address map when we are forced to r...Eli Friedman2012-03-091-1/+3
* Make heap-allocation of std::initializer_list 'work'.Sebastian Redl2012-02-191-1/+1
* Fix comment.Chad Rosier2012-02-181-1/+1
* Basic code generation support for std::initializer_list.Sebastian Redl2012-02-171-0/+1
* Bug fix: do not emit static const local variables with mutable membersRichard Smith2012-02-171-15/+10
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-1/+1
* Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith2012-02-131-1/+19
* CWG issue 1405: mutable members are allowed in literal types, but can't undergoRichard Smith2012-02-091-5/+9
OpenPOWER on IntegriCloud