summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-2/+2
* Support for IRGen of synthesize bitfield ivars inFariborz Jahanian2010-08-231-1/+10
* Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall2010-08-221-21/+15
* The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall2010-08-211-1/+5
* Add some enum goodness as requested by Chris. Now instead of storing theCharles Davis2010-08-191-3/+6
* Generate Attr subclasses with TableGen.Alexis Hunt2010-08-181-9/+7
* Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()Benjamin Kramer2010-08-171-10/+6
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-121-1/+4
* Thread local variables aren't considered common linkage.Eric Christopher2010-08-081-1/+2
* It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall2010-08-051-6/+13
* Implement #pragma GCC visibility.Eli Friedman2010-08-051-2/+4
* Emit standard-library RTTI with external linkage, not weak_odr.John McCall2010-08-041-0/+51
* Change the name to something less terrible; suggestion by Doug. No functional...Argyrios Kyrtzidis2010-07-291-1/+1
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-291-154/+5
* we are not supposed to create an improper callsite using a CallInstr; leave a...Gabor Greif2010-07-281-0/+1
* Revert r109546, it broke linux build.Argyrios Kyrtzidis2010-07-271-60/+38
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-271-38/+60
* atch for implementation of objective-c's -WselectorFariborz Jahanian2010-07-221-2/+2
* IRgen: Support user defined attributes on block runtime functions.Daniel Dunbar2010-07-161-0/+55
* IRgen: Move blocks runtime interfaces to CodeGenModule.Daniel Dunbar2010-07-161-3/+55
* When deferring the emission of declarations with initializers in C++, rememberJohn McCall2010-07-151-0/+13
* Don't suppress the emission of available_externally functions markedDouglas Gregor2010-07-151-1/+2
* Reinstate the optimization suppressing available_externally functionsDouglas Gregor2010-07-131-8/+17
* Speculatively revert r108156; it appears to be breaking self-host.Douglas Gregor2010-07-121-13/+5
* Do not generate LLVM IR for available_externally function bodies atDouglas Gregor2010-07-121-5/+13
* Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis2010-07-071-2/+2
* Provide a hook for the benefit of clients using clang IR gen as a subroutine:John McCall2010-07-061-0/+73
* Reapply:Chris Lattner2010-06-301-0/+2
* reduce nesting.Chris Lattner2010-06-301-23/+27
* Patch to correctly mangle block helper functionsFariborz Jahanian2010-06-241-3/+4
* Switch over to the new caching version of getMangledName.Anders Carlsson2010-06-221-32/+7
* Add a new variant of getMangledName that caches the mangling for decls.Anders Carlsson2010-06-221-0/+35
* Instantiations subject to an explicit template instantiationDouglas Gregor2010-06-211-7/+32
* Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it lessEli Friedman2010-06-191-59/+45
* Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth2010-06-151-1/+1
* Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>Douglas Gregor2010-06-151-0/+7
* Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis2010-06-111-2/+4
* Get rid of getMangledCXXCtorName and getMangledCXXDtorName.Anders Carlsson2010-06-091-2/+8
* Get rid of an unnecessary getMangledName overload.Anders Carlsson2010-06-091-12/+1
* When deciding whether a deferred declaration has already been emitted,John McCall2010-05-271-3/+13
* IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis2010-05-251-1/+11
* If a function definition has any sort of weak linkage, its static localJohn McCall2010-05-251-1/+1
* Disable the available_externally optimization for inline virtualDouglas Gregor2010-05-131-11/+0
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-2/+8
* Do not give implicitly-defined virtual members functionsDouglas Gregor2010-05-061-2/+2
* When we emit a non-constant initializer for a global variable ofDouglas Gregor2010-05-051-2/+4
* IRGen for initialization/destruction ofFariborz Jahanian2010-04-281-0/+34
* Properly pass the address of a lazily-generated function declaration withJohn McCall2010-04-281-5/+16
* More -fno-constant-cfstrings API work.Fariborz Jahanian2010-04-231-4/+9
* More work toward implementingFariborz Jahanian2010-04-231-2/+76
OpenPOWER on IntegriCloud