This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 173
Merging latest QIR work, including LLVMSharp dependency, into feature branch #894
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Use RuntimeCapability type in qsc/LS * Update capability names in SDK
* Continue on error in check style step * Test bad formatting * Use separate job for check style * Fix WrapUp job name * Fix initialize job steps * Run init/steps/wrap-up in same job * Remove dependsOn * Revert some changes * Revert "Test bad formatting" This reverts commit a59e4f7.
* Hide internal, ```Q# → ```qsharp, and fix ms.topic. * Update src/Documentation/DocumentationGenerator/ProcessDocComments.cs Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com> * Update src/Documentation/DocumentationGenerator/ProcessDocComments.cs Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com> * Added missing using statement. Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>
* Update global.json and use .NET 5 in CI * Fix .NET version * Use 3.1 runtime * Use 3.1 SDK instead of runtime
Added template README file.
This change updates yeoman-environment package version from 2.9.6 to 2.10.3, back to the configuration used in the QDK version 0.14.2011120240.
Updated Interpolated String Delimiter Logic for Code Lines.
* Add Q# source code formatter * Add formatter to build scripts * Formatting * Add docs to Discoverer.fs * Add links to original language spec grammars * Add copyright headers * Update README * Clean up Parser.csproj a little * Add properties for ANTLR version and JAR name * Add quotes in command line * Use AntlrInput variable for ANTLR command * Update command line interface * Use inferred type * Add CLI tests * Formatting * Add (skipped) identity tests * Don't format if there are syntax errors * Remove error token hiding * Add error tests * Filter out test cases with invalid syntax * Use Microsoft.Quantum namespace prefix * Update README * Add comments to Program.fs * Fix duplicate error messages * Add IO exception handlers * Replace several facts with theories * Remove nameof * Add limitations to readme * Remove whitespace/comment types * Add TODO to CallableDeclaration * Add signature files * Remove redundant access modifiers * Rename Formatter to QsFmt * Update solution name in scripts
…ax tree (#835) * Use Public instead of DefaultAccess * Deprecate AccessModifier and Modifiers * Formatting * Comment out reference to Example project * Skip execution tests * Update variable names in doc generator * Update tuple item names in CompilationUnit * Update more names/functions to visibility * Update terminology in Namespace.fs * Update terminology in NamespaceManager.fs * Deprecate QsNullable<T>.FromOption * Update Monomorphization.cs * Update more terminology * Add doc comments * Hide records * Re-enable execution tests * Update runtime packages * Minor version 15 * Update ProcessDocComments.cs * Remove unused using * Rename Visibility to Access * IsVisible -> IsAccessible * Visibility -> accessibility * Disable execution tests * More general name * Revert "Disable execution tests" This reverts commit 7c8a675. * Update runtime packages * Add backwards compatible Modifiers properties
* Fixing duplicate intrinsics This fixes an issue where `body intrinsic` callables would appear twice in monomorphized results by pruning the list of concretized callables based on intrinsic settings. * Adding test case
* remove qsc nuget package * add clear to config * add nuget.org as source * remove qsc.nupkg from manifest * remove qsc nuget package
bettinaheim
reviewed
Mar 10, 2021
src/QsCompiler/QirGeneration/Subtransformations/ExpressionKindTransformation.cs
Outdated
Show resolved
Hide resolved
src/QsCompiler/QirGeneration/Subtransformations/ExpressionKindTransformation.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
…Transformation.cs Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
…Transformation.cs Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
6c83238 to
0d10b35
Compare
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
bettinaheim
approved these changes
Mar 12, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The merges has the latest bug fixes and updates for QIR generation, including the addition of stand-alone LLVM generation via a hybrid of Llvm.NET and LLVMSharp, eliminating the need for any cached binaries while still support cross-platform development.