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
/
global-init.cpp
Age
Commit message (
Expand
)
Author
2013-02-27
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-25
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
Add more attributes from the command line to functions.
Bill Wendling
2013-02-20
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2012-08-07
Update documentation of HasSideEffects to match its callers' expectations, and
Richard Smith
2012-08-07
Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it
Richard Smith
2012-04-06
Use atexit when __cxa_atexit isn't available instead of adding a
John McCall
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-01
Emit guard variables for any weak global that has a run-time
Douglas Gregor
2011-04-17
When laying out bases in, always try the "base subobject" LLVM type. If it
Anders Carlsson
2011-04-12
Template static data members can have weak_odr linkage, not just
John McCall
2011-04-12
Whoops.
John McCall
2011-04-12
Ignore indirect field declarations. Fixes PR9570.
John McCall
2011-01-18
Add unnamed_addr in CreateRuntimeVariable.
Rafael Espindola
2010-10-31
Teach the constant expr evaluator about derived-to-base casts when no virtual...
Anders Carlsson
2010-08-12
Test for rdar://problem/8073696.
John McCall
2010-08-03
Do a very simple pass over every function we emit to infer whether we can
John McCall
2010-07-30
Emit global destructors even if the destroyed object has no initializers or has
John McCall
2010-07-15
When deferring the emission of declarations with initializers in C++, remember
John McCall
2010-07-06
When creating functions to run global initializers and destructors, mark them
John McCall
2010-06-09
Fix test.
Anders Carlsson
2010-03-20
C++: Add support for -fno-use-cxa-atexit.
Daniel Dunbar
2010-02-05
Fix the bug that was breaking self-host, and re-land the static ctor fixes.
Anders Carlsson
2010-02-05
Revert r95363 and r95375, which broke self-host.
Douglas Gregor
2010-02-05
If a global initializer has a non-trivial destructor it can't be emitted as a...
Anders Carlsson
2010-02-02
Codegen CXXConstructExprs with trivial constructors as constants.
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-08
If a global initializer has a non-trivial constructor or destructor, we never...
Anders Carlsson
2009-10-08
Port test over to FileCheck.
Anders Carlsson
2009-08-12
Use the inbounds variant of getelementptr for common pointer arithmetic.
Dan Gohman
2009-08-08
Add support for global initializers.
Anders Carlsson