Go to file
David Majnemer a2a218fbd4 [MathExtras] Fix UB in minIntN
We negated a value with a signed type which invited problems when that
value was the most negative signed number.  Use an unsigned type
for the value instead.  It will compute the same twos complement
result without the UB.

llvm-svn: 275815
2016-07-18 17:03:09 +00:00
clang [OpenMP] update test cases for -std=c++11 compile 2016-07-18 16:09:53 +00:00
clang-tools-extra [include-fixer] Add an options allow moving the cursor to #include line in vim 2016-07-18 10:04:45 +00:00
compiler-rt Code refactoring: extract path prefix handling code 2016-07-18 16:16:12 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Replace llvm.AMDGPU.ldexp with llvm.amdgcn.ldexp 2016-07-18 16:42:50 +00:00
libcxx Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_CXX03_LANG'. No functionality change. 2016-07-18 13:19:00 +00:00
libcxxabi Fix arc config to use https 2016-07-18 02:05:52 +00:00
libunwind [PATCH] [libunwind][ehabi] Use early returns where possible. 2016-07-08 12:13:31 +00:00
lld Pass section by reference. NFC. 2016-07-18 16:05:09 +00:00
lldb Revert "[test] Report error when inferior test processes exit with a non-zero code" 2016-07-18 14:42:01 +00:00
llgo Upgrade all the .arcconfigs to https. 2016-07-14 13:15:37 +00:00
llvm [MathExtras] Fix UB in minIntN 2016-07-18 17:03:09 +00:00
openmp http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic schedule modifier 2016-07-11 10:44:57 +00:00
parallel-libs Add streamexecutor directory 2016-07-18 16:44:25 +00:00
polly GPGPU: collect array references 2016-07-18 15:44:32 +00:00