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-elim-2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-4
/
+4
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-4
/
+4
*
Fix clang's handling of the copy performed in the second phase of class
Richard Smith
2016-09-07
1
-0
/
+20
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-1
/
+1
*
Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...
Nick Lewycky
2014-05-28
1
-2
/
+1
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-2
/
+2
*
Restore r184205 and associated commits (after commit of r185290)
Stephen Lin
2013-06-30
1
-1
/
+1
*
Revert r184205 and associated patches while investigating issue with broken b...
Stephen Lin
2013-06-19
1
-1
/
+1
*
CodeGen: Have 'this'-returning constructors and destructors to take advantage...
Stephen Lin
2013-06-18
1
-1
/
+1
*
Provide fixed target triples to make test results consistent across ARM hosts.
David Blaikie
2012-09-10
1
-2
/
+2
*
Only make a call to a copy constructor elidable if in fact we are
Douglas Gregor
2012-03-10
1
-0
/
+22
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-1
/
+1
*
Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...
Eli Friedman
2011-06-14
1
-1
/
+1
*
Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1...
Eli Friedman
2011-06-13
1
-6
/
+6
*
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-25
1
-1
/
+1
*
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2011-01-11
1
-1
/
+1
*
Look through parentheses when deciding whether an expr is a temporary object....
Anders Carlsson
2010-11-28
1
-0
/
+22
*
Do not elide copy construction when we're performing base-class initialization
Douglas Gregor
2010-08-22
1
-0
/
+26
*
Make copy constructor elimination work in more cases; the case in question
Eli Friedman
2009-12-24
1
-0
/
+7