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
/
destructors.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinstate fix for PR7526, which was failing because, now that we
Douglas Gregor
2010-07-01
1
-0
/
+19
*
Revert r107374, which broke bootstrap.
Douglas Gregor
2010-07-01
1
-11
/
+0
*
When building the type of a destructor, make sure to keep the
Douglas Gregor
2010-07-01
1
-0
/
+11
*
Give this test a triple.
John McCall
2010-05-27
1
-1
/
+1
*
When deciding whether a deferred declaration has already been emitted,
John McCall
2010-05-27
1
-1
/
+64
*
Don't emit derived-to-base destructor aliases if we don't have a definition
John McCall
2010-03-03
1
-0
/
+14
*
Perform two more constructor/destructor code-size optimizations:
John McCall
2010-02-23
1
-1
/
+45
*
More refactoring around constructor/destructor code generation.
John McCall
2010-02-19
1
-1
/
+48
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Unify the way destructor epilogues are generated for synthesized and regular ...
Anders Carlsson
2009-11-17
1
-0
/
+14
*
CodeGen may see out-of-line declarations of the various special member
Douglas Gregor
2009-10-01
1
-1
/
+9
*
We can generate constructors/destructors with base classes and non-trivial fi...
Anders Carlsson
2009-09-01
1
-0
/
+22