-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Backports for 1.8-rc2/1.8.0 #45491
Backports for 1.8-rc2/1.8.0 #45491
Commits on May 28, 2022
-
Make
isdispatchtuple
consistent fortypeof(Union{})
(#45348)Configuration menu - View commit details
-
Copy full SHA for 63e5553 - Browse repository at this point
Copy the full SHA 63e5553View commit details -
Do not set MCPU on Apple Silicon (#45409)
(cherry picked from commit a5438f9)
Configuration menu - View commit details
-
Copy full SHA for 25122e4 - Browse repository at this point
Copy the full SHA 25122e4View commit details
Commits on May 29, 2022
-
Update LibCURL to 7.83.1 (#45443)
This new build doesn't depend on Kerberos Co-authored-by: Mosè Giordano <mose@gnu.org> (cherry picked from commit 28d9326)
Configuration menu - View commit details
-
Copy full SHA for 0769bb5 - Browse repository at this point
Copy the full SHA 0769bb5View commit details
Commits on May 30, 2022
-
Revert "fix #45440, improve the robustness of concrete-evaled callsit…
…e inlining" This reverts commit 8bca2f4.
Configuration menu - View commit details
-
Copy full SHA for bde7223 - Browse repository at this point
Copy the full SHA bde7223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 801458d - Browse repository at this point
Copy the full SHA 801458dView commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8f1a4ce - Browse repository at this point
Copy the full SHA 8f1a4ceView commit details
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 32106ab - Browse repository at this point
Copy the full SHA 32106abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c65dce - Browse repository at this point
Copy the full SHA 4c65dceView commit details
Commits on Jun 7, 2022
-
also set the version in
pkgorigins
(#44318)(cherry picked from commit 21e5a26)
Configuration menu - View commit details
-
Copy full SHA for ba72387 - Browse repository at this point
Copy the full SHA ba72387View commit details -
Make llvmunwind depend on llvm (#45380)
(cherry picked from commit 6ea9034)
Configuration menu - View commit details
-
Copy full SHA for 9e17fb6 - Browse repository at this point
Copy the full SHA 9e17fb6View commit details -
csl.mk: use libgcc_s 1.1 on aarch64-darwin (#45504)
(cherry picked from commit 6f8860c)
Configuration menu - View commit details
-
Copy full SHA for b6e47d4 - Browse repository at this point
Copy the full SHA b6e47d4View commit details -
Fix zero-length array concatenation validation (#45383)
(cherry picked from commit 0a55a8e)
Configuration menu - View commit details
-
Copy full SHA for d6bbed6 - Browse repository at this point
Copy the full SHA d6bbed6View commit details -
Fix segfault in
Diagonal
*OffsetMatrix
(#45548)* diagonal*offset matrix should throw (cherry picked from commit 172bddc)
Configuration menu - View commit details
-
Copy full SHA for a004142 - Browse repository at this point
Copy the full SHA a004142View commit details
Commits on Jun 8, 2022
-
bump Pkg version to latest 1.8
KristofferC committedJun 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 6f0bfc2 - Browse repository at this point
Copy the full SHA 6f0bfc2View commit details -
[Profile]
threads
here is wrong to usenthreads
(#45547)Since the `data` argument possibly does not come from the current configuration, we should not use `nthreads` here either to filter out possibly significant data. (cherry picked from commit b46c14e)
Configuration menu - View commit details
-
Copy full SHA for 087ba27 - Browse repository at this point
Copy the full SHA 087ba27View commit details
Commits on Jun 9, 2022
-
rename
is_concrete_eval_eligible
utility query tois_foldable
(#4……5615) `is_foldable` should be more aligned with `Base.@assume_effects`. This should be backported to 1.8 also.
Configuration menu - View commit details
-
Copy full SHA for 43df1f4 - Browse repository at this point
Copy the full SHA 43df1f4View commit details
Commits on Jun 13, 2022
-
Revert "codegen: explicitly handle Float16 intrinsics (#45249)" (#45627)
This reverts commit eb82f18.
Configuration menu - View commit details
-
Copy full SHA for 3a2eb39 - Browse repository at this point
Copy the full SHA 3a2eb39View commit details
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8fd0b2a - Browse repository at this point
Copy the full SHA 8fd0b2aView commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8b2e406 - Browse repository at this point
Copy the full SHA 8b2e406View commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 38b836a - Browse repository at this point
Copy the full SHA 38b836aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4acdabe - Browse repository at this point
Copy the full SHA 4acdabeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 853dff9 - Browse repository at this point
Copy the full SHA 853dff9View commit details -
Improve inference in typejoin (#44390)
This fixes hundreds of invalidations from Unitful. Co-authored by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67f365c - Browse repository at this point
Copy the full SHA 67f365cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f83a9b3 - Browse repository at this point
Copy the full SHA f83a9b3View commit details -
Report any recompilation in time macro (#45015)
`@time` now shows if any of the compilation time was spent recompiling invalidated methods. The new percentage is % of the compilation time, not the total execution time. (cherry picked from commit 7074f04)
Configuration menu - View commit details
-
Copy full SHA for b97d34a - Browse repository at this point
Copy the full SHA b97d34aView commit details -
Add compilation & recompilation time to time_imports macro (#45064)
(cherry picked from commit 9320fba)
Configuration menu - View commit details
-
Copy full SHA for ad61d03 - Browse repository at this point
Copy the full SHA ad61d03View commit details -
loading: prevent module replacement during precompile
This is theoretically okay, but unlikely to be intended ever. (cherry picked from commit d81724a)
Configuration menu - View commit details
-
Copy full SHA for 0646ce7 - Browse repository at this point
Copy the full SHA 0646ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89cb6df - Browse repository at this point
Copy the full SHA 89cb6dfView commit details -
loading: validate all cache files before loading any
Ensures we do not get easily wedged into bad states. (cherry picked from commit d0e28af)
Configuration menu - View commit details
-
Copy full SHA for 73b37b2 - Browse repository at this point
Copy the full SHA 73b37b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce21a6 - Browse repository at this point
Copy the full SHA 0ce21a6View commit details -
Fix llvm powi intrinsic calls in fastmath.jl (#44580)
(cherry picked from commit b49a1b4)
Configuration menu - View commit details
-
Copy full SHA for 11cfa4e - Browse repository at this point
Copy the full SHA 11cfa4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fcc2dd - Browse repository at this point
Copy the full SHA 8fcc2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c17e0 - Browse repository at this point
Copy the full SHA 97c17e0View commit details -
Pass along backlog keyword argument in Sockets.listen (#45737)
(cherry picked from commit 4f1c68e)
Configuration menu - View commit details
-
Copy full SHA for fbae62d - Browse repository at this point
Copy the full SHA fbae62dView commit details -
Use https for downloading of unicode data from unicode.org (#45750)
(cherry picked from commit 9b83dd8)
Configuration menu - View commit details
-
Copy full SHA for 0559fa6 - Browse repository at this point
Copy the full SHA 0559fa6View commit details -
Fix libblastrampoline full source build to install into the right loc…
Configuration menu - View commit details
-
Copy full SHA for 929c48a - Browse repository at this point
Copy the full SHA 929c48aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14be137 - Browse repository at this point
Copy the full SHA 14be137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5894899 - Browse repository at this point
Copy the full SHA 5894899View commit details -
Remove duplicate definition of jl_gc_safepoint (#45120)
This prevents a compiler warning on some systems (cherry picked from commit 05eb153)
Configuration menu - View commit details
-
Copy full SHA for 2b6c746 - Browse repository at this point
Copy the full SHA 2b6c746View commit details
Commits on Jul 5, 2022
-
Backport #45727 and a patch to make it work (#45938)
* Bug fix for `max_collect_interval` computation (#45727) Currently constrained to `totalmem / ncores / 2` for `_P64` which results in a very short collect interval when you're running with a smaller number of threads on a machine with many cores. Changes this to `totalmem / nthreads / 2` which, for two of our tests, resulted in 40% and 60% runtime reduction (!!) as well as GC time reduction from 46% to 10% and 64% to 11%. * Move GC init after threading init To allow use of `jl_n_threads` in GC initialization.
Configuration menu - View commit details
-
Copy full SHA for 7a23871 - Browse repository at this point
Copy the full SHA 7a23871View commit details