aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjCGNU.cpp
AgeCommit message (Expand)Author
2010-03-30the big refactoring bits of PR3782.Rafael Espindola
2010-03-20Fixed synthesizing properties declared in properties (GNU runtime).David Chisnall
2010-03-13Fixed copy-and-paste error causing categories to contain the protocols declar...David Chisnall
2010-02-26Don't generate method metadata for @dynamic properties. Fixes PR6354.David Chisnall
2010-02-26Use the power of types to track down another canonicalization bug inJohn McCall
2010-02-09StringRefize two random methods, remove a dead variable and a weird construct...Benjamin Kramer
2010-02-05Standardize the parsing of function type attributes in a way thatJohn McCall
2010-02-03Revert "Numerous changes to selector handling:", this breaks a whole bunch ofDaniel Dunbar
2010-02-03First pass at adding GC support for GNU runtime. GC ivar maps not yet constr...David Chisnall
2010-02-03Numerous changes to selector handling:David Chisnall
2010-01-27Unique ObjC strings (GNU Runtime); fix for PR6142. Note: Doing this in the r...David Chisnall
2010-01-23Created __builtin___NSStringMakeConstantString() builtin, which generates con...David Chisnall
2010-01-14Made ObjC method name mangling match GCC (which does it in a stupid and broke...David Chisnall
2010-01-11Fix type mismatch on 64-bit platforms (GNU ObjC).David Chisnall
2010-01-08Export a public symbol for classes with the GNU runtime. David Chisnall
2010-01-06Fix for PR5691David Chisnall
2009-12-24Pass ReturnValueSlot to EmitCall. No functionality change yet.Anders Carlsson
2009-12-24Fix for bug 5691.David Chisnall
2009-11-29Change LangOptions::ObjCConstantStringClass to an std::string to avoid worryi...Daniel Dunbar
2009-11-20Fixed crash when using undefined protocols (GNU runtime).David Chisnall
2009-11-17Fixed bug where ivar offsets were being initialized as 0 with the fragile GNU...David Chisnall
2009-11-16Fixed two minor differences between clang and GCC-generated runtime structure...David Chisnall
2009-10-14There is now only one version of eh.selector and eh.typeid.for.Duncan Sands
2009-10-13Simplify pointer creation with the new Type::getInt*Ptr methods.Benjamin Kramer
2009-09-24Patch fixes a code gen. bug in generation of objc_assign_ivarFariborz Jahanian
2009-09-21Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall
2009-09-19Make clang stop relying on ConstantStruct::get's default value for isPackedNick Lewycky
2009-09-17IRgen/ObjC: Correctly construct the function info for variadic message sends.Daniel Dunbar
2009-09-17IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.Daniel Dunbar
2009-09-14Small fix to stop CGObjCGNU emitting symbols that break some versions of gas.David Chisnall
2009-09-11Fix use of uninitialized, David please check.Daniel Dunbar
2009-09-10Non fragile ABI for GNU runtime. Patch bu David Chisnall.Fariborz Jahanian
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-31Re-implemented generation of objc_memmove_collectableFariborz Jahanian
2009-08-31Updated GNU runtime non-fragile ABI.David Chisnall
2009-08-17Initial patch to support definitions of id and Class from headers in Objectiv...David Chisnall
2009-08-13Update for LLVM API change.Owen Anderson
2009-08-13Update for LLVM API change.Owen Anderson
2009-08-05Update for LLVM API change.Owen Anderson
2009-08-05cgobjcgnu was making invalid common globals.Chris Lattner
2009-07-31Fixup spacing and 80-col violations.Mike Stump
2009-07-31Update for LLVM API change.Owen Anderson
2009-07-30Update for LLVM API changes.Owen Anderson
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-28Update for LLVM API change.Owen Anderson
2009-07-27Update for LLVM API change.Owen Anderson
2009-07-24Update for LLVM API change.Owen Anderson
2009-07-24Fix declaration of obc_enumerationMutation function, for GNU runtime.Daniel Dunbar
2009-07-18Revert r75641.Anders Carlsson