This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 4aac249 test: XFAIL windows for non-portable test
new e1b6382 Properly escape ShellTest subsitutions on Windows. Try 2
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:
utils/libcxx/test/config.py | 11 ++++++-----
1 file changed, 6 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 master
in repository libcxx.
from f3078f6 properly escape compiler path in .sh.cpp tests
new 74ec9d7 test: fix test under Windows
new 4aac249 test: XFAIL windows for non-portable 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:
test/libcxx/containers/associative/undef_min_max.pass.cpp | 2 +-
.../thread.lock/thread.lock.guard/variadic_mutex_mangling.pass.cpp | 1 +
2 files changed, 2 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 8bbcd0e [LoopUnswitch] Remove BFI usage (dead code)
new 4dc48bf [XRay] A graph Class for the llvm-xray graph
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/XRay/Graph.h | 494 ++++++++++++++++++++++++++++++++++++++++++
tools/llvm-xray/xray-graph.cc | 159 +++++++-------
tools/llvm-xray/xray-graph.h | 41 ++--
unittests/CMakeLists.txt | 1 +
unittests/XRay/CMakeLists.txt | 13 ++
unittests/XRay/GraphTest.cpp | 261 ++++++++++++++++++++++
6 files changed, 873 insertions(+), 96 deletions(-)
create mode 100644 include/llvm/XRay/Graph.h
create mode 100644 unittests/XRay/CMakeLists.txt
create mode 100644 unittests/XRay/GraphTest.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 libcxx.
from b9eccbe test: allow -target usage on Windows
new f3078f6 properly escape compiler path in .sh.cpp tests
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:
utils/libcxx/test/config.py | 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 libcxx.
from 801e00b Correctly default to using the system libc++abi on Apple.
new b9eccbe test: allow -target usage 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:
utils/libcxx/test/config.py | 8 ++++++--
1 file changed, 6 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 a8b5e78 Revert "[XRay] A graph Class for the llvm-xray graph"
new 8bbcd0e [LoopUnswitch] Remove BFI usage (dead code)
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/Scalar/LoopUnswitch.cpp | 43 -------------------------
test/Transforms/LoopUnswitch/cold-loop.ll | 52 -------------------------------
2 files changed, 95 deletions(-)
delete mode 100644 test/Transforms/LoopUnswitch/cold-loop.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 llvm.
from f3a1b3c [XRay] A graph Class for the llvm-xray graph
new a8b5e78 Revert "[XRay] A graph Class for the llvm-xray graph"
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/XRay/Graph.h | 494 ------------------------------------------
tools/llvm-xray/xray-graph.cc | 160 +++++++-------
tools/llvm-xray/xray-graph.h | 41 ++--
unittests/CMakeLists.txt | 1 -
unittests/XRay/CMakeLists.txt | 13 --
unittests/XRay/GraphTest.cpp | 256 ----------------------
6 files changed, 96 insertions(+), 869 deletions(-)
delete mode 100644 include/llvm/XRay/Graph.h
delete mode 100644 unittests/XRay/CMakeLists.txt
delete mode 100644 unittests/XRay/GraphTest.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 llvm.
from 5b47011 [SelectionDAG] Dump the DAG after legalizing vector ops and a [...]
new f3a1b3c [XRay] A graph Class for the llvm-xray graph
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/XRay/Graph.h | 494 ++++++++++++++++++++++++++++++++++++++++++
tools/llvm-xray/xray-graph.cc | 160 +++++++-------
tools/llvm-xray/xray-graph.h | 41 ++--
unittests/CMakeLists.txt | 1 +
unittests/XRay/CMakeLists.txt | 13 ++
unittests/XRay/GraphTest.cpp | 256 ++++++++++++++++++++++
6 files changed, 869 insertions(+), 96 deletions(-)
create mode 100644 include/llvm/XRay/Graph.h
create mode 100644 unittests/XRay/CMakeLists.txt
create mode 100644 unittests/XRay/GraphTest.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 llvm.
from 20a63f1 opt-viewer: fix HtmlFormatter encoding
new 5b47011 [SelectionDAG] Dump the DAG after legalizing vector ops and a [...]
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/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 6 ++++++
1 file changed, 6 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 master
in repository libcxx.
from d60b66a Split exception.cpp and new.cpp implementation into different [...]
new 801e00b Correctly default to using the system libc++abi on Apple.
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:
CMakeLists.txt | 11 +++--------
cmake/Modules/HandleLibCXXABI.cmake | 8 +++++---
2 files changed, 8 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.