This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 42634a2a4 Improve coverage of the apple-tables test
new 8a615ff8f Reland "[DWARF] Extract indexing code into a separate class h [...]
new 327df732d Fix PathMappingList for relative and empty paths after recent [...]
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/lldb/Target/PathMappingList.h | 2 +-
lldb.xcodeproj/project.pbxproj | 4 +
.../Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp | 306 +++++++++
source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h | 74 +++
source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 3 +
.../DWARF/DWARFAbbreviationDeclaration.cpp | 1 +
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 1 +
source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp | 31 +
source/Plugins/SymbolFile/DWARF/DWARFIndex.h | 71 ++
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 1 +
.../Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp | 278 ++++++++
source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h | 71 ++
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 730 ++-------------------
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 46 +-
source/Target/PathMappingList.cpp | 98 +--
source/Target/Target.cpp | 6 +-
source/Utility/FileSpec.cpp | 54 +-
unittests/Target/CMakeLists.txt | 1 +
unittests/Target/PathMappingListTest.cpp | 109 +++
unittests/Utility/FileSpecTest.cpp | 47 ++
20 files changed, 1159 insertions(+), 775 deletions(-)
create mode 100644 source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
create mode 100644 source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h
create mode 100644 source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
create mode 100644 source/Plugins/SymbolFile/DWARF/DWARFIndex.h
create mode 100644 source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
create mode 100644 source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
create mode 100644 unittests/Target/PathMappingListTest.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 4026a5fa20c revert r332610, it breaks cfi, see D46326
new b096d31bb68 ARM: be conservative when asked load/store alignment of wei [...]
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/ARM/ARMISelLowering.cpp | 4 ++++
test/CodeGen/ARM/unaligned_load_store_vector.ll | 8 ++++++++
2 files changed, 12 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 clang.
from 5ade99a7ff [X86] Remove some preprocessor feature checks from intrinsic [...]
new 9f2f8904e0 [CodeGen] Disable aggressive structor optimizations at -O0, take 2
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/ItaniumCXXABI.cpp | 20 ++++++++++++----
test/CodeGenCXX/ctor-dtor-alias.cpp | 41 +++++++++++++++++++++++++-------
test/CodeGenCXX/float16-declarations.cpp | 2 +-
3 files changed, 49 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 48b86e9c04b Fix up a few grammar issues.
new 519b8ede8d3 [CVP] Require DomTree for new Pass Manager
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:
.../Scalar/CorrelatedValuePropagation.cpp | 22 ++++++++-------
.../CorrelatedValuePropagation/phi-common-val.ll | 31 ++++++++++++++++++++++
2 files changed, 44 insertions(+), 9 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 b3845567bd5 [mips] Merge MipsLongBranch and MipsHazardSchedule passes
new 48b86e9c04b Fix up a few grammar issues.
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/MC/MCFragment.h | 2 +-
lib/Target/Hexagon/HexagonNewValueJump.cpp | 2 +-
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 2 +-
3 files changed, 3 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 llvm.
from 071d9bcd625 [X86][SSE] Support v4i32 rotations (PR37426)
new b3845567bd5 [mips] Merge MipsLongBranch and MipsHazardSchedule passes
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/Mips/CMakeLists.txt | 3 +-
lib/Target/Mips/Mips.h | 5 +-
...{MipsLongBranch.cpp => MipsBranchExpansion.cpp} | 468 ++++++++++++++-------
lib/Target/Mips/MipsHazardSchedule.cpp | 163 -------
lib/Target/Mips/MipsTargetMachine.cpp | 20 +-
test/CodeGen/Mips/branch-relaxation-with-hazard.ll | 64 +++
.../Mips/longbranch/branch-limits-fp-micromips.mir | 4 +-
.../longbranch/branch-limits-fp-micromipsr6.mir | 4 +-
.../Mips/longbranch/branch-limits-fp-mips.mir | 4 +-
.../Mips/longbranch/branch-limits-fp-mipsr6.mir | 4 +-
.../longbranch/branch-limits-int-microMIPS.mir | 4 +-
.../longbranch/branch-limits-int-micromipsr6.mir | 4 +-
.../Mips/longbranch/branch-limits-int-mips64.mir | 4 +-
.../Mips/longbranch/branch-limits-int-mips64r6.mir | 4 +-
.../Mips/longbranch/branch-limits-int-mipsr6.mir | 4 +-
test/CodeGen/Mips/longbranch/branch-limits-int.mir | 4 +-
test/CodeGen/Mips/longbranch/branch-limits-msa.mir | 4 +-
17 files changed, 418 insertions(+), 349 deletions(-)
rename lib/Target/Mips/{MipsLongBranch.cpp => MipsBranchExpansion.cpp} (55%)
delete mode 100644 lib/Target/Mips/MipsHazardSchedule.cpp
create mode 100644 test/CodeGen/Mips/branch-relaxation-with-hazard.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 lldb.
from 800b02a07 Add some apple-tables lookup tests
new 42634a2a4 Improve coverage of the apple-tables 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/SymbolFile/DWARF/find-basic-function.cpp | 12 ++++++++----
lit/SymbolFile/DWARF/find-method-local-struct.cpp | 22 ++++++++++++++++++++++
2 files changed, 30 insertions(+), 4 deletions(-)
create mode 100644 lit/SymbolFile/DWARF/find-method-local-struct.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 eb4186cca79 win: try more to fix dia tests with newer msvc versions
new 071d9bcd625 [X86][SSE] Support v4i32 rotations (PR37426)
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/X86ISelLowering.cpp | 169 +++++++++----
test/CodeGen/X86/vector-rotate-128.ll | 405 ++++++++++++-------------------
test/CodeGen/X86/vector-rotate-256.ll | 218 ++++++++---------
test/CodeGen/X86/vector-shift-shl-128.ll | 28 +--
test/CodeGen/X86/vector-shift-shl-256.ll | 8 +-
5 files changed, 389 insertions(+), 439 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 gdb-8.0-branch
in repository binutils-gdb.
from 621a88c13a Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-pret [...]
new 378272cef6 Fix AArch64 debug trace build
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:
opcodes/ChangeLog | 6 ++++++
opcodes/aarch64-opc.c | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.