This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from fcf7d7c Fix Clang-tidy misc-unused-using-decls and Include What You U [...]
new c0574ad Fix builds broken in r267008.
new 22d806d Delete the needsPlt target hook.
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:
ELF/Target.cpp | 50 ++++++++--------------------------------
ELF/Target.h | 2 --
ELF/Writer.cpp | 19 ++++++++++++---
lib/ReaderWriter/FileArchive.cpp | 1 +
4 files changed, 27 insertions(+), 45 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 192bf59 PR c++/70513 * parser.c (cp_parser_enum_specifier): Check a [...]
new 15acd78 /cp 2016-04-21 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 6 ++++++
gcc/cp/semantics.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
.../{gcc.c-torture/compile/pr17906.c => g++.dg/cpp0x/auto48.C} | 7 ++++---
4 files changed, 16 insertions(+), 4 deletions(-)
copy gcc/testsuite/{gcc.c-torture/compile/pr17906.c => g++.dg/cpp0x/auto48.C} (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 gcc.
from f3ec097 min(-x, -y), min(~x, ~y)
new 7434c6f PR tree-optimization/70715 * tree-ssa-loop-niter.c (loop_ex [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/scev-13.c | 15 +++++++++++++++
gcc/tree-ssa-loop-niter.c | 6 +++++-
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/scev-13.c
--
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 15acd78 /cp 2016-04-21 Paolo Carlini <paolo.carlini(a)oracle.com>
new ec1e6ec * sv.po: Update.
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/po/ChangeLog | 4 +
gcc/po/sv.po | 500 ++++++++++++++++++++++---------------------------------
2 files changed, 203 insertions(+), 301 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-6-branch
in repository gcc.
from e5102a4 Regenerate .pot files for GCC 6.
new 53efa62 * sv.po: Update.
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/po/ChangeLog | 4 +
gcc/po/sv.po | 500 ++++++++++++++++++++++---------------------------------
2 files changed, 203 insertions(+), 301 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 e4d168d [MachineBasicBlock] Refactor SplitCriticalEdge to expose a qu [...]
new ec47429 Refactor raw pdb dumper into library
new 6efffd3 Add natvis visualizers for endian types.
new d993f1c use FileCheck; add test for disguised fabs
new f2cd157 [MachineBasicBlock] Make the pass argument truly mandatory wh [...]
new bf8e161 add tests for disguised fabs/fneg
The 5 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/MachineBasicBlock.h | 2 +-
include/llvm/DebugInfo/PDB/IPDBSession.h | 1 +
include/llvm/DebugInfo/PDB/PDBTypes.h | 31 +-
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 53 +++
include/llvm/DebugInfo/PDB/Raw/PDBStream.h | 46 +++
.../PDB/{DIA/DIASession.h => Raw/RawSession.h} | 18 +-
lib/CodeGen/MachineBasicBlock.cpp | 14 +-
lib/CodeGen/MachineLICM.cpp | 2 +-
lib/CodeGen/MachineSink.cpp | 2 +-
lib/CodeGen/PHIElimination.cpp | 2 +-
lib/DebugInfo/PDB/CMakeLists.txt | 6 +-
lib/DebugInfo/PDB/PDB.cpp | 9 +-
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 249 +++++++++++++
lib/DebugInfo/PDB/Raw/PDBStream.cpp | 97 +++++
lib/DebugInfo/PDB/Raw/RawSession.cpp | 126 +++++++
test/CodeGen/AArch64/fcvt-int.ll | 29 ++
test/CodeGen/PowerPC/fabs.ll | 31 +-
tools/llvm-pdbdump/BuiltinDumper.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 396 +++++----------------
utils/LLVMVisualizers/llvm.natvis | 41 +++
20 files changed, 789 insertions(+), 367 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBFile.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBStream.h
copy include/llvm/DebugInfo/PDB/{DIA/DIASession.h => Raw/RawSession.h} (85%)
create mode 100644 lib/DebugInfo/PDB/Raw/PDBFile.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/PDBStream.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/RawSession.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 lldb.
from 4b28432 API: fix a -Wunused-variable warning
new bd8abfd Update Go OS Plugin for newer runtimes.
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:
source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp | 15 +++++++++++++--
1 file changed, 13 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 lld.
from 368416d [ELF] - Use ArrayRef instead of std::vector& for LinkerScript [...]
new 68ee583 [ELF] - Make LinkerScript::getSectionOrder private. 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/LinkerScript.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 lld.
from f0a303a [LTO] Discard names for values that are not global by default.
new ec95ebd ELF: alias `--no-copy-dt-needed-entries` to `--no-add-needed`
new aa03543 ELF: support -- version of discard-{all,locals}
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:
ELF/Options.td | 6 ++++--
1 file changed, 4 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 clang-tools-extra.
from 4ad9607 [clang-tidy] Cleanup some ast-matchers and lift some to utils.
new ce3ece3 [clang-tidy] Add new checker for comparison with runtime stri [...]
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:
clang-tidy/misc/CMakeLists.txt | 1 +
clang-tidy/misc/MiscTidyModule.cpp | 3 +
clang-tidy/misc/SuspiciousStringCompareCheck.cpp | 221 +++++++++++++++
...ssionCheck.h => SuspiciousStringCompareCheck.h} | 22 +-
docs/clang-tidy/checks/list.rst | 1 +
.../checks/misc-suspicious-string-compare.rst | 40 +++
test/clang-tidy/misc-suspicious-string-compare.c | 66 +++++
test/clang-tidy/misc-suspicious-string-compare.cpp | 299 +++++++++++++++++++++
8 files changed, 642 insertions(+), 11 deletions(-)
create mode 100644 clang-tidy/misc/SuspiciousStringCompareCheck.cpp
copy clang-tidy/misc/{SizeofExpressionCheck.h => SuspiciousStringCompareCheck.h} (50%)
create mode 100644 docs/clang-tidy/checks/misc-suspicious-string-compare.rst
create mode 100644 test/clang-tidy/misc-suspicious-string-compare.c
create mode 100644 test/clang-tidy/misc-suspicious-string-compare.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.