This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1fa1983 [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
new 4d3c482 llvm-pdbdump-fuzzer: fix the 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:
tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp | 17 +++++++++--------
1 file changed, 9 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 gcc.
from fe6f7bc * doc/invoke.texi (-frename-registers): Drop -fpeel-loops fr [...]
new 76f8f90 * g++.d/predict-lop-exit-1.C: Update template for new predic [...]
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/ChangeLog | 7 +++++++
gcc/predict.c | 9 +++++----
gcc/predict.def | 5 +++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/predict-loop-exit-1.C | 1 +
gcc/testsuite/g++.dg/predict-loop-exit-2.C | 1 +
gcc/testsuite/g++.dg/predict-loop-exit-3.C | 1 +
7 files changed, 26 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 gcc.
from 074f7a3 * pt.c (instantiate_decl): Avoid recalculation.
new fe6f7bc * doc/invoke.texi (-frename-registers): Drop -fpeel-loops fr [...]
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/ChangeLog | 7 +++++++
gcc/doc/invoke.texi | 2 +-
gcc/toplev.c | 2 +-
3 files changed, 9 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 6aef9f9 Add support for metadata attachments for global variables.
new 1fa1983 [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
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/tutorial/BuildingAJIT1.rst | 2 +-
examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 2 +-
examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 2 +-
examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 2 +-
examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 4 ++--
examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 4 ++--
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 2 +-
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h | 7 +++----
include/llvm/ExecutionEngine/Orc/JITSymbol.h | 10 ++++++++++
include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h | 3 +--
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 2 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 6 +++---
tools/lli/OrcLazyJIT.h | 3 +--
unittests/ExecutionEngine/Orc/ObjectLinkingLayerTest.cpp | 2 +-
14 files changed, 29 insertions(+), 22 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 clang.
from 5e67eaf [AMDGPU] Set default dwarf version to 2
new c4b3e82 Indexer: add CXObjCPropertyAttr_class for class properties.
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/clang-c/Index.h | 3 ++-
test/Index/c-index-api-loadTU-test.m | 7 ++++++-
test/Index/print-type.m | 2 ++
tools/c-index-test/c-index-test.c | 1 +
tools/libclang/CIndex.cpp | 2 ++
5 files changed, 13 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 compiler-rt.
from 965efde [esan|cfrag] Add the skeleton to handle the cfrag argument
new da1eadd [profile] Fix PR/27917
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/profile/InstrProfilingValue.c | 7 ++++---
1 file changed, 4 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 e781066 [pdb] Add unit tests for PDB MappedBlockStream and zero copy
new 6aef9f9 Add support for metadata attachments for global variables.
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/BitCodeFormat.rst | 10 +++++++
docs/LangRef.rst | 5 ++--
include/llvm/Bitcode/LLVMBitCodes.h | 3 ++
include/llvm/IR/Function.h | 45 +---------------------------
include/llvm/IR/GlobalObject.h | 54 ++++++++++++++++++++++++++++++++--
include/llvm/IR/GlobalVariable.h | 4 +++
lib/AsmParser/LLParser.cpp | 24 ++++++++++-----
lib/AsmParser/LLParser.h | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 39 ++++++++++++++++++------
lib/Bitcode/Writer/BitcodeWriter.cpp | 42 ++++++++++++++++++--------
lib/Bitcode/Writer/ValueEnumerator.cpp | 16 ++++++----
lib/Bitcode/Writer/ValueEnumerator.h | 4 +--
lib/IR/AsmWriter.cpp | 15 ++++++++--
lib/IR/Function.cpp | 6 ++--
lib/IR/Globals.cpp | 10 +++++--
lib/IR/LLVMContextImpl.h | 4 +--
lib/IR/Metadata.cpp | 26 ++++++++--------
test/Assembler/metadata.ll | 19 ++++++++----
18 files changed, 217 insertions(+), 110 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 clang.
from 649d574 [CUDA] Conservatively mark inline asm as convergent.
new 5e67eaf [AMDGPU] Set default dwarf version to 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/Driver/ToolChains.h | 1 +
test/Driver/amdgpu-toolchain.c | 3 +++
2 files changed, 4 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 c590383 Speculative build fix for codeview type dumper API change
new 1cd242f CodeGen: Refactor renameDisconnectedComponents() as a pass
new e781066 [pdb] Add unit tests for PDB MappedBlockStream and zero copy
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/CodeGen/LiveInterval.h | 72 ----
include/llvm/CodeGen/LiveIntervalAnalysis.h | 5 -
include/llvm/CodeGen/Passes.h | 5 +
include/llvm/DebugInfo/PDB/Raw/IPDBFile.h | 8 +-
include/llvm/DebugInfo/PDB/Raw/InfoStream.h | 1 +
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h | 8 +-
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 10 +-
include/llvm/InitializePasses.h | 1 +
include/llvm/Support/Allocator.h | 2 +
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/LiveInterval.cpp | 267 +-------------
lib/CodeGen/LiveIntervalAnalysis.cpp | 16 -
lib/CodeGen/LiveRangeUtils.h | 62 ++++
lib/CodeGen/MachineScheduler.cpp | 12 +-
lib/CodeGen/RenameIndependentSubregs.cpp | 388 +++++++++++++++++++++
lib/CodeGen/TargetPassConfig.cpp | 5 +
lib/DebugInfo/PDB/Raw/InfoStream.cpp | 1 +
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 7 +-
lib/DebugInfo/PDB/Raw/ModStream.cpp | 1 +
lib/DebugInfo/PDB/Raw/SymbolStream.cpp | 1 +
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 1 +
test/CodeGen/AMDGPU/rename-independent-subregs.mir | 30 ++
unittests/DebugInfo/PDB/CMakeLists.txt | 1 +
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 161 +++++++++
25 files changed, 682 insertions(+), 385 deletions(-)
create mode 100644 lib/CodeGen/LiveRangeUtils.h
create mode 100644 lib/CodeGen/RenameIndependentSubregs.cpp
create mode 100644 test/CodeGen/AMDGPU/rename-independent-subregs.mir
create mode 100644 unittests/DebugInfo/PDB/MappedBlockStreamTest.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 5830c5c [X86]: Add a pattern that uses GR16_ABCD rather than GR32_ABC [...]
new c590383 Speculative build fix for codeview type dumper API 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:
tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.