aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Rework codegen emission of globalsDaniel Dunbar1-3/+3
2008-07-29Fix codegen of chained declarationsDaniel Dunbar1-3/+8
2008-06-01Support for code generation of Objective-C top-level language constructs.Anton Korobeynikov1-0/+18
2008-05-27Stop leaking the target data. (Leak found with valgrind.)Eli Friedman1-0/+1
2008-05-08Added -g command line options to clang for generating source level debug info...Sanjiv Gupta1-5/+9
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff1-2/+3
2008-03-30Add initial support for objc codegen for methods, ivars, and theChris Lattner1-0/+4
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner1-0/+104