This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e85b236f177 Revert "[ARM] Cleanup ARM CGP isSupportedValue"
new 0a0841da510 [OCaml] Add OCaml APIs for Invoke arguments and destinations
new a67a1a5fb6a [LLVM-C] Add support for ConstantExpr in LLVMGetNumIndices [...]
new 6fd937cc442 [LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType:: [...]
new b81d4c7e5fa [NFC][OCaml] Fix implicit declaration compilation warnings
new 84b255f9771 [NFC][OCaml] Fix copy paste error in file header
new fbd5ffcbc2c [OCaml] Add OCaml API for LLVMIsCleanup
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bindings/ocaml/llvm/llvm.ml | 7 ++++++-
bindings/ocaml/llvm/llvm.mli | 23 +++++++++++++++++++++-
bindings/ocaml/llvm/llvm_ocaml.c | 15 ++++++++++++++
.../transforms/scalar_opts/scalar_opts_ocaml.c | 1 +
.../ocaml/transforms/utils/transform_utils_ocaml.c | 2 +-
include/llvm-c/Core.h | 7 +++++++
lib/IR/Core.cpp | 8 ++++++++
7 files changed, 60 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 8dea3718a [PPC64] Support relaxing R_PPC64_TLSGD16 in TlsGdtoLe relaxation.
new 618398db9 [ELF] Set Out::TlsPhdr earlier for encoding packed reloc tables
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/Symbols.cpp | 9 +++++++--
ELF/Writer.cpp | 18 +++++++++++-------
test/ELF/pack-dyn-relocs-tls-aarch64.s | 34 ++++++++++++++++++++++++++++++++++
test/ELF/pack-dyn-relocs-tls-x86-64.s | 23 +++++++++++++++++++++++
4 files changed, 75 insertions(+), 9 deletions(-)
create mode 100644 test/ELF/pack-dyn-relocs-tls-aarch64.s
create mode 100644 test/ELF/pack-dyn-relocs-tls-x86-64.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from baf31dc385c Work around grep vs. CRLF issue in Thumb2 test by matching [...]
new e85b236f177 Revert "[ARM] Cleanup ARM CGP isSupportedValue"
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/ARM/ARMCodeGenPrepare.cpp | 61 +++++++++++++++++++++++++-----------
test/CodeGen/ARM/arm-cgp-casts.ll | 34 --------------------
2 files changed, 42 insertions(+), 53 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 04bd9abf8f1 Daily bump.
new 5b36a953a67 Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a2507e3dbf1 Add range_idx param to range_label::get_text
new f0fab161047 Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 12e5f6debd6 Daily bump.
new 34816ced4e7 Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 03e76758f08 Daily bump.
new 93a7c5df361 Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7848793c8bd [EarlyCSEwMemorySSA] Add MSSA verification and tests to mak [...]
new 39b4178d852 [OCaml] Add missing instruction opcodes to OCaml API
new c753266f48f [OCaml] Add Token type to kind enum in OCaml API
new 7aa375cdfea [OCaml] Add GlobalIFunc value kind to OCaml API
new baf31dc385c Work around grep vs. CRLF issue in Thumb2 test by matching [...]
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bindings/ocaml/llvm/llvm.ml | 8 ++++++++
bindings/ocaml/llvm/llvm.mli | 8 ++++++++
bindings/ocaml/llvm/llvm_ocaml.c | 4 +++-
include/llvm-c/Core.h | 1 +
test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll | 2 +-
5 files changed, 21 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 6eb5dbce1e [OBVIOUS] ChangeLog for obvious enable frame-filter help fix.
new aff4a11991 Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from b13ab533d3 python: Make gdb.execute("show commands") work (PR 23669)
new b8fa32c8aa Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.