|
1 | 1 | # Change Log |
2 | 2 | All notable changes to the CLAW Compiler project are documented in this file. |
3 | 3 |
|
4 | | -## [1.1.0] - Unreleased |
| 4 | +## [1.1.0] - 2018-09-24 |
5 | 5 | * SCA: Initial support of OpenMP 4.5 code generation for accelerator. |
6 | 6 | * SCA: Smart fusion option as CPU transformation strategy. Tries to group |
7 | 7 | adjacent statements together. |
8 | 8 | * `loop-hoist`: new clause `cleanup` to remove previously defined directive. |
9 | 9 | * Compiler options: `-x=<key:value>` can be used to override configuration |
10 | 10 | parameters. |
| 11 | +* Configuration file version is checked on the major version number. |
| 12 | +* OMNI Compiler submodule now pointing to |
| 13 | + omni-compiler/xcodeml-tools@95e1bf985330ef14cdd0b1afef9c97999e6b6404 |
11 | 14 |
|
12 | 15 | ## [1.0.2] - 2018-08-21 |
13 | 16 | * User comment line can be preserved with the `--keep-comment` option. |
14 | 17 | * SCA: Fix duplicated array references inserted in some cases. |
15 | | -* OMNI Compiler to git hash omni-compiler/xcodml-tools@2b72cd9fc9c6133bf9f806d3b7fc5a369265d605 |
16 | | -* OMNI Compiler submodule now pointing to XcodeML-tools omni-compiler/xcodeml-tools |
| 18 | +* OMNI Compiler to git hash |
| 19 | + omni-compiler/xcodml-tools@2b72cd9fc9c6133bf9f806d3b7fc5a369265d605 |
| 20 | +* OMNI Compiler submodule now pointing to XcodeML-tools |
| 21 | + omni-compiler/xcodeml-tools |
17 | 22 | * Various bug fixes |
18 | 23 |
|
19 | 24 | ## [1.0.1] - 2018-04-17 |
20 | 25 | * Support of Intel Compiler preprocessing workflow. |
21 | 26 | * Clean up properly temporary files when driver exits. |
22 | 27 | * SCA/CPU: Fix problem with indirect promotion (missing do stmt). |
23 | 28 | * Move test from `abstraction` to `sca` folder. |
24 | | -* OMNI Compiler to git hash omni-compiler/omni-compiler@f59978d90cc1d93cf16de125e8dd35ae1d2a6537 |
| 29 | +* OMNI Compiler to git hash |
| 30 | + omni-compiler/omni-compiler@f59978d90cc1d93cf16de125e8dd35ae1d2a6537 |
25 | 31 |
|
26 | 32 | ## [1.0.0] - 2018-03-19 |
27 | 33 | New features: |
@@ -51,7 +57,8 @@ New available transformations: |
51 | 57 |
|
52 | 58 | Modification: |
53 | 59 | * `collapse` clause can be applied to `loop-fusion` transformation. |
54 | | -* Group configuration must now specify trigger type (translation_unit, directive) |
| 60 | +* Group configuration must now specify trigger type (translation_unit, |
| 61 | + directive) |
55 | 62 |
|
56 | 63 | Technical/Architecture change: |
57 | 64 | * All Java libraries now compiled with Ant. |
|
0 commit comments