summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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