This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from de4d0a8 Convert CommandObjectCommands to entry-based Args access.
new b567ce2 Convert CommandObjectFrame to entry-based Args access.
new 274f320 Set the address size based on the target's arch instead of us [...]
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:
source/Commands/CommandObjectFrame.cpp | 59 ++++++++--------------
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 5 +-
2 files changed, 24 insertions(+), 40 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 94c20c0 [CodeGen] Fix invalid DWARF info on Win64
new 3f98c18 Revert "[CodeGen] Fix invalid DWARF info on Win64"
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/Extensions.rst | 2 +-
include/llvm/MC/MCStreamer.h | 2 +-
include/llvm/MC/MCWinCOFFStreamer.h | 2 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +-
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 4 +--
lib/CodeGen/AsmPrinter/DIE.cpp | 2 +-
lib/MC/MCAsmStreamer.cpp | 6 ++--
lib/MC/MCCodeView.cpp | 2 +-
lib/MC/MCParser/COFFAsmParser.cpp | 15 +---------
lib/MC/MCStreamer.cpp | 5 ++--
lib/MC/WinCOFFStreamer.cpp | 15 ++--------
test/DebugInfo/X86/ref_addr_relocation.ll | 48 +++++++++++-------------------
13 files changed, 35 insertions(+), 72 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 f5f0b6e runtime: remove some unused variables/declarations from r [...]
new d3ab295 Split class rtx_reader into md_reader vs rtx_reader
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 | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/genpreds.c | 6 ++--
gcc/read-md.c | 90 ++++++++++++++++++++++++------------------------
gcc/read-md.h | 59 ++++++++++++++++++++++++--------
gcc/read-rtl.c | 43 +++++++++++++++++------
5 files changed, 231 insertions(+), 73 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 777b5c3 Make a DWARF generator so we can unit test DWARF APIs with gtest.
new 94c20c0 [CodeGen] Fix invalid DWARF info on Win64
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/Extensions.rst | 2 +-
include/llvm/MC/MCStreamer.h | 2 +-
include/llvm/MC/MCWinCOFFStreamer.h | 2 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +-
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 4 +--
lib/CodeGen/AsmPrinter/DIE.cpp | 2 +-
lib/MC/MCAsmStreamer.cpp | 6 ++--
lib/MC/MCCodeView.cpp | 2 +-
lib/MC/MCParser/COFFAsmParser.cpp | 15 +++++++++-
lib/MC/MCStreamer.cpp | 5 ++--
lib/MC/WinCOFFStreamer.cpp | 15 ++++++++--
test/DebugInfo/X86/ref_addr_relocation.ll | 48 +++++++++++++++++++-----------
13 files changed, 72 insertions(+), 35 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 ba452ac Work around a bogus warning on MSVC.
new de4d0a8 Convert CommandObjectCommands to entry-based Args access.
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/Commands/CommandObjectCommands.cpp | 322 ++++++++++++++----------------
1 file changed, 154 insertions(+), 168 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 267119f [Driver][Darwin] Disable default stack protector levels in fr [...]
new acc4bb8 Loosen checks for _MSC_FULL_VER under -fms-extensions.
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/Driver/msc-version.c | 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 llvm.
from d7bfb58 CFI-icall on Thumb
new 777b5c3 Make a DWARF generator so we can unit test DWARF APIs with gtest.
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/llvm/CodeGen/DIE.h | 100 ++-
include/llvm/CodeGen/DIEValue.def | 1 +
include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 4 +
include/llvm/MC/MCContext.h | 6 +-
lib/CodeGen/AsmPrinter/DIE.cpp | 294 ++++++--
lib/CodeGen/AsmPrinter/DIEHash.cpp | 6 +
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 70 +-
lib/CodeGen/AsmPrinter/DwarfFile.h | 15 +-
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/DwarfGenerator.cpp | 262 +++++++
lib/CodeGen/DwarfGenerator.h | 231 ++++++
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 9 +
unittests/DebugInfo/DWARF/CMakeLists.txt | 8 +
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 790 +++++++++++++++++++++
14 files changed, 1646 insertions(+), 151 deletions(-)
create mode 100644 lib/CodeGen/DwarfGenerator.cpp
create mode 100644 lib/CodeGen/DwarfGenerator.h
create mode 100644 unittests/DebugInfo/DWARF/DWARFDebugInfoTest.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 lldb.
from 328a6b6 Improve crashlog.py so it can handle more iOS crashlog files.
new ba452ac Work around a bogus warning on MSVC.
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/lldb/Target/Target.h | 12 ++++++++++++
1 file changed, 12 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 43b343e LTO: Remove the unused Config::Features field.
new d7bfb58 CFI-icall on Thumb
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/IPO/LowerTypeTests.cpp | 18 +++++++++---
test/Transforms/LowerTypeTests/function.ll | 44 +++++++++++++++++++-----------
2 files changed, 42 insertions(+), 20 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 a3b3f74 Daily bump.
new f5f0b6e runtime: remove some unused variables/declarations from r [...]
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/go/gofrontend/MERGE | 2 +-
libgo/runtime/runtime.h | 4 ----
2 files changed, 1 insertion(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.