aboutsummaryrefslogtreecommitdiff
path: root/include/clang/CodeGen/ModuleBuilder.h
AgeCommit message (Expand)Author
2009-11-12Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-11LLVMContext is a class now.Benjamin Kramer
2009-08-05Update for LLVM API change.Owen Anderson
2009-07-01Update for changes in LLVM. Hopefully this is the last one for a while.Owen Anderson
2009-07-01Hold the LLVMContext by reference instead of by pointer.Owen Anderson
2009-07-01Update for LLVMContext+Module change.Owen Anderson
2009-03-26most of this is plumbing to get CompileOptions down into Chris Lattner
2009-03-07Some struct/class mismatch fixes, to silence MSVC warnings.Sebastian Redl
2008-10-21Add GetModule accessor to ModuleBuilderDaniel Dunbar
2008-08-05Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...Ted Kremenek
2008-05-08Added -g command line options to clang for generating source level debug info...Sanjiv Gupta
2008-02-06move the codegen ASTConsumer out of the driver into libcodegen,Chris Lattner
2008-02-05rewrite some of the type refinement code to eliminate dangling pointersChris Lattner
2008-01-12Add first pieces of support for parsing and representing Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-02Warn about unsupported codegen with the diags machinery, giving us:Chris Lattner
2007-11-28Implement support for -fwritable-strings and make the code generatorChris Lattner
2007-11-13Clean up types, removing some casts. Patch contributed byChris Lattner
2007-10-31Take 2.Devang Patel
2007-10-31temporarily revert devang's patch to link in the llvm codegen etc.Chris Lattner
2007-10-31Make target info available to clang code generator.Devang Patel
2007-07-13implement support for basic codegen of global variables with no initializers.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer