This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from e013dac Fix demangle helper after r286788
new fba0eee Fix handling of Apple target triple when checking the ABI lists.
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:
...ple-darwin16.0.abilist => x86_64-apple-darwin16.abilist} | 0
...e-darwin16.0.0.abilist => x86_64-apple-darwin16.abilist} | 0
lib/abi/CMakeLists.txt | 13 ++++++++++---
...e-darwin16.0.0.abilist => x86_64-apple-darwin16.abilist} | 0
4 files changed, 10 insertions(+), 3 deletions(-)
rename lib/abi/3.9/{x86_64-apple-darwin16.0.abilist => x86_64-apple-darwin16.abili [...]
rename lib/abi/4.0/{x86_64-apple-darwin16.0.0.abilist => x86_64-apple-darwin16.abi [...]
rename lib/abi/{x86_64-apple-darwin16.0.0.abilist => x86_64-apple-darwin16.abilist [...]
--
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 91e5a47 GlobalISel: Add a note about how we're being a bit loose with [...]
new f304f04 [AMDGPU] Prevent spills before exec mask is restored
new f3bfad2 [PM] Attempt to pacify windows bots.
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:
include/llvm/Target/TargetInstrInfo.h | 7 +++
lib/CodeGen/MachineBasicBlock.cpp | 10 +++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 5 ++
lib/Target/AMDGPU/SIInstrInfo.h | 2 +
test/CodeGen/AMDGPU/spill-cfg-position.ll | 78 +++++++++++++++++++++++++++++++
test/Other/new-pm-defaults.ll | 2 +-
6 files changed, 101 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/spill-cfg-position.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 clang.
from 8ae50eb Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).
new 3e45634 P0426: Make the library implementation of constexpr char_trai [...]
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/clang/Basic/Builtins.def | 1 +
lib/AST/ExprConstant.cpp | 2 ++
lib/CodeGen/CGBuiltin.cpp | 4 ++++
lib/Lex/PPMacroExpansion.cpp | 1 +
test/CodeGenCXX/builtins.cpp | 4 ++++
test/Lexer/has_feature_cxx0x.cpp | 11 +++++++++++
test/SemaCXX/constexpr-string.cpp | 21 +++++++++++++++++++++
7 files changed, 44 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 llvm.
from c5cf6c8 [lit] Limit parallelism of sanitizer tests on Darwin [llvm pa [...]
new cbd2ff7 [MIRParser] Allow generic register specification on operand.
new 6d3baec [AArch64][GlobalISel] Split legalizer combine tests. NFC.
new c451236 [AArch64][GlobalISel] Split FP conversion legalizer tests. NFC.
new 91e5a47 GlobalISel: Add a note about how we're being a bit loose with [...]
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/GlobalISel/LegalizerHelper.cpp | 4 +
lib/CodeGen/MIRParser/MIParser.cpp | 28 +--
.../AArch64/GlobalISel/legalize-combines.mir | 155 +++++++++-------
test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 195 ++++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir | 200 +++++++++++++++++++++
.../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 119 ++++--------
test/CodeGen/MIR/X86/register-operand-class.mir | 3 +
7 files changed, 535 insertions(+), 169 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir
--
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 b99461d [AArch64, libgcc] Add missing file, forget "svn add"
new cecefc5 PR64903 simplify last fix to std::is_partitioned
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:
libstdc++-v3/ChangeLog | 8 +++++++-
libstdc++-v3/include/bits/stl_algo.h | 2 +-
2 files 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 5527bce GlobalISel: Pass the MachineFunction in to reportSelectionErr [...]
new aaeaea1 [AliasAnalysis] Fences do not modify constant memory location
new 09f3ac9 GlobalISel: Only set FailedISel on dropped dbg intrinsics whe [...]
new c5cf6c8 [lit] Limit parallelism of sanitizer tests on Darwin [llvm pa [...]
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/Analysis/AliasAnalysis.h | 6 +-----
lib/Analysis/AliasAnalysis.cpp | 8 ++++++++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 4 ++--
test/Transforms/GVN/fence.ll | 20 ++++++++++++++++++++
test/Transforms/NewGVN/fence.ll | 20 ++++++++++++++++++++
utils/lit/lit/LitConfig.py | 4 +++-
utils/lit/lit/TestingConfig.py | 3 ++-
utils/lit/lit/main.py | 3 ++-
utils/lit/lit/run.py | 18 ++++++++++++++++--
9 files changed, 74 insertions(+), 12 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 clang.
from d562f4c Don't inline dllimport functions referencing non-imported methods
new 8ae50eb Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).
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/clang/Sema/Sema.h | 11 ++--
lib/Parse/ParseExprCXX.cpp | 40 +++++++-------
lib/Sema/SemaTemplate.cpp | 21 +++++++-
lib/Sema/SemaTemplateInstantiate.cpp | 19 +++----
lib/Sema/TreeTransform.h | 53 +++++++++---------
.../basic.lookup.qual/class.qual/p2.cpp | 4 +-
test/CXX/drs/dr10xx.cpp | 9 ++--
test/CXX/drs/dr13xx.cpp | 63 +++++++++++++++-------
www/cxx_dr_status.html | 4 +-
9 files changed, 134 insertions(+), 90 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 79a2f4d Whenever reasonable, merge ASAN quarantine batches to save memory.
new 212ca9b [lit] Limit parallelism of sanitizer tests on Darwin [compile [...]
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/asan/Unit/lit.site.cfg.in | 3 +++
test/asan/lit.cfg | 3 +++
test/lit.common.cfg | 6 ++++++
test/tsan/Unit/lit.site.cfg.in | 3 +++
test/tsan/lit.cfg | 3 +++
unittests/lit.common.unit.cfg | 10 ++++++++++
6 files changed, 28 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 gcc.
from 248537a Daily bump.
new d10c58f [AArch64][4/4] libgcc unwinder support for return address signing
new b99461d [AArch64, libgcc] Add missing file, forget "svn add"
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:
libgcc/ChangeLog | 23 +++++++++
libgcc/config.host | 2 +
libgcc/config/aarch64/aarch64-unwind.h | 87 ++++++++++++++++++++++++++++++++++
libgcc/config/aarch64/linux-unwind.h | 1 +
libgcc/unwind-dw2.c | 44 +++++++++++++++--
5 files changed, 152 insertions(+), 5 deletions(-)
create mode 100644 libgcc/config/aarch64/aarch64-unwind.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 llvm.
from dfbb55f AArch64: fall back to DAG ISel for inline assembly.
new f91130f CodeGen: Add/Factor out LiveRegUnits class; NFCI
new 8e75c50 LiveRegUnits: Add accumulateBackward() function
new 5527bce GlobalISel: Pass the MachineFunction in to reportSelectionErr [...]
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/LiveRegUnits.h | 125 +++++++++++++++++++++++
include/llvm/CodeGen/RegisterScavenging.h | 14 ++-
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 12 +--
lib/CodeGen/LiveRegUnits.cpp | 121 ++++++++++++++++++++++
lib/CodeGen/RegisterScavenging.cpp | 67 ++----------
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 50 ++++-----
7 files changed, 285 insertions(+), 105 deletions(-)
create mode 100644 include/llvm/CodeGen/LiveRegUnits.h
create mode 100644 lib/CodeGen/LiveRegUnits.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.