This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 228b74c69 [TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot.
new 17e38ad86 [lldb-dotest] Wrap arguments in single quotes
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/lldb-dotest.in | 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 0183d4fd608 [llvm-mca] Remove const from a bunch of ArrayRef. NFC
new a4bf3b724ba [MC,X86] Cleanup some X86 parser functions to use MCParser [...]
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/AsmParser/X86AsmParser.cpp | 67 ++++++++++---------------------
1 file changed, 22 insertions(+), 45 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 d8c4b815911 [PowerPC][LegalizeFloatTypes] Move the PPC hacks for (i32 f [...]
new 0183d4fd608 [llvm-mca] Remove const from a bunch of ArrayRef. NFC
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:
tools/llvm-mca/Dispatch.cpp | 2 +-
tools/llvm-mca/Dispatch.h | 2 +-
tools/llvm-mca/HWEventListener.h | 8 ++++----
tools/llvm-mca/InstrBuilder.cpp | 2 +-
tools/llvm-mca/Scheduler.cpp | 8 ++++----
tools/llvm-mca/Scheduler.h | 6 +++---
6 files changed, 14 insertions(+), 14 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 58749583a19 [X86] Add phony registers for high halves of regs with low halves
new d8c4b815911 [PowerPC][LegalizeFloatTypes] Move the PPC hacks for (i32 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:
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 37 ---
lib/Target/PowerPC/PPCISelLowering.cpp | 66 +++--
test/CodeGen/PowerPC/2008-10-28-f128-i32.ll | 319 +++++++++++++++++++++++-
3 files changed, 362 insertions(+), 60 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 b2ac93315d7 Revert "Resubmit "Support embedding natvis files in PDBs.""
new 284e7ac42de [MustExecute] Use the annotation style printer
new 58749583a19 [X86] Add phony registers for high halves of regs with low halves
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/Target.td | 2 +
lib/Analysis/MustExecute.cpp | 87 ++++++++++++++++++------------
lib/Target/X86/X86RegisterInfo.td | 54 ++++++++++++-------
test/Analysis/MustExecute/loop-header.ll | 49 +++++++++--------
test/CodeGen/X86/dynamic-regmask.ll | 2 +-
test/CodeGen/X86/ipra-inline-asm.ll | 2 +-
test/CodeGen/X86/ipra-reg-alias.ll | 2 +-
test/CodeGen/X86/ipra-reg-usage.ll | 2 +-
test/CodeGen/X86/tail-call-conditional.mir | 2 +-
utils/TableGen/CodeGenRegisters.cpp | 82 ++++++++++++++++++++--------
utils/TableGen/CodeGenRegisters.h | 23 ++++++--
utils/TableGen/RegisterInfoEmitter.cpp | 4 +-
12 files changed, 206 insertions(+), 105 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 e89563694fe [llvm-objcopy] Implement support for section groups
new b2ac93315d7 Revert "Resubmit "Support embedding natvis files in PDBs.""
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:
.../CodeView/DebugStringTableSubsection.h | 14 +-
include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h | 4 +-
include/llvm/DebugInfo/PDB/Native/HashTable.h | 5 +-
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 32 +----
.../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 13 --
include/llvm/DebugInfo/PDB/Native/RawConstants.h | 2 -
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 28 ----
.../CodeView/DebugChecksumsSubsection.cpp | 2 +-
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp | 6 +-
.../CodeView/DebugStringTableSubsection.cpp | 25 ++--
lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp | 6 +-
lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp | 5 +-
lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 1 -
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 150 ++-------------------
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 23 ----
tools/llvm-pdbutil/DumpOutputStyle.cpp | 29 ----
tools/llvm-pdbutil/DumpOutputStyle.h | 1 -
tools/llvm-pdbutil/llvm-pdbutil.cpp | 4 -
tools/llvm-pdbutil/llvm-pdbutil.h | 1 -
19 files changed, 42 insertions(+), 309 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 d1b7ca91d Move StringExtractorGDBRemote.h to the include folder
new 228b74c69 [TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot.
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:
packages/Python/lldbsuite/test/expression_command/test/TestExprs2.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 lld.
from ad648ddfc Fix consitent -> consistent.
new 901b0b3ae Revert "Resubmit "Support embedding natvis files in PDBs.""
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:
COFF/Config.h | 1 -
COFF/Driver.cpp | 5 +-
COFF/Options.td | 2 +-
COFF/PDB.cpp | 23 +---
test/COFF/Inputs/generic.yaml | 282 ---------------------------------------
test/COFF/Inputs/natvis-1.natvis | 1 -
test/COFF/Inputs/natvis-2.natvis | 1 -
test/COFF/Inputs/natvis-3.natvis | 1 -
test/COFF/pdb-file-static.test | 4 +-
test/COFF/pdb-natvis.test | 26 ----
test/lit.cfg.py | 3 -
test/lit.site.cfg.py.in | 3 -
12 files changed, 5 insertions(+), 347 deletions(-)
delete mode 100644 test/COFF/Inputs/generic.yaml
delete mode 100644 test/COFF/Inputs/natvis-1.natvis
delete mode 100644 test/COFF/Inputs/natvis-2.natvis
delete mode 100644 test/COFF/Inputs/natvis-3.natvis
delete mode 100644 test/COFF/pdb-natvis.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 glibc.
from 8a07b0c43c Fix signed integer overflow in random_r (bug 17343).
new d0c5d731af Remove powerpc, sparc fdim inlines (bug 22987).
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:
ChangeLog | 6 ++++
sysdeps/powerpc/bits/mathinline.h | 14 ---------
sysdeps/sparc/fpu/bits/mathinline.h | 57 -------------------------------------
3 files changed, 6 insertions(+), 71 deletions(-)
delete mode 100644 sysdeps/sparc/fpu/bits/mathinline.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 9a1bbfc77b1 [NVPTX] Make tensor load/store intrinsics overloaded.
new 5c0bc7c6357 [llvm-mca] Move the logic that computes the scheduler's que [...]
new e89563694fe [llvm-objcopy] Implement support for section groups
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/tools/llvm-objcopy/Inputs/groups.o | Bin 0 -> 5368 bytes
test/tools/llvm-objcopy/group-unchanged.test | 56 +++++++++++++++
test/tools/llvm-objcopy/group.test | 56 +++++++++++++++
test/tools/llvm-objcopy/strip-dwo-groups.test | 40 +++++++++++
tools/llvm-mca/Backend.cpp | 10 +++
tools/llvm-mca/Backend.h | 5 +-
tools/llvm-mca/BackendStatistics.cpp | 41 ++++++++---
tools/llvm-mca/BackendStatistics.h | 28 ++++++--
tools/llvm-mca/HWEventListener.h | 5 ++
tools/llvm-mca/Scheduler.cpp | 54 ++++++++++----
tools/llvm-mca/Scheduler.h | 35 +++------
tools/llvm-objcopy/Object.cpp | 98 ++++++++++++++++++++------
tools/llvm-objcopy/Object.h | 65 +++++++++++------
13 files changed, 391 insertions(+), 102 deletions(-)
create mode 100644 test/tools/llvm-objcopy/Inputs/groups.o
create mode 100644 test/tools/llvm-objcopy/group-unchanged.test
create mode 100644 test/tools/llvm-objcopy/group.test
create mode 100644 test/tools/llvm-objcopy/strip-dwo-groups.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.