This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a71015b [InstCombine] When adding an Instruction and its Users to the [...]
new 7afeaaf LTO: call getRealLinkageName on IRNames before feeding to getGUID
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/LTO/LTO.cpp | 8 +++++---
1 file changed, 5 insertions(+), 3 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 bf7a949 Fix binary static archive that got mangled by patch
new e44ee41 [DAGCombiner] refactor and/or-of-setcc to get rid of duplicat [...]
new a71015b [InstCombine] When adding an Instruction and its Users to the [...]
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 129 +++++++--------------
.../InstCombine/InstructionCombining.cpp | 4 +-
2 files changed, 41 insertions(+), 92 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 9a9ab69 [Hexagon] Remove unused variables
new cba91e6 [InstCombine] Add test case demonstrating missed opportunitie [...]
new 761a817 [llvm-ar] Extract objects to their basename in the CWD
new bf7a949 Fix binary static archive that got mangled by patch
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:
test/Transforms/InstCombine/and2.ll | 63 +++++++++++++++++++++++++++
test/tools/llvm-ar/Inputs/absolute-paths.lib | Bin 0 -> 972 bytes
test/tools/llvm-ar/absolute-paths.test | 20 +++++++++
tools/llvm-ar/llvm-ar.cpp | 4 +-
4 files changed, 86 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-ar/Inputs/absolute-paths.lib
create mode 100644 test/tools/llvm-ar/absolute-paths.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 llvm.
from 8b1380a [Hexagon] Fix typo in HexagonEarlyIfCConv.cpp
new 9a9ab69 [Hexagon] Remove unused variables
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/Hexagon/HexagonAsmPrinter.cpp | 6 +-----
lib/Target/Hexagon/HexagonSplitDouble.cpp | 3 +--
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp | 13 ++-----------
3 files changed, 4 insertions(+), 18 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 175c89b Stop calling ValueObject::SetName from synthetic child providers
new 9d5dfca add more RegisterContext files to xcode project
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:
lldb.xcodeproj/project.pbxproj | 16 ++++++++++++++++
1 file changed, 16 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 lnt.
from 7c3d354 Clean up imports
new 0415270 Jump to latest run on a machine
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:
lnt/server/ui/templates/v4_machine.html | 1 +
lnt/server/ui/views.py | 14 ++++++++++++++
tests/server/ui/V4Pages.py | 1 +
3 files changed, 16 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 lldb.
from cb999b8 Add support for sythetic operator dereference
new 175c89b Stop calling ValueObject::SetName from synthetic child providers
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/ValueObject.h | 9 +++++++++
source/Core/ValueObject.cpp | 4 ++++
source/DataFormatters/VectorType.cpp | 10 ++++------
source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | 5 ++---
source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp | 4 +---
.../Language/CPlusPlus/LibStdcppUniquePointer.cpp | 16 ++++++++--------
6 files changed, 28 insertions(+), 20 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from ca7b457 build-linux.sh: Do not use BUILD-INFO.txt, to make uploaded f [...]
new ccd76bb build-linux.sh: Do not use dryrun mode when uploading.
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:
build-linux.sh | 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 9ad0771 build-linux.sh: make apt-get non-interactive.
new ca7b457 build-linux.sh: Do not use BUILD-INFO.txt, to make uploaded f [...]
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:
build-linux.sh | 2 --
1 file changed, 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 b09e7cd [AMDGPU] Remove assumption that vector and scalar types do not alias
new 0f0cd01 [DAGCombiner] add fold for 'All sign bits set?'
new 872b505 Fix APFloat mod (committing for simonbyrne)
new 2215b7d Fix 80-column violation in previous commit.
new 8b1380a [Hexagon] Fix typo in HexagonEarlyIfCConv.cpp
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +-
lib/Support/APFloat.cpp | 42 +++-----------
lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 2 +-
.../Hexagon/ifcvt-diamond-bug-2016-08-26.ll | 2 +-
test/CodeGen/PowerPC/setcc-logic.ll | 14 ++---
test/CodeGen/X86/setcc-logic.ll | 8 +--
unittests/ADT/APFloatTest.cpp | 64 ++++++++++++++++++++++
7 files changed, 87 insertions(+), 51 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.