Go to file
Ahmed Bougacha 46c05fc861 [GlobalISel] Remove types on selected insts instead of using LLT().
LLT() has a particular meaning: it's one invalid type. But we really
want selected instructions to have no type whatsoever.

Also verify that types don't linger after ISel, and enable the verifier
on the AArch64 select test.

llvm-svn: 277001
2016-07-28 16:58:27 +00:00
clang [CUDA] Remove duplicated test that should have been removed in r276995. 2016-07-28 16:18:31 +00:00
clang-tools-extra Reapply r276856 "Adjust Registry interface to not require plugins to export a registry" 2016-07-28 12:48:17 +00:00
compiler-rt Fix broken build bot 2016-07-28 01:35:32 +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 Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx Add a bunch of noexcepts to char_traits and string_view. 2016-07-28 04:52:02 +00:00
libcxxabi Attempt to bring peace to -Werror buildbots. 2016-07-19 20:35:09 +00:00
libunwind [libunwind][ARM] Add support for Thumb1 targets 2016-07-25 09:21:56 +00:00
lld [lld][MachO] Fix bugs in the debug-syms test case. 2016-07-28 16:56:26 +00:00
lldb Add IR fixups for RenderScript ABI mismatch between ARMV7 frontend and x86 backend 2016-07-28 14:21:07 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [GlobalISel] Remove types on selected insts instead of using LLT(). 2016-07-28 16:58:27 +00:00
openmp Replace enum types in variadic functions by build-in types. 2016-07-22 16:05:35 +00:00
parallel-libs Add .clang-format to parallel-libs 2016-07-20 17:49:55 +00:00
polly Add missing REQUIRES line 2016-07-28 07:08:34 +00:00