-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for target details (CPUs and their supported features) #3927
Closed
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4d275d1 - Browse repository at this point
Copy the full SHA 4d275d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc0a44 - Browse repository at this point
Copy the full SHA 0fc0a44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 481a6c6 - Browse repository at this point
Copy the full SHA 481a6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8a3aa - Browse repository at this point
Copy the full SHA ef8a3aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f6ef2f - Browse repository at this point
Copy the full SHA 9f6ef2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 942b8f1 - Browse repository at this point
Copy the full SHA 942b8f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1270097 - Browse repository at this point
Copy the full SHA 1270097View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f8817 - Browse repository at this point
Copy the full SHA c1f8817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a973bb - Browse repository at this point
Copy the full SHA 0a973bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3880b7b - Browse repository at this point
Copy the full SHA 3880b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0605c07 - Browse repository at this point
Copy the full SHA 0605c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c39df7 - Browse repository at this point
Copy the full SHA 2c39df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36812bd - Browse repository at this point
Copy the full SHA 36812bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for da513be - Browse repository at this point
Copy the full SHA da513beView commit details -
Configuration menu - View commit details
-
Copy full SHA for e192337 - Browse repository at this point
Copy the full SHA e192337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 051324f - Browse repository at this point
Copy the full SHA 051324fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d2874 - Browse repository at this point
Copy the full SHA 23d2874View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0836c5 - Browse repository at this point
Copy the full SHA d0836c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba40d49 - Browse repository at this point
Copy the full SHA ba40d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e7784 - Browse repository at this point
Copy the full SHA a6e7784View commit details
Commits on Jan 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ad5d85d - Browse repository at this point
Copy the full SHA ad5d85dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4fe853 - Browse repository at this point
Copy the full SHA a4fe853View commit details -
Fix sentinel mismatch in llvm strings
Previously, buffers were used with toOwnedSlice() to create c strings for LLVM cpu/feature strings. However, toOwnedSlice() shrinks the string memory to the buffer's length, which cuts off the null terminator. Now toSliceConst() is used instead, and the buffer is not deinited so that the string memory is not freed.
Configuration menu - View commit details
-
Copy full SHA for 78e55aa - Browse repository at this point
Copy the full SHA 78e55aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee382f9 - Browse repository at this point
Copy the full SHA ee382f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c31a7af - Browse repository at this point
Copy the full SHA c31a7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for caa942b - Browse repository at this point
Copy the full SHA caa942bView commit details
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.