| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changed signature of GenerateMessageSend() function to pass the ObjCInterface... | David Chisnall | 2010-04-28 | 1 | -4/+4 |
* | Make the static type of the exception variable in an Objective-C | Douglas Gregor | 2010-04-26 | 1 | -4/+4 |
* | IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: | Daniel Dunbar | 2010-04-25 | 1 | -14/+15 |
* | IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fi... | Daniel Dunbar | 2010-04-25 | 1 | -32/+9 |
* | NeXT: Clean up dispatch method policy selection. | Daniel Dunbar | 2010-04-24 | 1 | -5/+12 |
* | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor | 2010-04-23 | 1 | -38/+39 |
* | NeXT/EH: When generating the rethrow code for a finally block, make sure to | Daniel Dunbar | 2010-04-23 | 1 | -2/+12 |
* | NeXT/EH: Tidy up EH code a bit, don't emit the catch block EH handler if it i... | Daniel Dunbar | 2010-04-23 | 1 | -27/+32 |
* | Support for -fno-constant-cfstrings option - wip. | Fariborz Jahanian | 2010-04-22 | 1 | -1/+12 |
* | Check for darwin befoer cheking for version. | Fariborz Jahanian | 2010-04-19 | 1 | -1/+2 |
* | Force clang to produce legacy api for messaging | Fariborz Jahanian | 2010-04-19 | 1 | -1/+4 |
* | fix integrated assembler with i386 objc code. | Chris Lattner | 2010-04-17 | 1 | -4/+4 |
* | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -1/+1 |
* | IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments,... | Daniel Dunbar | 2010-04-15 | 1 | -5/+5 |
* | IRgen: Eliminate now unused fields from CGBitFieldInfo. | Daniel Dunbar | 2010-04-15 | 1 | -3/+2 |
* | IRgen/NeXT: Simplify to use AST record layout for getting offsets instead of the | Daniel Dunbar | 2010-04-14 | 1 | -13/+4 |
* | IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "... | Daniel Dunbar | 2010-04-13 | 1 | -0/+11 |
* | Add some API code for future work. | Fariborz Jahanian | 2010-04-12 | 1 | -0/+28 |
* | IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-fie... | Daniel Dunbar | 2010-04-08 | 1 | -2/+2 |
* | IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo. | Daniel Dunbar | 2010-04-06 | 1 | -3/+3 |
* | IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo. | Daniel Dunbar | 2010-04-05 | 1 | -2/+11 |
* | IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level. | Daniel Dunbar | 2010-04-05 | 1 | -1/+1 |
* | Add a FIXME and reduce nesting. | Daniel Dunbar | 2010-04-05 | 1 | -18/+16 |
* | IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME. | Daniel Dunbar | 2010-04-02 | 1 | -12/+3 |
* | IRgen/Obj-C: Eliminate FindIvarInterface, now that ivar's are in the right De... | Daniel Dunbar | 2010-04-02 | 1 | -43/+25 |
* | CG/NeXT: Assert some invariants on an ivar's containing decl context that I a... | Daniel Dunbar | 2010-04-02 | 1 | -0/+13 |
* | IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out o... | Daniel Dunbar | 2010-03-31 | 1 | -2/+5 |
* | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -6/+10 |
* | Use the power of types to track down another canonicalization bug in | John McCall | 2010-02-26 | 1 | -11/+10 |
* | Patch removes IVars list from ObjCInterfaceDecl and | Fariborz Jahanian | 2010-02-19 | 1 | -1/+1 |
* | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor | 2010-02-11 | 1 | -2/+2 |
* | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar | 2010-02-10 | 1 | -1/+2 |
* | Standardize the parsing of function type attributes in a way that | John McCall | 2010-02-05 | 1 | -6/+12 |
* | Revert "Numerous changes to selector handling:", this breaks a whole bunch of | Daniel Dunbar | 2010-02-03 | 1 | -8/+0 |
* | Numerous changes to selector handling: | David Chisnall | 2010-02-03 | 1 | -0/+8 |
* | NeXT: Add support for -fobjc-legacy-dispatch. | Daniel Dunbar | 2010-02-01 | 1 | -0/+4 |
* | Created __builtin___NSStringMakeConstantString() builtin, which generates con... | David Chisnall | 2010-01-23 | 1 | -3/+3 |
* | Remove some dead variables clang-analyzer found. | Benjamin Kramer | 2009-12-25 | 1 | -5/+1 |
* | Pass ReturnValueSlot to EmitCall. No functionality change yet. | Anders Carlsson | 2009-12-24 | 1 | -2/+2 |
* | Patch to fix 32-bit @try failure with internal assertion when compiling | Fariborz Jahanian | 2009-12-14 | 1 | -2/+5 |
* | patch to add a property from a protocol to a class that adopts the protocol. | Fariborz Jahanian | 2009-12-12 | 1 | -0/+34 |
* | (objc2 nonfragile-abi specific). If the translation unit includes an implemen... | Fariborz Jahanian | 2009-12-01 | 1 | -11/+10 |
* | Don't pass false (default) for isVolatile parameter to CreateLoad. | Daniel Dunbar | 2009-11-29 | 1 | -11/+10 |
* | This patch finalizes implementatin of weak_import | Fariborz Jahanian | 2009-11-17 | 1 | -0/+6 |
* | More cases for weak_import objective-c2 classes. | Fariborz Jahanian | 2009-11-17 | 1 | -0/+3 |
* | More support for weak_import objective-c2 class. | Fariborz Jahanian | 2009-11-17 | 1 | -0/+27 |
* | Generate the old API when sending message to super | Fariborz Jahanian | 2009-11-14 | 1 | -1/+4 |
* | Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending | Fariborz Jahanian | 2009-11-12 | 1 | -6/+38 |
* | Avoid std::string concatenation. | Daniel Dunbar | 2009-10-19 | 1 | -16/+10 |
* | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -5/+5 |