This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9152bab Daily bump.
new 5972cd5 * config/darwin-driver.c (darwin_driver_init): Const-correct [...]
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/ChangeLog | 5 +++++
gcc/config/darwin-driver.c | 4 ++--
2 files changed, 7 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 0d83740 [EarlyCSE] less else, more auto; NFC
new 87ff4c1 [XRay] Merge instrumentation point table emission code into A [...]
new ef6bacf InstCombine: Add fma + fabs/fneg transforms
new f61ad6e InstCombine: Add fma with constant transforms
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:
include/llvm/CodeGen/AsmPrinter.h | 5 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 57 +++++++
lib/Target/AArch64/AArch64AsmPrinter.cpp | 56 +------
lib/Target/ARM/ARMAsmPrinter.cpp | 3 -
lib/Target/ARM/ARMAsmPrinter.h | 3 -
lib/Target/ARM/ARMMCInstLower.cpp | 38 -----
lib/Target/X86/X86AsmPrinter.cpp | 2 +-
lib/Target/X86/X86MCInstLower.cpp | 50 ------
lib/Transforms/InstCombine/InstCombineCalls.cpp | 44 +++++
test/Transforms/InstCombine/fma.ll | 203 ++++++++++++++++++++++++
10 files changed, 311 insertions(+), 150 deletions(-)
create mode 100644 test/Transforms/InstCombine/fma.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 compiler-rt.
from b92697b Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"
new 5527830 [XRay] [compiler-rt] Include argv[0] in the log file name.
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/xray/xray_inmemory_log.cc | 21 +++++++++++++++------
test/xray/TestCases/Linux/argv0-log-file-name.cc | 14 ++++++++++++++
2 files changed, 29 insertions(+), 6 deletions(-)
create mode 100644 test/xray/TestCases/Linux/argv0-log-file-name.cc
--
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 1591b37 Fix creating __generated_config on Windows
new 849b0c8 build: remove now unused UNIX_CAT
new c79fa04 clang-format: tweak configuration
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:
.clang-format | 6 ++++++
include/CMakeLists.txt | 4 ----
2 files changed, 6 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 zorg.
from d36592f Added new builder clang-lld-x86_64-2stage.
new 9975c38 Some code cleaning for UnifiedTreeBuilder.
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:
zorg/buildbot/builders/UnifiedTreeBuilder.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 compiler-rt.
from 8693dcf [XRay][compiler-rt] XRay Flight Data Recorder Mode
new b92697b Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"
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/xray/xray_log_interface.h | 51 ---
include/xray/xray_records.h | 6 -
lib/xray/CMakeLists.txt | 37 ++-
lib/xray/tests/CMakeLists.txt | 10 +-
lib/xray/tests/unit/CMakeLists.txt | 2 -
lib/xray/tests/unit/buffer_queue_test.cc | 40 +--
lib/xray/tests/unit/fdr_logging_test.cc | 127 --------
lib/xray/xray_buffer_queue.cc | 31 +-
lib/xray/xray_buffer_queue.h | 37 +--
lib/xray/xray_fdr_logging.cc | 528 -------------------------------
lib/xray/xray_fdr_logging.h | 95 ------
lib/xray/xray_flags.inc | 2 -
lib/xray/xray_inmemory_log.cc | 89 ++++--
lib/xray/xray_log_interface.cc | 57 ----
lib/xray/xray_utils.cc | 150 ---------
lib/xray/xray_utils.h | 44 ---
test/xray/CMakeLists.txt | 6 +
test/xray/Unit/lit.site.cfg.in | 4 -
18 files changed, 127 insertions(+), 1189 deletions(-)
delete mode 100644 include/xray/xray_log_interface.h
delete mode 100644 lib/xray/tests/unit/fdr_logging_test.cc
delete mode 100644 lib/xray/xray_fdr_logging.cc
delete mode 100644 lib/xray/xray_fdr_logging.h
delete mode 100644 lib/xray/xray_log_interface.cc
delete mode 100644 lib/xray/xray_utils.cc
delete mode 100644 lib/xray/xray_utils.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 libcxx.
from ba161f4 system_error: provide a thread safe stringification for Windows
new 1591b37 Fix creating __generated_config on Windows
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/CMakeLists.txt | 9 +++++++--
utils/cat_files.py | 46 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 2 deletions(-)
create mode 100755 utils/cat_files.py
--
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 aoliva/non-SFN-fixes-for-GCC7
in repository gcc.
discards 1766031 [bootstrap-O3,fortran] silence warning in simplify_transforma [...]
discards 8756094 [bootstrap-O3] use unsigned type for regno in df-scan
discards 14f1942 [bootstrap-O3] add a default initializer to avoid a warning at -O3
discards 3728498 [bootstrap-O3,fortran] add a NULL initializer to avoid a warn [...]
discards d6ef355 [bootstrap-O1] add initializers to avoid warnings at -O1
discards a461761 [bootstrap-O1] enlarge sprintf output buffer to avoid warning
discards 5413833 [-fcompare-debug] var tracking options are not optimization options
discards 5bf5c49 [-fcompare-debug] skip more debug stmts in cleanup_empty_eh
discards 6591c6f [-fcompare-debug] find jump before debug insns in expand
new 36e6c4e [-fcompare-debug] find jump before debug insns in expand
new e238829 [-fcompare-debug] skip more debug stmts in cleanup_empty_eh
new 4a7c62b [-fcompare-debug] var tracking options are not optimization options
new d0d3ca9 [bootstrap-O1] enlarge sprintf output buffer to avoid warning
new d6873a6 [bootstrap-O1] add initializers to avoid warnings at -O1
new 28ce7dd [bootstrap-O3,fortran] add a NULL initializer to avoid a warn [...]
new 447fcd9 [bootstrap-O3] add a default initializer to avoid a warning at -O3
new 21a71d9 [bootstrap-O3] use unsigned type for regno in df-scan
new 47e2e4d [bootstrap-O3,fortran] silence warning in simplify_transforma [...]
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 (1766031)
\
N -- N -- N refs/heads/aoliva/non-SFN-fixes-for-GCC7 (47e2e4d)
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 9 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/tree-inline.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 compiler-rt.
from 9fd7ba1 Decrease kLargeMalloc block size in ASAN unit tests.
new 8693dcf [XRay][compiler-rt] XRay Flight Data Recorder Mode
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/xray/xray_log_interface.h | 51 +++
include/xray/xray_records.h | 6 +
lib/xray/CMakeLists.txt | 37 +--
lib/xray/tests/CMakeLists.txt | 10 +-
lib/xray/tests/unit/CMakeLists.txt | 2 +
lib/xray/tests/unit/buffer_queue_test.cc | 40 ++-
lib/xray/tests/unit/fdr_logging_test.cc | 127 ++++++++
lib/xray/xray_buffer_queue.cc | 31 +-
lib/xray/xray_buffer_queue.h | 37 ++-
lib/xray/xray_fdr_logging.cc | 528 +++++++++++++++++++++++++++++++
lib/xray/xray_fdr_logging.h | 95 ++++++
lib/xray/xray_flags.inc | 2 +
lib/xray/xray_inmemory_log.cc | 89 ++----
lib/xray/xray_log_interface.cc | 57 ++++
lib/xray/xray_utils.cc | 150 +++++++++
lib/xray/xray_utils.h | 44 +++
test/xray/CMakeLists.txt | 6 -
test/xray/Unit/lit.site.cfg.in | 4 +
18 files changed, 1189 insertions(+), 127 deletions(-)
create mode 100644 include/xray/xray_log_interface.h
create mode 100644 lib/xray/tests/unit/fdr_logging_test.cc
create mode 100644 lib/xray/xray_fdr_logging.cc
create mode 100644 lib/xray/xray_fdr_logging.h
create mode 100644 lib/xray/xray_log_interface.cc
create mode 100644 lib/xray/xray_utils.cc
create mode 100644 lib/xray/xray_utils.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.