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
*
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