| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson | 2010-04-23 | 1 | -1/+1 |
* | Suppress compiler warning. | Daniel Dunbar | 2010-04-22 | 1 | -1/+1 |
* | Overhaul the AST representation of Objective-C message send | Douglas Gregor | 2010-04-21 | 1 | -18/+21 |
* | Removes a FIXME. | Fariborz Jahanian | 2010-04-13 | 1 | -4/+2 |
* | Variation of objc_copyStruct API generation when | Fariborz Jahanian | 2010-04-13 | 1 | -7/+21 |
* | Add support for objc_copyStruct to enforce | Fariborz Jahanian | 2010-04-13 | 1 | -1/+79 |
* | revert 100942, pending discussion. | Chris Lattner | 2010-04-10 | 1 | -1/+1 |
* | Fix for PR6811. | David Chisnall | 2010-04-10 | 1 | -1/+1 |
* | Emit debug info for objc getters and setters. | Devang Patel | 2010-04-05 | 1 | -3/+4 |
* | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -3/+4 |
* | Replace some constant-sized SmallVectors. | Benjamin Kramer | 2010-03-30 | 1 | -6/+7 |
* | Fix a code gen. bug involving generation of getter method | Fariborz Jahanian | 2010-03-25 | 1 | -1/+6 |
* | Extend ObjCMessageExpr for class method sends with the source location | Douglas Gregor | 2010-03-08 | 1 | -1/+1 |
* | Use getLocStart(), instead of getLocEnd(), to record starting location of obj... | Devang Patel | 2010-02-15 | 1 | -1/+1 |
* | IRgen: Add CreateMemTemp, for creating an temporary memory object for a parti... | Daniel Dunbar | 2010-02-09 | 1 | -9/+7 |
* | Standardize the parsing of function type attributes in a way that | John McCall | 2010-02-05 | 1 | -3/+6 |
* | IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is | Daniel Dunbar | 2010-02-05 | 1 | -3/+4 |
* | Revert "Numerous changes to selector handling:", this breaks a whole bunch of | Daniel Dunbar | 2010-02-03 | 1 | -5/+1 |
* | Numerous changes to selector handling: | David Chisnall | 2010-02-03 | 1 | -1/+5 |
* | Created __builtin___NSStringMakeConstantString() builtin, which generates con... | David Chisnall | 2010-01-23 | 1 | -1/+2 |
* | Pass ReturnValueSlot to EmitCall. No functionality change yet. | Anders Carlsson | 2009-12-24 | 1 | -4/+4 |
* | Fix crash when synthesizing property setters when the property type and ivar | Daniel Dunbar | 2009-10-27 | 1 | -5/+17 |
* | IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper. | Daniel Dunbar | 2009-09-17 | 1 | -1/+3 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -109/+106 |
* | Fixed a property getter ir-gen crash. | Fariborz Jahanian | 2009-09-01 | 1 | -0/+1 |
* | Regularize the case and sort. | Mike Stump | 2009-08-26 | 1 | -1/+1 |
* | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian | 2009-08-20 | 1 | -4/+4 |
* | Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr | Fariborz Jahanian | 2009-08-18 | 1 | -6/+6 |
* | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian | 2009-08-18 | 1 | -2/+4 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-31 | 1 | -2/+2 |
* | Canonicalize else spacing. | Mike Stump | 2009-07-30 | 1 | -14/+7 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-24 | 1 | -5/+5 |
* | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson | 2009-07-14 | 1 | -8/+8 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-13 | 1 | -2/+2 |
* | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -2/+2 |
* | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis | 2009-06-30 | 1 | -2/+2 |
* | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
* | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -1/+1 |
* | Reflow some comments. | Mike Stump | 2009-05-16 | 1 | -11/+11 |
* | Patch to support Gnu runtime's typed selectors. | Fariborz Jahanian | 2009-05-05 | 1 | -1/+2 |
* | Implement function-try-blocks. However, there's a very subtle bug that I can'... | Sebastian Redl | 2009-04-26 | 1 | -1/+1 |
* | split ObjC and C++ Statements out into their own headers. | Chris Lattner | 2009-04-26 | 1 | -1/+1 |
* | Remove unnused variable. | Daniel Dunbar | 2009-04-21 | 1 | -1/+0 |
* | Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things | Daniel Dunbar | 2009-04-21 | 1 | -5/+1 |
* | Remove non-const form of lookupFieldDeclForIvar. | Daniel Dunbar | 2009-04-20 | 1 | -1/+1 |
* | Use EmitCallArgs in EmitObjCMessageExpr. | Anders Carlsson | 2009-04-18 | 1 | -4/+1 |
* | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor | 2009-04-18 | 1 | -2/+2 |
* | Attributes on block functions were not being set. | Daniel Dunbar | 2009-04-17 | 1 | -1/+2 |
* | Update to use hasAttr() instead of getAttr(). | Daniel Dunbar | 2009-04-13 | 1 | -1/+1 |