summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* Change CodeGenModule GlobalDeclMap to directly reference globalsDaniel Dunbar2008-07-301-2/+7
* Rework codegen emission of globalsDaniel Dunbar2008-07-291-17/+34
* Fix codegen of chained declarationsDaniel Dunbar2008-07-291-1/+0
* implement the alias attirbute (in both Sema and Codegen)Nuno Lopes2008-06-081-0/+3
* First cut at setting attributes for functions and calls; this puts us Eli Friedman2008-06-011-0/+5
* Support for code generation of Objective-C top-level language constructs.Anton Korobeynikov2008-06-011-0/+6
* Emit memmove, not memcpy, for structure copies; this is unfortunately Eli Friedman2008-05-261-0/+2
* Move getAccessedFieldNo out of lib/AST/Expr.cpp intoDan Gohman2008-05-221-0/+6
* Added -g command line options to clang for generating source level debug info...Sanjiv Gupta2008-05-081-2/+6
* Fix PR2236Nate Begeman2008-04-201-3/+2
* Only generate code for static functions and global variables that are actuall...Nate Begeman2008-04-201-0/+4
* Generate code for annotation attributes.Nate Begeman2008-04-191-1/+4
* Add support to module codegen for adding and emitting annotationsNate Begeman2008-04-181-0/+3
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-3/+2
* Add initial support for objc codegen for methods, ivars, and theChris Lattner2008-03-301-0/+2
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+129
OpenPOWER on IntegriCloud