This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6e9d6c255ea Move the debuginfo-dce-or test into debuginfo-variables.ll, NFC
new ff17b09f19b Factor out common condition into an easier to understand he [...]
new 792927c7683 Fix the syntax highlighting of strings in dwarfdump.
new 0d2725c460e [GlobalMerge] Allow merging of dllexported variables
new c0afb8925db [X86] Remove unused multiclass argument. NFC
new e985e4a8d3e [X86] Simplify X86DAGToDAGISel::matchBEXTRFromAnd by creati [...]
The 5 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/GlobalMerge.cpp | 9 ++++--
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 8 +++---
lib/DebugInfo/DWARF/SyntaxHighlighting.cpp | 12 ++++++--
lib/DebugInfo/DWARF/SyntaxHighlighting.h | 2 ++
lib/Target/X86/X86ISelDAGToDAG.cpp | 44 ++++--------------------------
lib/Target/X86/X86ISelLowering.cpp | 1 +
lib/Target/X86/X86ISelLowering.h | 3 ++
lib/Target/X86/X86InstrCompiler.td | 31 +++++++++++++++++++++
lib/Target/X86/X86InstrInfo.td | 8 ++++--
test/CodeGen/ARM/global-merge-dllexport.ll | 12 ++++++--
10 files changed, 77 insertions(+), 53 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 fc5c4dcc7a0 Revert "[ThinLTO] Add GraphTraits for FunctionSummaries"
new 6e9d6c255ea Move the debuginfo-dce-or test into debuginfo-variables.ll, NFC
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:
test/Transforms/InstCombine/debuginfo-dce-or.ll | 44 ----------------------
test/Transforms/InstCombine/debuginfo-variables.ll | 12 +++++-
2 files changed, 10 insertions(+), 46 deletions(-)
delete mode 100644 test/Transforms/InstCombine/debuginfo-dce-or.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 gcc.
from 6fae9f177ce 2018-02-12 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new e1630efa6d3 2018-02-12 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 544c0e1180c 2018-02-12 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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:
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gfortran.dg/read_dir.f90 | 4 ++--
2 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 llvm.
from 4863252becc [DebugInfo] Unify ChecksumKind and Checksum value in DIFile
new c91f4ccc3d8 Revert "Follow on to rL324854 (Added tests)" as part of r32 [...]
new fc5c4dcc7a0 Revert "[ThinLTO] Add GraphTraits for FunctionSummaries"
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/IR/ModuleSummaryIndex.h | 150 +-----------------------
lib/IR/ModuleSummaryIndex.cpp | 24 ----
lib/LTO/LTO.cpp | 7 --
lib/Transforms/IPO/FunctionImport.cpp | 2 +-
test/ThinLTO/X86/module_summary_graph_traits.ll | 58 ---------
5 files changed, 2 insertions(+), 239 deletions(-)
delete mode 100644 test/ThinLTO/X86/module_summary_graph_traits.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 gcc-6-branch
in repository gcc.
from bd1b318a6de 2018-02-12 Francois-Xavier Coudert <fxcoudert(a)gcc.gnu.org>
new 0a806650771 2018-02-12 Thomas Koenig <tkoenig(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 | 5 +++++
gcc/fortran/trans-intrinsic.c | 20 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
.../gfortran.dg/{shape_8.f90 => shape_9.f90} | 9 +++++----
4 files changed, 35 insertions(+), 4 deletions(-)
copy gcc/testsuite/gfortran.dg/{shape_8.f90 => shape_9.f90} (67%)
--
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 c3acffd17 Remove dead code for handling DWARF pubnames
new b90a84cb6 Remove the pubnames support from the Xcode project.
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:
lldb.xcodeproj/project.pbxproj | 240 +++++------------------------------------
1 file changed, 24 insertions(+), 216 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-7-branch
in repository gcc.
from 51792b2e029 2018-02-12 Francois-Xavier Coudert <fxcoudert(a)gcc.gnu.org>
new aeb7f625b34 2018-02-12 Thomas Koenig <tkoenig(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 | 6 ++++++
gcc/fortran/trans-intrinsic.c | 20 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
.../gfortran.dg/{shape_8.f90 => shape_9.f90} | 9 +++++----
4 files changed, 36 insertions(+), 4 deletions(-)
copy gcc/testsuite/gfortran.dg/{shape_8.f90 => shape_9.f90} (67%)
--
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 2d4ecfe2570 compiler: error on func declaration/definition
new 6fae9f177ce 2018-02-12 Thomas Koenig <tkoenig(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:
libgfortran/ChangeLog | 31 +++++++++++++++++
libgfortran/generated/reshape_c10.c | 2 +-
libgfortran/generated/reshape_c16.c | 2 +-
libgfortran/generated/reshape_c4.c | 2 +-
libgfortran/generated/reshape_c8.c | 2 +-
libgfortran/generated/reshape_i16.c | 2 +-
libgfortran/generated/reshape_i4.c | 2 +-
libgfortran/generated/reshape_i8.c | 2 +-
libgfortran/generated/reshape_r10.c | 2 +-
libgfortran/generated/reshape_r16.c | 2 +-
libgfortran/generated/reshape_r4.c | 2 +-
libgfortran/generated/reshape_r8.c | 2 +-
libgfortran/intrinsics/date_and_time.c | 6 ++--
libgfortran/intrinsics/reshape_generic.c | 4 +--
libgfortran/io/format.c | 5 +--
libgfortran/io/list_read.c | 4 +--
libgfortran/io/write.c | 4 +--
libgfortran/libgfortran.h | 60 ++++++++++++++++++++------------
libgfortran/m4/reshape.m4 | 2 +-
19 files changed, 93 insertions(+), 45 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 a2e33f36d20 [InstCombine] add tests for missing fdiv fold; NFC
new 4ac9cb02bcc [InstCombine] X / (X * Y) --> 1.0 / Y
new 4863252becc [DebugInfo] Unify ChecksumKind and Checksum value in DIFile
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/IR/DIBuilder.h | 9 ++-
include/llvm/IR/DebugInfoMetadata.h | 74 +++++++++++++++------
lib/AsmParser/LLParser.cpp | 23 +++++--
lib/Bitcode/Reader/MetadataLoader.cpp | 13 +++-
lib/Bitcode/Writer/BitcodeWriter.cpp | 11 ++-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 21 ++++--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 7 +-
lib/IR/AsmWriter.cpp | 16 ++---
lib/IR/DIBuilder.cpp | 4 +-
lib/IR/DebugInfoMetadata.cpp | 37 ++++++-----
lib/IR/LLVMContextImpl.h | 15 ++---
lib/IR/Verifier.cpp | 32 ++++-----
.../InstCombine/InstCombineMulDivRem.cpp | 10 +++
test/Assembler/debug-info.ll | 19 +++---
test/Bitcode/upgrade-dbg-checksum.ll | 19 ++++++
test/Bitcode/upgrade-dbg-checksum.ll.bc | Bin 0 -> 1164 bytes
test/Transforms/InstCombine/fdiv.ll | 8 +--
test/Verifier/DIFile.ll | 3 +-
unittests/IR/MetadataTest.cpp | 17 ++---
19 files changed, 210 insertions(+), 128 deletions(-)
create mode 100644 test/Bitcode/upgrade-dbg-checksum.ll
create mode 100644 test/Bitcode/upgrade-dbg-checksum.ll.bc
--
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 cb9ffaa3e2 Add a unit test for Driver::getDefaultModuleCachePath().
new ffa1466073 [DebugInfo] Update Checksum handling in CGDebugInfo
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/CGDebugInfo.cpp | 24 ++++++++++++++----------
lib/CodeGen/CGDebugInfo.h | 4 ++--
2 files changed, 16 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.