summaryrefslogtreecommitdiff
path: root/bootstrap/lib/compiler/ebin
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2021-02-03 06:59:01 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2021-02-03 06:59:01 +0100
commita1ac12d6a76ea71e7dcae6761ca5d72a9fbf84e9 (patch)
treef6cd18337383f3498d347407d7c11199b92c5862 /bootstrap/lib/compiler/ebin
parentad7b57a5dd1ef98f20b90e766e403ca06ebcd10a (diff)
parentdd2d8e1f9b5c09e78063d346c72b552091fa32d8 (diff)
downloaderlang-a1ac12d6a76ea71e7dcae6761ca5d72a9fbf84e9.tar.gz
Merge branch 'maint'
* maint: Update primary bootstrap Update deprecations Deprecate all functions in erl_tidy
Diffstat (limited to 'bootstrap/lib/compiler/ebin')
-rw-r--r--bootstrap/lib/compiler/ebin/beam_block.beambin3892 -> 3804 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_flatten.beambin1836 -> 1728 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_jump.beambin10048 -> 10032 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beambin27640 -> 27744 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_codegen.beambin38892 -> 38756 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_opt.beambin49304 -> 49248 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beambin47764 -> 47728 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_ssa_recv.beambin13168 -> 13448 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/beam_validator.beambin50660 -> 49808 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/compile.beambin39820 -> 40796 bytes
-rw-r--r--bootstrap/lib/compiler/ebin/compiler.app3
11 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap/lib/compiler/ebin/beam_block.beam b/bootstrap/lib/compiler/ebin/beam_block.beam
index 325b19759a..cb83cb028d 100644
--- a/bootstrap/lib/compiler/ebin/beam_block.beam
+++ b/bootstrap/lib/compiler/ebin/beam_block.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_flatten.beam b/bootstrap/lib/compiler/ebin/beam_flatten.beam
index 33e2343111..62da460d52 100644
--- a/bootstrap/lib/compiler/ebin/beam_flatten.beam
+++ b/bootstrap/lib/compiler/ebin/beam_flatten.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_jump.beam b/bootstrap/lib/compiler/ebin/beam_jump.beam
index d1d57f4ff0..47032a9b84 100644
--- a/bootstrap/lib/compiler/ebin/beam_jump.beam
+++ b/bootstrap/lib/compiler/ebin/beam_jump.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam b/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam
index 2d33442b97..1d6ac6c4db 100644
--- a/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam
+++ b/bootstrap/lib/compiler/ebin/beam_kernel_to_ssa.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam b/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam
index 08c8ddf905..1a69ba4bf6 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_codegen.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam b/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam
index 5156f717ca..57ad3a4a33 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_opt.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam b/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam
index 940749e0a2..1fb8617108 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_pre_codegen.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam b/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam
index 8786d42e1e..53c786b5c5 100644
--- a/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam
+++ b/bootstrap/lib/compiler/ebin/beam_ssa_recv.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/beam_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam
index 5c0f87ae51..88251a8176 100644
--- a/bootstrap/lib/compiler/ebin/beam_validator.beam
+++ b/bootstrap/lib/compiler/ebin/beam_validator.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/compile.beam b/bootstrap/lib/compiler/ebin/compile.beam
index b784aa70a6..9e9ef99464 100644
--- a/bootstrap/lib/compiler/ebin/compile.beam
+++ b/bootstrap/lib/compiler/ebin/compile.beam
Binary files differ
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app
index 20394aecd7..ee3c3e9650 100644
--- a/bootstrap/lib/compiler/ebin/compiler.app
+++ b/bootstrap/lib/compiler/ebin/compiler.app
@@ -19,7 +19,7 @@
{application, compiler,
[{description, "ERTS CXC 138 10"},
- {vsn, "7.6.5"},
+ {vsn, "7.6.6"},
{modules, [
beam_a,
beam_asm,
@@ -58,7 +58,6 @@
cerl,
cerl_clauses,
cerl_inline,
- cerl_sets,
cerl_trees,
compile,
core_scan,