aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC
AgeCommit message (Expand)Author
2011-12-06Fix an extremely stupid bug causing terrible miscompilationsJohn McCall
2011-11-29Make sure that forward declarations are marked as such in the debug infoEric Christopher
2011-11-15The optimizers figured out how to make this store 6.Nick Lewycky
2011-11-14In ARC, don't reclaim objects of Class type.John McCall
2011-11-10Add invariant.load metadata to loads from selector references. Allows these ...Pete Cooper
2011-11-10Whenever explicitly activating or deactivating a cleanup, weJohn McCall
2011-11-10Fix a subtle bug with cleanups: when activatingJohn McCall
2011-11-10Enter the cleanups for a block outside the enclosingJohn McCall
2011-11-09Emit the copy and dipose helpers for ARC __strongJohn McCall
2011-11-09Extract the blocks-related ARC tests into their own file.John McCall
2011-11-08Bind function "r-values" as l-values when emitting them asJohn McCall
2011-10-31In x86_64, when calling an Objective-C method that returns a _Complex long do...Anders Carlsson
2011-10-28Fix test for LLVM change r143186.Nick Lewycky
2011-10-27objc: fix an ir-gen crash caused by recent Fariborz Jahanian
2011-10-27Move these test from checking assembly to checking LLVM IR. Should fix falloutNick Lewycky
2011-10-26Objective-c: fix an ir-gen crash where objc messag returns a _ComplexFariborz Jahanian
2011-10-19Add block information for ObjC @catch blocks.Eric Christopher
2011-10-17Strip qualifiers off the type of an implicit property defined byJohn McCall
2011-10-06When constructing debug information for synthesized variables for theEric Christopher
2011-10-04Mark calls to objc_retainBlock that don't result from castsJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-10-01When performing an @throw in ARC, retain + autoreleaseJohn McCall
2011-10-01Parse attributes written in an ObjC method parameter type asJohn McCall
2011-10-01Allow the results of cf_returns_not_retained functionJohn McCall
2011-09-30objc gc: assigning to an objc object struct member through an ivar Fariborz Jahanian
2011-09-23objc-gc: Fix a corner case where clang fails to generate GC Fariborz Jahanian
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-09-19Tighten check to match an ivar with corresponding property by using ObjCImple...Devang Patel
2011-09-13Correctly generate IR for casted "builtin" functions, whereJohn McCall
2011-09-13Turn off the generation of unaligned atomic load/store; I'm going to explicit...Eli Friedman
2011-09-13A strong property of block type has "copy" setter semantics, not "retain".John McCall
2011-09-13Don't use native atomics on ivars whose size is not a power of two,John McCall
2011-09-13This test seems pretty low-value.John McCall
2011-09-13Always emit bitfield properties using expression behavior, even if they'reJohn McCall
2011-09-13Unify the decision of how to emit property getters and setters into aJohn McCall
2011-09-10When converting a block pointer to an Objective-C pointer type, extendJohn McCall
2011-09-08Allow C++0x enumerations with a fixed underlying type inDouglas Gregor
2011-09-06objc-gc: Adds support for "weak" property attribute under GC.Fariborz Jahanian
2011-08-20Remove XFAIL/XTARGET since this is passing on the other bots.Eric Christopher
2011-08-20Migrate, update and FileCheckize:Eric Christopher
2011-08-20Migrate, update and FileCheckize:Eric Christopher
2011-08-20Migrate, FileCheckize and update:Eric Christopher
2011-08-19Add new test.Devang Patel
2011-08-19objc-arc: @property definitions should default to (strong) when notFariborz Jahanian
2011-08-05The continue label in an ARC for-in loop should not involveJohn McCall
2011-08-04This test still hangs on win32, despite XFAIL it. Remove XFAIL.Ted Kremenek
2011-08-04XFAIL arc.m codegen test on win32 because it is currently hanging. Need to i...Ted Kremenek
2011-08-03Use the general conditional-cleanup framework instead of rolling ourJohn McCall
2011-08-03In ARC, don't try to reclaim the result of a call to performSelectorJohn McCall
2011-07-28Fix a couple of problems with initialization and assignment toJohn McCall