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