This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c1d1832 [MIR] Test assumes x64 windows calling convention upon printi [...]
new ad346a2 Enable stripping of multiple DILocation on !llvm.loop metadata
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/IR/DebugInfo.cpp | 23 ++++++++++--------
test/DebugInfo/strip-loop-metadata.ll | 44 +++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 10 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 4cd123a [MIR] Add triple to test that assumes it runs on windows.
new c1d1832 [MIR] Test assumes x64 windows calling convention upon printi [...]
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/CodeGen/MIR/X86/dynamic-regmask.ll | 4 ++--
1 file changed, 2 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 2c46aa5 CalleeSavedRegister was removed from MIR and is recalculated [...]
new 4cd123a [MIR] Add triple to test that assumes it runs 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:
test/CodeGen/MIR/X86/dynamic-regmask.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 5d845d7 Moving the test to x86 because other architectures do not sup [...]
new 2c46aa5 CalleeSavedRegister was removed from MIR and is recalculated [...]
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/CodeGen/PowerPC/aantidep-def-ec.mir | 16 ----------------
1 file changed, 16 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 gcc-5-branch
in repository gcc.
from d544c95 Daily bump.
new 0cff7bd 2017-03-19 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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/i386/cpuid.h | 2 +-
2 files changed, 6 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 gcc-6-branch
in repository gcc.
from 3c6a966 Daily bump.
new 732aecc 2017-03-19 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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/i386/cpuid.h | 2 +-
2 files changed, 6 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 05383db [MIR] Support Customed Register Mask and CSRs
new 5d845d7 Moving the test to x86 because other architectures do not sup [...]
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/CodeGen/MIR/{Generic => X86}/dynamic-regmask.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/CodeGen/MIR/{Generic => X86}/dynamic-regmask.ll (100%)
--
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 cf26db8 Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
new 57ebd93 [X86][AVX512][Clang][Intrinsics] Adding missing intrinsics to [...]
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/Headers/avx512fintrin.h | 43 ++++++++++++++
test/CodeGen/avx512f-builtins.c | 127 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 170 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 0a70890 [InstCombine] Use setHighBits/setLowBits/setBitsFrom in place [...]
new 05383db [MIR] Support Customed Register Mask and CSRs
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/CodeGen/MachineRegisterInfo.h | 9 +-
lib/CodeGen/MIRParser/MIParser.cpp | 34 ++++++-
lib/CodeGen/MIRParser/MIRParser.cpp | 36 +++----
lib/CodeGen/MIRPrinter.cpp | 39 +++++---
lib/CodeGen/MachineRegisterInfo.cpp | 12 +++
lib/Target/X86/X86ISelLowering.cpp | 2 -
test/CodeGen/MIR/Generic/dynamic-regmask.ll | 30 ++++++
.../MIR/X86/used-physical-register-info.mir | 109 ---------------------
8 files changed, 127 insertions(+), 144 deletions(-)
create mode 100644 test/CodeGen/MIR/Generic/dynamic-regmask.ll
delete mode 100644 test/CodeGen/MIR/X86/used-physical-register-info.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 d2ea04c Kill my doppelg\"anger
new 4107202 * doc/install.texi (Specific) <sparc-*-linux*>: No longer re [...]
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/doc/install.texi | 5 -----
2 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.