aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC
AgeCommit message (Expand)Author
2011-05-01Add r130624 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola
2011-04-30Revert the previous patch while I figure out how to make llvm-gccRafael Espindola
2011-04-30Update for cfi.Rafael Espindola
2011-04-30Pass -fno-dwarf2-cfi-asm and use FileCheck.Rafael Espindola
2011-04-28tests: Tweak test to not write to the same temporary twice, in the hopes of a...Daniel Dunbar
2011-04-26IRgen/Darwin: Fix refacto introduced in Triple changes.Daniel Dunbar
2011-04-22Fixes an instance method meta-data generation bug inFariborz Jahanian
2011-04-16Emit debug info for Objective-C properties.Devang Patel
2011-04-12IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type,Daniel Dunbar
2011-04-12We can't emit an aggregate cast as its sub-expression in general justJohn McCall
2011-04-06Refine rules for atomic property api toFariborz Jahanian
2011-04-05Fixes a regression caused by my last patch. Fariborz Jahanian
2011-04-05Generate atomic api for atomic properties (x86 and x86_64Fariborz Jahanian
2011-03-29Do not line number entry for unconditional branches. Usually, users do not wa...Devang Patel
2011-03-26On Mac OS X, the presence of an 'availability' attribute for thatDouglas Gregor
2011-03-25Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.Daniel Dunbar
2011-03-23Fixed type error in last commit (forgot that now that selectors are notDavid Chisnall
2011-03-23Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor
2011-03-16Don't emit read barriers for reading __weak __block variablesJohn McCall
2011-03-01objc IRGen for Next runtime message API.Fariborz Jahanian
2011-02-28Revert r126678.Fariborz Jahanian
2011-02-28objc IRGen for Next runtime message API.Fariborz Jahanian
2011-02-26Zero-initialize the struct-return slot of an Objective-C messageJohn McCall
2011-02-22Establish the iteration variable of an ObjC for-in loop beforeJohn McCall
2011-02-22Reorganize the emission of local variables.John McCall
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2011-02-22Move some Objective-C tests to SemaObjC and CodeGenObjC.Anders Carlsson
2011-02-18Objective-c armv7 API for atomic properties of Fariborz Jahanian
2011-02-18The flags we're supposed to write into a byref struct are *not* theJohn McCall
2011-02-17update this test now that reassociate isn't stripping nsw's pointlessly.Chris Lattner
2011-02-16Don't call objc_read_weak as part of emitting a block literal.John McCall
2011-02-09Add target triple.Devang Patel
2011-02-09Do not emit AT_MIPS_linkage_name for Objective-C method static variable i.Devang Patel
2011-02-09Emit debug info for objc_selector.Devang Patel
2011-02-08Fix an IRGen bug in property setter calls whenFariborz Jahanian
2011-02-07A few more tweaks to the blocks AST representation: John McCall
2011-02-02Update this test following recent optimizer changes.Dan Gohman
2011-01-28Not really any point to testing control flow in this test withoutJohn McCall
2011-01-28Update exceptions.m for r124462.Eric Christopher
2011-01-26Fixes an IRgen bug where __block variable isFariborz Jahanian
2011-01-19Emit DW_TAG_lexical_scope to surround foreach.Devang Patel
2011-01-18Add unnamed_addr in CreateRuntimeVariable.Rafael Espindola
2011-01-17merge strings created byRafael Espindola
2011-01-10Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola
2011-01-04Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian
2011-01-03Consider zero-length array of structs whenFariborz Jahanian
2010-12-26Fix for PR8695.David Chisnall
2010-12-23Add -fobjc-default-synthesized-properties flagTed Kremenek
2010-12-15ivars craeted for explicit @synthesize and thoseFariborz Jahanian
2010-12-06Do unary conversions on vararg arguments and *then* special-case float.John McCall