Commit 3cfd125
authored
* Updating the managed baselines to x86-64-v2 and armv8.1-a
* Fix parens on MacOS
* Fix a check that's necessary for 64-bit
* Don't require FEAT_LSE on Linux
* Remove the legacy encoding for pextrw
* Fix a pre-initialization smoke test to account for Popcnt now being pre-initialized
* Update the R2R baseline to differ from the NAOT baseline
* Have the preinitialization smoke test use an ISA that is opportunistic with the new baseline
* Don't target x86-64-v3 for OSX to avoid negatively impacting Apple Silicon
* Ensure the RCPC2 check is done last so methods aren't marked as using it unnecessarily
* Ensure containment for Ssse3.Shuffle still works
* Ensure AVX only hardware doesn't assert during lowering
* Don't run the JittedMethodsCountingTest if the default target is disabled
1 parent d342502 commit 3cfd125
48 files changed
Lines changed: 1153 additions & 2668 deletions
File tree
- docs/design/coreclr/botr
- eng/pipelines/common/templates/runtimes
- src
- coreclr
- inc
- jit
- nativeaot/Runtime
- tools
- Common
- Compiler
- Internal/Runtime
- JitInterface
- ThunkGenerator
- aot
- ILCompiler
- crossgen2
- vm
- native/minipal
- tests
- Common
- JIT/HardwareIntrinsics/X86/X86Base
- nativeaot/SmokeTests
- HardwareIntrinsics
- Preinitialization
- readytorun
- HardwareIntrinsics/X86
- JittedMethodsCountingTest
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | 362 | | |
364 | | - | |
365 | | - | |
366 | 363 | | |
367 | 364 | | |
368 | | - | |
369 | 365 | | |
370 | | - | |
371 | | - | |
372 | 366 | | |
373 | | - | |
374 | 367 | | |
375 | 368 | | |
376 | 369 | | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | 370 | | |
392 | 371 | | |
393 | 372 | | |
394 | | - | |
| 373 | + | |
395 | 374 | | |
396 | 375 | | |
397 | 376 | | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
413 | 381 | | |
414 | 382 | | |
415 | 383 | | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
430 | 387 | | |
431 | 388 | | |
432 | 389 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
674 | 673 | | |
675 | 674 | | |
676 | 675 | | |
| |||
0 commit comments