index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
nrvo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update clang unittests for rL281586.
Wei Mi
2016-09-15
1
-2
/
+2
*
Update clang to take into account the changes to personality fns
David Majnemer
2015-06-17
1
-2
/
+3
*
Adjust clang side tests effected by 239795 before reapplying said change
Philip Reames
2015-06-16
1
-3
/
+3
*
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
David Majnemer
2015-04-22
1
-2
/
+13
*
Revert r234581, it might have caused a few miscompiles in Chromium.
Nico Weber
2015-04-11
1
-13
/
+2
*
Remove threshold for inserting lifetime markers for named temporaries
Arnaud A. de Grandmaison
2015-04-10
1
-2
/
+13
*
Revert "Remove threshold for lifetime marker insertion of named temporaries"
Arnaud A. de Grandmaison
2014-12-01
1
-13
/
+2
*
Remove threshold for lifetime marker insertion of named temporaries
Arnaud A. de Grandmaison
2014-12-01
1
-2
/
+13
*
Revert "Remove threshold on object size for inserting lifetime begin / end"
Arnaud A. de Grandmaison
2014-10-08
1
-13
/
+2
*
Remove threshold on object size for inserting lifetime begin / end
Arnaud A. de Grandmaison
2014-10-08
1
-2
/
+13
*
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
-1
/
+1
*
I fixed this fixme in r208017.
Nick Lewycky
2014-05-06
1
-2
/
+1
*
Err, wait. Those new test functions in r207890 need CHECK lines.
Nick Lewycky
2014-05-03
1
-0
/
+6
*
Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...
Nick Lewycky
2014-05-03
1
-2
/
+41
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-9
/
+9
*
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-22
1
-1
/
+3
*
Call __cxa_begin_catch with the current exception before
John McCall
2013-02-12
1
-2
/
+3
*
A number of test cases assume that an "int" parameter or return value
Ulrich Weigand
2012-10-24
1
-2
/
+2
*
Make test compatible with ARM hosts.
Eli Friedman
2011-11-11
1
-3
/
+3
*
Don't apply NRVO to over-aligned variables. The caller only
John McCall
2011-11-11
1
-0
/
+12
*
Throw the switch to convert clang to the new exception handling model!
Bill Wendling
2011-09-19
1
-6
/
+7
*
Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...
Eli Friedman
2011-06-14
1
-21
/
+21
*
Convert Clang over to resuming from landing pads with llvm.eh.resume.
John McCall
2011-05-28
1
-1
/
+1
*
Back out r132209; it's breaking nightly tests.
Eli Friedman
2011-05-27
1
-1
/
+1
*
Implement a new, much improved version of the cleanup hack. We just need
John McCall
2011-05-27
1
-1
/
+1
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
1
-1
/
+1
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
1
-0
/
+2
*
Promote the static getNRVOCandidate() function, which computed the
Douglas Gregor
2011-01-21
1
-0
/
+13
*
Teach IR generation how to lazily emit cleanups. This has a lot of advantages,
John McCall
2010-07-13
1
-16
/
+16
*
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-07-06
1
-19
/
+68
*
Ensure that destructors are called for NRVO'd objects when the
Douglas Gregor
2010-05-17
1
-2
/
+21
*
Attempt to satisfy Release-Asserts build
Douglas Gregor
2010-05-15
1
-3
/
+0
*
When applying the named return value optimization, we still need to
Douglas Gregor
2010-05-15
1
-0
/
+13
*
Implement a simple form of the C++ named return value optimization for
Douglas Gregor
2010-05-15
1
-0
/
+55