Go to file
Arnold Schwaighofer 1aab75ab49 LoopVectorizer: Don't count the induction variable multiple times
When estimating register pressure, don't count the induction variable mulitple
times. It is unlikely to be unrolled. This is currently disabled and hidden
behind a flag ("enable-ind-var-reg-heur").

llvm-svn: 200371
2014-01-29 04:36:12 +00:00
clang clang-cl: Better error message when trying to compile stdin (PR18640) 2014-01-29 01:04:40 +00:00
clang-tools-extra check-clang-tools: Also it doesn't require neither llvm_src_root nor llvm_obj_root. 2014-01-26 12:40:18 +00:00
compiler-rt Add support for more instruction prefixes so we can intercept functions in the VS2013 RTL 2014-01-29 02:00:58 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Fix build broken by LLVM commit r199279 2014-01-20 20:28:48 +00:00
libcxx lit.site.cfg:cxx_under_test should take precedence over 'which clang++' 2014-01-29 01:54:52 +00:00
libcxxabi Use .p2align instead of .align 2014-01-23 21:46:35 +00:00
lld [ELF][Hexagon] typeZeroFillQuick is not associated with bss section. 2014-01-29 04:04:27 +00:00
lldb Show help dialog the first time the "gui" is run to help users find their way. 2014-01-28 18:41:35 +00:00
llvm LoopVectorizer: Don't count the induction variable multiple times 2014-01-29 04:36:12 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Do not verify the base addresses 2014-01-28 13:43:24 +00:00