comparison CHANGELOG.md @ 21229:485ed7778c97

CHANGELOG: add SSA LIR.
author Josef Eisl <josef.eisl@jku.at>
date Mon, 04 May 2015 11:06:19 +0200
parents a394890fd474
children 1e9242c9735e
comparison
equal deleted inserted replaced
21228:48762c9bfca4 21229:485ed7778c97
2 2
3 This changelog summarizes major changes between Graal versions relevant to languages implementors building upon the Truffle framework and developers building technology on top of Graal. The main focus is on APIs exported by Graal and Truffle. 3 This changelog summarizes major changes between Graal versions relevant to languages implementors building upon the Truffle framework and developers building technology on top of Graal. The main focus is on APIs exported by Graal and Truffle.
4 4
5 5
6 ## `tip` 6 ## `tip`
7 ### Graal
8 * Add experimental support constructing low-level IR in SSA form.
9 ...
10
11 ### Truffle
7 ... 12 ...
8 13
9 ## Version 0.7 14 ## Version 0.7
10 29-Apr-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.7) 15 29-Apr-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.7)
11 ### Graal 16 ### Graal