This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 582508d Migrate all of aarch64-linux-gnu to \01_mcount instead of jus [...]
new 445111c clang-format: [Java] Fix bug in enum formatting.
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/Format/TokenAnnotator.cpp | 3 ++-
unittests/Format/FormatTestJava.cpp | 7 +++++++
2 files changed, 9 insertions(+), 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 openmp.
from 7bd7063 [test] Try to link -latomic to provide atomics when available
new c80d301 Removing couple unnecessary architecture guards.
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:
runtime/src/z_Linux_util.cpp | 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 c1a133a AMDGPU: Add ds_nop to assembler
new 77bf4a4 [DWARFv5] Emit new unit header format.
new 0911246 AMDGPU: Add definition for v_xad_u32
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/DWARF/DWARFUnit.h | 4 +-
include/llvm/Support/Dwarf.def | 19 ++-
include/llvm/Support/Dwarf.h | 13 +-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 5 +-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 25 +++-
lib/CodeGen/AsmPrinter/DwarfUnit.h | 9 +-
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp | 6 +-
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 6 +-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 11 +-
lib/Support/Dwarf.cpp | 11 ++
lib/Target/AMDGPU/VOP3Instructions.td | 2 +
test/CodeGen/X86/dwarf-headers.ll | 109 ++++++++++++++++
test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64 | Bin 0 -> 2376 bytes
test/DebugInfo/Inputs/dwarfdump-header.s | 149 ++++++++++++++++++++++
test/DebugInfo/dwarfdump-header.test | 29 +++++
test/MC/AMDGPU/vop3-gfx9.s | 4 +
unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 10 +-
17 files changed, 389 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/X86/dwarf-headers.ll
create mode 100644 test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
create mode 100644 test/DebugInfo/Inputs/dwarfdump-header.s
create mode 100644 test/DebugInfo/dwarfdump-header.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 llvm.
from f563b78 Workaround MSVC bug when using TrailingObjects from a template.
new e26c421 Add function importing info from samplepgo profile to the mod [...]
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:
docs/BranchWeightMetadata.rst | 20 ++++++++++----
include/llvm/IR/Function.h | 12 +++++++--
include/llvm/IR/MDBuilder.h | 9 +++++--
include/llvm/ProfileData/SampleProf.h | 17 ++++++++++++
lib/Analysis/ModuleSummaryAnalysis.cpp | 5 ++++
lib/IR/Function.cpp | 17 ++++++++++--
lib/IR/MDBuilder.cpp | 13 ++++++---
lib/IR/Verifier.cpp | 4 +--
lib/Transforms/IPO/SampleProfile.cpp | 27 +++++++++++++------
...o-function-summary-callgraph-profile-summary.ll | 5 ++--
test/Transforms/SampleProfile/Inputs/import.prof | 4 +++
test/Transforms/SampleProfile/import.ll | 31 ++++++++++++++++++++++
test/Verifier/function-metadata-bad.ll | 2 +-
test/Verifier/metadata-function-prof.ll | 2 +-
14 files changed, 139 insertions(+), 29 deletions(-)
create mode 100644 test/Transforms/SampleProfile/Inputs/import.prof
create mode 100644 test/Transforms/SampleProfile/import.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 743da63 AMDGPU: Add definition for v_swap_b32
new 1a0fc18 AMDGPU: Fix types for VOP_I16_I16_I16
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/AMDGPU/SIInstrInfo.td | 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 clang.
from 52db1f0 Allow attributes before union definition
new 7f8ee84 [ODRHash] Add basic support for CXXRecordDecl
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:
.../clang/Basic/DiagnosticSerializationKinds.td | 10 +++---
lib/AST/ODRHash.cpp | 9 +++++
lib/Serialization/ASTReader.cpp | 23 ++++++++++++
test/Modules/odr_hash.cpp | 41 ++++++++++++++++++++++
4 files changed, 79 insertions(+), 4 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 4efd673 Switch SBWatchpoint to use a weak_ptr to the underlying object
new 42772f7 Fix incorrect logic in StackFrame::Disassemble.
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:
source/Target/StackFrame.cpp | 24 +++++++++++++-----------
1 file changed, 13 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 54a7acb [PDB] Add BinaryStreamError.
new 9070606 [x86] add alternate IR tests for select of constants; NFC
new f563b78 Workaround MSVC bug when using TrailingObjects from a template.
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/Support/TrailingObjects.h | 7 ++++
test/CodeGen/X86/avx512-insert-extract.ll | 68 +++++++++++++++++++++++++++++++
unittests/Support/TrailingObjectsTest.cpp | 21 ++++++++++
3 files changed, 96 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 52db1f0 Allow attributes before union definition
new 7f8ee84 [ODRHash] Add basic support for CXXRecordDecl
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:
.../clang/Basic/DiagnosticSerializationKinds.td | 10 +++---
lib/AST/ODRHash.cpp | 9 +++++
lib/Serialization/ASTReader.cpp | 23 ++++++++++++
test/Modules/odr_hash.cpp | 41 ++++++++++++++++++++++
4 files changed, 79 insertions(+), 4 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 release_40
in repository llvm.
from 9e194fb Merging r296093 and r296260: -------------------------------- [...]
new 64bb2e1 ReleaseNotes: mention the versioning scheme change
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:
docs/ReleaseNotes.rst | 8 ++++++++
1 file changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.