Go to file
Ahmed Bougacha f32991461f [CodeGenPrepare] Generalize inserted set from truncs to any inst.
It's been used before to avoid infinite loops caused by separate CGP
optimizations undoing one another.  We found one more such issue
caused by r238054.  To avoid it, generalize the "InsertedTruncs"
set to any inst, and use it to avoid touching those again.

llvm-svn: 239938
2015-06-17 20:44:32 +00:00
clang [modules] If we merge a template, also track that its parameters are merged so 2015-06-17 20:39:41 +00:00
clang-tools-extra clang-tidy: Add checker that warn when macro argument with side effects is repeated in the macro 2015-06-17 14:19:35 +00:00
compiler-rt SafeStack: XFAIL the pthread.c test on Darwin. 2015-06-16 18:52:31 +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 a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Fix std::function allocator constructors in C++03. 2015-06-14 23:30:09 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Code cleanup: Reindent statements. 2015-05-30 14:00:39 +00:00
lld COFF: Create import library files. 2015-06-17 20:40:43 +00:00
lldb [NativeProcessLinux] Use fast memory reads, if the system supports it 2015-06-17 18:38:49 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm [CodeGenPrepare] Generalize inserted set from truncs to any inst. 2015-06-17 20:44:32 +00:00
openmp Have CMake error out on Windows when user wants OMPT support 2015-06-17 15:43:34 +00:00
polly [PM/AA] Update Polly for r239886 which removed UnknownSize from 2015-06-17 08:29:32 +00:00