index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGDeclCXX.cpp
Age
Commit message (
Expand
)
Author
2010-03-20
C++: Add support for -fno-use-cxa-atexit.
Daniel Dunbar
2010-03-20
IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into sole caller.
Daniel Dunbar
2010-02-06
Add support for threadsafe statics, and make them the default (matching gcc).
Anders Carlsson
2010-02-03
Revert the new reference binding code; I came up with a way simpler solution ...
Anders Carlsson
2010-01-25
global variable that binds reference to a non-lvalue reproted
Fariborz Jahanian
2010-01-25
Fix a code gen. bug involving compiling global references.
Fariborz Jahanian
2010-01-08
Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring
Eli Friedman
2009-12-10
Actually store the pointer into the global variable, spotted by Eli.
Anders Carlsson
2009-12-10
Handle emitting static variables that have reference type.
Anders Carlsson
2009-12-10
Separate generating code for static variables and global variables.
Anders Carlsson
2009-12-10
Move more decl related functions to CGDeclCXX.cpp
Anders Carlsson
2009-12-10
Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.
Anders Carlsson