summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX
Commit message (Expand)AuthorAgeFilesLines
* type_info objects are not unnamed_addr: the ABI requires us toJohn McCall2014-02-081-7/+7
* [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner2014-02-011-3/+3
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-142-2/+2
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-1/+1
* Remove duplicated -cc1 in testsAlp Toker2013-12-081-2/+2
* [ms-cxxabi] Construct and destroy call arguments in the correct orderReid Kleckner2013-12-041-0/+20
* Fix ObjC @encode for C++ classes w/virtual bases.Eli Friedman2013-09-181-0/+10
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-042-2/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-1530-103/+103
* Compute 'this' correctly for block in lambda.Eli Friedman2013-07-121-0/+18
* Finish off mangling locals in block literals.Eli Friedman2013-07-101-4/+1
* More fixes for block mangling.Eli Friedman2013-07-021-7/+7
* Fix mangling for block literals.Eli Friedman2013-07-011-6/+32
* Change mangling of objects inside block literals.Eli Friedman2013-06-241-4/+16
* Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman2013-06-183-5/+25
* Add a missing testcase for ObjC ivar encoding for a C++ class with a vptr.Eli Friedman2013-06-171-0/+13
* Followup to r183931 to fix the lambda conversion-to-block-pointer member.Eli Friedman2013-06-131-1/+10
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-031-0/+22
* Drop ObjCIndirectCopyRestoreExprs during template instantiation.John McCall2013-04-111-0/+22
* Don't crash when mangling types defined in ObjC class extensions.John McCall2013-04-101-1/+25
* In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall2013-04-031-0/+80
* Under ARC, when we're passing the address of a strong variableJohn McCall2013-03-231-0/+2
* Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose2013-03-081-0/+48
* Correction to r176432: the bug actually fixed was <rdar://13025708>.John McCall2013-03-041-1/+1
* Centralize and refine the __unknown_anytype argument rulesJohn McCall2013-03-041-0/+20
* Perform the receiver-expression transformations regardless ofJohn McCall2013-03-011-0/+24
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-9/+4
* Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany2013-02-261-2/+2
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-4/+9
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-9/+4
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-222-15/+19
* objective-C arc IR-gen. Retaining of strongFariborz Jahanian2013-02-211-2/+3
* Attempt to clean up tests for non-X86 platforms.Bill Wendling2013-02-201-6/+6
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-202-8/+18
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-2/+2
* Added test for r174461 that checks that the desired behavior also occurs in O...Michael Gottesman2013-02-061-0/+8
* Destroy arrays and ARC fields when throwing out of ctors.John McCall2013-02-011-1/+40
* Use the correct field to copy/dispose a __block variable.John McCall2013-01-221-0/+49
* objC block layout: Patch reorders block layout to Fariborz Jahanian2013-01-171-10/+11
* Declare +new instead of -new in test.Fariborz Jahanian2013-01-101-1/+1
* objectiveC++: When throwing c++ exception of Fariborz Jahanian2013-01-101-1/+17
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-171-0/+4
* Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer2012-12-171-4/+0
* Added support for new property helpers (GNUstep runtime).David Chisnall2012-12-171-0/+4
* Fix PR14474: don't emit debug info for interface types in -gline-tables-only ...Alexey Samsonov2012-12-031-0/+25
* objective-C arc: load of a __weak object happens via call toFariborz Jahanian2012-11-271-1/+6
* Don't try to save the assigned value in a Objective-C property assignmentEli Friedman2012-11-131-6/+16
* Minor fix to ObjC layout bitmap metadata. Found while I was trying toEli Friedman2012-11-061-3/+3
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-1/+1
* objective-C IRGen: for @implementation nested in Fariborz Jahanian2012-10-261-0/+17