Go to file
David Majnemer 32b8ccf480 ScalarEvolution: Introduce SCEVSDivision and SCEVUDivision
It turns out that not all users of SCEVDivision want the same
signedness.  Let the users determine which operation they'd like by
explicitly choosing SCEVUDivision or SCEVSDivision.

findArrayDimensions and computeAccessFunctions will use SCEVSDivision
while HowFarToZero will use SCEVUDivision.

llvm-svn: 222104
2014-11-16 20:35:19 +00:00
clang Fix issues missed during the review of r222099. 2014-11-15 06:37:39 +00:00
clang-tools-extra Remove some redundant virtual on overridden functions 2014-11-14 19:27:22 +00:00
compiler-rt Revert r222091 because it caused a buildbot failure. 2014-11-16 09:44:37 +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 Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Fix build regression caused by not defining ABI library macros 2014-11-15 17:25:23 +00:00
libcxxabi Add -g -fno-omit-frame-pointer when compiling tests with sanitizers 2014-11-14 22:27:43 +00:00
lld [PECOFF] Fix section alignment. 2014-11-14 21:33:07 +00:00
lldb For some reason, sometimes the directory paths that clang emits have internal 2014-11-15 01:54:26 +00:00
llvm ScalarEvolution: Introduce SCEVSDivision and SCEVUDivision 2014-11-16 20:35:19 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Independent blocks: SE->forget() scalars translated to arrays 2014-11-16 20:33:58 +00:00