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
/
copy-constructor-synthesis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-25
1
-2
/
+2
*
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2011-01-11
1
-2
/
+2
*
Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert a...
Anders Carlsson
2010-03-30
1
-0
/
+1
*
Handle default arguments when calling copy constructors for bases or members ...
Anders Carlsson
2010-03-30
1
-0
/
+43
*
Change a test to FileCheck bitcode instead of assembler.
Anders Carlsson
2010-03-30
1
-12
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Handle references correctly when synthesizing copy constructors.
Anders Carlsson
2009-11-24
1
-0
/
+11
*
Implement a few more cases for copy constructor synthesis.
Eli Friedman
2009-11-16
1
-0
/
+2
*
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
1
-1
/
+0
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-4
/
+4
*
Mangle record types as decls.
Anders Carlsson
2009-09-26
1
-6
/
+6
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-39
/
+40
*
Patch to provide ir-gen support in copying array members
Fariborz Jahanian
2009-08-21
1
-0
/
+34
*
ir-gen support for anonymous union data member
Fariborz Jahanian
2009-08-11
1
-1
/
+15
*
ir-gen for generating copying of scalar data members in
Fariborz Jahanian
2009-08-10
1
-2
/
+11
*
Fixed a ir-gen bug in synthesizing copy constructors.
Fariborz Jahanian
2009-08-10
1
-5
/
+2
*
ir-gen for initialization, in synthesize copy constructor,
Fariborz Jahanian
2009-08-08
1
-0
/
+55