summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-36/+28
* In ARC, emit non-peepholed +1s within the full-expression insteadJohn McCall2013-02-121-17/+19
* Fixed another whitespace issue... *sigh*.Michael Gottesman2013-02-021-3/+3
* Fixed whitespace.Michael Gottesman2013-02-021-1/+1
* On platforms which do not support ARC natively, do not mark objc_retain/objc_...Michael Gottesman2013-02-021-4/+6
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-2/+2
* Rename llvm::Attributes to llvm::Attribute.Bill Wendling2012-12-201-1/+1
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Remove obsolete FIXMEs.David Chisnall2012-12-181-2/+0
* Inline hasAtomicCopyHelperAPI.Rafael Espindola2012-12-181-6/+2
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-171-4/+3
* Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer2012-12-171-3/+4
* Added support for new property helpers (GNUstep runtime).David Chisnall2012-12-171-4/+3
* Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue Chad Rosier2012-12-121-3/+8
* Don't crash synthesizing an ObjC property with an empty struct type. <rdar:/...Eli Friedman2012-10-261-0/+8
* At -O0, prefer objc_storeStrong with a null new value to theJohn McCall2012-10-171-4/+24
* Transform pattern:Alexey Samsonov2012-10-161-8/+6
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-7/+2
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-2/+7
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-101-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-2/+2
* Add Clang support for iOS6.Bob Wilson2012-09-291-7/+2
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-2/+2
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-2/+2
* Fix a pair of bugs relating to properties in ARC.John McCall2012-08-201-1/+10
* objc-arc: set nonlazybind attribute on objc_retain/Fariborz Jahanian2012-08-071-2/+6
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Distinguish more carefully between free functions and C++ instance methodsJohn McCall2012-07-071-24/+27
* Documentation cleanup: Escape @objc* in Doxygen comments.James Dennett2012-06-221-24/+24
* Restructure how the driver communicates information about theJohn McCall2012-06-201-6/+14
* Documentation cleanup:James Dennett2012-06-151-4/+6
* objective-c: fix a sema and IRGen crash when propertyFariborz Jahanian2012-05-291-6/+9
* objective-c IRGen. Fixes a getter synthesis bugFariborz Jahanian2012-04-261-1/+1
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-19/+19
* These functions too have no prototypes. Audited the rest of Sema forEric Christopher2012-04-121-2/+2
* Change location information for synthesized properties to be at theEric Christopher2012-04-031-2/+2
* Revert previous commit changing location information to see if thisEric Christopher2012-03-301-2/+2
* Change location information for synthesized properties to be at theEric Christopher2012-03-301-2/+2
* Revert r153613 as it's causing large compile-time regressions on the nightly ...Chad Rosier2012-03-291-6/+3
* Tidy.Eric Christopher2012-03-291-13/+19
* When we can't prove that the target of an aggregate copy isJohn McCall2012-03-281-3/+6
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-17/+17
* Simplify code. No functionality change.Benjamin Kramer2012-03-101-14/+5
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-33/+27
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-18/+198
* Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s...Eli Friedman2012-03-011-4/+4
* Implement IRGen for the retain-autorelease in the lambda conversion-to-block-...Eli Friedman2012-02-281-0/+25
OpenPOWER on IntegriCloud