Go to file
Tobias Grosser fbe7a2e841 Run ScopInfo after the ScopViewers
This change is required to see the detected scops even in cases where there is
no other ScopInfo user after the ScopViewers. Before this change, when
running with -polly-optimizer=none -polly-code-generator=none detected scops
have not been shown.

llvm-svn: 243971
2015-08-04 11:49:39 +00:00
clang [FileManager] Use StringRef::copy to store canonical paths. 2015-08-04 11:27:08 +00:00
clang-tools-extra [clang-tidy] Improve the misc-unused-alias-decl message 2015-08-03 22:02:08 +00:00
compiler-rt Runtime check of poisoning derived class members. 2015-08-03 23:01:19 +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 Fix double implementation of log 2015-07-24 18:07:14 +00:00
libcxx Change char_traits<char16_t>::eof() to return 0xFFFF instead of 0xDFFF. Fixes PR#24342 2015-08-04 01:38:34 +00:00
libcxxabi [libc++abi] Allow use just compiled clang++ for tests 2015-07-31 15:25:11 +00:00
libunwind [libunwind] Flip order of extern "C" and attribute(visibility) 2015-07-24 19:29:05 +00:00
lld [Mips] Implement definition of the DT_MIPS_RLD_MAP_REL dynamic tag 2015-08-01 14:53:49 +00:00
lldb [lldb-mi] Use empty arg lists instead of (void). 2015-08-04 10:24:20 +00:00
llgo [llgo] build llgoi by default 2015-07-21 00:47:18 +00:00
llvm Drive-by fixes for LandingPad -> EHPad 2015-08-04 08:21:40 +00:00
openmp Update Build_With_CMake.txt to reflect changes in CMake refactor 2015-07-27 16:23:42 +00:00
polly Run ScopInfo after the ScopViewers 2015-08-04 11:49:39 +00:00