Skip to content

Commit

Permalink
build(deps): bump src/worker/xed/xed from 6d87b54 to 7e88c3e (#2019)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent bbd48b6 commit bc80b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/xed/xed
Submodule xed updated 89 files
+0 −60 .github/actions/antivirus-scan/action.yml
+0 −51 .github/actions/coverity-report/action.yml
+0 −67 .github/actions/coverity-scan/action.yml
+0 −48 .github/actions/load-matrix/action.yml
+0 −55 .github/actions/protex-scan/action.yml
+0 −298 .github/configs/covreport.yml
+0 −86 .github/scripts/antivirus_scan.py
+0 −263 .github/scripts/coverity.py
+0 −213 .github/scripts/enc2_unsupported_ref.json
+0 −197 .github/scripts/enc2compare.py
+0 −109 .github/scripts/gen_cov_reports.py
+0 −199 .github/scripts/gen_matrix.py
+0 −87 .github/scripts/job_status.py
+0 −80 .github/scripts/protex.py
+0 −90 .github/scripts/sanity_external.py
+0 −270 .github/scripts/utils.py
+0 −101 .github/workflows/external_release.yml
+0 −222 .github/workflows/sanity_external.yml
+1 −1 CONTRIBUTING.md
+1 −1 VERSION
+2 −0 datafiles/apx-f/README.md
+909 −105 datafiles/apx-f/apx-f-isa.xed.txt
+5 −5 datafiles/user-msr/user-msr-isa.xed.txt
+3 −3 datafiles/wrmsrns/wrmsrns-isa.xed.txt
+22 −5 datafiles/xed-isa.txt
+0 −1 docsrc/xed-build.txt
+0 −1 docsrc/xed-doc-top.txt
+137 −5 examples/xed-ex1.c
+1 −10 examples/xed_examples_mbuild.py
+15 −2 include/public/xed/xed-util.h
+3 −13 mfile.py
+62 −29 pysrc/actions.py
+2 −11 pysrc/codegen.py
+56 −21 pysrc/enc2gen.py
+37 −20 pysrc/enc2test.py
+3 −12 pysrc/enumer.py
+0 −39 pysrc/find_dir.py
+6 −14 pysrc/generator.py
+32 −2 pysrc/genutil.py
+14 −1 pysrc/ild_codegen.py
+11 −10 pysrc/ins_emit.py
+21 −23 pysrc/read-encfile.py
+23 −24 pysrc/read_xed_db.py
+3 −1 scripts/apply_legal_header.py
+30 −10 src/common/xed-operand-values-interface.c
+1 −18 src/common/xed-portability.c
+25 −2 src/common/xed-util.c
+2 −2 src/enc2test/test.c
+12 −12 tests/bulk-tests/apx-bulk-tests.txt
+2 −2 tests/bulk-tests/avx512x-bulk-tests.txt
+68 −68 tests/tests-apx/test-00029/stdout.reference
+1 −1 tests/tests-apx/test-00039/cmd
+28 −0 tests/tests-apx/test-00039/stdout.reference
+1 −1 tests/tests-apx/test-00040/cmd
+7 −0 tests/tests-apx/test-00040/stdout.reference
+1 −1 tests/tests-apx/test-00041/cmd
+28 −0 tests/tests-apx/test-00041/stdout.reference
+1 −1 tests/tests-apx/test-00042/cmd
+28 −1 tests/tests-apx/test-00042/stdout.reference
+1 −1 tests/tests-apx/test-00043/cmd
+26 −1 tests/tests-apx/test-00043/stdout.reference
+1 −1 tests/tests-apx/test-00044/cmd
+28 −0 tests/tests-apx/test-00044/stdout.reference
+1 −1 tests/tests-apx/test-00045/cmd
+28 −0 tests/tests-apx/test-00045/stdout.reference
+1 −1 tests/tests-apx/test-00046/cmd
+29 −0 tests/tests-apx/test-00046/stdout.reference
+1 −1 tests/tests-apx/test-00057/cmd
+3 −3 tests/tests-apx/test-00057/stdout.reference
+1 −1 tests/tests-apx/test-00058/cmd
+3 −3 tests/tests-apx/test-00058/stdout.reference
+1 −0 tests/tests-apx/test-00064/cmd
+1 −0 tests/tests-apx/test-00064/codes
+1 −0 tests/tests-apx/test-00064/retcode.reference
+0 −0 tests/tests-apx/test-00064/stderr.reference
+4 −0 tests/tests-apx/test-00064/stdout.reference
+1 −0 tests/tests-apx/test-00065/cmd
+1 −0 tests/tests-apx/test-00065/codes
+1 −0 tests/tests-apx/test-00065/retcode.reference
+0 −0 tests/tests-apx/test-00065/stderr.reference
+4 −0 tests/tests-apx/test-00065/stdout.reference
+1 −1 tests/tests-avx512/test-00023/cmd
+27 −0 tests/tests-avx512/test-00023/stdout.reference
+2 −2 tests/tests-base/test-00513/stdout.reference
+2 −2 tests/tests-base/test-00514/stdout.reference
+2 −2 tests/tests-base/test-00515/stdout.reference
+2 −2 tests/tests-base/test-00516/stdout.reference
+0 −122 xed_build_common.py
+2 −8 xed_mbuild.py

0 comments on commit bc80b22

Please sign in to comment.