Age | Commit message (Expand) | Author |
2009-04-10 | Fixup copy/dispose helpers for Objective-C. Radar 6756504 | Mike Stump |
2009-04-10 | Remove asserts that weren't really useful, and that would fire in case the Cl... | Anders Carlsson |
2009-04-10 | Don't set both readnone and readonly. | Daniel Dunbar |
2009-04-10 | Internal variables could mistakenly have "hidden" visibility when | Daniel Dunbar |
2009-04-10 | Fixup codegen for nested blocks that use copy/dispose in the inner | Mike Stump |
2009-04-10 | Patch to generate meta-data for prtocol used | Fariborz Jahanian |
2009-04-10 | Rename variables to avoid conflict. | Anders Carlsson |
2009-04-10 | Make messages consistent. | Chris Lattner |
2009-04-10 | reject codegen of __thread variables as unimplemented, rdar://6775265 | Chris Lattner |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-04-08 | Use the new EmitCallArgs function. No indented functionality change. | Anders Carlsson |
2009-04-08 | Add code for emitting call arguments (not used yet). | Anders Carlsson |
2009-04-08 | We weren't generating correct code for calls to variadic member functions. | Anders Carlsson |
2009-04-08 | Use presumed location to get line number info. | Devang Patel |
2009-04-08 | Make sure value is initialized when built w/o asserts. | Daniel Dunbar |
2009-04-08 | Make debug info work when using -save-temps. | Daniel Dunbar |
2009-04-08 | Add a destination type argument to EmitConstantExpr. This will be used for wh... | Anders Carlsson |
2009-04-08 | Implementation definition of interfaces with __objc_exception attribute. | Daniel Dunbar |
2009-04-08 | Pointer width on targets like PIC16 is 16-bit, while the valid index size to ... | Sanjiv Gupta |
2009-04-08 | Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379. | Anders Carlsson |
2009-04-07 | Visibility attributes should only be set on definition. | Daniel Dunbar |
2009-04-07 | Shuffle some call code around. No functionality change. | Anders Carlsson |
2009-04-07 | Propagte -fvisibility to objc2's class symbols. | Fariborz Jahanian |
2009-04-07 | Remove some dead code. | Anders Carlsson |
2009-04-07 | Handle use side of __objc_exception__ attribute; when using an | Daniel Dunbar |
2009-04-07 | Various fixes to symbols used for Obj-C x86_64 metadata. | Daniel Dunbar |
2009-04-07 | Implement __sync_{add,sub,and,or,xor}_and_fetch and | Daniel Dunbar |
2009-04-07 | Use the new getFunctionInfo that takes a BlockPointerType parameter, and get ... | Anders Carlsson |
2009-04-06 | Fixed visibility issues related to objc2's synthesized | Fariborz Jahanian |
2009-04-06 | Add a getFunctionInfo that takes a BlockPointerType. | Anders Carlsson |
2009-04-06 | Simplify C++ member function calls. | Anders Carlsson |
2009-04-06 | Fix a couple of cases where Constant* pointers can dangle in | Chris Lattner |
2009-04-04 | Add some basic support for generating C++ member functions. | Anders Carlsson |
2009-04-04 | Basic support for regparm codegen | Anton Korobeynikov |
2009-04-03 | Add support for calling C++ member functions. | Anders Carlsson |
2009-04-03 | Add a getFunctionInfo that takes a CXXMethodDecl. | Anders Carlsson |
2009-04-03 | Add a comment/FIXME so Eli can sleep better:-)) | Steve Naroff |
2009-04-03 | Implement -fvisibility. | Fariborz Jahanian |
2009-04-03 | Add target hook for setting symbol prefix and section of unicode | Daniel Dunbar |
2009-04-02 | Fix up lookup rules for properties declared in | Fariborz Jahanian |
2009-04-02 | Remove -ftrapu. | Mike Stump |
2009-04-02 | Don't use static globals for params as it confuses the optimzer that their va... | Sanjiv Gupta |
2009-04-02 | Implement mangling of declarations inside functions. | Anders Carlsson |
2009-04-02 | Mangle VarDecls correctly. | Anders Carlsson |
2009-04-02 | Move the function decl mangling code out into its own function. No functional... | Anders Carlsson |
2009-04-02 | Emit code for linkage specifications. | Anders Carlsson |
2009-04-02 | When compiling C++ code, always mangle the names of static block var decls. | Anders Carlsson |
2009-04-02 | Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a | Mike Stump |
2009-04-01 | CodeGenModule::GetAddrOfConstantCFString(): | Steve Naroff |
2009-04-01 | Add -ftrapv support, patch from David Chisnall; well all except the | Mike Stump |