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