index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodeGenModule.cpp
Age
Commit message (
Expand
)
Author
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
2010-07-07
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-07-06
Provide a hook for the benefit of clients using clang IR gen as a subroutine:
John McCall
2010-06-30
Reapply:
Chris Lattner
2010-06-30
reduce nesting.
Chris Lattner
2010-06-24
Patch to correctly mangle block helper functions
Fariborz Jahanian
2010-06-22
Switch over to the new caching version of getMangledName.
Anders Carlsson
2010-06-22
Add a new variant of getMangledName that caches the mangling for decls.
Anders Carlsson
2010-06-21
Instantiations subject to an explicit template instantiation
Douglas Gregor
2010-06-19
Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less
Eli Friedman
2010-06-15
Move CodeGenOptions.h *back* into Frontend. This should have been done when the
Chandler Carruth
2010-06-15
Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>
Douglas Gregor
2010-06-11
Add an option to specify the target C++ ABI to the frontend. Use it to
Charles Davis
2010-06-09
Get rid of getMangledCXXCtorName and getMangledCXXDtorName.
Anders Carlsson
2010-06-09
Get rid of an unnecessary getMangledName overload.
Anders Carlsson
2010-05-27
When deciding whether a deferred declaration has already been emitted,
John McCall
2010-05-25
IRgen: Add a stub class for generating ABI-specific C++ code.
Charles Davis
2010-05-25
If a function definition has any sort of weak linkage, its static local
John McCall
2010-05-13
Disable the available_externally optimization for inline virtual
Douglas Gregor
2010-05-13
Rework when and how vtables are emitted, by tracking where vtables are
Douglas Gregor
2010-05-06
Do not give implicitly-defined virtual members functions
Douglas Gregor
2010-05-05
When we emit a non-constant initializer for a global variable of
Douglas Gregor
2010-04-28
IRGen for initialization/destruction of
Fariborz Jahanian
2010-04-28
Properly pass the address of a lazily-generated function declaration with
John McCall
2010-04-23
More -fno-constant-cfstrings API work.
Fariborz Jahanian
2010-04-23
More work toward implementing
Fariborz Jahanian
2010-04-22
Support for -fno-constant-cfstrings option - wip.
Fariborz Jahanian
2010-04-19
Add comment explaning the use of c99 inline in c++.
Rafael Espindola
2010-04-19
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-19
If a method is virtual and the class key function is in another file, emit th...
Rafael Espindola
2010-04-17
Vtable -> VTable renames across the board.
Anders Carlsson
2010-04-13
unbreak tests.
Chris Lattner
2010-04-13
minor cleanups
Chris Lattner
2010-04-10
Fix use after free. Incrementing an use_iterator after its user is erased is ...
Benjamin Kramer
2010-04-10
rely even less on CallInst internals
Gabor Greif
2010-04-10
do not rely on CallInst interna, use CallSite to access arguments
Gabor Greif
[prev]
[next]