diff options
author | Tim Biermann <tbier@posteo.de> | 2022-03-23 18:40:44 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-03-23 18:41:13 +0100 |
commit | 4721ac42f4f1a53e0dbebbc88cdc0c4edef01831 (patch) | |
tree | a3866ef9e745994de34a302d571bf8ad1a658cb1 /polly | |
parent | f40f45b40bd622101c59a58e9e0aedecaefa02b1 (diff) | |
download | opt-4721ac42f4f1a53e0dbebbc88cdc0c4edef01831.tar.gz opt-4721ac42f4f1a53e0dbebbc88cdc0c4edef01831.tar.xz |
polly: 13.0.1 -> 14.0.0
Diffstat (limited to 'polly')
-rw-r--r-- | polly/.footprint | 6 | ||||
-rw-r--r-- | polly/.signature | 8 | ||||
-rw-r--r-- | polly/Pkgfile | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/polly/.footprint b/polly/.footprint index 5cbc069d9..09a75b5f8 100644 --- a/polly/.footprint +++ b/polly/.footprint @@ -34,7 +34,6 @@ drwxr-xr-x root/root usr/include/polly/Config/ -rw-r--r-- root/root usr/include/polly/PolyhedralInfo.h -rw-r--r-- root/root usr/include/polly/PruneUnprofitable.h -rw-r--r-- root/root usr/include/polly/RegisterPasses.h --rw-r--r-- root/root usr/include/polly/RewriteByReferenceParameters.h -rw-r--r-- root/root usr/include/polly/ScheduleOptimizer.h -rw-r--r-- root/root usr/include/polly/ScheduleTreeTransform.h -rw-r--r-- root/root usr/include/polly/ScopBuilder.h @@ -44,6 +43,7 @@ drwxr-xr-x root/root usr/include/polly/Config/ -rw-r--r-- root/root usr/include/polly/ScopPass.h -rw-r--r-- root/root usr/include/polly/Simplify.h drwxr-xr-x root/root usr/include/polly/Support/ +-rw-r--r-- root/root usr/include/polly/Support/DumpFunctionPass.h -rw-r--r-- root/root usr/include/polly/Support/DumpModulePass.h -rw-r--r-- root/root usr/include/polly/Support/GICHelper.h -rw-r--r-- root/root usr/include/polly/Support/ISLOStream.h @@ -64,9 +64,6 @@ drwxr-xr-x root/root usr/include/polly/isl/ -rw-r--r-- root/root usr/include/polly/isl/ast_build.h -rw-r--r-- root/root usr/include/polly/isl/ast_type.h -rw-r--r-- root/root usr/include/polly/isl/constraint.h --rw-r--r-- root/root usr/include/polly/isl/cpp-checked-conversion.h --rw-r--r-- root/root usr/include/polly/isl/cpp-checked.h --rw-r--r-- root/root usr/include/polly/isl/cpp.h -rw-r--r-- root/root usr/include/polly/isl/ctx.h -rw-r--r-- root/root usr/include/polly/isl/fixed_box.h -rw-r--r-- root/root usr/include/polly/isl/flow.h @@ -110,7 +107,6 @@ drwxr-xr-x root/root usr/include/polly/isl/ -rw-r--r-- root/root usr/include/polly/isl/stdint.h -rw-r--r-- root/root usr/include/polly/isl/stream.h -rw-r--r-- root/root usr/include/polly/isl/stride_info.h --rw-r--r-- root/root usr/include/polly/isl/typed_cpp.h -rw-r--r-- root/root usr/include/polly/isl/union_map.h -rw-r--r-- root/root usr/include/polly/isl/union_map_type.h -rw-r--r-- root/root usr/include/polly/isl/union_set.h diff --git a/polly/.signature b/polly/.signature index 03a74539c..ce3f302b0 100644 --- a/polly/.signature +++ b/polly/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/f8+U1zxbQYiysfHvKRG8hQdoC7nWa+JKsxQEgNA4cNtqYbP2Vei3qCALiK4LXAidjXouUlA4C3uOrxito7SlgQ= -SHA256 (Pkgfile) = 561350ac30b78748bf889f2f70fee760d0c112e043a81added4602c747bd6192 -SHA256 (.footprint) = 603b90ee61f39edb9f1126df0a26b1117504acf826328b45e93b9f923de8a846 -SHA256 (polly-13.0.1.src.tar.xz) = f4003e03da57b53bf206faadd0cf53f7b198c38498c605dec45743db23c10ad0 +RWSE3ohX2g5d/Vw00JuO+ZjeaQ7KUgBxf2/YbAoYR44rXrcc5CRu9F81s7w9zgrihVEjJhyo6eOkNiegBJ4sp4nGpbdaEGXfng0= +SHA256 (Pkgfile) = 5a24c8d98d082b4d64623ac6e3ed39a817374d348fa7831efb64ae481873a2fc +SHA256 (.footprint) = 5e777cbd03859d68cb7f6f4e1443d0008ccf2fcc33a04c0758e27f6b623980eb +SHA256 (polly-14.0.0.src.tar.xz) = 5a486acc8d5baadb2358fc03d1220773dc8d5283f4c864eaca9c5afd8ee2fe0e diff --git a/polly/Pkgfile b/polly/Pkgfile index 033acfba0..a17e9f212 100644 --- a/polly/Pkgfile +++ b/polly/Pkgfile @@ -4,7 +4,7 @@ # Depends on: llvm name=polly -version=13.0.1 +version=14.0.0 release=1 source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/polly-$version.src.tar.xz) |