summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement code generation for constant CFStrings.Anders Carlsson2007-08-211-1/+57
* Add preliminary support for converting struct types.Anders Carlsson2007-08-171-1/+1
* Refactor code so that isIntegerConstantExpr has an ASTContext available.Chris Lattner2007-07-151-1/+1
* A significant refactoring of the type size stuff to also Chris Lattner2007-07-141-3/+6
* Implement trivial integer initializers, like 'int X = 4;' for globalChris Lattner2007-07-141-5/+10
* In "int X,Y;", compile both X and Y.Chris Lattner2007-07-141-0/+6
* implement support for basic codegen of global variables with no initializers.Chris Lattner2007-07-131-1/+34
* remove location tracking for target infoChris Lattner2007-06-221-1/+1
* Build enough support for aggregates to be able to compile this:Chris Lattner2007-06-221-0/+15
* Hook up global function and variable handling. We can now compile:Chris Lattner2007-06-201-0/+24
* Refactor CodeGenTypes out to CodeGenModule so it can be used for functionsChris Lattner2007-06-161-0/+4
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-1/+0
* Don't generate code for prototypesChris Lattner2007-06-151-1/+4
* Implement conversion of clang ast types to LLVM types, at least for some trivialChris Lattner2007-05-291-2/+1
* Reorganize codegen files.Chris Lattner2007-05-281-0/+24
OpenPOWER on IntegriCloud