This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from a358984 [XRay][compiler-rt] Explicitly initialise members.
new 2fb759f builtins: Add ARM Thumb1 implementation for uidiv and uidivmod
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/builtins/arm/aeabi_uidivmod.S | 15 +++++
lib/builtins/arm/udivsi3.S | 133 ++++++++++++++++++++++++++++++++------
lib/builtins/assembly.h | 3 +-
3 files changed, 131 insertions(+), 20 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 gcc.
from 1e15f9a Oops, fix date
new 2b5f32a PR middle-end/78642 * emit-rtl.c (verify_rtx_sharing) <CLOB [...]
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/ChangeLog | 7 +++++++
gcc/emit-rtl.c | 15 +++++++++------
2 files changed, 16 insertions(+), 6 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 compiler-rt.
from f9ca15b [XRay][compiler-rt] XRay Buffer Queue
new a358984 [XRay][compiler-rt] Explicitly initialise members.
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/xray/xray_buffer_queue.cc | 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 binutils-gdb.
from e99f7af Automatic date update in version.in
new fc72aff argv.c (expandargv): Check for directories passed as @-files.
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:
libiberty/ChangeLog | 4 ++++
libiberty/argv.c | 19 +++++++++++++++++++
2 files changed, 23 insertions(+)
--
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 0eb7cd3 2016-12-05 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 3a7900a * argv.c (expandargv): Check for directories passed as @-files.
new 1e15f9a Oops, fix date
The 2 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:
libiberty/ChangeLog | 4 ++++
libiberty/argv.c | 19 +++++++++++++++++++
2 files changed, 23 insertions(+)
--
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 compiler-rt.
from d1dc04e Revert "builtins: Add ARM Thumb1 implementation for uidiv and [...]
new f9ca15b [XRay][compiler-rt] XRay Buffer Queue
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/xray/CMakeLists.txt | 55 +++++++++-----
lib/xray/tests/CMakeLists.txt | 58 +++++++++++++++
lib/xray/tests/unit/CMakeLists.txt | 2 +
lib/xray/tests/unit/buffer_queue_test.cc | 80 ++++++++++++++++++++
.../tests/unit/xray_unit_test_main.cc} | 11 +--
lib/xray/xray_buffer_queue.cc | 65 ++++++++++++++++
lib/xray/xray_buffer_queue.h | 86 ++++++++++++++++++++++
test/xray/CMakeLists.txt | 9 +++
test/{tsan => xray}/Unit/lit.site.cfg.in | 9 +--
9 files changed, 344 insertions(+), 31 deletions(-)
create mode 100644 lib/xray/tests/CMakeLists.txt
create mode 100644 lib/xray/tests/unit/CMakeLists.txt
create mode 100644 lib/xray/tests/unit/buffer_queue_test.cc
copy lib/{tsan/tests/unit/tsan_unit_test_main.cc => xray/tests/unit/xray_unit_test [...]
create mode 100644 lib/xray/xray_buffer_queue.cc
create mode 100644 lib/xray/xray_buffer_queue.h
copy test/{tsan => xray}/Unit/lit.site.cfg.in (50%)
--
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 25dd36e [X86] Remove scalar logical op alias instructions. Just use C [...]
new 4a6766e [ObjectYAML] First bit of support for encoding DWARF in MachO
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:
include/llvm/ObjectYAML/MachOYAML.h | 11 ++
lib/ObjectYAML/MachOYAML.cpp | 17 +-
test/ObjectYAML/MachO/DWARF-debug_str.yaml | 266 +++++++++++++++++++++++++++++
tools/obj2yaml/CMakeLists.txt | 1 +
tools/obj2yaml/macho2yaml.cpp | 19 +++
tools/yaml2obj/yaml2macho.cpp | 22 ++-
6 files changed, 334 insertions(+), 2 deletions(-)
create mode 100644 test/ObjectYAML/MachO/DWARF-debug_str.yaml
--
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 compiler-rt.
from 4b6d6bf [XRay][AArch64] Attempt to fix unstable test XRay-aarch64-lin [...]
new d1dc04e Revert "builtins: Add ARM Thumb1 implementation for uidiv and [...]
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/builtins/arm/aeabi_uidivmod.S | 15 -----
lib/builtins/arm/udivsi3.S | 129 +++++++-------------------------------
lib/builtins/assembly.h | 3 +-
3 files changed, 23 insertions(+), 124 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 llvm.
from dfe568d [CMake] Cleanup TableGen include flags
new 25dd36e [X86] Remove scalar logical op alias instructions. Just use C [...]
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/X86/X86FastISel.cpp | 16 +++--
lib/Target/X86/X86InstrFragmentsSIMD.td | 9 ---
lib/Target/X86/X86InstrInfo.cpp | 8 ---
lib/Target/X86/X86InstrSSE.td | 106 ++++++++++++++++++++++----------
test/CodeGen/X86/sqrt-fastmath-mir.ll | 8 +--
5 files changed, 87 insertions(+), 60 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 llvm.
from 7c651d6 [LVI] Remove dead code in mergeIn
new dfe568d [CMake] Cleanup TableGen include flags
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:
CMakeLists.txt | 2 ++
cmake/modules/TableGen.cmake | 14 ++++----------
lib/Target/CMakeLists.txt | 2 ++
3 files changed, 8 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.