This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from affec73618f Fix test failure on windows -- do not return deleted func
new d72fa38136b Renable test that was disabled due to cost analysis
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/Transforms/Inline/partial-inline-act.ll | 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 4afda8f7b68 [llvm-pdbdump] Add the option to sort functions and data.
new affec73618f Fix test failure on windows -- do not return deleted func
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/IPO/PartialInlining.cpp | 10 ++++++++--
1 file changed, 8 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 72a3a14d8bb [SelectionDAG] Added support for EXTRACT_SUBVECTOR/CONCAT_V [...]
new 4afda8f7b68 [llvm-pdbdump] Add the option to sort functions and data.
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/DebugInfo/PDB/DIA/pdbdump-symbol-format.test | 4 +-
test/tools/llvm-pdbdump/Inputs/FilterTest.cpp | 18 ++++
test/tools/llvm-pdbdump/Inputs/FilterTest.pdb | Bin 44032 -> 44032 bytes
test/tools/llvm-pdbdump/regex-filter.test | 8 +-
test/tools/llvm-pdbdump/symbol-filters.test | 74 ++++++++++++++++
tools/llvm-pdbdump/PrettyCompilandDumper.cpp | 12 +++
tools/llvm-pdbdump/PrettyFunctionDumper.cpp | 10 ++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 102 ++++++++++++++++++++--
tools/llvm-pdbdump/llvm-pdbdump.h | 23 +++++
9 files changed, 234 insertions(+), 17 deletions(-)
create mode 100644 test/tools/llvm-pdbdump/symbol-filters.test
--
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 f176d12c0ab Daily bump.
new 01e3184e3b9 store the bitmap_head within the auto_bitmap
new 3ef8774177f allow auto_bitmap to use other bitmap obstacks
new 6d443cda9e2 allow constructing a auto_vec with a preallocation, and a p [...]
new 82669763dd7 replace some manual stacks with auto_vec
new 035def86d83 use auto_bitmap more
new 401b1e3d32b move several bitmaps from gc memory to the default obstack [...]
new f6708c36a64 use auto_bitmap more with alternate obstacks
new 07a7b94728e make a member an auto_sbitmap
new 6d07783cbf9 make more vars auto_sbitmaps
new 6a4bbca754b make depth_first_search_ds a class
new a4421e7b4a7 make inverted_post_order_compute() operate on a vec
The 11 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 | 143 ++++++++++++++++++++++++++++++
gcc/bitmap.h | 9 +-
gcc/bt-load.c | 8 +-
gcc/cfganal.c | 202 ++++++++++++++++---------------------------
gcc/cfganal.h | 2 +-
gcc/cfgloop.c | 4 +-
gcc/ddg.c | 26 ++----
gcc/df-core.c | 94 +++++++++-----------
gcc/df-problems.c | 10 +--
gcc/df-scan.c | 93 ++++++++------------
gcc/df.h | 4 +-
gcc/genrecog.c | 8 +-
gcc/haifa-sched.c | 23 ++---
gcc/hsa-common.h | 4 +-
gcc/hsa-gen.c | 14 +--
gcc/init-regs.c | 4 +-
gcc/ipa-inline.c | 6 +-
gcc/ipa-reference.c | 3 +-
gcc/ira.c | 97 +++++++--------------
gcc/lcm.c | 14 ++-
gcc/loop-invariant.c | 12 +--
gcc/lower-subreg.c | 8 +-
gcc/lra-constraints.c | 42 ++++-----
gcc/lra-lives.c | 9 +-
gcc/lra-remat.c | 43 ++++-----
gcc/lra-spills.c | 25 +++---
gcc/predict.c | 19 ++--
gcc/print-rtl.c | 5 +-
gcc/print-rtl.h | 2 +-
gcc/shrink-wrap.c | 48 +++-------
gcc/tree-cfg.c | 7 +-
gcc/tree-loop-distribution.c | 4 +-
gcc/tree-predcom.c | 4 +-
gcc/tree-ssa-coalesce.c | 4 +-
gcc/tree-ssa-dce.c | 10 +--
gcc/tree-ssa-dse.c | 10 +--
gcc/tree-ssa-phionlycprop.c | 15 +---
gcc/tree-ssa-pre.c | 13 ++-
gcc/tree-ssa-sink.c | 9 +-
gcc/tree-ssa-threadupdate.c | 13 +--
gcc/tree-ssa.c | 12 +--
gcc/tree-ssanames.c | 10 +--
gcc/vec.h | 12 +++
43 files changed, 499 insertions(+), 605 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 9686c18f012 2017-05-09 Nicolas Koenig <koenigni(a)student.ethz.ch>
new f176d12c0ab Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 77e5b07d214 [gcc]
new 426b7977c67 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from c8da4e3ba7d Daily bump.
new 7951a2b444d Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from fbba576cdb2 [gcc]
new db2e1929353 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 67f46fed80 Fix assertion failure relaxing TLS for position-independent [...]
new 097eb00398 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from bf10e6acf9 Automatic date update in version.in
new 6aad91250d Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.