This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a27deb3 RefreshCallGraph does not modify the SCC, adding "const" to m [...]
new 363a89e [LoopUnroll] Simplify loops created by unrolling.
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/Transforms/Utils/LoopUnroll.cpp | 19 +++++++++++++++++++
1 file changed, 19 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 dj/malloc
in repository glibc.
from 6f47f3e Yet more 32-bit fixes.
new 599a9da Migrate trace2wl from C++ to C
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:
malloc/Makefile | 5 +-
malloc/{trace2wl.cc => trace2wl.c} | 362 ++++++++++++++++++++++++++-----------
2 files changed, 254 insertions(+), 113 deletions(-)
rename malloc/{trace2wl.cc => trace2wl.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 llvm.
from 555c63f [MemorySSA] Fix windows build breakage caused by r278028
new a27deb3 RefreshCallGraph does not modify the SCC, adding "const" to 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/Analysis/CallGraphSCCPass.cpp | 6 +++---
1 file 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 openmp.
from 5c3fd1d kmp_gsupport: Fix library initialization with taskgroup
new de1011b Fix linking of omp_foreign_thread_team_reuse test on FreeBSD
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:
runtime/test/misc_bugs/omp_foreign_thread_team_reuse.c | 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 llvm.
from c97b57b Re-add SystemZ SNaN test
new 555c63f [MemorySSA] Fix windows build breakage caused by r278028
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/Transforms/Utils/MemorySSA.h | 9 ++++++++-
lib/Transforms/Utils/MemorySSA.cpp | 8 ++++----
2 files changed, 12 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 topic/locales
in repository newlib.
discards ae57a3c setlocale/localeconv are *not* POSIX-1.2008
discards fa55dc0 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
discards 8b6eb10 __loadlocale: Set missing val when evaluating CP874
discards 01547b8 Make sure alloca is called even when optimizing, fully init _REENT
discards b852a68 Fix multiple thinkos in newlocale
discards 0f25b5b Fix _REENT_INIT initialization of _locale
discards b80f79d Fix typo in isalnum_l doc
discards 9ac45e4 Get rid of LCID, reformat type definitions in setlocale.h
discards d27634e Add sys/_locale.h header and fix up headers
discards cd7768f Bump CygwinAPI minor.
discards 981827f Implement strfmon_l
discards dfb81eb Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
discards 1aa365b Move lconv into struct __locale_t and implement __localeconv_l
discards 885f963 Implement per-locale string functions
discards 16909a7 Implement all per-locale ctype functions
discards f98ff8c Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
discards 01e3eda include/locale.h: Fix POSIX guards
discards e336dd1 Remove non-working __part_load_locale function and any related code
discards 3cdb288 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
discards d4aae2f Fix memory handling in functions called from loadlocale
discards 930dfed newlocale, freelocale, duplocale, uselocale
discards c99838f Use __get_global_locale function where appropriate
discards 99e9bba Rearrange struct __locale_t pointers into an array
discards 797f778 Change loadlocale to fill a __locale_t given as parameter
discards 9a945d0 Consolidate wctomb/mbtowc calls for POSIX-1.2008
discards 2889394 groundwork part 2
discards 5f9487c groundwork part 1
adds 644e40d rtems: add sys/mman.h
adds 9a80679 rtems: define _POSIX_CLOCK_SELECTION feature
new 0a70d34 groundwork part 1
new be9b465 groundwork part 2
new 61f5c4a0 Consolidate wctomb/mbtowc calls for POSIX-1.2008
new b73726d Change loadlocale to fill a __locale_t given as parameter
new a8a11ad Rearrange struct __locale_t pointers into an array
new 3174ec2 Use __get_global_locale function where appropriate
new 8c0213d newlocale, freelocale, duplocale, uselocale
new a70de5e Fix memory handling in functions called from loadlocale
new 1e9773d posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
new d57ab3f Remove non-working __part_load_locale function and any related code
new 119430b include/locale.h: Fix POSIX guards
new 4880124 Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
new 1a5b992 Implement all per-locale ctype functions
new e5b3f03 Implement per-locale string functions
new 7f0038c Move lconv into struct __locale_t and implement __localeconv_l
new 9369e03 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
new ec67878 Implement strfmon_l
new 6d921ee Bump CygwinAPI minor.
new 0ff51ba Add sys/_locale.h header and fix up headers
new 236bc11 Get rid of LCID, reformat type definitions in setlocale.h
new deb32eb Fix typo in isalnum_l doc
new 480b0c6 Fix _REENT_INIT initialization of _locale
new 5b5b7ad Fix multiple thinkos in newlocale
new e00d8be Make sure alloca is called even when optimizing, fully init _REENT
new 1f285bd __loadlocale: Set missing val when evaluating CP874
new 713aa86 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
new 2135cea setlocale/localeconv are *not* POSIX-1.2008
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ae57a3c)
\
N -- N -- N refs/heads/topic/locales (2135cea)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 27 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:
newlib/libc/include/sys/features.h | 1 +
newlib/libc/sys/rtems/include/sys/mman.h | 263 +++++++++++++++++++++++++++++++
2 files changed, 264 insertions(+)
create mode 100644 newlib/libc/sys/rtems/include/sys/mman.h
--
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 cf83621 [X86] Improve code size on X86 segment moves
new 32217d6 [BuildingAJIT] Fix a couple of typos in the Chapter 3 draft.
new c97b57b Re-add SystemZ SNaN test
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:
docs/tutorial/BuildingAJIT3.rst | 12 ++++++------
test/CodeGen/SystemZ/fp-const-10.ll | 15 +++++++++++++++
2 files changed, 21 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/SystemZ/fp-const-10.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 gcc.
from d10ec40 * config/avr/driver-avr.c (specfiles_doc_url): Remove. (avr [...]
new 0dae5fe c-format.c: cleanup of check_format_info_main
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/c-family/ChangeLog | 30 +
gcc/c-family/c-format.c | 1655 +++++++++++++++++++++++++++++------------------
2 files changed, 1049 insertions(+), 636 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 eee9c60 [MemorySSA] Ensure address stability of MemorySSA object.
new cf83621 [X86] Improve code size on X86 segment moves
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/AsmParser/X86AsmParser.cpp | 24 ++++++++++++++++++++++++
test/MC/X86/x86-16.s | 16 ++++++++++++++--
test/MC/X86/x86-32.s | 12 ++++++++++++
3 files changed, 50 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 release_39
in repository libunwind.
from 4194a6d Merging r276215: -------------------------------------------- [...]
new 911aa3d Merging r277868: -------------------------------------------- [...]
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:
src/UnwindRegistersRestore.S | 3 +++
src/UnwindRegistersSave.S | 3 +++
src/assembly.h | 15 +++++++++++++++
3 files changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.