Merge branch 'upstream' into main

Former-commit-id: 07f534f8dcbc184c8da639524440b19ba70be982
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2023-06-14 16:00:07 +00:00
commit c4472b1891
63 changed files with 767 additions and 751 deletions

View File

@ -755,6 +755,9 @@
/* No GC support. */
#undef HAVE_NULL_GC
/* struct objc_super.super_class */
#undef HAVE_OBJC_SUPER_SUPER_CLASS
/* Define to 1 if you have the `openlog' function. */
#undef HAVE_OPENLOG

View File

@ -1 +1 @@
163fe73ec5edffc527065a7c63c02d50edfb8cba
2f4d54ed09ae5f6f1808dd0d764757b3ffc643fa

View File

@ -1 +1 @@
fa35a9d2d230deeff73a39f46736a1ea46b4caa3
f65eb9b2fd7e3a4605fb9c0b8ca79515353435fa

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
## Platform. ##
## --------- ##
hostname = az-ubuntu-general7c1130
hostname = az-ubuntu-general0e7990
uname -m = x86_64
uname -r = 4.15.0-1113-azure
uname -s = Linux
@ -747,7 +747,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_COMMANDS =
$ ./config.status
on az-ubuntu-general7c1130
on az-ubuntu-general0e7990
config.status:1238: creating Makefile
config.status:1238: creating bdw-gc.pc

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
b5f68f1acd3e35711ad41845c18284e4024b2eda
3fefc62670ea5c190ed1f0186112f1b076a65e0b

View File

@ -344,6 +344,8 @@ ImplicitNullChecks::areMemoryOpsAliased(MachineInstr &MI,
return AR_MayAlias;
continue;
}
if (MMO2->getValue() == nullptr)
return AR_MayAlias;
llvm::AliasResult AAResult = AA->alias(
MemoryLocation(MMO1->getValue(), MemoryLocation::UnknownSize,
MMO1->getAAInfo()),

View File

@ -41,7 +41,7 @@ static partial class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "6.12.0.182";
public const string MonoVersion = "6.12.0.199";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -571,9 +571,10 @@ namespace MonoTests.System
new TimeSpan (2, 0, 0), new TimeSpan (3, 0, 0));
// Jordan, Amman (Eastern European ST): Jumps ahead at 12:00 AM on 3/27/2020 to 1:00 AM
CheckJumpingIntoDST ("Asia/Amman",
new DateTime (2020, 3, 27, 0, 0, 0), new DateTime (2020, 3, 27, 0, 30, 0), new DateTime (2020, 3, 27, 1, 0, 0),
new TimeSpan (2, 0, 0), new TimeSpan (3, 0, 0));
// TODO: this fails as of 2022-12-20, maybe there was a tzdb change?
// CheckJumpingIntoDST ("Asia/Amman",
// new DateTime (2020, 3, 27, 0, 0, 0), new DateTime (2020, 3, 27, 0, 30, 0), new DateTime (2020, 3, 27, 1, 0, 0),
// new TimeSpan (2, 0, 0), new TimeSpan (3, 0, 0));
// Albania, Tirana (Central European ST): Jumps ahead at 2:00 AM on 3/29/2020 to 3:00 AM
CheckJumpingIntoDST ("Europe/Tirane",

View File

@ -1 +1 @@
9c2d3ed7f8056fc4e4aacbf248a3bcb51de1149b
6f8ba3f9487a456d059933c04c71bef0bf4704d2

View File

@ -1 +1 @@
44cc49911142f1957c06e031436325e1eb193514
8cb29cd4caf33a76a996f05dfb49b7e330c00ad2

View File

@ -1 +1 @@
80827b8a2bbb1aae18a76a3ef46b4f7fb6b2669b
f29c0d5cb29d6ab046b902dc767e45662096a37f

View File

@ -1 +1 @@
9bebcf42a15125e9388e2adf5bd6e6d24f19d5b6
fd2692f5a0042a169d1d61655c2e94e325b0a442

View File

@ -1 +1 @@
4cc946f346e482060be7f432e279444738b229fb
9ff3b043d253f2333d1a10c7d539005627aee4fc

View File

@ -1 +1 @@
510298ab1d0ce1104f0d3da342c81a97e135dfba
2bde8d0538bd251051db31f3462594710ddceebe

View File

@ -1 +1 @@
f9e5a554cdeed4cb1a49d54efdc5d3d0a5aa8099
2e25b08b0dcf30257d82df1e52096395051643f6

View File

@ -1 +1 @@
c94defd02adb8b89696311722110fc29f6c5b5c5
edcfe9b22e92bdcbae67cba65c0b6a18e5c9bf50

View File

@ -1 +1 @@
9c2d3ed7f8056fc4e4aacbf248a3bcb51de1149b
6f8ba3f9487a456d059933c04c71bef0bf4704d2

View File

@ -1 +1 @@
44cc49911142f1957c06e031436325e1eb193514
8cb29cd4caf33a76a996f05dfb49b7e330c00ad2

Some files were not shown because too many files have changed in this diff Show More