Go to file
Chad Rosier bb99f40530 [IndVarSimplify] Widen loop compare instructions.
This improves other optimizations such as LSR.  A sext may be added to the
compare's other operand, but this can often be hoisted outside of the loop.

llvm-svn: 217953
2014-09-17 14:10:33 +00:00
clang Don't try to devirtualize non-virtual calls 2014-09-16 22:23:33 +00:00
clang-tools-extra Make a variable local so it's lifetime becomes more obvious. 2014-09-17 13:12:51 +00:00
compiler-rt Do not link the dyndd runtime library against libdl on FreeBSD 2014-09-17 07:54:46 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc R600: Map Address spaces for atomic_cmpxchg 2014-09-16 22:34:59 +00:00
libcxx Add include of <cassert> for the operator comma 2014-09-17 04:09:35 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld [mach-o] update test case to match new llvm-objdump output 2014-09-17 00:51:18 +00:00
lldb Build lldb-mi on all platforms with Makefile builds 2014-09-17 00:28:31 +00:00
llvm [IndVarSimplify] Widen loop compare instructions. 2014-09-17 14:10:33 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly [Fix] Rewire the Region after a unconditional entry edge is created 2014-09-15 18:34:45 +00:00