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
/
CGCXX.cpp
Age
Commit message (
Expand
)
Author
2010-07-07
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-07-01
Remove unnecessary ASTContext parameter from
Douglas Gregor
2010-06-22
Switch over to the new caching version of getMangledName.
Anders Carlsson
2010-06-15
Move CodeGenOptions.h *back* into Frontend. This should have been done when the
Chandler Carruth
2010-06-09
Get rid of getMangledCXXCtorName and getMangledCXXDtorName.
Anders Carlsson
2010-06-09
More mangling cleanup.
Anders Carlsson
2010-05-30
Fix for PR7040: Don't try to compute the LLVM type for a function where it
Eli Friedman
2010-05-25
IRgen: Add a stub class for generating ABI-specific C++ code.
Charles Davis
2010-05-25
Improve name mangling for blocks and support mangling of static local
Douglas Gregor
2010-05-25
If a function definition has any sort of weak linkage, its static local
John McCall
2010-04-17
Vtable -> VTable renames across the board.
Anders Carlsson
2010-03-30
Remove the old vtable layout code.
Anders Carlsson
2010-03-24
Remove old thunks code.
Anders Carlsson
2010-03-23
Use the canonical destructor, which fixes the self-host build. Thanks to Eli ...
Anders Carlsson
2010-03-23
Always emit associated thunks when emitting the function itself. Remove getVt...
Anders Carlsson
2010-03-23
Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...
Anders Carlsson
2010-03-19
Change CodeGenModule to rely on the Module's symbol table instead of
John McCall
2010-03-06
Use static method in GlobalValue
Rafael Espindola
2010-03-05
Don't produce an alias for a destructor if the target is weak.
Rafael Espindola
2010-03-03
Don't emit derived-to-base destructor aliases if we don't have a definition
John McCall
2010-02-24
Fix an iterator-invalidation bug that was causing selfhost errors
John McCall
2010-02-23
Perform two more constructor/destructor code-size optimizations:
John McCall
2010-02-19
Re-introduce the ctor/dtor alias optimization, this time hidden behind a
John McCall
2010-02-18
Revert the ctor/dtor alias optimization for now; the buildbots can detect
John McCall
2010-02-17
Emit complete constructors and destructors as aliases to base constructors
John McCall
2010-02-16
IRgen optimization: cache the value of 'this' and 'vtt' instead of
John McCall
2010-02-05
Standardize the parsing of function type attributes in a way that
John McCall
2010-01-01
Move a few more functions away from CGCXX and to CGClass and CGExprCXX.
Anders Carlsson
2009-12-27
Add a sanity assertion so that we don't silently generate bad code; I'll file
Eli Friedman
2009-12-27
Fix obvious mistake.
Eli Friedman
2009-12-24
Make copy constructor elimination work in more cases; the case in question
Eli Friedman
2009-12-24
Move a bunch of class related functions to CGClass.cpp, no functionality change.
Anders Carlsson
2009-12-24
Pass the return value slot to all call exprs.
Anders Carlsson
2009-12-24
Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...
Anders Carlsson
2009-12-24
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-24
Add a ReturnValueSlot class. Change the argument order in EmitCall to match t...
Anders Carlsson
2009-12-22
Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...
Douglas Gregor
2009-12-18
Work in progress for setting the vtable pointers for all bases correctly in
Eli Friedman
2009-12-18
Fix for PR5830: fix the computation of the offset to a virtual base.
Eli Friedman
2009-12-18
CK_UserDefinedConversion is a valid kind when doing copy ctor elision.
Anders Carlsson
2009-12-18
Address some of Anders comments
Douglas Gregor
2009-12-18
Switch the initialization required by return statements over to the
Douglas Gregor
2009-12-16
When value-initializing a class with no user-defined constructors but
Douglas Gregor
2009-12-15
Don't force the emission of destructor definitions.
Eli Friedman
2009-12-13
More array cookie improvements.
Anders Carlsson
2009-12-11
Random string-related cleanups.
Benjamin Kramer
2009-12-10
Get rid of static variable.
Eli Friedman
2009-12-10
Move more decl related functions to CGDeclCXX.cpp
Anders Carlsson
2009-12-10
Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.
Anders Carlsson
2009-12-10
Fix spacing.
Mike Stump
[next]