This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5f67424f80f Resubmit "[X86] Adding new LLVM TableGen backend that gener [...]
new 1fa6eae52df Don't capture a temporary std::string in a StringRef.
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/TableGen/X86FoldTablesEmitter.cpp | 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 02797965889 Revert "[X86] Adding new LLVM TableGen backend that generat [...]
new 5f67424f80f Resubmit "[X86] Adding new LLVM TableGen backend that gener [...]
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/X86/CMakeLists.txt | 1 +
lib/Target/X86/X86InstrInfo.cpp | 3400 +-----------------------
test/CodeGen/X86/sse42-intrinsics-fast-isel.ll | 6 +-
test/CodeGen/X86/stack-folding-fp-avx1.ll | 21 +-
test/CodeGen/X86/vector-sqrt.ll | 18 +-
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/TableGen.cpp | 6 +
utils/TableGen/TableGenBackends.h | 1 +
utils/TableGen/X86FoldTablesEmitter.cpp | 720 +++++
9 files changed, 747 insertions(+), 3427 deletions(-)
create mode 100644 utils/TableGen/X86FoldTablesEmitter.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 800305e39ad Disabled implicit-fallthrough warnings for ConvertUTF.cpp.
new 02797965889 Revert "[X86] Adding new LLVM TableGen backend that generat [...]
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/X86/CMakeLists.txt | 1 -
lib/Target/X86/X86InstrInfo.cpp | 3400 +++++++++++++++++++++++-
test/CodeGen/X86/sse42-intrinsics-fast-isel.ll | 6 +-
test/CodeGen/X86/stack-folding-fp-avx1.ll | 21 +-
test/CodeGen/X86/vector-sqrt.ll | 18 +-
utils/TableGen/CMakeLists.txt | 1 -
utils/TableGen/TableGen.cpp | 6 -
utils/TableGen/TableGenBackends.h | 1 -
utils/TableGen/X86FoldTablesEmitter.cpp | 720 -----
9 files changed, 3427 insertions(+), 747 deletions(-)
delete mode 100644 utils/TableGen/X86FoldTablesEmitter.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 266f4ffb5da DebugInfo: Include .dwo file name when hashing multiple CUs [...]
new 800305e39ad Disabled implicit-fallthrough warnings for ConvertUTF.cpp.
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/Support/ConvertUTF.cpp | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 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 ea7381b5bd8 Attempt to fix buildbots...
new 266f4ffb5da DebugInfo: Include .dwo file name when hashing multiple CUs [...]
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/AsmPrinter/DIEHash.cpp | 4 ++-
lib/CodeGen/AsmPrinter/DIEHash.h | 2 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 10 +++++-
.../Generic/split-dwarf-multiple-cu-hash.ll | 40 ++++++++++++++++++++++
4 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 test/DebugInfo/Generic/split-dwarf-multiple-cu-hash.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 9ad104d71d1 Support: adjust the default obj format for wasm
new ea7381b5bd8 Attempt to fix buildbots...
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/DebugInfo/{ => Generic}/split-dwarf-omit-empty.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/DebugInfo/{ => Generic}/split-dwarf-omit-empty.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 llvm.
from 1cd10499fc1 [TableGen][X86] Fix formatting I accidentally messed up in [...]
new 87801d8b92d [AVR] Remove SREG from CPI's Uses; authored by Florian Zeitz
new 9ad104d71d1 Support: adjust the default obj format for wasm
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/Support/Triple.cpp | 6 ++++--
lib/Target/AVR/AVRInstrInfo.td | 1 -
2 files changed, 4 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 gcc.
from 30d214f2f80 PR libstdc++/80737 * include/std/variant(variant::varia [...]
new 67bfdc48376 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from a777256a77c Backport from mainline 2017-05-23 Uros Bizjak <ubizjak@ [...]
new 456277a64c4 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 8f42c2f8226 Daily bump.
new 0221d9d4086 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.