This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 468e525 Merge translations from the Translation Project
new f32941d powerpc: Regenerate ULPs
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:
ChangeLog | 4 ++++
sysdeps/powerpc/fpu/libm-test-ulps | 28 ++++++++++++++--------------
2 files changed, 18 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 gcc.
from 0c01a52 * doc/gnat_ugn/getting_started_with_gnat.rst, doc/gnat_ugn/ [...]
new 78158c6 2017-01-13 Richard Biener <rguenther(a)suse.de>
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 | 5 +++++
gcc/testsuite/gcc.target/i386/pr45685.c | 2 +-
2 files changed, 6 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 llvm.
from 6968dd2 [ARM] Enable objdump to construct triple for ARM
new dc79a8b [aarch64][globalisel] Refactor getRegBankBaseIdxOffset() to r [...]
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/AArch64/AArch64GenRegisterBankInfo.def | 23 +++++++----------------
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 12 +++++++-----
lib/Target/AArch64/AArch64RegisterBankInfo.h | 23 +++++++++++++++++++++++
3 files changed, 37 insertions(+), 21 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 fdc73c1 2017-01-13 Ed Schonberg <schonberg(a)adacore.com>
new 0c01a52 * doc/gnat_ugn/getting_started_with_gnat.rst, doc/gnat_ugn/ [...]
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/ada/ChangeLog | 27 +
gcc/ada/doc/gnat_rm.rst | 12 +-
gcc/ada/doc/gnat_rm/about_this_guide.rst | 6 +-
.../gnat_rm/compatibility_and_porting_guide.rst | 25 +-
.../doc/gnat_rm/implementation_defined_aspects.rst | 15 +
.../gnat_rm/implementation_defined_attributes.rst | 15 +
.../doc/gnat_rm/implementation_defined_pragmas.rst | 96 +-
.../implementation_of_ada_2012_features.rst | 54 +-
.../doc/gnat_rm/interfacing_to_other_languages.rst | 17 +-
gcc/ada/doc/gnat_rm/obsolescent_features.rst | 2 +-
...ard_and_implementation_defined_restrictions.rst | 3 +-
gcc/ada/doc/gnat_rm/standard_library_routines.rst | 3 +-
gcc/ada/doc/gnat_rm/the_gnat_library.rst | 15 +
.../gnat_rm/the_implementation_of_standard_i_o.rst | 111 +-
gcc/ada/doc/gnat_ugn/about_this_guide.rst | 11 +-
.../building_executable_programs_with_gnat.rst | 113 +-
.../elaboration_order_handling_in_gnat.rst | 4 +-
gcc/ada/doc/gnat_ugn/example_of_binder_output.rst | 5 +-
gcc/ada/doc/gnat_ugn/getting_started_with_gnat.rst | 3 +-
.../doc/gnat_ugn/gnat_and_program_execution.rst | 11 +-
gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 33 +-
gcc/ada/doc/gnat_ugn/inline_assembler.rst | 48 +-
.../doc/gnat_ugn/platform_specific_information.rst | 6 +-
.../doc/gnat_ugn/the_gnat_compilation_model.rst | 204 +--
gcc/ada/gnat_rm.texi | 1563 +++++++++++---------
gcc/ada/gnat_ugn.texi | 622 ++++----
26 files changed, 1724 insertions(+), 1300 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 e2892e1 [aarch64][globalisel] Move data into <Target>GenRegisterBankI [...]
new 6968dd2 [ARM] Enable objdump to construct triple for ARM
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/Object/ELFObjectFile.h | 25 ++
include/llvm/Object/ObjectFile.h | 8 +
include/llvm/Support/ARMAttributeParser.h | 20 +-
include/llvm/Support/ARMBuildAttributes.h | 14 +-
lib/Object/ELFObjectFile.cpp | 65 +++++
lib/Support/ARMAttributeParser.cpp | 121 +++++----
lib/Target/ARM/ARMAsmPrinter.cpp | 2 +-
test/tools/llvm-objdump/ARM/v5t-subarch.s | 10 +
test/tools/llvm-objdump/ARM/v5te-subarch.s | 10 +
test/tools/llvm-objdump/ARM/v5tej-subarch.s | 7 +
test/tools/llvm-objdump/ARM/v6-subarch.s | 9 +
test/tools/llvm-objdump/ARM/v6k-subarch.s | 9 +
test/tools/llvm-objdump/ARM/v6m-subarch.s | 9 +
test/tools/llvm-objdump/ARM/v6t2-subarch.s | 10 +
test/tools/llvm-objdump/ARM/v7m-subarch.s | 10 +
tools/llvm-objdump/llvm-objdump.cpp | 21 +-
tools/llvm-readobj/ELFDumper.cpp | 2 +-
unittests/Support/ARMAttributeParser.cpp | 384 ++++++++++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
19 files changed, 681 insertions(+), 56 deletions(-)
create mode 100644 test/tools/llvm-objdump/ARM/v5t-subarch.s
create mode 100644 test/tools/llvm-objdump/ARM/v5te-subarch.s
create mode 100644 test/tools/llvm-objdump/ARM/v5tej-subarch.s
create mode 100644 test/tools/llvm-objdump/ARM/v6-subarch.s
create mode 100644 test/tools/llvm-objdump/ARM/v6k-subarch.s
create mode 100644 test/tools/llvm-objdump/ARM/v6m-subarch.s
create mode 100644 test/tools/llvm-objdump/ARM/v6t2-subarch.s
create mode 100644 test/tools/llvm-objdump/ARM/v7m-subarch.s
create mode 100644 unittests/Support/ARMAttributeParser.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 gcc.
from bb224a3 2017-01-13 Hristian Kirtchev <kirtchev(a)adacore.com>
new a491d82 2017-01-13 Justin Squirek <squirek(a)adacore.com>
new 259716a 2017-01-13 Javier Miranda <miranda(a)adacore.com>
new 4642b67 2017-01-13 Gary Dismukes <dismukes(a)adacore.com>
new fdc73c1 2017-01-13 Ed Schonberg <schonberg(a)adacore.com>
The 4 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/ada/ChangeLog | 57 +
gcc/ada/atree.ads | 8 +-
gcc/ada/checks.adb | 49 +-
gcc/ada/contracts.adb | 2979 ++++++++++++++++++++++++-------------------------
gcc/ada/einfo.ads | 4 +-
gcc/ada/exp_ch6.adb | 75 ++
gcc/ada/exp_ch6.ads | 14 +
gcc/ada/scil_ll.adb | 30 +-
gcc/ada/scil_ll.ads | 7 -
gcc/ada/sem_ch6.adb | 112 +-
gcc/ada/sem_ch8.adb | 3 +-
gcc/ada/sem_res.adb | 6 +-
12 files changed, 1748 insertions(+), 1596 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 9ff5fb1 [ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFC
new 93a4a6e [ARM] Moved ARMAttributeParser to Support
new e2892e1 [aarch64][globalisel] Move data into <Target>GenRegisterBankI [...]
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:
.../llvm/Support}/ARMAttributeParser.h | 8 +-
.../Support}/ARMAttributeParser.cpp | 2 +-
lib/Support/CMakeLists.txt | 1 +
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 193 +++++++++++----------
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 133 ++++++--------
lib/Target/AArch64/AArch64RegisterBankInfo.h | 71 +++++++-
tools/llvm-readobj/CMakeLists.txt | 1 -
tools/llvm-readobj/ELFDumper.cpp | 2 +-
8 files changed, 224 insertions(+), 187 deletions(-)
rename {tools/llvm-readobj => include/llvm/Support}/ARMAttributeParser.h (96%)
rename {tools/llvm-readobj => lib/Support}/ARMAttributeParser.cpp (99%)
--
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 6b44d71 2017-01-13 Hristian Kirtchev <kirtchev(a)adacore.com>
new b461f47 2017-01-13 Ed Schonberg <schonberg(a)adacore.com>
new 4ac4dee 2017-01-13 Javier Miranda <miranda(a)adacore.com>
new f55a647 2017-01-13 Javier Miranda <miranda(a)adacore.com>
new a485aa1 2017-01-13 Gary Dismukes <dismukes(a)adacore.com>
new bb224a3 2017-01-13 Hristian Kirtchev <kirtchev(a)adacore.com>
The 5 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/ada/ChangeLog | 100 ++
gcc/ada/a-coinho-shared.adb | 94 +-
gcc/ada/ali.adb | 9 -
gcc/ada/ali.ads | 7 +-
gcc/ada/binde.adb | 2155 ++++++++++++++++++++++++++++++++++---------
gcc/ada/binde.ads | 40 +-
gcc/ada/bindgen.adb | 273 +++---
gcc/ada/bindgen.ads | 8 +-
gcc/ada/debug.adb | 19 +-
gcc/ada/einfo.ads | 15 +-
gcc/ada/exp_aggr.adb | 9 +-
gcc/ada/exp_ch3.adb | 26 +-
gcc/ada/exp_ch9.adb | 16 +-
gcc/ada/g-locfil.ads | 4 +-
gcc/ada/gnatbind.adb | 186 +---
gcc/ada/s-os_lib.ads | 5 +-
gcc/ada/sem_aggr.adb | 11 +-
gcc/ada/sem_ch12.adb | 26 +-
gcc/ada/sem_ch13.adb | 25 +-
gcc/ada/sem_ch6.adb | 120 ++-
20 files changed, 2276 insertions(+), 872 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 20af87b Fix log typo in ABISysV_arm64.cpp
new 2ef513e Remove a couple of Stream flags
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/Stream.h | 24 +---------
source/Core/Log.cpp | 19 +-------
source/Core/SearchFilter.cpp | 56 +++++-----------------
source/Core/Stream.cpp | 46 ++++++------------
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 3 --
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 4 --
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 45 +----------------
.../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 8 +---
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 17 -------
source/Symbol/Declaration.cpp | 2 +-
10 files changed, 33 insertions(+), 191 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 1279248 [ARM] CodeGen: Remove AddDefaultCC. NFC.
new 9ff5fb1 [ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFC
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/ARM/ARMBaseInstrInfo.h | 18 +++++++-----------
lib/Target/ARM/ARMFastISel.cpp | 8 ++------
lib/Target/ARM/ARMISelLowering.cpp | 30 +++++++++++++++---------------
lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 27 ++++++++++++++++++---------
lib/Target/ARM/Thumb2SizeReduction.cpp | 16 ++++------------
lib/Target/ARM/ThumbRegisterInfo.cpp | 15 +++++++++------
6 files changed, 55 insertions(+), 59 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.