Go to file
Dan Gohman 36bad00bef Teach ScalarEvolution how to reason about no-wrap flags on loops
where the induction variable has a non-unit stride, such as {0,+,2}, and
there are expressions such as {1,+,2} inside the loop formed with
or or add nsw operators.

llvm-svn: 82151
2009-09-17 18:05:20 +00:00
clang ARM: Incremental improvement to preprocessor defines. 2009-09-17 16:21:10 +00:00
compiler-rt add conversion functions and test cases for ARM 2009-09-14 23:26:56 +00:00
llvm Teach ScalarEvolution how to reason about no-wrap flags on loops 2009-09-17 18:05:20 +00:00