summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX
Commit message (Expand)AuthorAge
* Improve robustness of tests for module flags metadataOliver Stannard2014-06-19
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-28
* Include translation unit filename in global ctor symbol names.Nico Weber2014-05-06
* Objective-C++ IRGen. Due to change to AST for initialization of c++11’s Fariborz Jahanian2014-03-14
* Objective-C properties. Fixes a crash in Sema where RHS ofFariborz Jahanian2014-03-06
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-27
* type_info objects are not unnamed_addr: the ABI requires us toJohn McCall2014-02-08
* [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner2014-02-01
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-14
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-13
* Remove duplicated -cc1 in testsAlp Toker2013-12-08
* [ms-cxxabi] Construct and destroy call arguments in the correct orderReid Kleckner2013-12-04
* Fix ObjC @encode for C++ classes w/virtual bases.Eli Friedman2013-09-18
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-04
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-15
* Compute 'this' correctly for block in lambda.Eli Friedman2013-07-12
* Finish off mangling locals in block literals.Eli Friedman2013-07-10
* More fixes for block mangling.Eli Friedman2013-07-02
* Fix mangling for block literals.Eli Friedman2013-07-01
* Change mangling of objects inside block literals.Eli Friedman2013-06-24
* Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman2013-06-18
* Add a missing testcase for ObjC ivar encoding for a C++ class with a vptr.Eli Friedman2013-06-17
* Followup to r183931 to fix the lambda conversion-to-block-pointer member.Eli Friedman2013-06-13
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-03
* Drop ObjCIndirectCopyRestoreExprs during template instantiation.John McCall2013-04-11
* Don't crash when mangling types defined in ObjC class extensions.John McCall2013-04-10
* In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall2013-04-03
* Under ARC, when we're passing the address of a strong variableJohn McCall2013-03-23
* Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose2013-03-08
* Correction to r176432: the bug actually fixed was <rdar://13025708>.John McCall2013-03-04
* Centralize and refine the __unknown_anytype argument rulesJohn McCall2013-03-04
* Perform the receiver-expression transformations regardless ofJohn McCall2013-03-01
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-27
* Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany2013-02-26
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-25
* Add more attributes from the command line to functions.Bill Wendling2013-02-25
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-22
* objective-C arc IR-gen. Retaining of strongFariborz Jahanian2013-02-21
* Attempt to clean up tests for non-X86 platforms.Bill Wendling2013-02-20
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-20
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-15
* Added test for r174461 that checks that the desired behavior also occurs in O...Michael Gottesman2013-02-06
* Destroy arrays and ARC fields when throwing out of ctors.John McCall2013-02-01
* Use the correct field to copy/dispose a __block variable.John McCall2013-01-22
* objC block layout: Patch reorders block layout to Fariborz Jahanian2013-01-17
* Declare +new instead of -new in test.Fariborz Jahanian2013-01-10
* objectiveC++: When throwing c++ exception of Fariborz Jahanian2013-01-10
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-17
* Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer2012-12-17
* Added support for new property helpers (GNUstep runtime).David Chisnall2012-12-17