This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c8f9ada [X86] Fix intel syntax push parsing bug
new 30ab32f AArch64: Move remaining target specific BranchRelaxation bits to TII
new c205b62 Move AArch64BranchRelaxation to generic code
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/Passes.h | 4 +
include/llvm/InitializePasses.h | 1 +
include/llvm/Target/TargetInstrInfo.h | 12 +++
.../BranchRelaxation.cpp} | 120 ++++++++-------------
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/Target/AArch64/AArch64.h | 2 -
lib/Target/AArch64/AArch64InstrInfo.cpp | 49 +++++----
lib/Target/AArch64/AArch64InstrInfo.h | 9 +-
lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +-
lib/Target/AArch64/CMakeLists.txt | 1 -
test/CodeGen/MIR/AArch64/inst-size-patchpoint.mir | 2 +-
test/CodeGen/MIR/AArch64/inst-size-stackmap.mir | 2 +-
.../MIR/AArch64/inst-size-tlsdesc-callseq.mir | 2 +-
14 files changed, 100 insertions(+), 110 deletions(-)
rename lib/{Target/AArch64/AArch64BranchRelaxation.cpp => CodeGen/BranchRelaxation [...]
--
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 54de287 Revert "Use StringRef in LTOModule implementation (NFC)"
new c8f9ada [X86] Fix intel syntax push parsing bug
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/AsmParser/X86AsmParser.cpp | 31 +++++++++++++++++++++++++++++--
test/MC/X86/pr22028.s | 23 +++++++++++++++++++++++
2 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 test/MC/X86/pr22028.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 ddec8ab Centralize sh_entsize checking.
new 54de287 Revert "Use StringRef in LTOModule implementation (NFC)"
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/LTO/legacy/LTOModule.h | 36 ++++++++++++++-----------
lib/LTO/LTOCodeGenerator.cpp | 2 +-
lib/LTO/LTOModule.cpp | 54 +++++++++++++++++--------------------
tools/lto/lto.cpp | 33 +++++++++++------------
4 files changed, 62 insertions(+), 63 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 42b70df Refactor to use getSectionContentsAsArray.
new ddec8ab Centralize sh_entsize checking.
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/Object/ELF.h | 9 +++------
test/Object/invalid.test | 2 +-
2 files changed, 4 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 605a3d0 Refactor duplicated typedefs. NFC.
new 42b70df Refactor to use getSectionContentsAsArray.
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/Object/ELF.h | 96 ++++++++++++-------------------------
include/llvm/Object/ELFObjectFile.h | 4 +-
test/Object/invalid.test | 4 +-
tools/llvm-readobj/ELFDumper.cpp | 2 +-
4 files changed, 36 insertions(+), 70 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 2d767eb GlobalISel: fix misuse of using declaration in test.
new 605a3d0 Refactor duplicated typedefs. NFC.
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:
tools/llvm-readobj/ELFDumper.cpp | 38 +++++++++-----------------------------
1 file changed, 9 insertions(+), 29 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 249471c Add workaround for bash 4.2 scripting problem.
new 7470adb testsuite: solib-disc: Use `standard_output_file'
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/solib-disc.exp | 4 ++--
2 files changed, 7 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 llvm.
from 665e976 [AMDGPU] Disassembler: print label names in branch instructions
new 2d767eb GlobalISel: fix misuse of using declaration in test.
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:
.../CodeGen/GlobalISel/MachineLegalizerTest.cpp | 89 ++++++++++------------
1 file changed, 41 insertions(+), 48 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 libcxx.
from e3a71a2 [libcxx] Recover no-exceptions XFAILs - I
new 1a38ecc Mark issues 2514, 2519, 2536 and 2475 as done
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:
www/upcoming_meeting.html | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 7161c1a [RS4GC] Fix comment to show TODO. NFC
new 665e976 [AMDGPU] Disassembler: print label names in branch instructions
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:
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 58 ++++++++
.../AMDGPU/Disassembler/AMDGPUDisassembler.h | 163 ++++++++++++---------
lib/Target/AMDGPU/SIInstrInfo.td | 1 +
test/MC/AMDGPU/labels-branch.s | 6 +-
tools/llvm-objdump/llvm-objdump.cpp | 18 ++-
5 files changed, 175 insertions(+), 71 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.