aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CGDecl.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-02-26Implement codegen for the following static var init.Lauro Ramos Venancio
2008-02-16Implement extern block var.Lauro Ramos Venancio
2008-02-15Remove useless parameter from isConstantSizeType.Eli Friedman
2008-02-06codegen static variables in a function into a different namespace fromChris Lattner
2008-02-04Add experimental support for address space qualified types. Address spaceChristopher Lamb
2008-01-09implement proper support for _Bool in memory, which is usually i8, not i1.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-02Support initalisers for more than just int-typed static variables.Oliver Hunt
2007-10-26Code gen static initializer.Devang Patel
2007-10-17Generate code for static variables that don't have initializers. Also, report...Anders Carlsson
2007-10-08Rename FileVariable -> FileVar for consistency with its class name, Chris Lattner
2007-08-26be slightly more volatile correctChris Lattner
2007-08-26these fixme's are easy :)Chris Lattner
2007-08-26implement a fixme, add a couple more :)Chris Lattner
2007-08-26Make initialization of complex vars work.Chris Lattner
2007-08-24completely refactor codegen of scalar expressions out into its own CGExprScal...Chris Lattner
2007-07-15Refactor code so that isIntegerConstantExpr has an ASTContext available.Chris Lattner
2007-07-13implement support for basic codegen of global variables with no initializers.Chris Lattner
2007-07-12Evaluate the initializer for automatic variables.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer