Go to file
NAKAMURA Takumi d112b82066 raw_ostream::operator<<(StringRef): Avoid potential overflow in pointer arithmetic.
(OutBufCur + Size) might overflow if Size were large. For example on i686-linux,

  OutBufCur: 0xFFFDF27D
  OutBufEnd: 0xFFFDF370
  Size:      0x0002BF20 (180,000)

It caused flaky error in MC/COFF/section-name-encoding.s.

llvm-svn: 207621
2014-04-30 09:33:50 +00:00
clang Add a triple to new test. 2014-04-30 04:54:42 +00:00
clang-tools-extra Fix the message for "Move constructor declared explicit". 2014-04-29 15:50:14 +00:00
compiler-rt [Sanitizer] Add rudimentary support for wide-character strings to scanf/printf interceptors 2014-04-28 20:40:25 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr) 2014-04-26 05:19:48 +00:00
libcxxabi Add unwind test case that checks restoring of float registers (such as on AArch64) 2014-04-29 01:08:23 +00:00
lld [PECOFF] Fix priority of locally imported symbols. 2014-04-30 03:31:46 +00:00
lldb Correct offsets in the debugserver arm back end for the s and d registers so we get the offsets 2014-04-30 00:30:07 +00:00
llvm raw_ostream::operator<<(StringRef): Avoid potential overflow in pointer arithmetic. 2014-04-30 09:33:50 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly Add missing include. 2014-04-30 07:26:28 +00:00