This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 018a3d51a [Libc++] Use #pragma push_macro/pop_macro to better handle mi [...]
new 7b7ac67cf Fix Libc++ build with MinGW64
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/__config | 4 +++-
include/__locale | 4 ++--
include/locale | 9 +--------
include/stdio.h | 3 +--
include/support/win32/locale_win32.h | 15 ++++++++-------
include/wchar.h | 2 +-
src/chrono.cpp | 2 +-
src/new.cpp | 4 ++--
src/support/win32/locale_win32.cpp | 24 ++++++++++++++++++++++++
src/support/win32/support.cpp | 11 -----------
src/system_error.cpp | 2 +-
src/thread.cpp | 2 +-
12 files changed, 45 insertions(+), 37 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 c5fa32e69de Added LLVM_FALLTHROUGH to address warning: this statement m [...]
new 5193ca38fb5 Added LLVM_FALLTHROUGH to address warning: this statement m [...]
new bb71c25acf7 Added LLVM_FALLTHROUGH to address warning: this statement m [...]
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/Analysis/MemoryDependenceAnalysis.cpp | 1 +
lib/Analysis/ScalarEvolution.cpp | 4 ++++
2 files changed, 5 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 llvm.
from b527f097664 Avoid a UB pointer overflow in the ArrayRef unit test
new c5fa32e69de Added LLVM_FALLTHROUGH to address warning: this statement m [...]
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/X86/X86InstrInfo.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 3412991419f Revert rL304050. It may break sanitizer bootstrap. Revert i [...]
new b527f097664 Avoid a UB pointer overflow in the ArrayRef unit 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:
unittests/ADT/ArrayRefTest.cpp | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 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 dd08a090725 Fix changelog of previous commit, the correct version is:
new c536feb42f5 libgo: support for sparc64 GNU/Linux
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/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 2 +-
libgo/Makefile.in | 2 +-
libgo/go/runtime/lfstack_64bit.go | 12 ++++++++++++
libgo/mkrsysinfo.sh | 6 +++++-
5 files changed, 20 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 2a129871cc0 [TableGen] Adapt more places to getValueAsString now return [...]
new 20537d7aeca Try to fix buildbots
new 3412991419f Revert rL304050. It may break sanitizer bootstrap. Revert i [...]
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:
include/llvm/Transforms/Scalar/GVN.h | 27 +----
lib/CodeGen/MachineBasicBlock.cpp | 4 +-
lib/Transforms/Scalar/GVN.cpp | 164 ++++-------------------------
test/Transforms/GVN/PRE/phi-translate-2.ll | 105 ------------------
test/Transforms/GVN/PRE/pre-gep-load.ll | 2 +-
test/Transforms/GVN/PRE/pre-load.ll | 6 +-
6 files changed, 29 insertions(+), 279 deletions(-)
delete mode 100644 test/Transforms/GVN/PRE/phi-translate-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 libcxx.
from bed65743b [test] s/uexpectedly/unexpectedly/
new ac633a2a5 Remove uses of _UI because Windows is evil and tchar.h #define's it
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/algorithm | 4 +-
include/random | 218 +++++++++++++++++++++---------------------
test/support/nasty_macros.hpp | 2 +
3 files changed, 113 insertions(+), 111 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 3a135cff866 X86FloatingPoint: Fix livein lists
new 2a129871cc0 [TableGen] Adapt more places to getValueAsString now return [...]
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:
utils/TableGen/AsmMatcherEmitter.cpp | 37 +++++++++++++-------------
utils/TableGen/AsmWriterEmitter.cpp | 44 +++++++++++++++++--------------
utils/TableGen/Attributes.cpp | 4 +--
utils/TableGen/CodeEmitterGen.cpp | 8 +++---
utils/TableGen/CodeGenDAGPatterns.cpp | 2 +-
utils/TableGen/CodeGenDAGPatterns.h | 8 +++---
utils/TableGen/CodeGenSchedule.cpp | 2 +-
utils/TableGen/FixedLenDecoderEmitter.cpp | 15 +++++------
utils/TableGen/RegisterBankEmitter.cpp | 2 +-
utils/TableGen/RegisterInfoEmitter.cpp | 7 +++--
utils/TableGen/SearchableTableEmitter.cpp | 4 +--
utils/TableGen/SubtargetEmitter.cpp | 16 +++++------
utils/TableGen/X86FoldTablesEmitter.cpp | 4 +--
13 files changed, 78 insertions(+), 75 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.