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
/
references.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly destroy reference temporaries with global storage. Remove ErrorUnsu...
Anders Carlsson
2010-06-27
1
-1
/
+35
*
Change IR generation for return (in the simple case) to avoid doing silly
Chris Lattner
2010-06-27
1
-4
/
+3
*
Improve our handling of reference binding for subobjects of
Douglas Gregor
2010-05-22
1
-1
/
+5
*
Rework our handling of binding a reference to a temporary
Douglas Gregor
2010-05-20
1
-1
/
+54
*
When constant folding reference variables with an initializer to the
Chandler Carruth
2010-05-16
1
-0
/
+13
*
Check for ret, so that we know we hit the end of the function
Douglas Gregor
2010-03-24
1
-0
/
+1
*
When returning from a function that has a reference return type, use
Douglas Gregor
2010-03-24
1
-0
/
+7
*
Handle reference binding in aggregate initializers. Fixes another 47 tests.
Anders Carlsson
2010-02-03
1
-0
/
+8
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-12-09
1
-2
/
+0
*
Intercept sizeof and alignof references before they get into ASTContext metho...
Sebastian Redl
2009-11-23
1
-0
/
+5
*
Fix the 32-bit ABI to return structures with non-trivial copy ctors or dtors ...
Anders Carlsson
2009-10-20
1
-1
/
+1
*
Force triple for test.
Anders Carlsson
2009-10-20
1
-1
/
+1
*
Handle emitting the assignment operator when the lhs is a reference. Fixes PR...
Anders Carlsson
2009-10-19
1
-0
/
+6
*
When binding a reference to a temporary, it's important that other temporarie...
Anders Carlsson
2009-10-18
1
-0
/
+23
*
Handle
Anders Carlsson
2009-10-15
1
-1
/
+8
*
Ignore No-op casts when evaluating lvalue expressions. Fixes PR5122.
Anders Carlsson
2009-10-03
1
-0
/
+5
*
Handle member expressions that return references correctly.
Anders Carlsson
2009-09-01
1
-0
/
+8
*
IRgen support for calls to functions that return references to aggregate exre...
Anders Carlsson
2009-05-27
1
-0
/
+2
*
Fix up constant expression handling to deal with the address
Eli Friedman
2009-05-27
1
-0
/
+1
*
Add IRGen support for local variables of reference type.
Eli Friedman
2009-05-27
1
-0
/
+6
*
Add IRGen support for return statements in functions with reference
Eli Friedman
2009-05-27
1
-0
/
+3
*
Functions that return references can be rvalues as well.
Anders Carlsson
2009-05-27
1
-0
/
+3
*
Add another test.
Anders Carlsson
2009-05-27
1
-1
/
+3
*
Add support for emitting calls to functions that return references (as lvalue...
Anders Carlsson
2009-05-27
1
-2
/
+12
*
Handle the remaining unhandled cases in EmitReferenceBindingToExpr.
Eli Friedman
2009-05-20
1
-0
/
+7
*
irgen for references to complex rvales (Very important...)
Anders Carlsson
2009-05-20
1
-0
/
+2
*
Bad anders.
Anders Carlsson
2009-05-20
1
-1
/
+1
*
Create a temporary if the lvalue is a bitfield. Reported by Eli.
Anders Carlsson
2009-05-20
1
-0
/
+3
*
Add support for binding references to scalar rvalues.
Anders Carlsson
2009-05-20
1
-3
/
+10
*
Bind references to lvalues correctly.
Anders Carlsson
2009-05-20
1
-0
/
+27
*
Improve support for irgen of references.
Anders Carlsson
2009-05-19
1
-0
/
+16