Go to file
David Majnemer 862a8ae812 [CodeView] Fix a busted assert in TypeTableBuilder::writeClass
It was checking for Union when it should have checked for Interface.

llvm-svn: 271792
2016-06-04 15:40:31 +00:00
clang [X86] Use unsigned types for vector arithmetic in intrinsics to avoid undefined behavior for signed integer overflow. 2016-06-04 05:43:41 +00:00
clang-tools-extra [clang-tidy] modernize-use-auto: don't remove stars by default 2016-06-03 21:22:58 +00:00
compiler-rt It really helps to not randomly delete one of the closing brackets. =/ 2016-06-04 09:06:59 +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 math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx [libcxx] Fix c++98 test failures. 2016-06-03 21:40:03 +00:00
libcxxabi Partially revert r270816: build with -fvisibility=hidden. 2016-06-02 08:14:28 +00:00
libunwind [libunwind] Remove unused code. 2016-06-03 20:57:48 +00:00
lld Apply clang-tidy's misc-move-constructor-init to lld. 2016-06-03 16:57:13 +00:00
lldb Add armv7 compact unwind printing to the compact-unwind-dumper.c tool 2016-06-04 04:10:15 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [CodeView] Fix a busted assert in TypeTableBuilder::writeClass 2016-06-04 15:40:31 +00:00
openmp Fine tuning of TC* macros - small followup 2016-06-01 09:59:26 +00:00
polly [NFC] Check that a parameter of ScheduleTreeOptimizer::isMatrMultPattern contains a correct partial schedule 2016-06-04 06:34:04 +00:00