This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 64cd306 * ipa-inline-analsysis.c (evaluate_conditions_for_known_args [...]
new 1ae823d Don't install libvtv without --enable-vtable-verify
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:
libvtv/ChangeLog | 7 +++++++
libvtv/Makefile.am | 7 ++++---
libvtv/Makefile.in | 17 ++++++++++-------
3 files changed, 21 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 gcc-6-branch
in repository gcc.
from 084c567 * sv.po, zh_CN.po: Update.
new 351f3d8 Don't install libvtv without --enable-vtable-verify
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:
libvtv/ChangeLog | 7 +++++++
libvtv/Makefile.am | 7 ++++---
libvtv/Makefile.in | 17 ++++++++++-------
3 files changed, 21 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 a4a5ff8 ReversePostOrderFunctionAttrs is not modifying the call graph [...]
new c6d991c AMDGPU: Move R600 specific code out of AMDGPUISelLowering.cpp
new 0e6ef97 Parse PDB Name Hash Table
new c3791a9 [CFLAA] Fix a use-of-invalid-pointer bug.
new f526e10 PDB - Instead of hardcoding stream numbers, use an enum.
new 1e2f626 [codeview] Don't dump type stream bytes unless asked to
new 2ab91e2 [NVPTX] Fix sign/zero-extending ldg/ldu instruction selection
The 6 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/ByteStream.h | 1 +
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 2 +
include/llvm/DebugInfo/PDB/Raw/NameHashTable.h | 48 +++++++++
include/llvm/DebugInfo/PDB/Raw/RawConstants.h | 7 ++
include/llvm/DebugInfo/PDB/Raw/StreamReader.h | 5 +
lib/Analysis/CFLAliasAnalysis.cpp | 7 +-
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Raw/ByteStream.cpp | 5 +
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 6 +-
lib/DebugInfo/PDB/Raw/InfoStream.cpp | 27 +++--
lib/DebugInfo/PDB/Raw/NameHashTable.cpp | 141 +++++++++++++++++++++++++
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 39 -------
lib/Target/AMDGPU/R600ISelLowering.cpp | 49 +++++++++
lib/Target/AMDGPU/R600ISelLowering.h | 2 +
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 122 ++++++++++++---------
lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 1 +
lib/Target/NVPTX/NVPTXInstrInfo.td | 2 +
test/CodeGen/NVPTX/bug26185-2.ll | 34 ++++++
test/DebugInfo/PDB/pdbdump-headers.test | 15 +++
tools/llvm-pdbdump/llvm-pdbdump.cpp | 34 ++----
tools/llvm-readobj/COFFDumper.cpp | 3 +-
21 files changed, 425 insertions(+), 126 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/NameHashTable.h
create mode 100644 lib/DebugInfo/PDB/Raw/NameHashTable.cpp
create mode 100644 test/CodeGen/NVPTX/bug26185-2.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 lldb.
from 41c75e8 I forgot to check in the test case for the changes I made to [...]
new c7f3a58 Add an argument to ValueObject::GetSyntheticBase that allows [...]
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/lldb/Core/ValueObject.h | 5 ++++-
source/Core/ValueObject.cpp | 14 ++++++++++----
2 files changed, 14 insertions(+), 5 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 5dca8a4 Quote arguments for --reproduce.
new 16c5266 Fix --reproduce for --export-dynamic-symbol.
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/DriverUtils.cpp | 1 -
test/ELF/reproduce.s | 8 ++++++--
2 files changed, 6 insertions(+), 3 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 8478bd5 AMDGPU/SI: Use the hazard recognizer to break SMEM soft clauses
new 83f4a25 AMDGPU/SI: Fix bug in SIInstrInfo::insertWaitStates() uncover [...]
new a4a5ff8 ReversePostOrderFunctionAttrs is not modifying the call graph [...]
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:
lib/Target/AMDGPU/SIInstrInfo.cpp | 3 ++-
lib/Transforms/IPO/FunctionAttrs.cpp | 1 +
2 files changed, 3 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 lldb.
from d2244a5 Add support for synthetic child providers to optionally retur [...]
new 41c75e8 I forgot to check in the test case for the changes I made to [...]
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:
.../data-formatter-synthtype}/Makefile | 0
.../TestDataFormatterSynthType.py} | 20 ++++++++++----------
.../main.cpp | 0
.../myIntSynthProvider.py | 4 ++--
4 files changed, 12 insertions(+), 12 deletions(-)
copy packages/Python/lldbsuite/test/{tools/lldb-server/platform-process-connect => [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/{varscript_form [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/{data-formatter [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/{data-formatter [...]
--
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 34874aa [clang-tidy] Add modernize-make-shared check
new 5e8c5f7 [include-fixer] Fix Clang-tidy modernize-use-override and som [...]
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-fixer/IncludeFixer.h | 11 +++++++++--
.../find-all-symbols/tool/FindAllSymbolsMain.cpp | 14 +++++++++++---
.../find-all-symbols/FindAllSymbolsTests.cpp | 15 +++++++++++++--
3 files changed, 33 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 gcc.
from 9be5d79 * sv.po, zh_CN.po: Update.
new db359ab * cif-code.def (CIF_THUNK): Add.
new 64cd306 * ipa-inline-analsysis.c (evaluate_conditions_for_known_args [...]
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 | 6 ++++++
gcc/cif-code.def | 4 ++++
gcc/ipa-inline-analysis.c | 3 +--
3 files changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.