-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [external/asmjit](https://github.com/asmjit/asmjit) from `a63d41e` to `3ca5c18`. - [Commits](asmjit/asmjit@a63d41e...3ca5c18) --- updated-dependencies: - dependency-name: external/asmjit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b6560f4
commit bfacc08
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule asmjit
updated
31 files
+11 −9 | CONTRIBUTING.md | |
+26 −0 | db/LICENSE.md | |
+5 −0 | db/README.md | |
+1 −2 | db/aarch32.js | |
+1 −2 | db/aarch64.js | |
+1 −1 | db/base.js | |
+1 −1 | db/exp.js | |
+1 −1 | db/index.js | |
+1 −1 | db/x86.js | |
+1 −1 | src/asmjit/arm/a64assembler.cpp | |
+1 −1 | src/asmjit/arm/a64formatter.cpp | |
+1 −1 | src/asmjit/arm/a64func.cpp | |
+2 −2 | src/asmjit/arm/a64instdb.cpp | |
+23 −0 | src/asmjit/arm/a64operand.h | |
+2 −2 | src/asmjit/arm/a64rapass.cpp | |
+6 −0 | src/asmjit/arm/armformatter.cpp | |
+12 −1 | src/asmjit/arm/armoperand.h | |
+7 −0 | src/asmjit/arm/armutils.h | |
+37 −7 | src/asmjit/core/archcommons.h | |
+2 −0 | src/asmjit/core/compiler.h | |
+9 −7 | src/asmjit/core/cpuinfo.cpp | |
+10 −8 | src/asmjit/core/cpuinfo.h | |
+1 −1 | src/asmjit/core/jitallocator.cpp | |
+62 −21 | src/asmjit/core/operand.h | |
+2 −2 | src/asmjit/core/radefs_p.h | |
+23 −9 | src/asmjit/core/rapass.cpp | |
+1 −1 | src/asmjit/x86/x86compiler.h | |
+12 −6 | src/asmjit/x86/x86globals.h | |
+7 −0 | src/asmjit/x86/x86instapi.cpp | |
+26 −2 | src/asmjit/x86/x86operand.h | |
+1 −1 | tools/tablegen.js |