index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
static-init.cpp
Age
Commit message (
Expand
)
Author
2012-04-15
PR12226: don't generate wrong code if a braced string literal is used to
Richard Smith
2012-04-06
Use atexit when __cxa_atexit isn't available instead of adding a
John McCall
2012-03-30
Make sure we unique static-local decls across multiple emissions of
John McCall
2012-03-30
Revert r153723, and its follow-ups r153728 and r153733.
Chandler Carruth
2012-03-30
Do the static-locals thing properly in the face of unions and
John McCall
2012-03-30
When emitting a static local variable in C++, handle
John McCall
2012-03-09
Make sure we update the static local decl address map when we are forced to r...
Eli Friedman
2012-03-09
Make sure constant emission handles initializer lists with strings correctly....
Eli Friedman
2011-09-13
Re-commit r139643.
Eli Friedman
2011-09-13
Revert r139643 while I look into it; it's breaking selfhost.
Eli Friedman
2011-09-13
Make clang use Acquire loads and Release stores where necessary.
Eli Friedman
2011-06-17
Perform an acquire memory barrier on the fast path of a thread-safe
John McCall
2011-03-22
Fix a test case and teach ClearLinkageCache() to clear the linkage of
John McCall
2010-09-08
Implement ARM static local initialization guards, which are more compact than
John McCall
2010-06-04
Correctly align large arrays in x86-64. This fixes PR5599.
Rafael Espindola
2010-05-25
If a function definition has any sort of weak linkage, its static local
John McCall
2010-05-05
For thread-safe static initialization of local statics with
Douglas Gregor
2010-05-03
Just bail out immediately when emitting an unreachable function-local static
John McCall
2010-02-07
Use the right linkage for static variables inside C++ inline functions.
Anders Carlsson
2010-01-26
Make sure to always mark a global variable as not being constant if it has a ...
Anders Carlsson
2009-12-16
implement PR5654: add -fassume-sane-operator-new, which is enabled by default...
Nuno Lopes
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-10
Handle emitting static variables that have reference type.
Anders Carlsson
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-08-12
Use the inbounds variant of getelementptr for common pointer arithmetic.
Dan Gohman
2009-08-08
Refactor some code and implement support for global destructors for static va...
Anders Carlsson