aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)Author
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
2010-07-07Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis
2010-07-06Provide a hook for the benefit of clients using clang IR gen as a subroutine:John McCall
2010-06-30Reapply:Chris Lattner
2010-06-30reduce nesting.Chris Lattner
2010-06-24Patch to correctly mangle block helper functionsFariborz Jahanian
2010-06-22Switch over to the new caching version of getMangledName.Anders Carlsson
2010-06-22Add a new variant of getMangledName that caches the mangling for decls.Anders Carlsson
2010-06-21Instantiations subject to an explicit template instantiationDouglas Gregor
2010-06-19Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it lessEli Friedman
2010-06-15Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth
2010-06-15Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>Douglas Gregor
2010-06-11Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis
2010-06-09Get rid of getMangledCXXCtorName and getMangledCXXDtorName.Anders Carlsson
2010-06-09Get rid of an unnecessary getMangledName overload.Anders Carlsson
2010-05-27When deciding whether a deferred declaration has already been emitted,John McCall
2010-05-25IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis
2010-05-25If a function definition has any sort of weak linkage, its static localJohn McCall
2010-05-13Disable the available_externally optimization for inline virtualDouglas Gregor
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2010-05-06Do not give implicitly-defined virtual members functionsDouglas Gregor
2010-05-05When we emit a non-constant initializer for a global variable ofDouglas Gregor
2010-04-28IRGen for initialization/destruction ofFariborz Jahanian
2010-04-28Properly pass the address of a lazily-generated function declaration withJohn McCall
2010-04-23More -fno-constant-cfstrings API work.Fariborz Jahanian
2010-04-23More work toward implementingFariborz Jahanian