Go to file
Pete Cooper 7605e37a63 Refactor UpdatePredRedefs and StepForward to avoid duplication. NFC
Note, this is a reapplication of r236515 with a fix to not assert on non-register operands, but instead only handle them until the subsequent commit.  Original commit message follows.

The code was basically the same here already.  Just added an out parameter for a vector of seen defs so that UpdatePredRedefs can call StepForward first, then do its own post processing on the seen defs.

Will be used in the next commit to also handle regmasks.

llvm-svn: 236538
2015-05-05 20:14:22 +00:00
clang [analyzer] This eliminates regression caused by r236423. 2015-05-05 19:43:37 +00:00
clang-tools-extra Update to match clang r236404. 2015-05-04 03:15:55 +00:00
compiler-rt Build ASan runtime library with -z global on Android. 2015-05-05 20:13:39 +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 Allow compilation depending to the LLVM version 2015-04-29 15:37:06 +00:00
libcxx Found a Urbana paper that has library bits 2015-05-01 22:14:35 +00:00
libcxxabi Disallow conversions from function pointers to void*. 2015-05-01 01:49:37 +00:00
libunwind Make the .eh_frame_hdr code work on FreeBSD as well. 2015-04-29 20:43:44 +00:00
lld [Mips] Add more checkings to the test 2015-05-02 21:03:00 +00:00
lldb Fix process launch from Windows host to Android target. 2015-05-05 18:43:19 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm Refactor UpdatePredRedefs and StepForward to avoid duplication. NFC 2015-05-05 20:14:22 +00:00
openmp Integrate libiomp CMake into LLVM CMake build system. 2015-05-05 20:02:52 +00:00
polly [FIX] Invalid recognition of multidimensional access 2015-05-03 16:03:01 +00:00