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