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
/
virtual-bases.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Output destructors and constructors in a more natural order.
Rafael Espindola
2013-12-09
1
-2
/
+2
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-6
/
+6
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-2
/
+2
*
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-25
1
-6
/
+6
*
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2011-01-11
1
-6
/
+6
*
When collecting virtual bases it's very important to use the canonical type o...
Anders Carlsson
2010-03-29
1
-0
/
+23
*
Re-introduce the ctor/dtor alias optimization, this time hidden behind a
John McCall
2010-02-19
1
-2
/
+2
*
Revert the ctor/dtor alias optimization for now; the buildbots can detect
John McCall
2010-02-18
1
-3
/
+3
*
Emit complete constructors and destructors as aliases to base constructors
John McCall
2010-02-17
1
-3
/
+3
*
Use the correct function info for constructors when applying function attribu...
Anders Carlsson
2010-02-06
1
-0
/
+8
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used y...
Anders Carlsson
2009-11-25
1
-0
/
+17