summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid superfluous errors regarding variable-length arrays (casts).Daniel Dunbar2008-09-041-3/+9
* Objective-C @synthesize support.Daniel Dunbar2008-08-261-0/+1
* Use DenseMap on IdentifierInfo instead of StringMap.Daniel Dunbar2008-08-251-1/+2
* NeXT: Clean up constant CFString handling.Daniel Dunbar2008-08-231-0/+4
* Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar2008-08-161-4/+4
* Clean up CodeGenModule interface.Daniel Dunbar2008-08-151-22/+15
* Add GetAddrOfConstantCString methodDaniel Dunbar2008-08-131-5/+24
* Change ObjCRuntime GenerateProtocol[Ref] methods to takeDaniel Dunbar2008-08-131-1/+1
* Add LangOptions::NeXTRuntime.Daniel Dunbar2008-08-111-1/+1
* Change CodeGenModule to only create ObjC runtime for ObjC filesDaniel Dunbar2008-08-111-1/+11
* Add dummy Mac Objective-C runtime interface.Daniel Dunbar2008-08-111-1/+1
* Back out r54608 (inline string literals were getting an extra '\0')Daniel Dunbar2008-08-101-0/+5
* Change CodeGen of global decls to key off of the name (instead ofDaniel Dunbar2008-08-051-9/+6
* Remove excess #include.Ted Kremenek2008-08-051-1/+0
* Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...Ted Kremenek2008-08-051-2/+7
* Support constructor and destructor attributes in CodeGenDaniel Dunbar2008-08-011-3/+22
* 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