summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary ASTContext parameter fromDouglas Gregor2010-07-011-1/+1
* Switch over to the new caching version of getMangledName.Anders Carlsson2010-06-221-7/+4
* Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth2010-06-151-1/+1
* Get rid of getMangledCXXCtorName and getMangledCXXDtorName.Anders Carlsson2010-06-091-16/+0
* More mangling cleanup.Anders Carlsson2010-06-091-6/+8
* Fix for PR7040: Don't try to compute the LLVM type for a function where itEli Friedman2010-05-301-0/+38
* IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis2010-05-251-0/+3
* Improve name mangling for blocks and support mangling of static localDouglas Gregor2010-05-251-0/+4
* If a function definition has any sort of weak linkage, its static localJohn McCall2010-05-251-0/+2
* Vtable -> VTable renames across the board.Anders Carlsson2010-04-171-6/+6
* Remove the old vtable layout code.Anders Carlsson2010-03-301-32/+0
* Remove old thunks code.Anders Carlsson2010-03-241-280/+0
* Use the canonical destructor, which fixes the self-host build. Thanks to Eli ...Anders Carlsson2010-03-231-1/+2
* Always emit associated thunks when emitting the function itself. Remove getVt...Anders Carlsson2010-03-231-1/+7
* Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...Anders Carlsson2010-03-231-7/+7
* Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall2010-03-191-32/+23
* Use static method in GlobalValueRafael Espindola2010-03-061-11/+1
* Don't produce an alias for a destructor if the target is weak.Rafael Espindola2010-03-051-0/+16
* Don't emit derived-to-base destructor aliases if we don't have a definitionJohn McCall2010-03-031-1/+7
* Fix an iterator-invalidation bug that was causing selfhost errorsJohn McCall2010-02-241-10/+6
* Perform two more constructor/destructor code-size optimizations:John McCall2010-02-231-15/+106
* Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall2010-02-191-7/+104
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-103/+10
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-10/+103
* IRgen optimization: cache the value of 'this' and 'vtt' instead ofJohn McCall2010-02-161-12/+0
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-3/+5
* Move a few more functions away from CGCXX and to CGClass and CGExprCXX.Anders Carlsson2010-01-011-671/+0
* Add a sanity assertion so that we don't silently generate bad code; I'll fileEli Friedman2009-12-271-0/+2
* Fix obvious mistake.Eli Friedman2009-12-271-1/+1
* Make copy constructor elimination work in more cases; the case in questionEli Friedman2009-12-241-0/+3
* Move a bunch of class related functions to CGClass.cpp, no functionality change.Anders Carlsson2009-12-241-774/+0
* Pass the return value slot to all call exprs.Anders Carlsson2009-12-241-10/+14
* Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...Anders Carlsson2009-12-241-1/+1
* Pass ReturnValueSlot to EmitCall. No functionality change yet.Anders Carlsson2009-12-241-10/+11
* Add a ReturnValueSlot class. Change the argument order in EmitCall to match t...Anders Carlsson2009-12-241-3/+2
* Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...Douglas Gregor2009-12-221-2/+2
* Work in progress for setting the vtable pointers for all bases correctly inEli Friedman2009-12-181-11/+55
* Fix for PR5830: fix the computation of the offset to a virtual base.Eli Friedman2009-12-181-3/+36
* CK_UserDefinedConversion is a valid kind when doing copy ctor elision.Anders Carlsson2009-12-181-1/+2
* Address some of Anders commentsDouglas Gregor2009-12-181-4/+8
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-3/+6
* When value-initializing a class with no user-defined constructors butDouglas Gregor2009-12-161-1/+2
* Don't force the emission of destructor definitions.Eli Friedman2009-12-151-3/+3
* More array cookie improvements.Anders Carlsson2009-12-131-8/+10
* Random string-related cleanups.Benjamin Kramer2009-12-111-3/+2
* Get rid of static variable.Eli Friedman2009-12-101-2/+1
* Move more decl related functions to CGDeclCXX.cppAnders Carlsson2009-12-101-117/+0
* Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.Anders Carlsson2009-12-101-45/+0
* Fix spacing.Mike Stump2009-12-101-1/+1
* Build fix.Eli Friedman2009-12-081-1/+1
OpenPOWER on IntegriCloud