This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 40ec86bcc29 Break verification down into smaller functions to keep code clean.
new 822fa3007be Fix typos in comment
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/Scalar/GuardWidening.cpp | 8 ++++----
1 file changed, 4 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 f46090cd21f Remove ipa_update_after_lto_read
new d00ce6b9984 Fix typo in common.opt
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 | 4 ++++
gcc/common.opt | 2 +-
2 files changed, 5 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 llvm.
from b95636bcabf [CodeView] Remove constructor initialization of a removed field.
new a82b376f696 [IR] Abstract away ArgNo+1 attribute indexing as much as possible
new 48d0c2805c0 Fix PPC64 warning for missing parantheses. NFC.
new 40ec86bcc29 Break verification down into smaller functions to keep code clean.
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:
include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 49 +++
include/llvm/IR/Attributes.h | 12 +-
include/llvm/IR/CallSite.h | 16 +-
include/llvm/IR/Function.h | 43 +--
include/llvm/IR/Instructions.h | 28 +-
lib/Analysis/CFLGraph.h | 2 +-
lib/CodeGen/GlobalISel/CallLowering.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 309 +++++++++---------
lib/IR/Attributes.cpp | 4 +-
lib/IR/Function.cpp | 15 +-
lib/IR/Instructions.cpp | 32 +-
lib/Target/AArch64/AArch64CallLowering.cpp | 2 +-
lib/Target/ARM/ARMCallLowering.cpp | 2 +-
lib/Target/X86/X86WinEHState.cpp | 2 +-
lib/Transforms/Coroutines/CoroSplit.cpp | 4 +-
lib/Transforms/IPO/ArgumentPromotion.cpp | 8 +-
lib/Transforms/IPO/FunctionAttrs.cpp | 6 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +-
.../Instrumentation/DataFlowSanitizer.cpp | 18 +-
lib/Transforms/Instrumentation/InstrProfiling.cpp | 4 +-
lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h | 2 +-
.../Scalar/CorrelatedValuePropagation.cpp | 2 +-
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 7 +-
lib/Transforms/Utils/BuildLibCalls.cpp | 349 ++++++++++-----------
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 7 +-
lib/Transforms/Utils/SimplifyLibCalls.cpp | 2 +-
.../ExecutionEngine/Orc/IndirectionUtilsTest.cpp | 20 +-
utils/TableGen/IntrinsicEmitter.cpp | 5 +-
28 files changed, 527 insertions(+), 427 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 c33eae37f4 Revert r302037
new 26cbf26b4d [IR] Abstract away ArgNo+1 attribute indexing as much as possible
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/CGObjCGNU.cpp | 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 gcc-6-branch
in repository gcc.
from c63f0e5293c Daily bump.
new ff789ef969f Backport from mainline 2017-05-01 Uros Bizjak <ubizjak@ [...]
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 | 10 ++++++++++
gcc/config/i386/cpuid.h | 6 ++++--
2 files changed, 14 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 b93df0801a2 [RuntimeLoopUnroller] Add assert that we dont unroll non-ro [...]
new b95636bcabf [CodeView] Remove constructor initialization of a removed field.
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/DebugInfo/CodeView/ModuleDebugLineFragment.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 bd87726db47 [bpf] add relocation support
new c59f00f5e0e [CodeView] Remove unused private field. NFCI.
new 43f488639f9 Delete dead function causing compilation failure.
new b93df0801a2 [RuntimeLoopUnroller] Add assert that we dont unroll non-ro [...]
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:
include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h | 1 -
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 7 +++++++
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 6 ------
3 files changed, 7 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 450661e57ca Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake"
new bd87726db47 [bpf] add relocation support
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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 32 ++++++++++++++++++++++
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 3 ++
lib/MC/MCObjectFileInfo.cpp | 4 +++
test/CodeGen/BPF/{ex1.ll => reloc.ll} | 19 ++++++-------
4 files changed, 47 insertions(+), 11 deletions(-)
copy test/CodeGen/BPF/{ex1.ll => reloc.ll} (85%)
--
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 ff945996648 [CodeView] Use actual strings for dealing with checksums an [...]
new 450661e57ca Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake"
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:
cmake/config-ix.cmake | 10 ++++++++++
cmake/modules/AddSphinxTarget.cmake | 13 -------------
docs/CMakeLists.txt | 2 +-
3 files changed, 11 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 2c038deab68 ARM: add extra test for addrmode folding.
new f393f97e655 [llvm-readobj] Update readobj to re-use parsing code.
new ff945996648 [CodeView] Use actual strings for dealing with checksums an [...]
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:
.../CodeView/ModuleDebugFileChecksumFragment.h | 10 ++-
.../CodeView/ModuleDebugInlineeLinesFragment.h | 13 ++--
.../DebugInfo/CodeView/ModuleDebugLineFragment.h | 11 ++-
include/llvm/DebugInfo/CodeView/StringTable.h | 9 ++-
.../DebugInfo/CodeView/SymbolVisitorDelegate.h | 4 +-
include/llvm/DebugInfo/PDB/Native/PDBStringTable.h | 7 +-
.../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 3 +
include/llvm/Support/BinaryStreamArray.h | 2 +
include/llvm/Support/BinaryStreamRef.h | 3 +
.../CodeView/ModuleDebugFileChecksumFragment.cpp | 21 +++---
.../CodeView/ModuleDebugInlineeLinesFragment.cpp | 17 +++--
lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp | 14 ++--
lib/DebugInfo/CodeView/StringTable.cpp | 18 +++--
lib/DebugInfo/CodeView/SymbolDumper.cpp | 25 +++----
lib/DebugInfo/PDB/Native/PDBStringTable.cpp | 20 ++++--
tools/llvm-pdbdump/Diff.cpp | 26 +++++--
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 26 ++++---
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 9 ++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 53 ++++----------
tools/llvm-readobj/COFFDumper.cpp | 80 +++++++++++-----------
tools/llvm-readobj/llvm-readobj.h | 5 ++
unittests/DebugInfo/PDB/ErrorChecking.h | 12 ++++
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 19 +++--
23 files changed, 243 insertions(+), 164 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.