- b9966bd objective-C IRgen: When sending a method to 'super' by Fariborz Jahanian · 12 years ago
- e6b39bc Make sure to generate the right kind of MDNode for enum forward declarations. by Eli Friedman · 12 years ago
- 0fabc18 Re-enable this test to reflect re-enabling the new SROA pass. by Chandler Carruth · 12 years ago
- f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
- a4376dc Turn off this test, as the new and old SROA cause it produce different output. by Nick Lewycky · 12 years ago
- 9f357de During jump-scope checking, build an ExprWithCleanups immediately by John McCall · 12 years ago
- c07a9cb Update the Clang tests which run with a full optimization pipeline for by Chandler Carruth · 12 years ago
- ea104cd Disable some tests that fail when the x86 backend isn't built. by Benjamin Kramer · 12 years ago
- d5a73dc Reapply: by Eric Christopher · 12 years ago
- 22b617f Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial" by Eric Christopher · 12 years ago
- 0098d23 clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts. by NAKAMURA Takumi · 12 years ago
- 92b7c39 clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
- b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
- 2b6eb9d Make clang emit a flag for DW_AT_object_pointer for the artificial by Eric Christopher · 12 years ago
- f9fdcc0 In ARC, if we're emitting assembly markers for calls to by John McCall · 12 years ago
- 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
- 97d3f3b Fix PR reference in test. by Eli Friedman · 12 years ago
- 45dae62 Fix run-line for test. by Eli Friedman · 12 years ago
- a484fc7 Make alignment computation for pointer values for builtins handle by Eli Friedman · 12 years ago
- 9a209f1 Restore a -cc1 invariant that was causing problems on PPC64. by John McCall · 12 years ago
- d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 12 years ago
- d6d76f2 Fix broken check lines. by Benjamin Kramer · 12 years ago
- c343dd8 objc-arc: set nonlazybind attribute on objc_retain/ by Fariborz Jahanian · 12 years ago
- b379718 Don't need to specify the abi as it's the default. by Eric Christopher · 12 years ago
- d23ec89 FileCheck-ize. by Eric Christopher · 12 years ago
- 6dba4a1 Reset the layout of an ObjC class if we see an ivar in a category by Eric Christopher · 12 years ago
- f7226fb Add the ObjFW runtime. Patch by Jonathan Schleifer! by John McCall · 12 years ago
- 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
- 7e68ba5 objective-c IRGen: fixes a crash when method type is being mangled by Fariborz Jahanian · 12 years ago
- 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
- 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
- ddfc8a1 objc-arc: captured block variable accessed in its block literal by Fariborz Jahanian · 12 years ago
- 490a52b objective-c: fix a sema and IRGen crash when property by Fariborz Jahanian · 12 years ago
- 89deb3f Add documentation about boxing enum types and a codegen test to make by Argyrios Kyrtzidis · 12 years ago
- 9d6ca8a Test for -fdebugger-objc-literal: missing methods should be generated like missing classes. by Jordy Rose · 13 years ago
- 79993dc Add a test case for going through typedefs until we reach "BOOL", that NSAPI::isObjCTypedef() is doing. by Argyrios Kyrtzidis · 13 years ago
- 2df1a58 [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding by Argyrios Kyrtzidis · 13 years ago
- 196603c Test case for previosu patch. // rdar://11323676 by Fariborz Jahanian · 13 years ago
- 87380aa Forward declarations should take a context. This helps the debugger by Eric Christopher · 13 years ago
- 89592d5 minor improvement to couple of tests. by Fariborz Jahanian · 13 years ago
- eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 13 years ago
- e5bbebb The copy and destroy helper functions aren't prototyped, don't call them so. by Eric Christopher · 13 years ago
- 93848e0 Add a triple to this test. by Eric Christopher · 13 years ago
- 46853cb Try to fix the windows buildbots by making this test a little less by Eric Christopher · 13 years ago
- be6c686 Enable debug info for objective c implementations that may not have by Eric Christopher · 13 years ago
- 561d622 Revert r154321, pending more discussion. by David Chisnall · 13 years ago
- 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 13 years ago
- 856183c Enhance testing a bit to make sure that we're omitting the by Eric Christopher · 13 years ago
- 78af8fd Only emit the getter and setter names if they're not the default by Eric Christopher · 13 years ago
- 73f428c Enter an expression evaluation context when parsing by John McCall · 13 years ago
- ea32047 Change location information for synthesized properties to be at the by Eric Christopher · 13 years ago
- 96579c4 Revert previous commit changing location information to see if this by Eric Christopher · 13 years ago
- 38ac243 Make sure we perform the relevant implied conversions correctly for ObjC methods with related result types. PR12384. by Eli Friedman · 13 years ago
- 9ee2002 Testcase for the previous commit. by Eric Christopher · 13 years ago
- 7435054 Change location information for synthesized properties to be at the by Eric Christopher · 13 years ago
- 84392d0 The UTF16 string referenced by a CFString should go into the __TEXT,__ustring by Bill Wendling · 13 years ago
- ecae596 Go back to using just the selector name for the getter and setter by Eric Christopher · 13 years ago
- 51c0371 Add support for objc property decls according to the page at: by Eric Christopher · 13 years ago
- ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
- cd42724 Test is fixed. by Fariborz Jahanian · 13 years ago
- c78446e XFAIL test until I figure out how to make test pass on different platforms. by Fariborz Jahanian · 13 years ago
- 00ff5a9 Change test again so it passes in build-bot until I can figure out what is by Fariborz Jahanian · 13 years ago
- d8316db fix test for patch in r151268. by Fariborz Jahanian · 13 years ago
- ac37150 objective-c default synthesis. classes which adopt protocol properties by Fariborz Jahanian · 13 years ago
- 5c89c39 Try to handle qualifiers more consistently for array InitListExprs. Fixes <rdar://problem/10907510>, and makes the ASTs a bit more self-consistent. by Eli Friedman · 13 years ago
- b1e3f32 Make sure null initialization in arrays works correctly with ARC types. <rdar://problem/10907547>. by Eli Friedman · 13 years ago
- cd285d0 objc IRGen: force CSE of load of ivar offsets by setting by Fariborz Jahanian · 13 years ago
- be580e5 Make test case less sensitive to metadata numbering. by Chad Rosier · 13 years ago
- 86211df Remove the type retaining from the clang frontend. This is now by Eric Christopher · 13 years ago
- de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 13 years ago
- c7b55fc Fix this test to work with and without Asserts mode. by Dan Gohman · 13 years ago
- 13ca534 Fix test to not depend upon metadata numbers. by Bill Wendling · 13 years ago
- b1612cb test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now. by NAKAMURA Takumi · 13 years ago
- 348ab1a Fix test for r150648. by Chad Rosier · 13 years ago
- 3973acc Use the new method for specifying garbage collection metadata in the module. by Bill Wendling · 13 years ago
- b49bd27 Teach clang to add metadata tags to calls and invokes in ObjC with by Dan Gohman · 13 years ago
- ba83c95 objc-arc: For arc's ivar layout, treat __unsafe_unretained ivars by Fariborz Jahanian · 13 years ago
- 693fcaa Emit debug info for properites that are not backed by an ivar. by Devang Patel · 13 years ago
- 362ed2a Relax valid location check. This fixes a clang crash while emitting debug info for properties that are synthesized by the compiler by default. by Devang Patel · 13 years ago
- 5f3c7fa Let an ivar directly refer property TAG. by Devang Patel · 13 years ago
- 5b66405 Unbreak failing test added in r149738. by Richard Smith · 13 years ago
- 1a0d92f New test case. by Devang Patel · 13 years ago
- c08c88c Update tests so that they don't rely upon LLVMDebugVersion number. by Devang Patel · 13 years ago
- f20f46c fix test. by Fariborz Jahanian · 13 years ago
- 3c52d36 test for a v-table dispatch that consumes an by Fariborz Jahanian · 13 years ago
- 3c267e6 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 13 years ago
- 4e1524b revert r149184 by Fariborz Jahanian · 13 years ago
- 77fe6cd When emitting an ARC epilogue that looks like a return of 'self', by John McCall · 13 years ago
- f48f796 Get a little bit smarter about killing off the ReturnValue alloca by John McCall · 13 years ago
- de2fdc2 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 13 years ago
- b29b12d When initializing a catch variable in ARC, be sure to emit retains by John McCall · 13 years ago
- 13df6f6 Restore r147493 and remove the part of the test that was checking the wrong thing. by David Chisnall · 13 years ago
- e7aa27a When performing layout for an Objective-C class, make sure to dig out by Douglas Gregor · 13 years ago
- b29b92a Update tests to match r146744. by Devang Patel · 13 years ago
- 36370f5 Update tests to match r146665. by Devang Patel · 13 years ago
- b92e5d0 Fix an extremely stupid bug causing terrible miscompilations by John McCall · 13 years ago
- d5a3b78 Make sure that forward declarations are marked as such in the debug info by Eric Christopher · 13 years ago
- 155fa39 The optimizers figured out how to make this store 6. by Nick Lewycky · 13 years ago
- 567c586 In ARC, don't reclaim objects of Class type. by John McCall · 13 years ago
- b6d7114 Add invariant.load metadata to loads from selector references. Allows these loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699> by Pete Cooper · 13 years ago