Go to file
Duncan P. N. Exon Smith 7e80640aa1 IR: Store StorageType as an unsigned bitfield
Use `unsigned` instead of `StorageType` for the bitfield to prevent MSVC
from treating the top bit of the bitfield as a sign bit.

llvm-svn: 226570
2015-01-20 15:51:14 +00:00
clang clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0 2015-01-20 12:59:20 +00:00
clang-tools-extra [clang-tidy] Make ClangTidyOptionsProvider::getOptions return by value. 2015-01-20 09:48:51 +00:00
compiler-rt [MIPS64] Make __clear_cache more optimal 2015-01-20 15:04:19 +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 Use amdgcn triple for SI+ GPUs 2015-01-06 20:42:12 +00:00
libcxx Cleaning up the test suite; remove some includes of non-standard file <__config> 2015-01-18 19:05:51 +00:00
libcxxabi Fix abort_message.cpp for the NDK. 2015-01-16 20:00:49 +00:00
lld ELF: Support detection of relocation errors during processing 2015-01-20 10:37:40 +00:00
lldb Fix help test cases after r226068 2015-01-20 15:13:01 +00:00
llgo Introduce llgoi, a REPL for Go 2015-01-15 04:13:29 +00:00
llvm IR: Store StorageType as an unsigned bitfield 2015-01-20 15:51:14 +00:00
openmp added support for PPC architectures (version 3): initial patch provided by Carlo Bertolli, latest version from Johnny Peyton 2015-01-19 18:29:35 +00:00
polly CodeGen: Update IRBuilder for LLVM API change 2015-01-19 21:31:48 +00:00