This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 23d68908bac Give InfoStreamBuilder an opt-in method to write a hash of [...]
new becd18d5a87 [InstCombine] Support (sub (sext x), (sext y)) --> (sext (s [...]
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/Transforms/InstCombine/InstCombineAddSub.cpp | 3 +
.../InstCombine/InstructionCombining.cpp | 25 ++--
test/Transforms/InstCombine/narrow-math.ll | 135 +++++++++++++++++++++
3 files changed, 156 insertions(+), 7 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 53bb7b2cc4a Update microsoftDemangle() to work more like itaniumDemangle().
new 23d68908bac Give InfoStreamBuilder an opt-in method to write a hash of [...]
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:
.../llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h | 11 +++++++-
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 4 ++-
lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 11 ++++++--
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 33 +++++++++++++++++-----
tools/llvm-pdbutil/llvm-pdbutil.cpp | 7 +++--
5 files changed, 52 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 lld.
from dda930c4e lld-link: print demangled symbol names for "undefined symbol" [...]
new 5842a56cb lld-link: Set PDB GUID to hash of PDB contents instead of 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:
COFF/PDB.cpp | 34 ++++++++++++---------
COFF/PDB.h | 2 +-
COFF/Writer.cpp | 88 +++--------------------------------------------------
test/COFF/rsds.test | 51 +++++++++++++++++++++++++++----
4 files changed, 69 insertions(+), 106 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 c10b814e37d [X86][SSE] Fix insertps load combine test name
new 53bb7b2cc4a Update microsoftDemangle() to work more like itaniumDemangle().
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/Demangle/Utility.h | 31 +++++++++++++------------
lib/Demangle/ItaniumDemangle.cpp | 15 -------------
lib/Demangle/MicrosoftDemangle.cpp | 46 ++++++++++++++++++++++++++------------
3 files changed, 47 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 libcxxabi.
from 5f74259 Port my recent changes from LLVM copy of the demangler:
new 488e667 Merge Demangle change in r342330 to libcxxabi.
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:
src/cxa_demangle.cpp | 15 ---------------
src/demangle/Utility.h | 31 +++++++++++++++----------------
2 files changed, 15 insertions(+), 31 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 lld.
from 7ccfd293d Style fix. NFC.
new dda930c4e lld-link: print demangled symbol names for "undefined symbol" [...]
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/SymbolTable.cpp | 36 +++++++++++++++++-------------------
Common/Strings.cpp | 29 +++++++++--------------------
test/COFF/undefined-symbol-cv.s | 6 +++---
test/COFF/undefined-symbol.s | 6 +++---
4 files changed, 32 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 linux.
from 3a5af36b6d0e Merge tag '4.19-rc3-smb3-cifs' of git://git.samba.org/sfre [...]
new e13e2366d841 locking/mutex: Fix mutex debug call and ww_mutex documentation
new da260fe12330 jump_label: Fix typo in warning message
new 83e01228cb35 tools/lib/lockdep: Update Sasha Levin email to MSFT
new 1064ea494bb0 tools/lib/lockdep: Add empty nmi.h
new 16214312df6d tools/lib/lockdep: Add dummy task_struct state member
new dc5591a03f1d locking/lockdep: Delete unnecessary #include
new 0b405c65ad45 locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"
new ca062f8df5d1 Merge branch 'locking-urgent-for-linus' of git://git.kerne [...]
new 1dc27f63303d perf annotate: Properly interpret indirect call
new 9b3579fc6c6a perf tests: Add breakpoint modify tests
new bd14406b78e6 perf/hw_breakpoint: Modify breakpoint even if the new attr [...]
new cb45302d7c5e perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0
new 969558371bf9 perf/hw_breakpoint: Enable breakpoint in modify_user_hw_br [...]
new bf06278c3fdf perf/hw_breakpoint: Simplify breakpoint enable in perf_eve [...]
new 5ab1de932e29 perf arm64: Fix include path for asm-generic/unistd.h
new fd8d2702791a perf evsel: Fix potential null pointer dereference in perf [...]
new dad2762aac17 perf tools: Streamline bpf examples and headers installation
new a72f64261359 perf util: Fix bad memory access in trace info.
new c9f23d2bc21c perf event-parse: Use fixed size string for comms
new fa694160cca6 perf probe powerpc: Ignore SyS symbols irrespective of endianness
new 4e67b2a5df5d perf annotate: Fix parsing aarch64 branch instructions aft [...]
new fa94351b56d6 Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://g [...]
new 16160c1946b7 perf/x86/intel: Add support/quirk for the MISPREDICT bit o [...]
new 09121255c784 perf/UAPI: Clearly mark __PERF_SAMPLE_CALLCHAIN_EARLY as i [...]
new 02e184476eff perf/core: Force USER_DS when recording user stack data
new 0ee03d936cbb tools headers uapi: Update tools's copy of linux/perf_event.h
new f9e6e4351e0b tools headers uapi: Update tools's copy of asm-generic/unistd.h
new 434ea1bfbfc7 tools headers uapi: Update tools's copy of drm/drm.h
new 0210c156d7fd tools headers uapi: Update tools's copies of kvm headers
new 7f28785c41f4 tools headers uapi: Update tools's copy of linux/vhost.h
new 5db48a8d0131 tools headers uapi: Update tools's copy of linux/if_link.h
new 03db8b583d1c perf tools: Fix maps__find_symbol_by_name()
new cb48b6a26cac Merge tag 'perf-urgent-for-mingo-4.19-20180912' of git://g [...]
new c0be92b5b14b Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...]
new e73e81975f24 sched/debug: Fix potential deadlock when writing to sched_ [...]
new e5e96fafd902 sched/topology: Set correct NUMA topology type
new 12b04875d666 sched/pelt: Fix update_blocked_averages() for RT and DL classes
new d0cdb3ce8834 sched/fair: Fix vruntime_normalized() for remote non-migra [...]
new 287cdaac5700 sched/fair: Fix scale_rt_capacity() for SMT
new bb3485c8ace6 sched/fair: Fix load_balance redo for !imbalance
new 882a78a9f39f sched/fair: Fix kernel-doc notation warning
new 4314daa55b4d Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...]
new 07e846bace71 x86/doc: Fix Documentation/x86/earlyprintk.txt
new 6a92b11169a6 x86/EISA: Don't probe EISA bus for Xen PV guests
new 999696752db1 x86/xen: Disable CPU0 hotplug for Xen PV
new cf40361ede6c x86/efi: Load fixmap GDT in efi_call_phys_epilog() before [...]
new 61a6bd83abf2 Revert "x86/mm/legacy: Populate the user page-table with u [...]
new 002b87d2aace x86/APM: Fix build warning when PROC_FS is not enabled
new 27c5a778dfe2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 49 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:
Documentation/x86/earlyprintk.txt | 25 ++-
MAINTAINERS | 2 +-
arch/x86/events/intel/lbr.c | 4 +
arch/x86/include/asm/pgtable-2level.h | 9 -
arch/x86/kernel/apm_32.c | 2 +
arch/x86/kernel/eisa.c | 10 +-
arch/x86/kernel/topology.c | 4 +-
arch/x86/platform/efi/efi_32.c | 3 +-
include/uapi/linux/perf_event.h | 2 +-
kernel/events/core.c | 15 +-
kernel/events/hw_breakpoint.c | 13 +-
kernel/jump_label.c | 2 +-
kernel/locking/lockdep.c | 1 -
kernel/locking/mutex.c | 3 +-
kernel/locking/test-ww_mutex.c | 2 +-
kernel/sched/debug.c | 6 +-
kernel/sched/fair.c | 26 ++-
kernel/sched/topology.c | 5 +-
security/Kconfig | 2 +-
tools/arch/arm/include/uapi/asm/kvm.h | 13 ++
tools/arch/arm64/include/uapi/asm/kvm.h | 13 ++
tools/arch/s390/include/uapi/asm/kvm.h | 5 +-
tools/arch/x86/include/uapi/asm/kvm.h | 37 ++++
tools/include/linux/lockdep.h | 3 +
.../Makefile.boot => tools/include/linux/nmi.h | 0
tools/include/uapi/asm-generic/unistd.h | 4 +-
tools/include/uapi/drm/drm.h | 9 +
tools/include/uapi/linux/if_link.h | 17 ++
tools/include/uapi/linux/kvm.h | 6 +
tools/include/uapi/linux/perf_event.h | 2 +-
tools/include/uapi/linux/vhost.h | 18 ++
tools/perf/Makefile.perf | 14 +-
tools/perf/arch/arm64/Makefile | 5 +-
tools/perf/arch/arm64/entry/syscalls/mksyscalltbl | 6 +-
tools/perf/arch/powerpc/util/sym-handling.c | 4 +-
tools/perf/arch/x86/include/arch-tests.h | 1 +
tools/perf/arch/x86/tests/Build | 1 +
tools/perf/arch/x86/tests/arch-tests.c | 6 +
tools/perf/arch/x86/tests/bp-modify.c | 213 +++++++++++++++++++++
tools/perf/util/annotate.c | 32 +++-
tools/perf/util/annotate.h | 1 +
tools/perf/util/evsel.c | 5 +-
tools/perf/util/map.c | 11 ++
tools/perf/util/trace-event-info.c | 2 +-
tools/perf/util/trace-event-parse.c | 7 +-
45 files changed, 482 insertions(+), 89 deletions(-)
copy arch/arm/mach-imx/Makefile.boot => tools/include/linux/nmi.h (100%)
create mode 100644 tools/perf/arch/x86/tests/bp-modify.c
--
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 60c3aa038 [IRInterpreter] Minor cleanups, add comments. NFCI.
new 3681a04ee [lldb-mi] Correct regex in the symbol-list-lines test
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:
lit/tools/lldb-mi/symbol/symbol-list-lines.test | 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 af350d56690 [X86] Remove an fp->int->fp domain crossing in LowerUINT_TO [...]
new c10b814e37d [X86][SSE] Fix insertps load combine test name
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/X86/insertps-combine.ll | 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 llvm.
from d2aa336c9ad [NFC] minor cleanup in PassManagerInternal.h
new b7d1fd0cf82 [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk [...]
new af350d56690 [X86] Remove an fp->int->fp domain crossing in LowerUINT_TO [...]
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/Target/X86/X86ISelLowering.cpp | 34 +++-
test/CodeGen/X86/ftrunc.ll | 23 ++-
test/CodeGen/X86/movmsk-cmp.ll | 304 ++++++++++-------------------------
test/CodeGen/X86/scalar-int-to-fp.ll | 6 +-
test/CodeGen/X86/vec_int_to_fp.ll | 95 ++++++-----
5 files changed, 187 insertions(+), 275 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.