summaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-129/+0
* add initial support for generating an llvm.globalctors list. Patch by David ...Chris Lattner2008-03-141-0/+4
* Add codegen support for ObjC message expressions with the GNU runtime.Chris Lattner2008-03-011-0/+4
* make include guards more unique.Chris Lattner2008-02-291-2/+2
* Implement codegen for the following static var init.Lauro Ramos Venancio2008-02-261-1/+3
* Implement CodeGenModule::getMemSetFn method.Lauro Ramos Venancio2008-02-191-0/+2
* Fix PR1992 by computing the right type for string literals, whichChris Lattner2008-02-111-0/+3
* sink more of the type related code into CodeGenTypes.Chris Lattner2008-02-061-1/+1
* move the codegen ASTConsumer out of the driver into libcodegen,Chris Lattner2008-02-061-2/+0
* rewrite some of the type refinement code to eliminate dangling pointersChris Lattner2008-02-051-0/+2
* Factor out the constant generation into its own file.Anders Carlsson2008-01-261-2/+4
* Add first pieces of support for parsing and representing Chris Lattner2008-01-121-0/+4
* Fix a crash reported by Seo Sanghyeon.Chris Lattner2008-01-031-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* local static vars are globals also. This fixes a testcaseChris Lattner2007-12-181-2/+2
* introduce a new CodeGenModule::getIntrinsic method, which wraps Chris Lattner2007-12-181-1/+2
* warn about unhandled initializers instead of crashing on them.Chris Lattner2007-12-021-0/+5
* Handle global variable definitions which change the type of a definition, suc...Chris Lattner2007-12-021-9/+11
* implement codegen for functions whose function body type don't matchChris Lattner2007-12-021-0/+9
* Warn about unsupported codegen with the diags machinery, giving us:Chris Lattner2007-12-021-1/+4
* Support initalisers for more than just int-typed static variables.Oliver Hunt2007-12-021-2/+2
* Implement support for -fwritable-strings and make the code generatorChris Lattner2007-11-281-2/+8
* 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
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+60