aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)Author
2008-04-25remove the 'unused static' diagnostic from codegen. This should be Chris Lattner
2008-04-20Fix PR2236Nate Begeman
2008-04-20Only generate code for static functions and global variables that are actuall...Nate Begeman
2008-04-19Generate code for annotation attributes.Nate Begeman
2008-04-18Add support to module codegen for adding and emitting annotationsNate Begeman
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff
2008-04-06tracking API changes arising from r49277Gabor Greif
2008-03-30some cleanups on top of David's patch. There are still twoChris Lattner
2008-03-30Add initial support for objc codegen for methods, ivars, and theChris Lattner
2008-03-19simplify code by using the variadic StructType::get method.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner