index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGenCXX
/
global-init.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update documentation of HasSideEffects to match its callers' expectations, and
Richard Smith
2012-08-07
1
-3
/
+15
*
Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it
Richard Smith
2012-08-07
1
-13
/
+82
*
Use atexit when __cxa_atexit isn't available instead of adding a
John McCall
2012-04-06
1
-4
/
+4
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-4
/
+4
*
Emit guard variables for any weak global that has a run-time
Douglas Gregor
2011-07-01
1
-9
/
+14
*
When laying out bases in, always try the "base subobject" LLVM type. If it
Anders Carlsson
2011-04-17
1
-2
/
+2
*
Template static data members can have weak_odr linkage, not just
John McCall
2011-04-12
1
-0
/
+10
*
Whoops.
John McCall
2011-04-12
1
-1
/
+1
*
Ignore indirect field declarations. Fixes PR9570.
John McCall
2011-04-12
1
-0
/
+7
*
Add unnamed_addr in CreateRuntimeVariable.
Rafael Espindola
2011-01-18
1
-0
/
+1
*
Teach the constant expr evaluator about derived-to-base casts when no virtual...
Anders Carlsson
2010-10-31
1
-0
/
+16
*
Test for rdar://problem/8073696.
John McCall
2010-08-12
1
-0
/
+11
*
Do a very simple pass over every function we emit to infer whether we can
John McCall
2010-08-03
1
-1
/
+1
*
Emit global destructors even if the destroyed object has no initializers or has
John McCall
2010-07-30
1
-2
/
+17
*
When deferring the emission of declarations with initializers in C++, remember
John McCall
2010-07-15
1
-0
/
+22
*
When creating functions to run global initializers and destructors, mark them
John McCall
2010-07-06
1
-1
/
+4
*
Fix test.
Anders Carlsson
2010-06-09
1
-1
/
+2
*
C++: Add support for -fno-use-cxa-atexit.
Daniel Dunbar
2010-03-20
1
-1
/
+1
*
Fix the bug that was breaking self-host, and re-land the static ctor fixes.
Anders Carlsson
2010-02-05
1
-0
/
+5
*
Revert r95363 and r95375, which broke self-host.
Douglas Gregor
2010-02-05
1
-5
/
+0
*
If a global initializer has a non-trivial destructor it can't be emitted as a...
Anders Carlsson
2010-02-05
1
-0
/
+5
*
Codegen CXXConstructExprs with trivial constructors as constants.
John McCall
2010-02-02
1
-0
/
+10
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
If a global initializer has a non-trivial constructor or destructor, we never...
Anders Carlsson
2009-10-08
1
-2
/
+8
*
Port test over to FileCheck.
Anders Carlsson
2009-10-08
1
-3
/
+3
*
Use the inbounds variant of getelementptr for common pointer arithmetic.
Dan Gohman
2009-08-12
1
-1
/
+1
*
Add support for global initializers.
Anders Carlsson
2009-08-08
1
-0
/
+10