This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f1b760e Instead of resetting the pointer, or releasing it which was t [...]
new 4d47937 Improve obvious-most-derived-type devirtualization:
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/clang/AST/Expr.h | 5 ++
lib/AST/Expr.cpp | 28 +++++++++-
lib/CodeGen/CGClass.cpp | 52 ++++++------------
.../devirtualize-virtual-function-calls.cpp | 63 +++++++++++++++++++++-
4 files changed, 108 insertions(+), 40 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 c771cb1 Add error handling to getEntry.
new 1787ec7 PDB: Fix some APIs to avoid use-after-frees
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/DebugInfo/PDB/Raw/DbiStreamBuilder.h | 3 +--
include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h | 3 +--
include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h | 3 +--
lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp | 6 +++---
lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp | 6 +++---
lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp | 8 ++++----
lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp | 7 +++----
7 files changed, 16 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 lld.
from 9cf7928 Add [<chars>] to the glob matcher to eliminate use of llvm::Regex.
new eb68772 Simplify by directly using this->Symbols. 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:
ELF/InputFiles.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 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 f83a9ec AMDGPU/SI: Re add VIInstructions.td to unbreak bots
new c771cb1 Add error handling to getEntry.
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 | 20 ++++++++++++--------
test/Object/Inputs/invalid-rel-sym.elf | Bin 0 -> 496 bytes
test/Object/invalid.test | 3 +++
tools/llvm-readobj/ARMEHABIPrinter.h | 3 ++-
tools/llvm-readobj/ELFDumper.cpp | 19 +++++++++++--------
tools/obj2yaml/elf2yaml.cpp | 5 ++++-
6 files changed, 32 insertions(+), 18 deletions(-)
create mode 100644 test/Object/Inputs/invalid-rel-sym.elf
--
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 695a41c Using release to free memory is at best confusing -- one woul [...]
new f1b760e Instead of resetting the pointer, or releasing it which was t [...]
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/Frontend/VerifyDiagnosticConsumer.cpp | 3 ++-
1 file changed, 2 insertions(+), 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 2276e7e [DWARF] Enable DW_CFA_VAL_EXPRESSION support
new ff3caa3 [arm] Eliminate SUBTARGET_CPU_DEFAULT
new 3e0607a Default missing exponents to 0 with -fdec.
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:
gcc/ChangeLog | 21 ++++++++++++++++++++
gcc/config/arm/arm.c | 12 +----------
gcc/config/arm/arm.h | 9 ++-------
gcc/config/arm/freebsd.h | 8 --------
gcc/config/arm/linux-eabi.h | 6 ------
gcc/config/arm/linux-elf.h | 2 --
gcc/config/arm/symbian.h | 6 ------
gcc/config/arm/unknown-elf.h | 4 ----
gcc/fortran/ChangeLog | 9 +++++++++
gcc/fortran/gfortran.h | 1 +
gcc/fortran/gfortran.texi | 9 +++++++++
gcc/fortran/io.c | 4 ++++
gcc/fortran/ioparm.def | 1 +
gcc/fortran/primary.c | 19 +++++++++++++-----
gcc/fortran/trans-io.c | 3 +++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/dec_exp_1.f90 | 35 +++++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/dec_exp_2.f90 | 13 ++++++++++++
gcc/testsuite/gfortran.dg/dec_exp_3.f90 | 15 ++++++++++++++
libgfortran/ChangeLog | 7 +++++++
libgfortran/io/io.h | 1 +
libgfortran/io/list_read.c | 22 +++++++++++++++++++--
libgfortran/io/read.c | 8 +++++++-
23 files changed, 169 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_exp_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_exp_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_exp_3.f90
--
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 604dd12 Remove a redundant condition found by PVS-Studio.
new f83a9ec AMDGPU/SI: Re add VIInstructions.td to unbreak bots
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:
.../AMDGPUMCCodeEmitter.cpp => VIInstructions.td} | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
copy lib/Target/AMDGPU/{MCTargetDesc/AMDGPUMCCodeEmitter.cpp => VIInstructions.td} (54%)
--
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 c3bf648 Change how we store the symbol table.
new 9cf7928 Add [<chars>] to the glob matcher to eliminate use of llvm::Regex.
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/LinkerScript.cpp | 18 +++---
ELF/LinkerScript.h | 22 +++----
ELF/Strings.cpp | 172 ++++++++++++++++++++++++++++++++++++---------------
ELF/Strings.h | 39 +++++++++---
ELF/SymbolTable.cpp | 16 ++---
ELF/SymbolTable.h | 4 +-
6 files changed, 179 insertions(+), 92 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 d77057e Replace another report_fatal_error with an ErrorOr.
new 604dd12 Remove a redundant condition found by PVS-Studio.
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/ARMISelDAGToDAG.cpp | 4 ++--
1 file changed, 2 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 openmp.
from 50288ab Change task stealing to always get task from head of victim's deque.
new 1d64a30 fixed typo in comment
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:
runtime/src/kmp_alloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.