aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC
AgeCommit message (Expand)Author
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall
2013-05-02Ensure that the line table for functions with cleanups is sequential.Adrian Prantl
2013-04-19Remove an empty line so the line numbers match up again after the recent docu...Adrian Prantl
2013-04-19still not relaxed enough.Adrian Prantl
2013-04-19cleanup and relax test casesAdrian Prantl
2013-04-19Emit the underlying type in the debug info for all kinds of fixed enumsAdrian Prantl
2013-04-16objc_autoreleasePoolPop() can throw if a -dealloc does.John McCall
2013-04-16Trying fixing test to make buildbot happy again.Fariborz Jahanian
2013-04-16modify test to try to make buildbot happy.Fariborz Jahanian
2013-04-16Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian
2013-04-11FileCheck-ify more grep tests with quoted double quotesReid Kleckner
2013-04-10FileCheck-ify some clang grep tests that use double quotesReid Kleckner
2013-04-08Don't copy just to capture a strong block pointer under ARC.John McCall
2013-04-04Be sure to check ARC conventions on the implicit method declarationsJohn McCall
2013-04-04Protect the values of array and dictionary literals from theJohn McCall
2013-04-03In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall
2013-03-29generalize testcaseAdrian Prantl
2013-03-29Bugfix/Followup for r177086.Adrian Prantl
2013-03-23Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem
2013-03-23Under ARC, when we're passing the address of a strong variableJohn McCall
2013-03-21Generalize debug info tests to be forward compatible with future DISubprogram...David Blaikie
2013-03-19Simplify/generalize some debug info test casesDavid Blaikie
2013-03-19Add a clarifying note when a return statement is rejected becauseJohn McCall
2013-03-17Generalize a few debug info test casesDavid Blaikie
2013-03-14Add a testcase for r177118.Adrian Prantl
2013-03-14Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl
2013-03-13Tighten up the rules for precise lifetime and documentJohn McCall
2013-03-11Improve the caching of debuginfo Objective C interface types.Adrian Prantl
2013-03-06Ensure that DIType is regenerated after we visit an implementationAdrian Prantl
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-28Use the actual ABI-determined C calling convention for runtimeJohn McCall
2013-02-27Temporarily revert r176116 for compile-time performance regression.Adrian Prantl
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-26Ensure that DIType is regenerated after we visited an implementation that add...Adrian Prantl
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-22Update tests so that we don't test for function-only attributes on call sites.Bill Wendling
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-21Patch for debug info of qualified-id types is 'id'Fariborz Jahanian
2013-02-21objective-C arc IR-gen. Retaining of strongFariborz Jahanian
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-19Use the actual class visibility for the ObjC EHTYPE global,John McCall
2013-02-18CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.Douglas Gregor
2013-02-18Update test cases to account for DIBuilder type changes.David Blaikie
2013-02-17Test ivar-invariant.m: use a more idiomatic RUN line and tighten the testDmitri Gribenko
2013-02-17[clang] fix test execution commandSaleem Abdulrasool
2013-02-17[CodeGen] tighten objc ivar invariant.load attributionSaleem Abdulrasool
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2013-02-15objective-C: Fixes a compiler crash when encodingFariborz Jahanian
2013-02-14Make this test determinstic for my last patch.Fariborz Jahanian