summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
...
* Restore r147493 and remove the part of the test that was checking the wrong t...David Chisnall2012-01-041-2/+0
* When performing layout for an Objective-C class, make sure to dig outDouglas Gregor2011-12-201-0/+6
* Update tests to match r146744.Devang Patel2011-12-162-2/+2
* Update tests to match r146665.Devang Patel2011-12-152-2/+2
* Fix an extremely stupid bug causing terrible miscompilationsJohn McCall2011-12-061-0/+43
* Make sure that forward declarations are marked as such in the debug infoEric Christopher2011-11-291-0/+5
* The optimizers figured out how to make this store 6.Nick Lewycky2011-11-151-5/+1
* In ARC, don't reclaim objects of Class type.John McCall2011-11-141-0/+24
* Add invariant.load metadata to loads from selector references. Allows these ...Pete Cooper2011-11-101-0/+9
* Whenever explicitly activating or deactivating a cleanup, weJohn McCall2011-11-101-1/+1
* Fix a subtle bug with cleanups: when activatingJohn McCall2011-11-102-13/+57
* Enter the cleanups for a block outside the enclosingJohn McCall2011-11-102-7/+20
* Emit the copy and dipose helpers for ARC __strongJohn McCall2011-11-091-1/+28
* Extract the blocks-related ARC tests into their own file.John McCall2011-11-092-428/+430
* Bind function "r-values" as l-values when emitting them asJohn McCall2011-11-081-0/+11
* In x86_64, when calling an Objective-C method that returns a _Complex long do...Anders Carlsson2011-10-311-0/+28
* Fix test for LLVM change r143186.Nick Lewycky2011-10-281-3/+2
* objc: fix an ir-gen crash caused by recent Fariborz Jahanian2011-10-271-0/+48
* Move these test from checking assembly to checking LLVM IR. Should fix falloutNick Lewycky2011-10-273-15/+6
* Objective-c: fix an ir-gen crash where objc messag returns a _ComplexFariborz Jahanian2011-10-261-0/+16
* Add block information for ObjC @catch blocks.Eric Christopher2011-10-191-0/+16
* Strip qualifiers off the type of an implicit property defined byJohn McCall2011-10-171-0/+15
* When constructing debug information for synthesized variables for theEric Christopher2011-10-061-0/+15
* Mark calls to objc_retainBlock that don't result from castsJohn McCall2011-10-041-0/+22
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-02133-194/+194
* When performing an @throw in ARC, retain + autoreleaseJohn McCall2011-10-011-10/+12
* Parse attributes written in an ObjC method parameter type asJohn McCall2011-10-011-0/+24
* Allow the results of cf_returns_not_retained functionJohn McCall2011-10-011-2/+0
* objc gc: assigning to an objc object struct member through an ivar Fariborz Jahanian2011-09-301-2/+19
* objc-gc: Fix a corner case where clang fails to generate GC Fariborz Jahanian2011-09-231-0/+25
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-193-9/+10
* Tighten check to match an ivar with corresponding property by using ObjCImple...Devang Patel2011-09-191-0/+14
* Correctly generate IR for casted "builtin" functions, whereJohn McCall2011-09-131-0/+7
* Turn off the generation of unaligned atomic load/store; I'm going to explicit...Eli Friedman2011-09-131-2/+4
* A strong property of block type has "copy" setter semantics, not "retain".John McCall2011-09-131-0/+20
* Don't use native atomics on ivars whose size is not a power of two,John McCall2011-09-131-0/+29
* This test seems pretty low-value.John McCall2011-09-131-50/+0
* Always emit bitfield properties using expression behavior, even if they'reJohn McCall2011-09-131-0/+9
* Unify the decision of how to emit property getters and setters into aJohn McCall2011-09-131-4/+17
* When converting a block pointer to an Objective-C pointer type, extendJohn McCall2011-09-101-0/+37
* Allow C++0x enumerations with a fixed underlying type inDouglas Gregor2011-09-081-1/+6
* objc-gc: Adds support for "weak" property attribute under GC.Fariborz Jahanian2011-09-061-0/+28
* Remove XFAIL/XTARGET since this is passing on the other bots.Eric Christopher2011-08-201-2/+0
* Migrate, update and FileCheckize:Eric Christopher2011-08-204-0/+90
* Migrate, update and FileCheckize:Eric Christopher2011-08-204-0/+51
* Migrate, FileCheckize and update:Eric Christopher2011-08-207-0/+154
* Add new test.Devang Patel2011-08-191-15/+0
* objc-arc: @property definitions should default to (strong) when notFariborz Jahanian2011-08-191-0/+16
* The continue label in an ARC for-in loop should not involveJohn McCall2011-08-051-0/+21
* This test still hangs on win32, despite XFAIL it. Remove XFAIL.Ted Kremenek2011-08-041-1/+0