aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCXX.cpp
AgeCommit message (Expand)Author
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