This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1df4f64 Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignmen [...]
new 42dcce5 [IndVarSimplify][DebugLoc] When widening the exit loop condit [...]
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/IndVarSimplify.cpp | 5 +++++
test/DebugInfo/Generic/indvar-discriminator.ll | 8 ++++++++
2 files changed, 13 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 c982495 [PP] Replace some uses of unsigned with size_t
new f16d077 [modules] PR28812: Modules can return duplicate field decls.
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/Sema/SemaDeclCXX.cpp | 11 +++++++++--
test/Modules/Inputs/PR28812/Textual.h | 11 +++++++++++
test/Modules/Inputs/PR28812/a.h | 1 +
test/Modules/Inputs/PR28812/b.h | 1 +
.../{odr/module.map => PR28812/module.modulemap} | 4 ++--
test/Modules/pr28812.cpp | 22 ++++++++++++++++++++++
6 files changed, 46 insertions(+), 4 deletions(-)
create mode 100644 test/Modules/Inputs/PR28812/Textual.h
create mode 100644 test/Modules/Inputs/PR28812/a.h
create mode 100644 test/Modules/Inputs/PR28812/b.h
copy test/Modules/Inputs/{odr/module.map => PR28812/module.modulemap} (55%)
create mode 100644 test/Modules/pr28812.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 de2f92b DebugInfo: support for DWARFv5 DW_AT_alignment attribute
new 1df4f64 Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignmen [...]
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/SourceLevelDebugging.rst | 47 ++++----
include/llvm/IR/DebugInfoMetadata.h | 4 +-
include/llvm/Support/Dwarf.h | 1 -
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 12 +-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 13 ---
lib/Support/Dwarf.cpp | 2 -
test/DebugInfo/X86/align_c11.ll | 83 --------------
test/DebugInfo/X86/align_cpp11.ll | 172 ----------------------------
test/DebugInfo/X86/align_objc.ll | 98 ----------------
test/DebugInfo/X86/dwarf-public-names.ll | 8 +-
10 files changed, 28 insertions(+), 412 deletions(-)
delete mode 100644 test/DebugInfo/X86/align_c11.ll
delete mode 100644 test/DebugInfo/X86/align_cpp11.ll
delete mode 100644 test/DebugInfo/X86/align_objc.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 clang.
from 16273da PP: Remove unused parameters from methods
new c982495 [PP] Replace some uses of unsigned with size_t
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/Lex/PPDirectives.cpp | 12 +++++-------
1 file changed, 5 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 glibc.
from abff18c Fix atomic_fetch_xor_release.
new 2bce303 Add note on MALLOC_MMAP_* environment variables
new c1234e6 Document the M_ARENA_* mallopt parameters
new aceb22c Remove references to sbrk to grow/shrink arenas
new 68fc2cc Remove redundant definitions of M_ARENA_* macros
The 4 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:
ChangeLog | 14 +++++
malloc/malloc.c | 6 --
manual/memory.texi | 175 ++++++++++++++++++++++++++++++++---------------------
3 files changed, 121 insertions(+), 74 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 d9cf653 Daily bump.
new 289aebd gen-pass-instances.awk is sensitive to the order in which p [...]
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/avr/avr-passes.def | 23 +++++++++++++----------
2 files changed, 23 insertions(+), 10 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 gimplefe
in repository gcc.
from 98c5e18 Merge remote-tracking branch 'trunk' of git://gcc.gnu.org/git [...]
new 2a24dcd 2016-10-26 Richard Biener <rguenther(a)suse.de>
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/c/c-parser.c | 12 ++----
gcc/c/gimple-parser.c | 85 ++++++++------------------------------
gcc/c/gimple-parser.h | 2 +-
gcc/cgraphunit.c | 6 +--
gcc/coretypes.h | 3 --
gcc/function.h | 9 ++--
gcc/passes.c | 72 ++++++++++++++++++--------------
gcc/testsuite/gcc.dg/gimplefe-12.c | 4 +-
gcc/testsuite/gcc.dg/gimplefe-13.c | 4 +-
gcc/tree-pass.h | 5 +--
gcc/tree-ssanames.c | 5 ++-
11 files changed, 76 insertions(+), 131 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 6bee13e DebugInfo: add bitcode upgrade test for alignment
new de2f92b DebugInfo: support for DWARFv5 DW_AT_alignment attribute
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/SourceLevelDebugging.rst | 47 ++++----
include/llvm/IR/DebugInfoMetadata.h | 4 +-
include/llvm/Support/Dwarf.h | 1 +
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 12 +-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 13 +++
lib/Support/Dwarf.cpp | 2 +
test/DebugInfo/X86/align_c11.ll | 83 ++++++++++++++
test/DebugInfo/X86/align_cpp11.ll | 172 ++++++++++++++++++++++++++++
test/DebugInfo/X86/align_objc.ll | 98 ++++++++++++++++
test/DebugInfo/X86/dwarf-public-names.ll | 8 +-
10 files changed, 412 insertions(+), 28 deletions(-)
create mode 100644 test/DebugInfo/X86/align_c11.ll
create mode 100644 test/DebugInfo/X86/align_cpp11.ll
create mode 100644 test/DebugInfo/X86/align_objc.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 clang.
from e0d538f Bug 28065 - clang-format incorrectly aligns backslash.
new 16273da PP: Remove unused parameters from methods
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/Lex/Preprocessor.h | 6 +++---
lib/Lex/PPDirectives.cpp | 12 ++++++------
2 files changed, 9 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 2a38659 [XRay] Be case-insensitive for error strings
new 6bee13e DebugInfo: add bitcode upgrade test for alignment
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/Bitcode/dilocalvariable-3.9.ll | 23 +++++++++++++++++++++++
test/Bitcode/dilocalvariable-3.9.ll.bc | Bin 0 -> 1792 bytes
2 files changed, 23 insertions(+)
create mode 100644 test/Bitcode/dilocalvariable-3.9.ll
create mode 100644 test/Bitcode/dilocalvariable-3.9.ll.bc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.