summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize MemCpyFnDevang Patel2007-10-311-1/+2
* temporarily revert devang's patch to link in the llvm codegen etc.Chris Lattner2007-10-311-4/+2
* Make target info available to clang code generator.Devang Patel2007-10-311-2/+4
* Refactor code into a separate method.Devang Patel2007-10-301-38/+45
* Fix 80 col violations.Devang Patel2007-10-301-4/+8
* Codegen global array initializers.Devang Patel2007-10-261-1/+35
* Updated VC++ build system.Hartmut Kaiser2007-10-171-1/+1
* Phase 2 of making the Decl class more lightweight...Steve Naroff2007-09-131-1/+1
* eliminate some VC++ warnings, patch contributed by Hartmut KaiserChris Lattner2007-09-041-2/+2
* Implement codegen support for lowering "library builtins" like __builtin_isinf Chris Lattner2007-08-311-1/+5
* add the ability to get the llvm function corresponding to a library builtin.Chris Lattner2007-08-311-4/+38
* 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