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