Author: brucem
Date: Tue Feb 13 00:12:00 2018
New Revision: 324989
URL: http://llvm.org/viewvc/llvm-project?rev=324989&view=rev
Log:
Fix typos.
Reviewers: mclow.lists, EricWF
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D43224
Modified:
libcxx/trunk/docs/DesignD
Author: brucem
Date: Tue Feb 13 16:29:38 2018
New Revision: 325087
URL: http://llvm.org/viewvc/llvm-project?rev=325087&view=rev
Log:
Fix incorrect indentation.
Reviewers: mclow.lists
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D43167
Modified:
libcxx/trunk/incl
brucem created this revision.
brucem added a subscriber: cfe-commits.
By manipulating a local variable in the loop, when the loop can
be optimized away (due to no non-trivial destructors), this lets
it be fully optimized away and we modify the __end_ separately.
This results in a substantial impr
brucem updated this revision to Diff 73790.
brucem added a comment.
Address comments from mclow.
https://reviews.llvm.org/D25241
Files:
include/vector
test/std/containers/sequences/vector/vector.modifiers/clear.pass.cpp
Index: test/std/containers/sequences/vector/vector.modifiers/clear.pa
Author: brucem
Date: Thu Mar 23 09:39:23 2017
New Revision: 298601
URL: http://llvm.org/viewvc/llvm-project?rev=298601&view=rev
Log:
[libcxx] Improve code generation for vector::clear().
Summary:
By manipulating a local variable in the loop, when the loop can
be optimized away (due to no non-triv
brucem marked 2 inline comments as done.
brucem added a comment.
These have been addressed, so this should be good for further review.
https://reviews.llvm.org/D25241
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-