aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC
AgeCommit message (Expand)Author
2012-10-17Set a special flag in class metadata when an Objective-C classJohn McCall
2012-10-17At -O0, prefer objc_storeStrong with a null new value to theJohn McCall
2012-10-16GNUstep runtime version default to 1.6, generate correct property attributeDavid Chisnall
2012-10-15Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar
2012-10-15Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber
2012-10-10objective-C IRgen: When sending a method to 'super'Fariborz Jahanian
2012-10-05Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman
2012-10-02Re-enable this test to reflect re-enabling the new SROA pass.Chandler Carruth
2012-09-29Add Clang support for iOS6.Bob Wilson
2012-09-26Turn off this test, as the new and old SROA cause it produce different output.Nick Lewycky
2012-09-25During jump-scope checking, build an ExprWithCleanups immediatelyJohn McCall
2012-09-24Update the Clang tests which run with a full optimization pipeline forChandler Carruth
2012-09-18Disable some tests that fail when the x86 backend isn't built.Benjamin Kramer
2012-09-12Reapply:Eric Christopher
2012-09-12Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial"Eric Christopher
2012-09-12clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts.NAKAMURA Takumi
2012-09-12clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.NAKAMURA Takumi
2012-09-12clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi
2012-09-12Make clang emit a flag for DW_AT_object_pointer for the artificialEric Christopher
2012-09-07In ARC, if we're emitting assembly markers for calls toJohn McCall
2012-09-06Fixing the return type information for objc_sync_enter and objc_sync_exit. P...Aaron Ballman
2012-08-29Fix PR reference in test.Eli Friedman
2012-08-29Fix run-line for test.Eli Friedman
2012-08-29Make alignment computation for pointer values for builtins handleEli Friedman
2012-08-27Restore a -cc1 invariant that was causing problems on PPC64.John McCall
2012-08-20Fix a pair of bugs relating to properties in ARC.John McCall
2012-08-17Fix broken check lines.Benjamin Kramer
2012-08-07objc-arc: set nonlazybind attribute on objc_retain/Fariborz Jahanian
2012-07-20Don't need to specify the abi as it's the default.Eric Christopher
2012-07-19FileCheck-ize.Eric Christopher
2012-07-19Reset the layout of an ObjC class if we see an ivar in a categoryEric Christopher
2012-07-12Add the ObjFW runtime. Patch by Jonathan Schleifer!John McCall
2012-07-03Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall
2012-06-29objective-c IRGen: fixes a crash when method type is being mangledFariborz Jahanian
2012-06-26block literal irgen: several improvements on naming blockFariborz Jahanian
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-19objc-arc: captured block variable accessed in its block literalFariborz Jahanian
2012-05-29objective-c: fix a sema and IRGen crash when propertyFariborz Jahanian
2012-05-15Add documentation about boxing enum types and a codegen test to makeArgyrios Kyrtzidis
2012-05-13Test for -fdebugger-objc-literal: missing methods should be generated like mi...Jordy Rose
2012-05-11Add a test case for going through typedefs until we reach "BOOL", that NSAPI:...Argyrios Kyrtzidis
2012-05-10[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the correspondingArgyrios Kyrtzidis
2012-04-26Test case for previosu patch.Fariborz Jahanian
2012-04-23Forward declarations should take a context. This helps the debuggerEric Christopher
2012-04-20minor improvement to couple of tests.Fariborz Jahanian
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-04-12The copy and destroy helper functions aren't prototyped, don't call themEric Christopher
2012-04-11Add a triple to this test.Eric Christopher
2012-04-11Try to fix the windows buildbots by making this test a little lessEric Christopher
2012-04-11Enable debug info for objective c implementations that may not haveEric Christopher