Age | Commit message (Expand) | Author |
2010-05-11 | Merged Elaborated and QualifiedName types. | Abramo Bagnara |
2010-04-29 | IRgen/NeXT: Put the synthesized _objc_super, _message_ref_t decls in a valid ... | Daniel Dunbar |
2010-04-28 | IRGen for initialization/destruction of | Fariborz Jahanian |
2010-04-28 | Changed signature of GenerateMessageSend() function to pass the ObjCInterface... | David Chisnall |
2010-04-26 | Make the static type of the exception variable in an Objective-C | Douglas Gregor |
2010-04-25 | IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: | Daniel Dunbar |
2010-04-25 | IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fi... | Daniel Dunbar |
2010-04-24 | NeXT: Clean up dispatch method policy selection. | Daniel Dunbar |
2010-04-23 | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor |
2010-04-23 | NeXT/EH: When generating the rethrow code for a finally block, make sure to | Daniel Dunbar |
2010-04-23 | NeXT/EH: Tidy up EH code a bit, don't emit the catch block EH handler if it i... | Daniel Dunbar |
2010-04-22 | Support for -fno-constant-cfstrings option - wip. | Fariborz Jahanian |
2010-04-19 | Check for darwin befoer cheking for version. | Fariborz Jahanian |
2010-04-19 | Force clang to produce legacy api for messaging | Fariborz Jahanian |
2010-04-17 | fix integrated assembler with i386 objc code. | Chris Lattner |
2010-04-17 | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer |
2010-04-15 | IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments,... | Daniel Dunbar |
2010-04-15 | IRgen: Eliminate now unused fields from CGBitFieldInfo. | Daniel Dunbar |
2010-04-14 | IRgen/NeXT: Simplify to use AST record layout for getting offsets instead of the | Daniel Dunbar |
2010-04-13 | IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "... | Daniel Dunbar |
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 |