jjui: update to 0.9.7.
This release enhances performance and introduces stability improvements
in log parsing and command execution. It also takes back some of
the stability by adding basic mouse support.
devel/root: Update to 6.38/00
New port options:
FFTW3 (OFF), GEOM (ON), UNFOLD (ON)
Renamed port options (now using same namings as upstream):
FITS->FITSIO, TMLP->MLP, TMVAML->TMVA
Removed port options (following upstream):
MYSQL, PGSQL
In addition, MATHMORE is no longer a default option.
It has otherwise been a default option in the ports tree until
now, unlike upstream.
ChangeLog: https://root.cern/doc/v638/release-notes.html
PR: 291434
[AMDGPU][SIInsertWaitcnts] Wait on all LDS DMA operations when no aliasing store is found (#170660)
Previously, we would miss inserting a wait if the ds_read had AA info,
but it didn't match
any LDS DMA op, for example if we didn't track the LDS DMA op it aliases
with because it exceeded the tracking limit.
Remove LLVM_ABI from members of RuntimeLibraryAnalysis (NFC) (#170850)
Fix Windows build error: attribute 'dllexport' cannot be applied to member of 'dllexport' class
[fuzzer][test-only] Bump runs for reduce_inputs.test unseeded run (#169641)
I have seen a failure whereby the fuzzer failed to reach the expected
input and thus failed the test.
This patch bumps the max executions to 10,000,000 in order to give the
fuzzer a better chance of reaching the expected input. Most runs
complete successfully, so I do not see this adding test time in the
general case; I believe it's a fair tradeoff for the unlucky seed to run
for longer if it reduces the noise from false positives. Note, this
updates a different `RUN:` to
https://github.com/llvm/llvm-project/pull/165402.
rdar://162122184