Go to file
David Majnemer 2dfdfdf45c [libc++] Don't return uninitialized data from random_device::operator()
Make sure we appropriately retry calls to read if the return result is
less than what we asked for.

Additionally, check and handle IO errors: EINTR results in the read
operation getting restarted; other errors turn into exceptions.

llvm-svn: 210061
2014-06-03 02:40:39 +00:00
clang Fix -emit-codegen-only to not generate binaries 2014-06-03 02:14:20 +00:00
clang-tools-extra Never filter-out compile errors in clang-tidy, display them as errors. 2014-06-02 20:44:32 +00:00
compiler-rt Cleanup Android build and provide better diagnostics 2014-06-02 23:11:24 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add more log related float constants 2014-05-29 21:30:28 +00:00
libcxx [libc++] Don't return uninitialized data from random_device::operator() 2014-06-03 02:40:39 +00:00
libcxxabi Add EH test case checking that handlers in noexcept functions can still unwind 2014-05-31 00:25:59 +00:00
lld Make dead-striping to handle reverse edges. 2014-06-03 01:59:02 +00:00
lldb Small cleanups for the new enum fixes: 2014-06-02 21:58:30 +00:00
llvm Add back commit r210029. 2014-06-02 22:01:04 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Remove superfluous semicolon confusing clang-format. 2014-06-02 11:29:58 +00:00