You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Breaking changes
* The TypeKind enumeration is moved into the Llvm.NET.Types namespace
* TripleXXX enumerations all moved into the Triple class as they are exclusive to it and already had "Triple" in the name.
# Other Changes
* moved enums out of giant gneeric enums.cs
* update of docs for enums
* more docs for enums
* moved enums out of common enumerations.cs file, some of these have moved namespaces but that should have minimal to no impact on consumers as they are moved into namespaces of the classes that use or expose them already.
* updated OrcJit to use lazy jit mode. Seems to be at functional parity with MCJit with opion to provide
* added full support for USE_ORCJIT conditional compilation flag in chapter 4 to allow evaluating/testing OrcJit
* Fix typos
* Add docs for Scalar transforms
* more doc comments updates
* added more use of arg validator helpers to clean up arg checks
0 commit comments