| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Eliminate the three SmallVectors in ObjCImplDecl (for instance | Douglas Gregor | 2009-04-23 | 1 | -4/+5 |
| * | Don't convert interface types (to structs) as part of CodeGenTypes. | Daniel Dunbar | 2009-04-22 | 1 | -4/+0 |
| * | Fix some mishandling of the attr(gnu_inline) mode when used with | Chris Lattner | 2009-04-22 | 1 | -16/+13 |
| * | Fix emission of static tentative definitions referenced from other static fun... | Douglas Gregor | 2009-04-21 | 1 | -9/+11 |
| * | Explictly track tentative definitions within Sema, then hand those | Douglas Gregor | 2009-04-21 | 1 | -16/+11 |
| * | the __gnuc_inline__ attribute is actually named __gnu_inline__, | Chris Lattner | 2009-04-20 | 1 | -1/+1 |
| * | PR3853: Add CodeGen support for __thread. | Eli Friedman | 2009-04-19 | 1 | -5/+3 |
| * | silence a warning, it isn't clear what the right answer is here, | Chris Lattner | 2009-04-19 | 1 | -1/+1 |
| * | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor | 2009-04-18 | 1 | -2/+2 |
| * | Add support for generating (very basic) C++ destructors. These aren't called ... | Anders Carlsson | 2009-04-17 | 1 | -0/+3 |
| * | Attributes on block functions were not being set. | Daniel Dunbar | 2009-04-17 | 1 | -5/+6 |
| * | Ensure that the most recent declaration of a tentative definition wins | Daniel Dunbar | 2009-04-16 | 1 | -3/+5 |
| * | Defer generation of tentative definitions. | Daniel Dunbar | 2009-04-15 | 1 | -31/+37 |
| * | Start attempting to generate code for C++ ctors. | Anders Carlsson | 2009-04-15 | 1 | -3/+14 |
| * | Comment fix. | Daniel Dunbar | 2009-04-14 | 1 | -1/+1 |
| * | Fix PR3988: extern inline functions get strong symbol definitions in | Chris Lattner | 2009-04-14 | 1 | -24/+22 |
| * | implement codegen support for __attribute((__gnuc_inline__)), | Chris Lattner | 2009-04-14 | 1 | -37/+44 |
| * | Refactor how attributes are set on values. | Daniel Dunbar | 2009-04-14 | 1 | -87/+77 |
| * | Split SetGlobalValueAttributes into definition/declaration halves. | Daniel Dunbar | 2009-04-14 | 1 | -35/+37 |
| * | Rename (one) SetFunctionAttributes to SetLLVMFunctionAttributes to | Daniel Dunbar | 2009-04-14 | 1 | -5/+5 |
| * | Reduce indentation, no functionality change. | Daniel Dunbar | 2009-04-14 | 1 | -12/+13 |
| * | defer emission of always_inline, extern_inline, and inline functions (when | Chris Lattner | 2009-04-14 | 1 | -11/+16 |
| * | give always_inline functions internal linkage. If they cannot be | Chris Lattner | 2009-04-14 | 1 | -1/+3 |
| * | set the linkage of an inline function according to its language rules. | Chris Lattner | 2009-04-14 | 1 | -2/+26 |
| * | Add a comment on SetGlobalValueAttributes. | Daniel Dunbar | 2009-04-14 | 1 | -2/+7 |
| * | add a new enum type for linkage, no functionality change. | Chris Lattner | 2009-04-14 | 1 | -15/+26 |
| * | Clean up handling of visibility. | Daniel Dunbar | 2009-04-14 | 1 | -85/+43 |
| * | reduce indentation, no functionality change. | Chris Lattner | 2009-04-14 | 1 | -27/+23 |
| * | do not set visibility on "private" or "available externally" linkage objects. | Chris Lattner | 2009-04-14 | 1 | -2/+2 |
| * | Update to use hasAttr() instead of getAttr(). | Daniel Dunbar | 2009-04-13 | 1 | -19/+19 |
| * | Move/update recent FIXME (wrt UTF-8 checking for ObjC @-strings). | Steve Naroff | 2009-04-13 | 1 | -4/+1 |
| * | Fixed crasher in <rdar://problem/6780904> [irgen] Assertion failed: (Result =... | Steve Naroff | 2009-04-13 | 1 | -9/+18 |
| * | Internal variables could mistakenly have "hidden" visibility when | Daniel Dunbar | 2009-04-10 | 1 | -9/+13 |
| * | reject codegen of __thread variables as unimplemented, rdar://6775265 | Chris Lattner | 2009-04-10 | 1 | -1/+5 |
| * | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor | 2009-04-09 | 1 | -3/+5 |
| * | Add a destination type argument to EmitConstantExpr. This will be used for wh... | Anders Carlsson | 2009-04-08 | 1 | -1/+1 |
| * | Visibility attributes should only be set on definition. | Daniel Dunbar | 2009-04-07 | 1 | -4/+6 |
| * | Various fixes to symbols used for Obj-C x86_64 metadata. | Daniel Dunbar | 2009-04-07 | 1 | -0/+8 |
| * | Add some basic support for generating C++ member functions. | Anders Carlsson | 2009-04-04 | 1 | -12/+21 |
| * | Basic support for regparm codegen | Anton Korobeynikov | 2009-04-04 | 1 | -3/+0 |
| * | Add a comment/FIXME so Eli can sleep better:-)) | Steve Naroff | 2009-04-03 | 1 | -0/+5 |
| * | Implement -fvisibility. | Fariborz Jahanian | 2009-04-03 | 1 | -2/+23 |
| * | Add target hook for setting symbol prefix and section of unicode | Daniel Dunbar | 2009-04-03 | 1 | -4/+22 |
| * | Emit code for linkage specifications. | Anders Carlsson | 2009-04-02 | 1 | -7/+15 |
| * | CodeGenModule::GetAddrOfConstantCFString(): | Steve Naroff | 2009-04-01 | 1 | -5/+10 |
| * | Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. | Steve Naroff | 2009-04-01 | 1 | -4/+19 |
| * | More "prep" work for handling UTF16 CFString. | Steve Naroff | 2009-04-01 | 1 | -1/+5 |
| * | fix the two xfails I added with a previous patch by making ObjC interface | Chris Lattner | 2009-04-01 | 1 | -2/+5 |
| * | move trivial forwarding function inline. | Chris Lattner | 2009-04-01 | 1 | -6/+0 |
| * | Implement code generation of namespaces and add mangling tests. | Anders Carlsson | 2009-04-01 | 1 | -1/+7 |