Releases: UbiquityDotNET/Llvm.NET
Releases · UbiquityDotNET/Llvm.NET
v10.0.0
Release 1.0.0 Based on LLVM 10
What's Changed
- Start of 10.0 release by @smaillet in #156
- Fixing build break in develop branch by @smaillet in #157
- Fixes #152 by @smaillet in #158
- Llvm 10 by @smaillet in #169
- Added test runs to the GitHub Builds by @smaillet in #170
- Refactoring of docs by @smaillet in #171
- Integrating interop tests to standard build by @smaillet in #172
- Moved release management scripts to dedicated 'OneFlow' folder by @smaillet in #173
- Corrected typo in publish-release.ps1 by @smaillet in #174
- Made previous release docs available by @smaillet in #176
- added publishing docs build artifacts to PR builds by @smaillet in #177
- More nullability changes by @smaillet in #178
- Add issue templates by @smaillet in #180
- Added support for Unwind properties on instructions by @smaillet in #182
- Added tests and bug fixes for things found by tests. by @smaillet in #183
- Fixes #184 by @smaillet in #185
- Added additional properties to DISubRange and more tests by @smaillet in #186
- Minor updates by @smaillet in #187
- Corrections for anonymous structs by @smaillet in #189
- Additional tests by @smaillet in #190
- Hardening thread safety for ContextCache by @smaillet in #191
- This works around the MSVC headers reporting incorrect clang version by @smaillet in #199
- Added support for creating MemoryBuffer from a byte array by @smaillet in #201
- Fixed generation of calls to varargs functions by @smaillet in #202
- Constant data string by @smaillet in #203
- Prep for release build of v10 by @smaillet in #204
- Update nuget packages by @smaillet in #213
- Refactoring Bindings Generator by @smaillet in #215
Full Changelog: v8.0.1...v10.0.0
Release v10.0.0-alpha.3
Official release: v10.0.0-alpha.3
Release v10.0.0-alpha.2
Official release: v10.0.0-alpha.2
Release v10.0.0-alpha
Official release: v10.0.0-alpha
Release v8.0.1
Official release: v8.0.1
Release v.8.0.0-rc.1
Official release: v.8.0.0-rc.1
Release v.8.0.0
Official release: v.8.0.0
Release v.8.0.0-rc
Official release: v.8.0.0-rc
v8.0.0-Beta
Beta release and test of release process in GH
LLVM.NET 5.0.1
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