summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle operator call expressions where the callee is a member function.Anders Carlsson2009-05-271-0/+19
* Add EmitReferenceBindingToExpr. Have EmitCallArg use it for now. Doesn't supp...Anders Carlsson2009-05-201-1/+0
* Reflow some comments.Mike Stump2009-05-161-0/+2
* push GlobalDecl through enough of the CodeGenModule interfacesChris Lattner2009-05-121-4/+5
* Factor code that's common to EmitCXXMemberCallExpr and EmitCXXConstructorCall...Anders Carlsson2009-05-111-27/+34
* Refactor global decls to hold either a regular Decl or a CXXConstructorDecl +...Anders Carlsson2009-05-051-2/+2
* Make codegen for constructors work again.Anders Carlsson2009-05-031-14/+2
* We can now call member functions where the base is a pointer.Anders Carlsson2009-05-011-4/+1
* Add support for generating (very basic) C++ destructors. These aren't called ...Anders Carlsson2009-04-171-26/+65
* Implement basic code generation of constructor calls. We can now compile:Anders Carlsson2009-04-171-0/+45
* Add GetAddrOfCXXConstructor and use it.Anders Carlsson2009-04-161-5/+11
* Actually generate code for the simple constructors we know we can generate co...Anders Carlsson2009-04-151-1/+22
* Start attempting to generate code for C++ ctors.Anders Carlsson2009-04-151-1/+32
* Support code generation of 'this' exprsAnders Carlsson2009-04-141-0/+11
* Use the new guard variable mangling function and get rid of the old code.Anders Carlsson2009-04-131-65/+6
* Use the new EmitCallArgs function. No indented functionality change.Anders Carlsson2009-04-081-3/+1
* We weren't generating correct code for calls to variadic member functions.Anders Carlsson2009-04-081-6/+5
* Simplify C++ member function calls.Anders Carlsson2009-04-061-5/+4
* Add support for calling C++ member functions.Anders Carlsson2009-04-031-0/+41
* Pull COdeGenFunction::CreateStaticBlockVarDecl (just for creating theDaniel Dunbar2009-02-251-19/+9
* Provide a new kind of iterator, the specific_decl_iterator, thatDouglas Gregor2009-01-091-1/+1
* Warning fixes to operator precedence warnings.Eli Friedman2008-12-161-1/+1
* Rename Selector::getName() to Selector::getAsString(), and addChris Lattner2008-11-241-8/+5
* Normalize many BasicBlock names.Daniel Dunbar2008-11-131-1/+1
* Centralize basic block creation in CodeGenFunction::createBasicBlock.Daniel Dunbar2008-11-111-2/+2
* Handle static initializers in Objective-C++ methods.Anders Carlsson2008-08-231-2/+16
* Add preliminary (and probably broken) codegen support for C++ static initiali...Anders Carlsson2008-08-221-0/+136
OpenPOWER on IntegriCloud