-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[mono] Use llvm 19.1.0 #105427
Merged
Merged
[mono] Use llvm 19.1.0 #105427
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for daf1dcb - Browse repository at this point
Copy the full SHA daf1dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b672839 - Browse repository at this point
Copy the full SHA b672839View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72b47da - Browse repository at this point
Copy the full SHA 72b47daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 496c85b - Browse repository at this point
Copy the full SHA 496c85bView commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8d3550 - Browse repository at this point
Copy the full SHA c8d3550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a770e - Browse repository at this point
Copy the full SHA 02a770eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca7f24f - Browse repository at this point
Copy the full SHA ca7f24fView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc50f1d - Browse repository at this point
Copy the full SHA fc50f1dView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f3ca28 - Browse repository at this point
Copy the full SHA 5f3ca28View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c37082 - Browse repository at this point
Copy the full SHA 7c37082View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd8a705 - Browse repository at this point
Copy the full SHA cd8a705View commit details
Commits on Aug 14, 2024
-
Fix windows build, add ntdll dependency
Co-authored-by: Alexander Köplinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for debc551 - Browse repository at this point
Copy the full SHA debc551View commit details
Commits on Aug 29, 2024
-
This was hitting assert with debug version of llvm
Configuration menu - View commit details
-
Copy full SHA for dda1bf5 - Browse repository at this point
Copy the full SHA dda1bf5View commit details -
Update eh_typeid_for intrinsic
The signature changed in dotnet/llvm-project@10edb4991c127 This fixes crash during registration of the intrinsic and the generated IR is now different. Before: CATCHPAD0_BB4: ; preds = %LPAD0_BB3 %11 = catchpad within %10 [ptr @_ZTIPi] %12 = tail call ptr @llvm.wasm.get.exception(token %11) %13 = tail call i32 @llvm.wasm.get.ehselector(token %11) %14 = tail call i32 @llvm.eh.typeid.for(ptr @_ZTIPi) %15 = icmp eq i32 %13, %14 br i1 %15, label %CATCH_BB5, label %NOCATCH_BB6 After: CATCHPAD0_BB4: ; preds = %LPAD0_BB3 %11 = catchpad within %10 [ptr @_ZTIPi] %12 = tail call ptr @llvm.wasm.get.exception(token %11) %13 = tail call i32 @llvm.wasm.get.ehselector(token %11) %14 = tail call i32 @llvm.eh.typeid.for.p0(ptr @_ZTIPi) %15 = icmp eq i32 %13, %14 br i1 %15, label %CATCH_BB5, label %NOCATCH_BB6
Configuration menu - View commit details
-
Copy full SHA for 80d021c - Browse repository at this point
Copy the full SHA 80d021cView commit details
Commits on Aug 31, 2024
-
Fix crash in emit_llvmonly_handler_start
Do not try to emit branch when target_bb is not set
Configuration menu - View commit details
-
Copy full SHA for 6f5245f - Browse repository at this point
Copy the full SHA 6f5245fView commit details -
That was catched by llvm debug asserts, the mask should be vector of 16 int8
Configuration menu - View commit details
-
Copy full SHA for 98dc211 - Browse repository at this point
Copy the full SHA 98dc211View commit details
Commits on Sep 2, 2024
-
To stop hitting assert in the verbose output, when aot compiler is built with the debug configuration of llvm
Configuration menu - View commit details
-
Copy full SHA for bba756c - Browse repository at this point
Copy the full SHA bba756cView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8c05ea - Browse repository at this point
Copy the full SHA e8c05eaView commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 707efde - Browse repository at this point
Copy the full SHA 707efdeView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2871aa - Browse repository at this point
Copy the full SHA d2871aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5bd46c - Browse repository at this point
Copy the full SHA b5bd46cView commit details -
Revert "Temporarily make WBT use WorkloadsTestPreviousVersions = true"
This reverts commit 7c37082.
Configuration menu - View commit details
-
Copy full SHA for bcecaeb - Browse repository at this point
Copy the full SHA bcecaebView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c47a57 - Browse repository at this point
Copy the full SHA 8c47a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f6e90 - Browse repository at this point
Copy the full SHA d5f6e90View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0530fcc - Browse repository at this point
Copy the full SHA 0530fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e36ed8b - Browse repository at this point
Copy the full SHA e36ed8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 337101c - Browse repository at this point
Copy the full SHA 337101cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 023e8de - Browse repository at this point
Copy the full SHA 023e8deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f05382 - Browse repository at this point
Copy the full SHA 4f05382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab91fc - Browse repository at this point
Copy the full SHA 5ab91fcView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b01b659 - Browse repository at this point
Copy the full SHA b01b659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02be60e - Browse repository at this point
Copy the full SHA 02be60eView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7006d64 - Browse repository at this point
Copy the full SHA 7006d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33bd23c - Browse repository at this point
Copy the full SHA 33bd23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a680c7d - Browse repository at this point
Copy the full SHA a680c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5464af - Browse repository at this point
Copy the full SHA b5464afView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17fb8a5 - Browse repository at this point
Copy the full SHA 17fb8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f738544 - Browse repository at this point
Copy the full SHA f738544View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 182a89b - Browse repository at this point
Copy the full SHA 182a89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e1e58a - Browse repository at this point
Copy the full SHA 4e1e58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b7340 - Browse repository at this point
Copy the full SHA 68b7340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f78371 - Browse repository at this point
Copy the full SHA 9f78371View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e771a9 - Browse repository at this point
Copy the full SHA 4e771a9View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8554f74 - Browse repository at this point
Copy the full SHA 8554f74View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8c4af7 - Browse repository at this point
Copy the full SHA b8c4af7View 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.