This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 610a1d7 [ThinLTO] Add an auto-hide feature
new 675e908 added missing dependency on intrinsics_gen to lib/Core
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/Core/CMakeLists.txt | 7 +++++++
1 file changed, 7 insertions(+)
--
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 lnt.
from 525ad94 Update dependent package versions
new 833d475 Ignore venvs in LNT
new 56e9595 In some old versions of pip there is no session flag
new 3b1c0c6 PEP8 fixups
new ba9409f Remove old style exception
new af5c482 Some whitespace fixups before big refactor
new 427b5b6 More whitespace fixups
new 3199ffd Rename some stuff
new a14e4ab New style exception
new 0a645ba Don’t shadow outer name
new 21bb00b Remove old style exception
new ae65a0b Typos and whitespace
new 84dd6cf Use constants for HTTP codes
new ad6bbeb Add global, user selectable, baselines to LNT
The 13 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:
.gitignore | 1 +
lnt/lnttool/main.py | 2 +-
lnt/server/config.py | 57 +++++----
.../{upgrade_8_to_9.py => upgrade_10_to_11.py} | 65 +++++-----
lnt/server/db/testsuitedb.py | 33 +++--
lnt/server/instance.py | 2 +-
lnt/server/ui/templates/layout.html | 22 ++++
lnt/server/ui/templates/utils.html | 26 ++++
lnt/server/ui/templates/v4_matrix.html | 16 ++-
lnt/server/ui/templates/v4_order.html | 76 ++++++++++--
lnt/server/ui/util.py | 137 +++++++++++++--------
lnt/server/ui/views.py | 130 ++++++++++++++++---
lnt/tests/builtintest.py | 2 +-
lnt/tests/nt.py | 2 +-
setup.py | 7 +-
tests/server/db/CreateV4TestSuite.py | 2 +-
tests/server/db/CreateV4TestSuiteInstance.py | 2 +-
tests/server/db/ImportV4TestSuiteInstance.py | 2 +-
tests/server/ui/V4Pages.py | 53 +++++++-
tests/server/ui/change_processing.py | 2 +-
tests/server/ui/statsTester.py | 34 +++--
tests/server/ui/test_matrix_page.py | 25 ++--
22 files changed, 511 insertions(+), 187 deletions(-)
copy lnt/server/db/migrations/{upgrade_8_to_9.py => upgrade_10_to_11.py} (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 binutils-2_28-branch
in repository binutils-gdb.
from 01e16c3 Automatic date update in version.in
new 013ba18 PR binutils/19935: Fix fallout from now-default initfini-array.
new 4f73293 Fix PR ld/20995 for cris-linux
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:
bfd/ChangeLog | 13 +++++++++++++
bfd/elf32-cris.c | 33 +++++++++++++++++++++------------
ld/ChangeLog | 7 +++++++
ld/emulparams/criself.sh | 3 +--
4 files changed, 42 insertions(+), 14 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 bd57345 [ThinLTO] Add an auto-hide feature
new 90453c8 DebugInfo: ensure type and namespace names are included in pu [...]
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/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 26 +++++++++++++-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 9 ++++-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 12 +++++++
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 12 ++++++-
lib/CodeGen/AsmPrinter/DwarfUnit.h | 26 ++++++++------
test/DebugInfo/X86/gnu-public-names-tu.ll | 54 +++++++++++++++++++++++++++++
6 files changed, 125 insertions(+), 14 deletions(-)
create mode 100644 test/DebugInfo/X86/gnu-public-names-tu.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 009a7ee [X86] Mark 256-bit and 512-bit INSERT_SUBVECTOR operations as [...]
new bd57345 [ThinLTO] Add an auto-hide feature
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/IR/ModuleSummaryIndex.h | 10 +++-
include/llvm/IR/ModuleSummaryIndexYAML.h | 2 +-
include/llvm/LTO/LTO.h | 8 ++-
lib/Analysis/ModuleSummaryAnalysis.cpp | 12 +++--
lib/Bitcode/Reader/BitcodeReader.cpp | 9 ++--
lib/Bitcode/Writer/BitcodeWriter.cpp | 8 +--
lib/LTO/LTO.cpp | 26 +++++++---
lib/LTO/ThinLTOCodeGenerator.cpp | 60 ++++++++++++----------
lib/Transforms/IPO/FunctionImport.cpp | 7 +++
...empty_module_with_cache.ll => weak_autohide.ll} | 6 +--
test/ThinLTO/X86/deadstrip.ll | 7 +--
test/ThinLTO/X86/weak_autohide.ll | 24 +++++++++
12 files changed, 123 insertions(+), 56 deletions(-)
copy test/ThinLTO/X86/Inputs/{empty_module_with_cache.ll => weak_autohide.ll} (68%)
create mode 100644 test/ThinLTO/X86/weak_autohide.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 lld.
from 492f2bd refactor COFF linker to use new LTO API
new 610a1d7 [ThinLTO] Add an auto-hide feature
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/ELF/lto/thin-archivecollision.ll | 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 llvm.
from ce0fa7d llvm-readobj: fix next note entry calculation and print unkno [...]
new 1c3956e AMDGPU: Fold fneg into fminnum/fmaxnum
new 009a7ee [X86] Mark 256-bit and 512-bit INSERT_SUBVECTOR operations as [...]
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/AMDGPUISelLowering.cpp | 30 ++++
lib/Target/X86/X86ISelLowering.cpp | 33 +---
test/CodeGen/AMDGPU/fneg-combines.ll | 264 +++++++++++++++++++++++++++++++
3 files changed, 300 insertions(+), 27 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 30471c7 2017-02-02 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new 38a224e Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from a04943c Daily bump.
new 1c5f087 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 19dd352 Daily bump.
new e6cfe81 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.