aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCXX.cpp
AgeCommit message (Expand)Author
2009-04-17Add support for generating (very basic) C++ destructors. These aren't called ...Anders Carlsson
2009-04-17Implement basic code generation of constructor calls. We can now compile:Anders Carlsson
2009-04-16Add GetAddrOfCXXConstructor and use it.Anders Carlsson
2009-04-15Actually generate code for the simple constructors we know we can generate co...Anders Carlsson
2009-04-15Start attempting to generate code for C++ ctors.Anders Carlsson
2009-04-14Support code generation of 'this' exprsAnders Carlsson
2009-04-13Use the new guard variable mangling function and get rid of the old code.Anders Carlsson
2009-04-08Use the new EmitCallArgs function. No indented functionality change.Anders Carlsson
2009-04-08We weren't generating correct code for calls to variadic member functions.Anders Carlsson
2009-04-06Simplify C++ member function calls.Anders Carlsson
2009-04-03Add support for calling C++ member functions.Anders Carlsson
2009-02-25Pull COdeGenFunction::CreateStaticBlockVarDecl (just for creating theDaniel Dunbar
2009-01-09Provide a new kind of iterator, the specific_decl_iterator, thatDouglas Gregor
2008-12-16Warning fixes to operator precedence warnings.Eli Friedman
2008-11-24Rename Selector::getName() to Selector::getAsString(), and addChris Lattner
2008-11-13Normalize many BasicBlock names.Daniel Dunbar
2008-11-11Centralize basic block creation in CodeGenFunction::createBasicBlock.Daniel Dunbar
2008-08-23Handle static initializers in Objective-C++ methods.Anders Carlsson
2008-08-22Add preliminary (and probably broken) codegen support for C++ static initiali...Anders Carlsson