summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CGDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support initalisers for more than just int-typed static variables.Oliver Hunt2007-12-021-6/+3
* Code gen static initializer.Devang Patel2007-10-261-3/+8
* Generate code for static variables that don't have initializers. Also, report...Anders Carlsson2007-10-171-1/+25
* Rename FileVariable -> FileVar for consistency with its class name, Chris Lattner2007-10-081-3/+3
* be slightly more volatile correctChris Lattner2007-08-261-1/+1
* these fixme's are easy :)Chris Lattner2007-08-261-4/+2
* implement a fixme, add a couple more :)Chris Lattner2007-08-261-3/+7
* Make initialization of complex vars work.Chris Lattner2007-08-261-2/+6
* completely refactor codegen of scalar expressions out into its own CGExprScal...Chris Lattner2007-08-241-2/+4
* Refactor code so that isIntegerConstantExpr has an ASTContext available.Chris Lattner2007-07-151-2/+2
* implement support for basic codegen of global variables with no initializers.Chris Lattner2007-07-131-1/+0
* Evaluate the initializer for automatic variables.Chris Lattner2007-07-121-1/+3
* add some infrastructure for codegen'ing complex numbers. implement additionChris Lattner2007-06-221-1/+1
* remove location tracking for target infoChris Lattner2007-06-221-2/+2
* Don't forget to set thisChris Lattner2007-06-221-0/+1
* fix naming of aggregate arguments.Chris Lattner2007-06-221-5/+1
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-4/+3
* Implement support for formal arguments. We can now compile this:Chris Lattner2007-06-131-3/+35
* codegen all declarators in a declstmt, allowing us to successfully codegenChris Lattner2007-06-091-5/+4
* Add initial support for fixed-size local vardecls. This allows us to compile:Chris Lattner2007-06-021-4/+40
* Start stubbing out decl codegen.Chris Lattner2007-06-021-0/+56
OpenPOWER on IntegriCloud