summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
* Take 2.Devang Patel2007-10-311-1/+3
* temporarily revert devang's patch to link in the llvm codegen etc.Chris Lattner2007-10-311-3/+1
* Make target info available to clang code generator.Devang Patel2007-10-311-1/+3
* Refactor code into a separate method.Devang Patel2007-10-301-0/+3
* Phase 2 of making the Decl class more lightweight...Steve Naroff2007-09-131-1/+2
* add the ability to get the llvm function corresponding to a library builtin.Chris Lattner2007-08-311-0/+8
* Implement code generation for constant CFStrings.Anders Carlsson2007-08-211-1/+5
* In "int X,Y;", compile both X and Y.Chris Lattner2007-07-141-0/+1
* implement support for basic codegen of global variables with no initializers.Chris Lattner2007-07-131-1/+3
* Build enough support for aggregates to be able to compile this:Chris Lattner2007-06-221-0/+4
* Hook up global function and variable handling. We can now compile:Chris Lattner2007-06-201-1/+4
* Refactor CodeGenTypes out to CodeGenModule so it can be used for functionsChris Lattner2007-06-161-2/+6
* Split type analysis out to its own file, now the integer constant expr evalua...Chris Lattner2007-06-161-0/+4
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-4/+5
* Add codegen support for NullStmt and CompoundStmt. {;;{};;} is now ours!Chris Lattner2007-05-291-0/+1
* Implement conversion of clang ast types to LLVM types, at least for some trivialChris Lattner2007-05-291-0/+2
* Reorganize codegen files.Chris Lattner2007-05-281-0/+41
OpenPOWER on IntegriCloud