Skip to content

Releases: UbiquityDotNET/Llvm.NET

v10.0.0

22 Nov 18:39
Compare
Choose a tag to compare

Release 1.0.0 Based on LLVM 10

What's Changed

Full Changelog: v8.0.1...v10.0.0

Release v10.0.0-alpha.3

24 May 15:58
Compare
Choose a tag to compare
Pre-release
Official release: v10.0.0-alpha.3

Release v10.0.0-alpha.2

20 Apr 13:14
Compare
Choose a tag to compare
Pre-release
Official release: v10.0.0-alpha.2

Release v10.0.0-alpha

20 Apr 01:27
Compare
Choose a tag to compare
Release v10.0.0-alpha Pre-release
Pre-release
Official release: v10.0.0-alpha

Release v8.0.1

07 Mar 22:05
Compare
Choose a tag to compare
Official release: v8.0.1

Release v.8.0.0-rc.1

28 Feb 19:30
Compare
Choose a tag to compare
Official release: v.8.0.0-rc.1

Release v.8.0.0

28 Feb 20:32
Compare
Choose a tag to compare
Official release: v.8.0.0

Release v.8.0.0-rc

28 Feb 15:07
Compare
Choose a tag to compare
Release v.8.0.0-rc Pre-release
Pre-release
Official release: v.8.0.0-rc

v8.0.0-Beta

25 Feb 06:23
d06d9ea
Compare
Choose a tag to compare
v8.0.0-Beta Pre-release
Pre-release

Beta release and test of release process in GH

LLVM.NET 5.0.1

09 Apr 01:24
1df0651
Compare
Choose a tag to compare
Chapter 9 tutorial (#61)

* added fullsrc target in the grammar so that the parse tree covers the entire input file and source locations accurately reflect the original source.
* reworked handling of anonymous functions for AOT all-up
* moved user operator table management into custom parserlistener so it is easily shared amongst the multiple uses (the operators are enabled for chapters 2 and 6-9)
* re-synced the chapters samples to minimize differences.
* Added assembly file generation to AOT samples
* Added debug info for local variables along with parameters