This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch
in repository binutils-gdb.
from 0a09320 Automatic date update in version.in
new 4abe156 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 master
in repository llvm.
from 78fa56c Revert a couple of InstCombine/Guard checkins
new ac8bbff GlobalISel: support debug intrinsics.
new 6159a00 [ARM] Fix some Clang-tidy modernize and Include What You Use [...]
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:
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 26 ++++++++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 59 ++++++++++++++++--
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 61 +++++++++++++++++++
lib/Target/ARM/ARM.h | 12 ++--
lib/Target/ARM/ARMBaseInstrInfo.cpp | 71 +++++++++++++---------
lib/Target/ARM/ARMBasicBlockInfo.h | 21 +++----
lib/Target/ARM/ARMComputeBlockSize.cpp | 10 ++-
lib/Target/ARM/ARMConstantIslandPass.cpp | 56 +++++++++++------
lib/Target/ARM/ARMExpandPseudoInsts.cpp | 2 +
lib/Target/ARM/ARMFrameLowering.cpp | 49 ++++++++++++---
lib/Target/ARM/ARMInstructionSelector.h | 13 ++--
lib/Target/ARM/ARMMCInstLower.cpp | 16 +++--
lib/Target/ARM/ARMMachineFunctionInfo.cpp | 9 +--
lib/Target/ARM/ARMMachineFunctionInfo.h | 69 +++++++++------------
lib/Target/ARM/Thumb1FrameLowering.cpp | 26 +++++++-
lib/Target/ARM/Thumb2ITBlockPass.cpp | 21 ++++++-
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 33 ----------
test/CodeGen/AArch64/GlobalISel/debug-insts.ll | 51 ++++++++++++++++
18 files changed, 436 insertions(+), 169 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/debug-insts.ll
--
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 e6f10d3 Add intrinsics for constrained floating point operations
new 78fa56c Revert a couple of InstCombine/Guard checkins
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/Transforms/InstCombine/InstCombineCalls.cpp | 29 ----------------
test/Transforms/InstCombine/call-guard.ll | 46 -------------------------
2 files changed, 75 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 9b0feec PR middle-end/78703 - fprintf-return-value floating point han [...]
new e452d2e gcc/ChangeLog: * gimple-ssa-sprintf.c (format_floating): Tes [...]
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 | 5 +++++
gcc/gimple-ssa-sprintf.c | 23 ++++++++++++++++-------
2 files changed, 21 insertions(+), 7 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 bf34add [obj2yaml] Produce correct output for invalid relocations.
new e1c01cc [PM] Enable the main loop pass pipelines with everything but [...]
new e6f10d3 Add intrinsics for constrained floating point operations
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:
docs/LangRef.rst | 271 +++++++++++++++++++++++
include/llvm/CodeGen/ISDOpcodes.h | 6 +
include/llvm/CodeGen/SelectionDAGISel.h | 2 +
include/llvm/IR/IntrinsicInst.h | 39 ++++
include/llvm/IR/Intrinsics.td | 36 +++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 47 ++++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 1 +
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 60 +++++
lib/IR/IntrinsicInst.cpp | 32 +++
lib/IR/Verifier.cpp | 18 ++
lib/Passes/PassBuilder.cpp | 18 +-
test/CodeGen/X86/fp-intrinsics.ll | 111 ++++++++++
test/Feature/fp-intrinsics.ll | 102 +++++++++
test/Other/new-pm-defaults.ll | 8 +
test/Verifier/fp-intrinsics.ll | 43 ++++
15 files changed, 782 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/X86/fp-intrinsics.ll
create mode 100644 test/Feature/fp-intrinsics.ll
create mode 100644 test/Verifier/fp-intrinsics.ll
--
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 f7b66eb [Hexagon] Require IPO library in Hexagon build
new bf34add [obj2yaml] Produce correct output for invalid relocations.
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:
test/Object/Inputs/invalid-reloc.elf-x86-64 | Bin 0 -> 624 bytes
test/Object/obj2yaml-invalid-reloc.test | 37 ++++++++++++++++++++++++++++
tools/obj2yaml/elf2yaml.cpp | 16 +++++++++---
3 files changed, 49 insertions(+), 4 deletions(-)
create mode 100644 test/Object/Inputs/invalid-reloc.elf-x86-64
create mode 100644 test/Object/obj2yaml-invalid-reloc.test
--
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 8dc127c NewGVN: Fix bug exposed by PR31761
new f7b66eb [Hexagon] Require IPO library in Hexagon build
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/Hexagon/LLVMBuild.txt | 1 +
1 file changed, 1 insertion(+)
--
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 clang.
from b388a34 [modules] When reading / writing a typedef that is a name for [...]
new 9d261c5 Add files forgotten in r293219.
new 7adaaaf [modules] Additional tests.
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:
test/Modules/Inputs/anon-redecl/a.h | 2 ++
test/Modules/Inputs/anon-redecl/b.h | 2 ++
test/Modules/Inputs/anon-redecl/c1.h | 2 ++
test/Modules/Inputs/anon-redecl/c2.h | 2 ++
test/Modules/Inputs/anon-redecl/module.modulemap | 6 ++++++
test/Modules/Inputs/hidden-names/hidden.h | 3 +++
test/Modules/Inputs/hidden-names/module.modulemap | 4 ++++
test/Modules/Inputs/hidden-names/visible.h | 2 ++
test/Modules/Inputs/merge-function-defs/a.h | 4 ++++
.../Modules/Inputs/merge-function-defs/b.h | 0
test/Modules/Inputs/merge-function-defs/map | 4 ++++
test/Modules/Inputs/merge-name-for-linkage/c1.h | 1 +
test/Modules/Inputs/merge-name-for-linkage/c2.h | 2 ++
test/Modules/anon-redecl.cpp | 15 +++++++++++++++
test/Modules/hidden-names.cpp | 13 +++++++++++++
test/Modules/merge-function-defs.cpp | 11 +++++++++++
16 files changed, 73 insertions(+)
create mode 100644 test/Modules/Inputs/anon-redecl/a.h
create mode 100644 test/Modules/Inputs/anon-redecl/b.h
create mode 100644 test/Modules/Inputs/anon-redecl/c1.h
create mode 100644 test/Modules/Inputs/anon-redecl/c2.h
create mode 100644 test/Modules/Inputs/anon-redecl/module.modulemap
create mode 100644 test/Modules/Inputs/hidden-names/hidden.h
create mode 100644 test/Modules/Inputs/hidden-names/module.modulemap
create mode 100644 test/Modules/Inputs/hidden-names/visible.h
create mode 100644 test/Modules/Inputs/merge-function-defs/a.h
copy bindings/python/tests/__init__.py => test/Modules/Inputs/merge-function-defs/ [...]
create mode 100644 test/Modules/Inputs/merge-function-defs/map
create mode 100644 test/Modules/Inputs/merge-name-for-linkage/c1.h
create mode 100644 test/Modules/Inputs/merge-name-for-linkage/c2.h
create mode 100644 test/Modules/anon-redecl.cpp
create mode 100644 test/Modules/hidden-names.cpp
create mode 100644 test/Modules/merge-function-defs.cpp
--
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 de32490 PR debug/79129 * dwarf2out.c (generate_skeleton_bottom_up): [...]
new 9b0feec PR middle-end/78703 - fprintf-return-value floating point han [...]
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 | 11 +
gcc/gimple-ssa-sprintf.c | 448 ++++++++++++---------
gcc/testsuite/ChangeLog | 8 +
.../gcc.dg/tree-ssa/builtin-snprintf-warn-1.c | 21 +-
...-sprintf-warn-9.c => builtin-sprintf-warn-10.c} | 0
.../gcc.dg/tree-ssa/builtin-sprintf-warn-9.c | 388 +++++++-----------
6 files changed, 429 insertions(+), 447 deletions(-)
copy gcc/testsuite/gcc.dg/tree-ssa/{builtin-sprintf-warn-9.c => builtin-sprintf-wa [...]
--
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 85a6508 [tsan] Fix os_id of main thread
new 0e47436 [sanitizer] Remove -fno-function-sections from SANITIZER_COMM [...]
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 | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.