Go to file
Johannes Doerfert 574182d394 Expose the SCEVAffinator and make it a member of a SCoP.
This change has three major advantages:
    - The ScopInfo becomes smaller.
    - It allows to use the SCEVAffinator from outside the ScopInfo.
    - A member object allows state which in turn allows e.g., caching.

Differential Revision: http://reviews.llvm.org/D9099

llvm-svn: 244730
2015-08-12 10:19:50 +00:00
clang [OPENMP] Fix for http://llvm.org/PR24430: clang hangs on invalid input with openmp directive 2015-08-12 07:10:54 +00:00
clang-tools-extra Reinstantiate better diagnostic, this time with a fatal error so we don't add a dependency onto gtest from the header. 2015-08-12 07:57:16 +00:00
compiler-rt Revert "Revised test to pass under updated dtor callback implementation" 2015-08-12 08: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 Require LLVM >=3.7 and bump version to 0.2.0 2015-08-07 08:31:37 +00:00
libcxx Fix CMake error whet llvm-config reports a non-existent source directory. 2015-08-12 06:36:19 +00:00
libcxxabi Update to new lists.llvm.org 2015-08-05 04:01:26 +00:00
libunwind Revert test commit. 2015-08-06 23:31:37 +00:00
lld Fix the alignment of the section headers. 2015-08-12 01:45:28 +00:00
lldb Have debugserver send the OS version string plus 2015-08-12 03:27:33 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm [X86] Allow x86 call frame optimization to fold more loads into pushes 2015-08-12 10:14:58 +00:00
openmp Tidy statistics collection 2015-08-11 21:36:41 +00:00
polly Expose the SCEVAffinator and make it a member of a SCoP. 2015-08-12 10:19:50 +00:00