Age | Commit message (Expand) | Author |
2010-04-12 | Add some API code for future work. | Fariborz Jahanian |
2010-04-08 | IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-fie... | Daniel Dunbar |
2010-04-06 | IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo. | Daniel Dunbar |
2010-04-05 | IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo. | Daniel Dunbar |
2010-04-05 | IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level. | Daniel Dunbar |
2010-04-05 | Add a FIXME and reduce nesting. | Daniel Dunbar |
2010-04-02 | IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME. | Daniel Dunbar |
2010-04-02 | IRgen/Obj-C: Eliminate FindIvarInterface, now that ivar's are in the right De... | Daniel Dunbar |
2010-04-02 | CG/NeXT: Assert some invariants on an ivar's containing decl context that I a... | Daniel Dunbar |
2010-03-31 | IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out o... | Daniel Dunbar |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-02-26 | Use the power of types to track down another canonicalization bug in | John McCall |
2010-02-19 | Patch removes IVars list from ObjCInterfaceDecl and | Fariborz Jahanian |
2010-02-11 | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor |
2010-02-10 | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar |
2010-02-05 | Standardize the parsing of function type attributes in a way that | John McCall |
2010-02-03 | Revert "Numerous changes to selector handling:", this breaks a whole bunch of | Daniel Dunbar |
2010-02-03 | Numerous changes to selector handling: | David Chisnall |
2010-02-01 | NeXT: Add support for -fobjc-legacy-dispatch. | Daniel Dunbar |
2010-01-23 | Created __builtin___NSStringMakeConstantString() builtin, which generates con... | David Chisnall |
2009-12-25 | Remove some dead variables clang-analyzer found. | Benjamin Kramer |
2009-12-24 | Pass ReturnValueSlot to EmitCall. No functionality change yet. | Anders Carlsson |
2009-12-14 | Patch to fix 32-bit @try failure with internal assertion when compiling | Fariborz Jahanian |
2009-12-12 | patch to add a property from a protocol to a class that adopts the protocol. | Fariborz Jahanian |
2009-12-01 | (objc2 nonfragile-abi specific). If the translation unit includes an implemen... | Fariborz Jahanian |
2009-11-29 | Don't pass false (default) for isVolatile parameter to CreateLoad. | Daniel Dunbar |
2009-11-17 | This patch finalizes implementatin of weak_import | Fariborz Jahanian |
2009-11-17 | More cases for weak_import objective-c2 classes. | Fariborz Jahanian |
2009-11-17 | More support for weak_import objective-c2 class. | Fariborz Jahanian |
2009-11-14 | Generate the old API when sending message to super | Fariborz Jahanian |
2009-11-12 | Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending | Fariborz Jahanian |
2009-10-19 | Avoid std::string concatenation. | Daniel Dunbar |
2009-10-18 | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar |
2009-10-18 | Twinify CGObjCMac, this simplifies the code and should reduce std::string | Daniel Dunbar |
2009-10-14 | There is now only one version of eh.selector and eh.typeid.for. | Duncan Sands |
2009-10-13 | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer |
2009-09-24 | Patch fixes a code gen. bug in generation of objc_assign_ivar | Fariborz Jahanian |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-19 | Make clang stop relying on ConstantStruct::get's default value for isPacked | Nick Lewycky |
2009-09-17 | IRgen/ObjC: Correctly construct the function info for variadic message sends. | Daniel Dunbar |
2009-09-17 | IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper. | Daniel Dunbar |
2009-09-16 | patch for generating objc'2 objc_assign_ivar. WIP. | Fariborz Jahanian |
2009-09-11 | Fixes a regression in objc GC layout bitmap involving | Fariborz Jahanian |
2009-09-10 | Get the size of object to pass to objc_memmove_collectable() | Fariborz Jahanian |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-07 | Remove unnecessary #include <sstream>. | Benjamin Kramer |
2009-09-07 | Use a SetVector for tracking some Obj-C metadata, to ensure deterministic | Daniel Dunbar |
2009-08-31 | Re-implemented generation of objc_memmove_collectable | Fariborz Jahanian |
2009-08-25 | Fix ivar layout map generation (hopefully). | Anders Carlsson |