Go to file
Johannes Doerfert b7e9713563 This patch updates memory management of ScopBuilder class.
1. SCoP object is not owned by ScopBuilder. It just creates a SCoP and
     hand over ownership through getScop() method.
  2. ScopInfoRegionPass owns the SCoP object for a given region.

Patch by Utpal Bora <cs14mtech11017@iith.ac.in>

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

llvm-svn: 273855
2016-06-27 09:25:40 +00:00
clang [clang-cl] Implement support for /std 2016-06-27 02:32:12 +00:00
clang-tools-extra [clang-tidy] Don't run misc-definitions-in-headers check in failing TUs. 2016-06-27 08:04:01 +00:00
compiler-rt Move -ldl to the correct compiler invocation 2016-06-27 05:44:47 +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 configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Fix UB in uses_alloc_types.hpp 2016-06-27 01:52:14 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld Define -v and -V as aliases to --version. 2016-06-27 07:35:00 +00:00
lldb Made templates that have Enumeration values as arguments work correctly. 2016-06-24 23:48:00 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [gold] Fix test to not assume it runs on x86 hardware. 2016-06-27 09:13:03 +00:00
openmp Remove redundant %libomp-compile step from test/lock/omp_lock.c 2016-06-23 16:18:59 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly This patch updates memory management of ScopBuilder class. 2016-06-27 09:25:40 +00:00