Age | Commit message (Expand) | Author |
2011-01-11 | Set unnamed_addr for type infos that we are confortable marking as hidden. I | Rafael Espindola |
2011-01-11 | Add unnamed_addr to constructors and destructors. | Rafael Espindola |
2011-01-10 | Add unnamed_addr when creating artificial string globals. For example, in | Rafael Espindola |
2010-12-30 | Simplify mem{cpy, move, set} creation with IRBuilder. | Benjamin Kramer |
2010-12-15 | Set the "implicitly inline" bit on a method as soon as we see a definition | John McCall |
2010-12-02 | Add support for the common and nocommon attributes. | Eric Christopher |
2010-11-06 | Simplify the logic for emitting guard variables for template static | John McCall |
2010-11-02 | Ensure that static local variables in function templates inherit the | John McCall |
2010-10-30 | Better solution: calculate the visibility of functions and variables | John McCall |
2010-10-29 | Restore r117644, this time properly ignoring -fvisibility and type visibility | John McCall |
2010-10-29 | Revert r117644, "Apply visibility in IR gen to variables that are merely | Daniel Dunbar |
2010-10-29 | Apply visibility in IR gen to variables that are merely declared | John McCall |
2010-10-27 | Do the guarding of instantiated static data members | Fariborz Jahanian |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-19 | This patch implements Next's IRGen for -fconstant-string-class=class-name. | Fariborz Jahanian |
2010-10-15 | Experimental TBAA support for enum types. | Dan Gohman |
2010-10-15 | Don't leak the TBAA object. | Dan Gohman |
2010-10-14 | Experimental TBAA support. | Dan Gohman |
2010-10-11 | lib/CodeGen/CodeGenModule.cpp: DLLImportLinkage should be processed also on d... | NAKAMURA Takumi |
2010-09-29 | Add support for attribute((naked)), patch by Zoxc on cfe-commits! | Daniel Dunbar |
2010-09-27 | Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could | Douglas Gregor |
2010-09-16 | Opportunistically use the C++ personality function in ObjC++ | John McCall |
2010-09-07 | get rid of a warning. | Fariborz Jahanian |
2010-09-07 | Have Sema check for validity of CGString literal | Fariborz Jahanian |
2010-08-31 | Teach IR generation to return 'this' from constructors and destructors | John McCall |
2010-08-26 | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall |
2010-08-23 | Support for IRGen of synthesize bitfield ivars in | Fariborz Jahanian |
2010-08-22 | Go back to asking CodeGenTypes whether a type is zero-initializable. | John McCall |
2010-08-21 | The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that | John McCall |
2010-08-19 | Add some enum goodness as requested by Chris. Now instead of storing the | Charles Davis |
2010-08-18 | Generate Attr subclasses with TableGen. | Sean Hunt |
2010-08-17 | Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() | Benjamin Kramer |
2010-08-12 | Just disable the hidden-visibility optimization for now by hiding it behind | John McCall |
2010-08-08 | Thread local variables aren't considered common linkage. | Eric Christopher |
2010-08-05 | It turns out that linkers (at least, the Darwin linker) don't necessarily | John McCall |
2010-08-05 | Implement #pragma GCC visibility. | Eli Friedman |
2010-08-04 | Emit standard-library RTTI with external linkage, not weak_odr. | John McCall |
2010-07-29 | Change the name to something less terrible; suggestion by Doug. No functional... | Argyrios Kyrtzidis |
2010-07-29 | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis |
2010-07-28 | we are not supposed to create an improper callsite using a CallInstr; leave a... | Gabor Greif |
2010-07-27 | Revert r109546, it broke linux build. | Argyrios Kyrtzidis |
2010-07-27 | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis |
2010-07-22 | atch for implementation of objective-c's -Wselector | Fariborz Jahanian |
2010-07-16 | IRgen: Support user defined attributes on block runtime functions. | Daniel Dunbar |
2010-07-16 | IRgen: Move blocks runtime interfaces to CodeGenModule. | Daniel Dunbar |
2010-07-15 | When deferring the emission of declarations with initializers in C++, remember | John McCall |
2010-07-15 | Don't suppress the emission of available_externally functions marked | Douglas Gregor |
2010-07-13 | Reinstate the optimization suppressing available_externally functions | Douglas Gregor |
2010-07-12 | Speculatively revert r108156; it appears to be breaking self-host. | Douglas Gregor |
2010-07-12 | Do not generate LLVM IR for available_externally function bodies at | Douglas Gregor |