aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
AgeCommit message (Expand)Author
2008-10-17Add option argument to GetAddrOfConstantString to use for name ofDaniel Dunbar
2008-10-01Add simple interface for protecting runtime functions from nameDaniel Dunbar
2008-09-25 Large mechanical patch.Devang Patel
2008-09-10Move FunctionType conversion into CGCall.cpp:Daniel Dunbar
2008-09-10Tweak CGCall functions again:Daniel Dunbar
2008-09-08Fix a number of issues w.r.t. emission of global for functions andDaniel Dunbar
2008-09-08Refactor parameter attribute handling:Daniel Dunbar
2008-09-04Set function attributes (sext, zext, etc.) on Objective-C methods.Daniel Dunbar
2008-09-04Avoid superfluous errors regarding variable-length arrays (casts).Daniel Dunbar
2008-08-26Objective-C @synthesize support.Daniel Dunbar
2008-08-25Use DenseMap on IdentifierInfo instead of StringMap.Daniel Dunbar
2008-08-23NeXT: Clean up constant CFString handling.Daniel Dunbar
2008-08-16Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar
2008-08-15Clean up CodeGenModule interface.Daniel Dunbar
2008-08-13Add GetAddrOfConstantCString methodDaniel Dunbar
2008-08-13Change ObjCRuntime GenerateProtocol[Ref] methods to takeDaniel Dunbar
2008-08-11Add LangOptions::NeXTRuntime.Daniel Dunbar
2008-08-11Change CodeGenModule to only create ObjC runtime for ObjC filesDaniel Dunbar
2008-08-11Add dummy Mac Objective-C runtime interface.Daniel Dunbar
2008-08-10Back out r54608 (inline string literals were getting an extra '\0')Daniel Dunbar
2008-08-05Change CodeGen of global decls to key off of the name (instead ofDaniel Dunbar
2008-08-05Remove excess #include.Ted Kremenek
2008-08-05Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...Ted Kremenek
2008-08-01Support constructor and destructor attributes in CodeGenDaniel Dunbar
2008-07-30Change CodeGenModule GlobalDeclMap to directly reference globalsDaniel Dunbar
2008-07-29Rework codegen emission of globalsDaniel Dunbar
2008-07-29Fix codegen of chained declarationsDaniel Dunbar
2008-06-08implement the alias attirbute (in both Sema and Codegen)Nuno Lopes
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-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-08Added -g command line options to clang for generating source level debug info...Sanjiv Gupta
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-03-30Add initial support for objc codegen for methods, ivars, and theChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner