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 e151fbe [profile] Add end-end test of vp for inline virtual functions
new 4deefb0 UBSan: crash less often on corrupted Vtables.
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/ubsan/ubsan_handlers_cxx.cc | 16 ++++++---
lib/ubsan/ubsan_type_hash.h | 4 +++
lib/ubsan/ubsan_type_hash_itanium.cc | 6 ++++
.../TypeCheck/vptr-corrupted-vtable-itanium.cpp | 41 ++++++++++++++++++++++
4 files changed, 62 insertions(+), 5 deletions(-)
create mode 100644 test/ubsan/TestCases/TypeCheck/vptr-corrupted-vtable-itanium.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 8290382 This is yet another attempt to re-instate r220932 as discusse [...]
new faa9016 [X86] Define segment MI operands as regs instead of i8imm.
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/X86InstrFragmentsSIMD.td | 4 ++--
lib/Target/X86/X86InstrInfo.td | 19 ++++++++++---------
2 files changed, 12 insertions(+), 11 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 15cf897 Make APInt negate just do a 2's complement negate instead of [...]
new 698e829 pdbdump: print out COFF section headers.
new 8290382 This is yet another attempt to re-instate r220932 as discusse [...]
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/DebugInfo/PDB/Raw/DbiStream.h | 10 +++
include/llvm/Support/Threading.h | 51 ++++++++++++++
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 28 +++++++-
lib/Support/ManagedStatic.cpp | 15 +++--
lib/Support/Threading.cpp | 28 ++++++++
test/DebugInfo/PDB/pdbdump-headers.test | 104 ++++++++++++++++++++++++++++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 39 +++++++++++
7 files changed, 268 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 c704447 [InstCombine] remove guard for generating a vector select
new 70f2292 AArch64: Do not test for CPUs, use SubtargetFeatures
new 15cf897 Make APInt negate just do a 2's complement negate instead of [...]
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/ADT/APInt.h | 7 +-
lib/Target/AArch64/AArch64.td | 142 ++++++++++++++++------
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 4 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 15 +--
lib/Target/AArch64/AArch64InstrInfo.cpp | 19 ++-
lib/Target/AArch64/AArch64InstrInfo.td | 9 +-
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 16 +--
lib/Target/AArch64/AArch64Subtarget.cpp | 35 +++++-
lib/Target/AArch64/AArch64Subtarget.h | 69 +++++++++--
lib/Target/AArch64/AArch64TargetMachine.cpp | 3 +-
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 27 +---
11 files changed, 230 insertions(+), 116 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 0a3fd00 [codeview] Fix crash when handling qualified void types
new 848232c [X86][SSE] Added SSE41/AVX2 non-temporal tests
new a6b49a0 [PowerPC] Run reg2mem on tests to simplify them.
new c704447 [InstCombine] remove guard for generating a vector select
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:
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 26 ++-
test/CodeGen/PowerPC/builtins-ppc-p8vector.ll | 52 ++----
test/CodeGen/PowerPC/vsx-ldst-builtin-le.ll | 202 ++++++---------------
test/CodeGen/X86/fast-isel-nontemporal.ll | 14 +-
4 files changed, 97 insertions(+), 197 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 f2eec83 LLDB needs to be able to handle DW_AT_GNU_dwo_name that are r [...]
new d321321 Fixed a problem where we couldn't call extern "C" functions.
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/lldb/Expression/IRExecutionUnit.h | 4 +++
.../cpp/extern_c}/Makefile | 0
.../TestExternCSymbols.py} | 2 +-
.../rdar-12481949 => lang/cpp/extern_c}/main.cpp | 20 ++++++++---
source/Expression/IRExecutionUnit.cpp | 40 +++++++++++++++++++++-
5 files changed, 60 insertions(+), 6 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/plugins/python_os_plugin => l [...]
copy packages/Python/lldbsuite/test/lang/cpp/{const_this/TestConstThis.py => exter [...]
copy packages/Python/lldbsuite/test/{python_api/rdar-12481949 => lang/cpp/extern_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 llvm.
from 2dffc15 Rename IMAGE_DEBUG_TYPE_NO_TIMESTAMP to IMAGE_DEBUG_TYPE_REPRO
new 0a3fd00 [codeview] Fix crash when handling qualified void types
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/CodeViewDebug.cpp | 3 +-
test/DebugInfo/COFF/types-basic.ll | 140 +++++++++++++++++++------------
2 files changed, 87 insertions(+), 56 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 5740e82 Daily bump.
new 55dbb7b 2016-06-02 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 8 ++++++++
gcc/fortran/trans-expr.c | 20 ++++++++++++--------
2 files changed, 20 insertions(+), 8 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 396d480 Ignore Lexing errors in macro body definitions
new 408a761 [ADT] Pass ArrayRef::slice size_t instead of unsigned.
new 5682914 [esan|cfrag] Create the cfrag struct array for the runtime
new f9f8cdc Only attempt to detect AVG if SSE2 is available
new 2dffc15 Rename IMAGE_DEBUG_TYPE_NO_TIMESTAMP to IMAGE_DEBUG_TYPE_REPRO
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:
include/llvm/ADT/ArrayRef.h | 16 +--
include/llvm/Support/COFF.h | 3 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +
.../Instrumentation/EfficiencySanitizer.cpp | 120 ++++++++++++++++++++-
test/CodeGen/X86/no-sse2-avg.ll | 32 ++++++
tools/llvm-readobj/COFFDumper.cpp | 3 +-
unittests/ADT/ArrayRefTest.cpp | 15 +++
7 files changed, 176 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/X86/no-sse2-avg.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 06da926 Remove all of the legacy home-grown atomic operations LLVM pr [...]
new fda0a69 [CodeView] Implement function-type indices
new 396d480 Ignore Lexing errors in macro body definitions
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 62 +++++++++++++++++++++++---------
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 8 ++---
lib/MC/MCParser/AsmLexer.cpp | 2 +-
lib/MC/MCParser/AsmParser.cpp | 55 +++++++++++++++++-----------
lib/MC/MCParser/MCAsmLexer.cpp | 2 +-
test/DebugInfo/COFF/asm.ll | 4 +--
test/DebugInfo/COFF/inlining.ll | 8 ++++-
test/DebugInfo/COFF/multifile.ll | 4 +--
test/DebugInfo/COFF/multifunction.ll | 12 +++----
test/DebugInfo/COFF/simple.ll | 4 +--
test/DebugInfo/COFF/types-basic.ll | 60 +++++++++++++++++++++++++------
test/MC/AsmParser/floating-literals.s | 6 ----
test/MC/AsmParser/macro_parsing.s | 16 +++++++++
13 files changed, 168 insertions(+), 75 deletions(-)
create mode 100644 test/MC/AsmParser/macro_parsing.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.