summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/ModuleBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Put back the top-level asm code; all tests pass now.Anders Carlsson2008-02-081-0/+9
* Back out 46855 for now, it causes test failures on Darwin.Anders Carlsson2008-02-081-9/+0
* Handle top-level asm declarations.Anders Carlsson2008-02-071-0/+9
* sink more of the type related code into CodeGenTypes.Chris Lattner2008-02-061-1/+1
* Finish off the refactoring of type handling stuff. Now we recompile everyChris Lattner2008-02-061-1/+11
* move the codegen ASTConsumer out of the driver into libcodegen,Chris Lattner2008-02-061-39/+61
* rewrite some of the type refinement code to eliminate dangling pointersChris Lattner2008-02-051-0/+5
* Add first pieces of support for parsing and representing Chris Lattner2008-01-121-0/+11
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Warn about unsupported codegen with the diags machinery, giving us:Chris Lattner2007-12-021-2/+3
* Implement support for -fwritable-strings and make the code generatorChris Lattner2007-11-281-3/+3
* Clean up types, removing some casts. Patch contributed byChris Lattner2007-11-131-9/+9
* Take 2.Devang Patel2007-10-311-2/+3
* temporarily revert devang's patch to link in the llvm codegen etc.Chris Lattner2007-10-311-3/+2
* Make target info available to clang code generator.Devang Patel2007-10-311-2/+3
* In "int X,Y;", compile both X and Y.Chris Lattner2007-07-141-1/+1
* implement support for basic codegen of global variables with no initializers.Chris Lattner2007-07-131-0/+6
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-6/+5
* Reorganize codegen files.Chris Lattner2007-05-281-5/+5
* Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCoreChris Lattner2007-05-241-0/+40
OpenPOWER on IntegriCloud