rupprecht created this revision.
rupprecht added a reviewer: saugustine.
Herald added subscribers: cfe-commits, aheejin, sbc100, dberris, srhines.
Some methods in compiler-rt builtins have dependencies on libm. Therefore
building with -rtlib=compiler-rt is completely broken if those symbols are u
Author: tejohnson
Date: Fri Jul 13 18:50:14 2018
New Revision: 337082
URL: http://llvm.org/viewvc/llvm-project?rev=337082&view=rev
Log:
Revert "[ThinLTO] Ensure we always select the same function copy to import"
This reverts commit r337051.
Modified:
cfe/trunk/lib/CodeGen/BackendUtil.cpp
Mo
yaxunl added a comment.
In https://reviews.llvm.org/D48287#1138262, @tra wrote:
> Using OpenCL's flag for the purpose adds a *third* way we handle denormals
> flushing in clang. Now it would be HIP (which is CUDA-like) using OpenCL's
> flag for denormals instead of CUDA's one.
> You could chan
aleksandr.urakov added a comment.
Thank you!
Repository:
rL LLVM
https://reviews.llvm.org/D49227
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: marshall
Date: Fri Jul 13 20:06:11 2018
New Revision: 337085
URL: http://llvm.org/viewvc/llvm-project?rev=337085&view=rev
Log:
Mark one more __wrap_iter operation as constexpr.
Modified:
libcxx/trunk/include/iterator
Modified: libcxx/trunk/include/iterator
URL:
http://llvm.org/view
Author: marshall
Date: Fri Jul 13 21:15:19 2018
New Revision: 337087
URL: http://llvm.org/viewvc/llvm-project?rev=337087&view=rev
Log:
Mark __equal_to 's operations as constexpr.
Modified:
libcxx/trunk/include/algorithm
Modified: libcxx/trunk/include/algorithm
URL:
http://llvm.org/viewvc/ll
0x8000- updated this revision to Diff 155549.
0x8000- added a comment.
Accept magic values arbitrarily deep in a constant initialization
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D49114
Files:
clang-tidy/readability/CMakeLists.txt
clang-tidy/readability/MagicNum
mclow.lists added inline comments.
Comment at: include/span:236
+_LIBCPP_INLINE_VISIBILITY constexpr span(pointer __ptr, index_type
__count) : __data{__ptr}
+{ assert(_Extent == __count); }
+_LIBCPP_INLINE_VISIBILITY constexpr span(pointer __f, pointer __l) :
__
101 - 108 of 108 matches
Mail list logo