-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
62 lines (42 loc) · 1.74 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
2023-11-30 Henri-Pierre Charles <hc227932@gre061041>
* Demonstrators for new article
* Upgrade GenCrossTool with new release tools
mpfr : 4.2.0
gmp : 6.2.1
mpc : 1.3.1
gcc : 13.2.0
binutils : 2.40
gdb : 10.1
linux : 5.18.17
newlib : 4.3.0.20230120
glibc : 2.37
qemu : 8.0.3
isl : 0.26
* Public V4.0 release
2023-09-18 Henri-Pierre Charles <hc227932@gre061041>
* Add aarch64 backend
* New language construction : initial if/else support: condition
with only one simple condition (like loops)
* New low level code generation optimisation. Multiplication by
runt time value 0 or power of 2 will be optimized
* New low level binary code generation scheme. if + return instead
of nested if
* V4.0 release
2023-05-22 Henri-Pierre CHARLES HC227932 <[email protected]>
* Add demonstrators for 4 code generation scenarios
* a : Program initialization :
https://HybroLangDemos/Newton-SquareRoot-VariablePrecision/Newton.hl
* b : Kernel initialization :
https://CodeExamples/Array-Mult-Specialization.hl
* c : Applicaiton controlled :
https://HybroLangDemos/Newton-SquareRoot-VariablePrecision/Newton.hl
* d : Heterogeneous target : https://HybroLangDemos/ImagePixelSum/CxRAM-ImagePixelAccumulation.hl
* Correct minor bugs (mul on cxram)
2023-04-19 Henri-Pierre CHARLES HC227932 <[email protected]>
* Release 3.0: Target platforms risc-v, power, aarch64, cxram
* More complex demonstrations
* Sync with release 1.0 of https://github.com/CEA-LIST/csram-qemu-plugin
2022-07-14 Henri-Pierre Charles <[email protected]>
* Target platforms : partial part of the ISA of RISCV, Power,
Kalray, CxRAM platforms
* Release 2.0: First public release