This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d44ed288f9e [CMake] Remove target to build native tablegen
new 15443bdc4b6 [X86] Add some initial scheduling tests for generic x86 ins [...]
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/CodeGen/X86/schedule-x86_32.ll | 348 +++++++++++++++++
test/CodeGen/X86/schedule-x86_64.ll | 737 ++++++++++++++++++++++++++++++++++++
2 files changed, 1085 insertions(+)
create mode 100644 test/CodeGen/X86/schedule-x86_32.ll
create mode 100644 test/CodeGen/X86/schedule-x86_64.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 0d6ffbcc286 2017-11-08 Piotr Trojanek <trojanek(a)adacore.com>
new bf5009ccd30 2017-11-08 Piotr Trojanek <trojanek(a)adacore.com>
new 68f5ac985f7 2017-11-08 Piotr Trojanek <trojanek(a)adacore.com>
new 372381400ad 2017-11-08 Piotr Trojanek <trojanek(a)adacore.com>
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:
gcc/ada/ChangeLog | 31 +++++++++++++++++++++++
gcc/ada/errout.adb | 2 +-
gcc/ada/errout.ads | 4 +++
gcc/ada/lib-xref-spark_specific.adb | 49 +++++++++----------------------------
gcc/ada/par-ch6.adb | 1 +
gcc/ada/par-ch7.adb | 4 ++-
gcc/ada/par-ch9.adb | 8 ++++++
gcc/ada/par-endh.adb | 2 +-
gcc/ada/par-util.adb | 8 +++++-
gcc/ada/spark_xrefs.adb | 16 +++---------
gcc/ada/spark_xrefs.ads | 24 ++++--------------
gcc/ada/style.adb | 2 +-
12 files changed, 78 insertions(+), 73 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 e81f4fdaca5 2017-11-08 Piotr Trojanek <trojanek(a)adacore.com>
new 93230fa5507 2017-11-08 Piotr Trojanek <trojanek(a)adacore.com>
new 0d6ffbcc286 2017-11-08 Piotr Trojanek <trojanek(a)adacore.com>
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:
gcc/ada/ChangeLog | 34 ++++++++++++++++++++++++++++++
gcc/ada/lib-xref-spark_specific.adb | 41 +++++++++++++++----------------------
gcc/ada/lib-xref.ads | 9 +++-----
gcc/ada/sem_ch6.adb | 37 ++++++++++-----------------------
gcc/ada/sem_ch8.adb | 19 ++++++++++++++---
gcc/ada/spark_xrefs.adb | 13 ++++--------
gcc/ada/spark_xrefs.ads | 15 +++++++-------
7 files changed, 92 insertions(+), 76 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 aldyh/threader
in repository gcc.
at ef9fcc6c8f1 Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
This branch includes the following new commits:
new 8768c7c59d7 creating range-gen2 branch
new 13b843b6084 Merge of my entire irange work until now.
new 85ca5aca196 Initial cut of range work from branch range-gen
new dd0a77f10ba Make irange_{union,intersect,invert} return by value.
new e293353e474 Add sanity checks for every method that modifies or creates [...]
new 969c21768c0 logic bug fixes, and disable +/- for the moment. Just logi [...]
new 6c44c51af45 Remove implicit conversion operator from irange -> unsigned [...]
new aa8e8f04664 Make sure bitwaise operations with boolean arguments are pr [...]
new f5d2657b3ce Remove gimple* pointer that wasnt being used.
new 15e1753cded Remove the range-stmt enabling of bitwise and/or for boolea [...]
new 99eca430ffb FIx combing of ranges on logical expressions Enable bitwise [...]
new 855d9658de4 fix and enable PLUS_EXPR and MINUS_EXPR
new 1f1551b1e80 Fix cast operator, and enable it
new 3a2ef6805e8 adjust the calculations for casting when the precision does [...]
new 4e1e1e8b570 r
new 3e6fc1f49d8 Fix boolean check and check for compatible types with bool, [...]
new 9f0d8ef73ec Call eq_p on the bounds rather than ==
new 6bf5edc4eba Remove the combine_range method from the range_op class, an [...]
new b254f8ba0cd Initial implementation of:
new c6f58931c48 Implement constructor for:
new afc80334b70 Use Aldys new set_range(type, int, int) instead of custom s [...]
new eec686cb3b4 Port the following patch from mainline:
new e16c70996f6 Rewrite irange tests to use the new constructor:
new a6fe8ba9683 Port from mainline:
new 3ff67f9b67d Merge remote-tracking branch 'range-gen2' of git://gcc.gnu. [...]
new 404d84a16c8 When dumping ranges with irange::dump(), do not output irre [...]
new 941fcc79d47 Merge remote-tracking branch 'range-gen2' of git://gcc.gnu. [...]
new 3b72290ed59 Modify range_on_path_walker class so that it builds a set o [...]
new bfa6b23f7b5 Use types_compatible_p in operator== to handle equality whe [...]
new 7d219b889d7 Merge remote-tracking branch 'range-gen2' of git://gcc.gnu. [...]
new 11332f861bb Put precision back when printing ranges.
new 5bdf61ff3c7 Merge remote-tracking branch 'range-gen2' of git://gcc.gnu. [...]
new 15a73a531e6 constify dump
new 1a08b73c7a3 Merge remote-tracking branch 'range-gen2' of git://gcc.gnu. [...]
new be8511e68ff In irange::dump(), dump precision (and overflow) even if th [...]
new 756f424c34c Merge remote-tracking branch 'range-gen2' of git://gcc.gnu. [...]
new 7cc592b2be9 Print type name when dumping ranges:
new 2ef91e28a87 Abstract common code into register_jump_thread_path_if_prof [...]
new 6f638757dad add tracing when a dump file is present. fix bug in operator!=
new de61d6f123d Cleanups and documentation.
new 4604857b178 Be conservative when inverting a range and we're at the lim [...]
new 20c0dd85594 Merge remote-tracking branch 'range-gen2' of git://gcc.gnu. [...]
new 7b74541cff3 Remove fflushes
new e0494f04763 Initial cut of class path_ranger
new 6537583484a Make detailed trace output a ciompile time flag since we do [...]
new 9e0870f63ed ince gori is dynamically built, dumo def-chains and gori ma [...]
new da5880ecaf2 getenv("asdf3")
new 9f8b48d7cf5 Merge remote-tracking branch 'range-gen2' of git://gcc.gnu. [...]
new b15ded705e9 creating range-gen3 branch
new 62443edeeba Initial cut of branch range-gen3. range.c needs some twe [...]
new 516d2b81236 Bring over all range class changes outside of range.[ch].
new 9d0481314d7 remove is_relational() crap.. Make thre presence of 2 ssa_ [...]
new 105a55a244b Implement irange::insert().
new 525bf3441e3 Merge remote-tracking branch 'origin/trunk' into merge
new 6d236d15b8f Merge remote-tracking branch 'origin/trunk' into merge
new 5f7c8e16e7d Change to svn/range-gen3 and merge it.
new e06d4e2d4eb asdf
new 4b66b188c46 Fix fallout from merge.
new 01cd9ddcf20 fix a couple of bugs - null LHS wasnt returning the right t [...]
new 2a3ba04f6e8 Audit for convenience methods, boolean type compatibility, [...]
new d37613b4ad2 audit ssa-range-gen for return results, and change combine [...]
new 0154bf9df7d More cleanups and consistentcy auditing
new e640c995545 Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
new e9e989001db Implement a path_ranger method to calculate the range for a [...]
new 4189c9679b0 Implement a path_ranger method to calculate the range for a [...]
new cf8a06958da Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
new fd729569694 Add support for ssa name copies to the ranmge operator tab [...]
new 3f2db0f750e Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
new 89173224de3 Major shuffling.
new d90b563e65f Only handle integral types in find_range_based_jump_threads.
new 08a91ca167b Implement adjust_paths_after_duplication() to strip off com [...]
new 6e4ae1e2a58 Fix fallout from adjust_paths_after_duplication.
new e145c3960b2 SSA_NAME_RANGE_INFO is undefined if the SSA name is a point [...]
new 9866d170339 Discard loops in bb_paths::calculate_paths().
new 228ba581f59 When handling ranges, subtract 1 by adding -1 for SIGNED ca [...]
new 8b8542de7b9 Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
new bc27713b3e8 SSA_NAME_RANGE_INFO is undefined if the SSA name is a point [...]
new f18227caaeb adjust_paths_after_duplication: do not dump path if path is [...]
new 8984929e13c Go back to printing BB frequencies
new a8cd379e02d Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
new ee11371697b Adjust all paths but the current one in adjust_paths_after_ [...]
new 758966140cc Instead of not threading twice from the same block, do not [...]
new 33616561d41 Go back to the old behavior where we avoid threading twice [...]
new bdd45d50af2 Add two tests for range based threading.
new 90d47860242 Start paths at the entry block if there is no defining statement.
new 177140e334c Document current_path_no in duplicate_thread_path()
new 0121e602b3a remove some verbosity from rewire_first_differing_edge
new d0ea5780eb2 Remove FIXME
new 93c109c742f Rename one_element_p() to singleton_p().
new 521aab5c28c Untested patch from Andrew to fold a gimple statement given [...]
new 536ab95b405 Handle actual ranges in the threader.
new c425936512b Fix ranges for the logical ops: <, <=, > , >=
new 86bbbe26543 Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
new c4269a78051 Untested patch from Andrew to fold a gimple statement given [...]
new a9f57f7c2c2 Stop print_hex from printing bits above the precision
new a5997401b48 Fix tests to match new threading world.
new 015ac778024 Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
new f662e597200 Stupid formatting fixes.
new 688e1ccdcea Disable MINUS_EXPR for the moment
new 5e16e2a2bc3 Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
new cca856d75ee Ignore paths that cross loops.
new 599e2068484 Introduce a persistent cache for ranges on entry to BB's fo [...]
new d221c9b733a Implement threading of switch statements when the known ran [...]
new fc8146536f5 When dumping ranges, use the original number not the widest [...]
new fb6dc9c129f When dumping ranges, use the original number not the widest [...]
new e563467101b Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
new 69742f8a5f9 Fix bug where range_for_type for an ssa_name was being over [...]
new 052a9039f68 Fix subtract, disable 128 bit operations until overflow is fixed
new 05aa54e5eb6 Add mul,div and div_exact
new ef9fcc6c8f1 Merge remote-tracking branch 'range-gen3' of git://gcc.gnu. [...]
The 110 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.
--
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 c35548ce9b6 PR tree-optimization/78821 * gimple-ssa-store-merging.c ( [...]
new 2dbef92e83b * g++.dg/pr57878.C (__sso_string_base::_M_get_allocator): [...]
new e81f4fdaca5 2017-11-08 Piotr Trojanek <trojanek(a)adacore.com>
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:
gcc/ada/ChangeLog | 15 ++++++++++
gcc/ada/lib-xref-spark_specific.adb | 57 ++++---------------------------------
gcc/ada/spark_xrefs.adb | 14 ---------
gcc/ada/spark_xrefs.ads | 33 ---------------------
gcc/testsuite/ChangeLog | 3 ++
gcc/testsuite/g++.dg/pr57878.C | 2 ++
6 files changed, 26 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 gcc.
from cfd0a3db624 gcc/ada/
new 3573119ec41 [AArch64] Remove aarch64_frame_pointer_required
new 102642a22cd [AArch64] Simplify aarch64_can_eliminate
new 3e3c72d45fd 2017-11-08 Piotr Trojanek <trojanek(a)adacore.com>
new c35548ce9b6 PR tree-optimization/78821 * gimple-ssa-store-merging.c ( [...]
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/ChangeLog | 30 +++++
gcc/ada/lib-xref-spark_specific.adb | 7 +-
gcc/config/aarch64/aarch64.c | 59 +++-------
gcc/gimple-ssa-store-merging.c | 102 ++++++++--------
gcc/testsuite/ChangeLog | 14 +++
gcc/testsuite/gcc.dg/store_merging_13.c | 141 ++++++++++++++++++++++-
gcc/testsuite/gcc.dg/store_merging_14.c | 62 +++++++++-
gcc/testsuite/gcc.dg/store_merging_2.c | 2 +-
gcc/testsuite/gcc.target/aarch64/dwarf-cfa-reg.c | 2 +-
9 files changed, 315 insertions(+), 104 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 binutils-gdb.
from 2841837fac Fix typo in changelog
new 2a1dde5da2 Fix "make test-cp-name-parser"
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:
gdb/ChangeLog | 4 ++++
gdb/cp-name-parser.y | 2 +-
2 files changed, 5 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 test-suite.
from d4487144 [test-suite] Adding the HACCKernels Benchmark
new 76d83f07 [test-suite] Revert rL317483 (HACCKernels Benchmark)
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:
LICENSE.TXT | 1 -
.../Benchmarks/DOE-ProxyApps-C++/CMakeLists.txt | 1 -
.../DOE-ProxyApps-C++/HACCKernels/CMakeLists.txt | 4 -
.../DOE-ProxyApps-C++/HACCKernels/COPYING | 50 ------
.../HACCKernels/GravityForceKernel.cpp | 165 ------------------
.../DOE-ProxyApps-C++/HACCKernels/HACCKernels.h | 93 ----------
.../HACCKernels/HACCKernels.reference_output | 5 -
.../DOE-ProxyApps-C++/HACCKernels/Makefile | 6 -
.../DOE-ProxyApps-C++/HACCKernels/README | 59 -------
.../DOE-ProxyApps-C++/HACCKernels/main.cpp | 193 ---------------------
MultiSource/Benchmarks/DOE-ProxyApps-C++/Makefile | 2 +-
11 files changed, 1 insertion(+), 578 deletions(-)
delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/CMakeLists.txt
delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/COPYING
delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/GravityFor [...]
delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/HACCKernels.h
delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/HACCKernel [...]
delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/Makefile
delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/README
delete mode 100644 MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/main.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.