summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add GetModule accessor to ModuleBuilderDaniel Dunbar2008-10-211-0/+4
* Clean up CodeGenModule interface.Daniel Dunbar2008-08-151-54/+6
* Change ObjCRuntime GenerateProtocol[Ref] methods to takeDaniel Dunbar2008-08-131-1/+1
* Add LangOptions::NeXTRuntime.Daniel Dunbar2008-08-111-2/+1
* More #include cleaningDaniel Dunbar2008-08-111-3/+0
* More #include cleaningDaniel Dunbar2008-08-111-0/+2
* Add dummy Mac Objective-C runtime interface.Daniel Dunbar2008-08-111-1/+2
* 80 colsNico Weber2008-08-091-1/+1
* ParseAST now conditionally deletes the passed ASTConsumer.Ted Kremenek2008-08-071-8/+11
* Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...Ted Kremenek2008-08-051-20/+29
* Rework codegen emission of globalsDaniel Dunbar2008-07-291-3/+3
* Fix codegen of chained declarationsDaniel Dunbar2008-07-291-3/+8
* Support for code generation of Objective-C top-level language constructs.Anton Korobeynikov2008-06-011-0/+18
* Stop leaking the target data. (Leak found with valgrind.)Eli Friedman2008-05-271-0/+1
* Added -g command line options to clang for generating source level debug info...Sanjiv Gupta2008-05-081-5/+9
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-2/+3
* Add initial support for objc codegen for methods, ivars, and theChris Lattner2008-03-301-0/+4
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+104
OpenPOWER on IntegriCloud