Go to file
Joerg Sonnenberger 4e08a634e1 Don't take short cuts trying to avoid conditionals. This leads to
negative shift amounts and/or shifts wider than the type. VAX traps on
the former, X86 and other platforms produce incorrect results on the
latter.

llvm-svn: 204193
2014-03-18 22:10:36 +00:00
clang CodeGen: Include a function hash in instrumentation based profiling 2014-03-18 21:58:06 +00:00
clang-tools-extra clang-tidy/ArgumentCommentCheck: Initializer list in non-static members is unavailable on msc17. 2014-03-18 07:22:43 +00:00
compiler-rt Don't take short cuts trying to avoid conditionals. This leads to 2014-03-18 22:10:36 +00:00
debuginfo-tests Revert "xfail a test on darwin because some of the public buildbots are stuck on" 2014-03-11 23:49:31 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 2014-03-17 20:19:44 +00:00
libcxxabi 0 is a valid LSDA encoding and can be seen in statically linked 2014-03-11 23:43:43 +00:00
lld [PECOFF] Support yet another new type of weak symbol. 2014-03-18 19:37:50 +00:00
lldb Fix expression parsing (on FreeBSD, at least) 2014-03-18 18:55:06 +00:00
llvm Tidy up. Update per naming conventions. 2014-03-18 22:09:10 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Fix source code formatting 2014-03-18 18:51:11 +00:00