Go to file
Arnold Schwaighofer 7b1b4db35e LoopVectorize: Change API call to get the backedge taken count
Use ScalarEvolution's getBackedgeTakenCount API instead of getExitCount since
that is really what we want to know. Using the more specific getExitCount was
safe because we made sure that there is only one exiting block.

No functionality change.

llvm-svn: 183047
2013-05-31 21:48:56 +00:00
clang Put the PR16167 tests together 2013-05-31 21:29:50 +00:00
clang-tools-extra cpp11-migrate: Add option to detect and use macros that expand to 'override' 2013-05-31 13:20:24 +00:00
compiler-rt [ASan] Do not buffer stdin in asan_symbolize.py 2013-05-31 14:55:06 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Neglected to remove a debugging comment from last commit. 2013-05-21 21:19:35 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [WinLink][Driver] Add -entry command line option. 2013-05-31 19:34:29 +00:00
lldb Skipping test case for clang 3.4 due to llvm.org/pr16191 2013-05-31 21:05:23 +00:00
llvm LoopVectorize: Change API call to get the backedge taken count 2013-05-31 21:48:56 +00:00
polly Update isl to include isl_val changes 2013-05-31 18:04:56 +00:00