aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)Author
2008-06-05Emit debug information for global and static variables when -g is specified.Sanjiv Gupta
2008-06-04For setting attributes, don't assume there are ParamVarDecls available, Eli Friedman
2008-06-01First cut at setting attributes for functions and calls; this puts us Eli Friedman
2008-06-01Support for code generation of Objective-C top-level language constructs.Anton Korobeynikov
2008-05-30PR1893: Fix up the type of tentative definitions of incomplete array Eli Friedman
2008-05-30Allow the type of a global to be different from the type of its Eli Friedman
2008-05-30Always check that the definition of a function has the correct type. Eli Friedman
2008-05-29Add CodeGen support for alignment on globals, both for unusual natural Eli Friedman
2008-05-29Tentative declarations are supposed to have common linkage, not weak. Eli Friedman
2008-05-27The cache is working again; re-enable it.Eli Friedman
2008-05-27Add a more reliable check for whether a static declaration has already Eli Friedman
2008-05-26Emit memmove, not memcpy, for structure copies; this is unfortunately Eli Friedman
2008-05-22Move getAccessedFieldNo out of lib/AST/Expr.cpp intoDan Gohman
2008-05-20Disable the function address cache; this doesn't have any ill effects, Eli Friedman
2008-05-08Added -g command line options to clang for generating source level debug info...Sanjiv Gupta
2008-05-04Simplify FunctionDecl::AddRedeclaration a bit by using std::swap.Chris Lattner
2008-05-04if a decl is both 'static' and weak or static and inline, its linkageChris Lattner
2008-04-30Verify the whole module after codegen to catch silly IR bugs.Chris Lattner
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