This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5814cdbb68d [X86] In getHostCPUName, remove some code that changes some [...]
new f65227fd462 [Solaris] get rid of _RESTRICT_KYWD warning during the build
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/Support/Unix/Program.inc | 3 ---
1 file changed, 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 gcc.
from 4478d6558e7 Daily bump.
new 8c26f7e1af4 Force a dependence distance of 1 in gnat.dg/vect17.adb
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gnat.dg/vect15.adb | 5 +++--
gcc/testsuite/gnat.dg/vect15.ads | 2 +-
gcc/testsuite/gnat.dg/vect16.adb | 8 +++++---
gcc/testsuite/gnat.dg/vect16.ads | 2 +-
gcc/testsuite/gnat.dg/vect17.adb | 5 +++--
gcc/testsuite/gnat.dg/vect17.ads | 2 +-
7 files changed, 23 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 clang.
from bd8aa3a7c9 [ODRHash] Support FriendDecl
new e1e45e872f [analyzer] Fix a path in the developer manual
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/analyzer/checker_dev_manual.html | 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 502be8232c8 [X86] Use 'unsigned' instead of 'unsigned int' for consiste [...]
new d18691202ba [X86] Minor formatting fix. NFC
new 6fd36d21efd [X86] Correct the BDVER4 model numbers to include 0x70-0x7f.
new 5814cdbb68d [X86] In getHostCPUName, remove some code that changes some [...]
The 3 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/Support/Host.cpp | 24 ++++--------------------
1 file changed, 4 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 llvm.
from b618c820b01 Revert "Revert "Revert "Revert "Switch external cvtres.exe [...]
new 48bde3bb02b [X86] Cleanup some CPUID usage in getAvailableFeatures.
new 502be8232c8 [X86] Use 'unsigned' instead of 'unsigned int' for consiste [...]
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/Support/Host.cpp | 29 +++++++++++++++++------------
1 file changed, 17 insertions(+), 12 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 lldb.
from c03f2468f The x86 instruction unwinder can be asked to disassemble non- [...]
new 61cfc88cb Update message that Main Thread Checker produces.
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:
.../Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py | 4 ++--
.../MainThreadChecker/MainThreadCheckerRuntime.cpp | 2 +-
2 files changed, 3 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 libcxx.
from 316bb1188 Fix diagnostic in verify test to match new Clang output
new b2e9337b0 Fix filesystem build on platforms with weird time_t types.
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:
.../filesystem/filesystem_time_helper.h | 173 ++++++++++++++++++
src/experimental/filesystem/operations.cpp | 152 +---------------
.../filesystem/convert_file_time.sh.cpp | 200 +++++++++++++++++++++
utils/libcxx/test/config.py | 1 +
4 files changed, 382 insertions(+), 144 deletions(-)
create mode 100644 src/experimental/filesystem/filesystem_time_helper.h
create mode 100644 test/libcxx/experimental/filesystem/convert_file_time.sh.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 llvm.
from 91822545c57 Remove a variable that was only used in asserts and had a d [...]
new b618c820b01 Revert "Revert "Revert "Revert "Switch external cvtres.exe [...]
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/BinaryFormat/COFF.h | 6 ++++
include/llvm/Object/WindowsResource.h | 49 +++++++++++++++++++++++++-------
lib/BinaryFormat/Magic.cpp | 3 +-
lib/Object/WindowsResource.cpp | 25 ++++++----------
tools/llvm-cvtres/llvm-cvtres.cpp | 1 +
unittests/BinaryFormat/TestFileMagic.cpp | 3 +-
6 files changed, 58 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 lld.
from 223e8142f Delete the pdb diff test.
new 25c037a87 Revert "Revert "Revert "Revert "Switch external cvtres.exe fo [...]
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:
COFF/DriverUtils.cpp | 150 ++++++++++++++++++--------------------
test/COFF/combined-resources.test | 2 -
test/COFF/def-name.test | 2 -
test/COFF/dll.test | 2 -
test/COFF/dllimport-gc.test | 2 -
test/COFF/manifestinput.test | 27 ++++++-
test/COFF/noentry.test | 2 -
test/COFF/out.test | 1 -
test/COFF/resource.test | 2 -
test/lit.cfg | 9 +--
10 files changed, 101 insertions(+), 98 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 1829b2f8a Add name offset flags, for parity with cvtres.exe.
new 223e8142f Delete the pdb diff 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:
test/COFF/pdb-diff.test | 212 ------------------------------------------------
1 file changed, 212 deletions(-)
delete mode 100644 test/COFF/pdb-diff.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.