aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGBlocks.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-22Use the correct field to copy/dispose a __block variable.John McCall1-14/+41
2013-01-17objC block layout: Patch reorders block layout to Fariborz Jahanian1-7/+42
2013-01-05In my last patch initialize the destination to null (with a simple store) bef...Fariborz Jahanian1-0/+2
2013-01-04objective-C arc: in copy helper function for Fariborz Jahanian1-0/+5
2013-01-04Debug Info: fix the line location for cleanup code of a block functionManman Ren1-0/+3
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth1-2/+2
2012-12-07Fix the required args count for variadic blocks.John McCall1-1/+1
2012-12-04objective-c blocks: Consider padding due to alignmentFariborz Jahanian1-5/+13
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-3/+3
2012-11-28objective-C blocks: Make sure that identical logic is usedFariborz Jahanian1-3/+2
2012-11-16A step towards sorting out handling of triviality of special members in C++11.Richard Smith1-1/+1
2012-11-14fixes a buildbot failure.Fariborz Jahanian1-0/+1
2012-11-14objective-C blocks: Provide layout map for byrefFariborz Jahanian1-5/+72
2012-11-01objective-C block meta-data. This patch completes meta-dataFariborz Jahanian1-2/+7
2012-10-27objective-C arc/mrr: Patch for the new block variable layout meta-data.Fariborz Jahanian1-2/+6
2012-10-25Provide comment describing what buildBlockDescriptor does.Fariborz Jahanian1-1/+12
2012-10-25Initialize debug info for special cases of functions that lack declarations a...Alexey Samsonov1-0/+4
2012-10-23Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor1-1/+2
2012-10-17At -O0, prefer objc_storeStrong with a null new value to theJohn McCall1-24/+64
2012-10-16Transform pattern:Alexey Samsonov1-6/+3
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-07-07Distinguish more carefully between free functions and C++ instance methodsJohn McCall1-1/+1
2012-06-26block literal irgen: several improvements on naming blockFariborz Jahanian1-2/+3
2012-05-16Fix code generation of variables reference expressions when mixingDouglas Gregor1-1/+1
2012-05-04This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov1-8/+10
2012-05-01During block layout, after padding up to the max field alignment,John McCall1-1/+2
2012-04-26Fix a bug with block layout when the block contains somethingJohn McCall1-5/+8
2012-04-13Don't enter cleanups for unreachable variables. It's impossible toJohn McCall1-0/+2
2012-04-12These functions too have no prototypes. Audited the rest of Sema forEric Christopher1-2/+2
2012-04-12The copy and destroy helper functions aren't prototyped, don't call themEric Christopher1-2/+2
2012-04-04Don't crash (assert failure) when generating blocks for C++ types with a non-...David Chisnall1-1/+2
2012-03-29Revert r153613 as it's causing large compile-time regressions on the nightly ...Chad Rosier1-2/+1
2012-03-28When we can't prove that the target of an aggregate copy isJohn McCall1-1/+2
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-8/+8
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall1-10/+6
2012-03-01Implement "optimization" for lambda-to-block conversion which inlines the gen...Eli Friedman1-6/+18
2012-02-25Work-in-progress for lambda conversion-to-block operator. Still need to impl...Eli Friedman1-4/+15
2012-02-17Whether an argument is required (in contrast with being anJohn McCall1-17/+24
2012-02-07simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner1-1/+1
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-1/+1
2012-01-26Use function pointers, rather than references, to pass DestroyersPeter Collingbourne1-3/+3
2012-01-14constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith1-6/+8
2011-12-03Switch LValue so that it exposes alignment in CharUnits. (No functional chan...Eli Friedman1-2/+1
2011-11-10Whenever explicitly activating or deactivating a cleanup, weJohn McCall1-2/+7
2011-11-10Enter the cleanups for a block outside the enclosingJohn McCall1-40/+144
2011-11-09Emit the copy and dipose helpers for ARC __strongJohn McCall1-10/+48
2011-11-02back out changes in r143399 and r143475.Fariborz Jahanian1-15/+9
2011-10-31Adds IRGen support for captured rvalue references in blocks.Fariborz Jahanian1-11/+19
2011-10-13Recommit:Eric Christopher1-1/+1
2011-10-12Revert file/scope handling patches. gdb testing revealed a couple of bugs.Eric Christopher1-1/+1