Age | Commit message (Expand) | Author |
2013-05-03 | Correctly emit certain implicit references to 'self' even within | John McCall |
2013-04-11 | Drop ObjCIndirectCopyRestoreExprs during template instantiation. | John McCall |
2013-04-10 | Don't crash when mangling types defined in ObjC class extensions. | John McCall |
2013-04-03 | In ObjC++ on legacy runtimes, push an EH cleanup as well as | John McCall |
2013-03-23 | Under ARC, when we're passing the address of a strong variable | John McCall |
2013-03-08 | Sema: Preserve attributes on parameters in instantiated function templates. | Jordan Rose |
2013-03-04 | Correction to r176432: the bug actually fixed was <rdar://13025708>. | John McCall |
2013-03-04 | Centralize and refine the __unknown_anytype argument rules | John McCall |
2013-03-01 | Perform the receiver-expression transformations regardless of | John McCall |
2013-02-27 | Reapply r176133 with testcase fixes. | Bill Wendling |
2013-02-26 | Unify clang/llvm attributes for asan/tsan/msan (Clang part) | Kostya Serebryany |
2013-02-25 | Revert "Add more attributes from the command line to functions." | Anna Zaks |
2013-02-25 | Add more attributes from the command line to functions. | Bill Wendling |
2013-02-22 | Update to use references to attribute groups instead of listing the attribute... | Bill Wendling |
2013-02-21 | objective-C arc IR-gen. Retaining of strong | Fariborz Jahanian |
2013-02-20 | Attempt to clean up tests for non-X86 platforms. | Bill Wendling |
2013-02-20 | Modify the tests to use attribute group references instead of listing the | Bill Wendling |
2013-02-15 | Add the 'target-cpu' and 'target-features' attributes to functions. | Bill Wendling |
2013-02-06 | Added test for r174461 that checks that the desired behavior also occurs in O... | Michael Gottesman |
2013-02-01 | Destroy arrays and ARC fields when throwing out of ctors. | John McCall |
2013-01-22 | Use the correct field to copy/dispose a __block variable. | John McCall |
2013-01-17 | objC block layout: Patch reorders block layout to | Fariborz Jahanian |
2013-01-10 | Declare +new instead of -new in test. | Fariborz Jahanian |
2013-01-10 | objectiveC++: When throwing c++ exception of | Fariborz Jahanian |
2012-12-17 | Reapply r170344, this time without forgetting to commit the header changes. | David Chisnall |
2012-12-17 | Revert "Added support for new property helpers (GNUstep runtime)." | Benjamin Kramer |
2012-12-17 | Added support for new property helpers (GNUstep runtime). | David Chisnall |
2012-12-03 | Fix PR14474: don't emit debug info for interface types in -gline-tables-only ... | Alexey Samsonov |
2012-11-27 | objective-C arc: load of a __weak object happens via call to | Fariborz Jahanian |
2012-11-13 | Don't try to save the assigned value in a Objective-C property assignment | Eli Friedman |
2012-11-06 | Minor fix to ObjC layout bitmap metadata. Found while I was trying to | Eli Friedman |
2012-11-05 | Use the individual -fsanitize=<...> arguments to control which of the UBSan | Richard Smith |
2012-10-26 | objective-C IRGen: for @implementation nested in | Fariborz Jahanian |
2012-10-17 | At -O0, prefer objc_storeStrong with a null new value to the | John McCall |
2012-09-18 | Remove invalid double colon in test case was previously ignored by FileCheck. | Benjamin Kramer |
2012-08-21 | When performing a trivial copy of a C++ type, we must be careful not | John McCall |
2012-08-07 | Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it | Richard Smith |
2012-07-31 | Don't crash *or* insert a bogus autorelease when emitting a | John McCall |
2012-07-11 | Don't try to do RVO on block variables that refer to an enclosing local. | Nico Weber |
2012-06-26 | block literal irgen: several improvements on naming block | Fariborz Jahanian |
2012-06-20 | Restructure how the driver communicates information about the | John McCall |
2012-04-27 | When @encode'ing a C++ class that has empty base classes, we can end | Douglas Gregor |
2012-04-06 | Fix a Sema invariant bug that I recently introduced involving | John McCall |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-03-01 | Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s... | Eli Friedman |
2012-03-01 | Implement "optimization" for lambda-to-block conversion which inlines the gen... | Eli Friedman |
2012-02-28 | Basic coverage test for conversion-to-block-pointer for lambda expressions. | Eli Friedman |
2012-02-21 | No need to go to object file, -emit-llvm is sufficient to see if clang | Eric Christopher |
2012-02-21 | Redirect the output to /dev/null. This prevents the output from cluttering | Richard Trieu |
2012-02-21 | Add a test case for r150976. | Nico Weber |