aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjC.cpp
AgeCommit message (Expand)Author
2013-02-12In ARC, emit non-peepholed +1s within the full-expression insteadJohn McCall
2013-02-02Fixed another whitespace issue... *sigh*.Michael Gottesman
2013-02-02Fixed whitespace.Michael Gottesman
2013-02-02On platforms which do not support ARC natively, do not mark objc_retain/objc_...Michael Gottesman
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-20Rename llvm::Attributes to llvm::Attribute.Bill Wendling
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-18Remove obsolete FIXMEs.David Chisnall
2012-12-18Inline hasAtomicCopyHelperAPI.Rafael Espindola
2012-12-17Reapply r170344, this time without forgetting to commit the header changes.David Chisnall
2012-12-17Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer
2012-12-17Added support for new property helpers (GNUstep runtime).David Chisnall
2012-12-12Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue Chad Rosier
2012-10-26Don't crash synthesizing an ObjC property with an empty struct type. <rdar:/...Eli Friedman
2012-10-17At -O0, prefer objc_storeStrong with a null new value to theJohn McCall
2012-10-16Transform pattern:Alexey Samsonov
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-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-02Add FP_CONTRACT support for clang.Lang Hames
2012-09-29Add Clang support for iOS6.Bob Wilson
2012-08-24Push ArrayRef through the Expr hierarchy.Benjamin Kramer
2012-08-21Screw around with ObjCRuntime some more, changing theJohn McCall
2012-08-20Fix a pair of bugs relating to properties in ARC.John McCall
2012-08-07objc-arc: set nonlazybind attribute on objc_retain/Fariborz Jahanian
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-07Distinguish more carefully between free functions and C++ instance methodsJohn McCall
2012-06-22Documentation cleanup: Escape @objc* in Doxygen comments.James Dennett
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-15Documentation cleanup:James Dennett
2012-05-29objective-c: fix a sema and IRGen crash when propertyFariborz Jahanian
2012-04-26objective-c IRGen. Fixes a getter synthesis bugFariborz Jahanian
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-04-12These functions too have no prototypes. Audited the rest of Sema forEric Christopher
2012-04-03Change location information for synthesized properties to be at theEric Christopher
2012-03-30Revert previous commit changing location information to see if thisEric Christopher
2012-03-30Change location information for synthesized properties to be at theEric Christopher
2012-03-29Revert r153613 as it's causing large compile-time regressions on the nightly ...Chad Rosier
2012-03-29Tidy.Eric Christopher
2012-03-28When we can't prove that the target of an aggregate copy isJohn McCall
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-10Simplify code. No functionality change.Benjamin Kramer
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-03-01Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s...Eli Friedman
2012-02-28Implement IRGen for the retain-autorelease in the lambda conversion-to-block-...Eli Friedman
2012-02-17Whether an argument is required (in contrast with being anJohn McCall