summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-032-4/+2
* Ensure that the line table for functions with cleanups is sequential.Adrian Prantl2013-05-022-4/+108
* Remove an empty line so the line numbers match up again after the recent docu...Adrian Prantl2013-04-191-1/+0
* still not relaxed enough.Adrian Prantl2013-04-191-1/+1
* cleanup and relax test casesAdrian Prantl2013-04-191-2/+3
* Emit the underlying type in the debug info for all kinds of fixed enumsAdrian Prantl2013-04-191-0/+64
* objc_autoreleasePoolPop() can throw if a -dealloc does.John McCall2013-04-161-2/+25
* Trying fixing test to make buildbot happy again.Fariborz Jahanian2013-04-161-1/+1
* modify test to try to make buildbot happy.Fariborz Jahanian2013-04-161-2/+1
* Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian2013-04-161-0/+44
* FileCheck-ify more grep tests with quoted double quotesReid Kleckner2013-04-113-62/+69
* FileCheck-ify some clang grep tests that use double quotesReid Kleckner2013-04-103-14/+16
* Don't copy just to capture a strong block pointer under ARC.John McCall2013-04-081-0/+39
* Be sure to check ARC conventions on the implicit method declarationsJohn McCall2013-04-041-0/+45
* Protect the values of array and dictionary literals from theJohn McCall2013-04-041-24/+67
* In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall2013-04-031-2/+2
* generalize testcaseAdrian Prantl2013-03-291-1/+1
* Bugfix/Followup for r177086.Adrian Prantl2013-03-294-20/+35
* Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem2013-03-232-12/+13
* Under ARC, when we're passing the address of a strong variableJohn McCall2013-03-233-10/+16
* Generalize debug info tests to be forward compatible with future DISubprogram...David Blaikie2013-03-212-2/+2
* Simplify/generalize some debug info test casesDavid Blaikie2013-03-197-17/+17
* Add a clarifying note when a return statement is rejected becauseJohn McCall2013-03-191-4/+12
* Generalize a few debug info test casesDavid Blaikie2013-03-171-1/+1
* Add a testcase for r177118.Adrian Prantl2013-03-141-1/+2
* Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl2013-03-141-0/+64
* Tighten up the rules for precise lifetime and documentJohn McCall2013-03-132-72/+121
* Improve the caching of debuginfo Objective C interface types.Adrian Prantl2013-03-111-0/+5
* Ensure that DIType is regenerated after we visit an implementationAdrian Prantl2013-03-063-0/+96
* Add more of the command line options as attribute flags.Bill Wendling2013-02-282-1/+4
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-2/+2
* Temporarily revert r176116 for compile-time performance regression.Adrian Prantl2013-02-273-95/+0
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-275-22/+13
* Ensure that DIType is regenerated after we visited an implementation that add...Adrian Prantl2013-02-263-0/+95
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-255-14/+20
* Add more attributes from the command line to functions.Bill Wendling2013-02-255-20/+14
* Update tests so that we don't test for function-only attributes on call sites.Bill Wendling2013-02-221-3/+3
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-2214-80/+104
* Patch for debug info of qualified-id types is 'id'Fariborz Jahanian2013-02-211-0/+41
* objective-C arc IR-gen. Retaining of strongFariborz Jahanian2013-02-216-13/+15
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-205-9/+27
* Use the actual class visibility for the ObjC EHTYPE global,John McCall2013-02-191-0/+27
* CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.Douglas Gregor2013-02-181-1/+13
* Update test cases to account for DIBuilder type changes.David Blaikie2013-02-182-2/+2
* Test ivar-invariant.m: use a more idiomatic RUN line and tighten the testDmitri Gribenko2013-02-171-1/+4
* [clang] fix test execution commandSaleem Abdulrasool2013-02-171-1/+1
* [CodeGen] tighten objc ivar invariant.load attributionSaleem Abdulrasool2013-02-171-0/+53
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-153-7/+7
* objective-C: Fixes a compiler crash when encodingFariborz Jahanian2013-02-151-0/+18
* Make this test determinstic for my last patch.Fariborz Jahanian2013-02-141-18/+18
OpenPOWER on IntegriCloud