This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from e8d8e27da Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledName
new b45e3e370 [SymbolFilePDB] Add support for function symbols
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:
lit/SymbolFile/PDB/Inputs/FuncSymbols.cpp | 16 +
lit/SymbolFile/PDB/Inputs/FuncSymbolsTestMain.cpp | 59 ++
lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp | 2 +-
lit/SymbolFile/PDB/func-symbols.test | 47 ++
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 79 ++-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 657 +++++++++++++++++++++-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 33 ++
7 files changed, 872 insertions(+), 21 deletions(-)
create mode 100644 lit/SymbolFile/PDB/Inputs/FuncSymbols.cpp
create mode 100644 lit/SymbolFile/PDB/Inputs/FuncSymbolsTestMain.cpp
create mode 100644 lit/SymbolFile/PDB/func-symbols.test
--
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 00088b80667 [bugpoint] Simplify reducers which can fail verification, NFC
new db43c8fed62 [lit] Pass CLANG env var to testing configuration
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:
utils/lit/lit/TestingConfig.py | 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 683b0c59a0c DebugInfo/llvm-symbolizer: Test symbolizing Split DWARF wit [...]
new 33a891ee1f1 [bugpoint] Avoid noisy errors by passing a valid opt to tests
new a1b53a04f19 [bugpoint] Delete a dead cl::opt (-child-output)
new 00088b80667 [bugpoint] Simplify reducers which can fail verification, NFC
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:
test/BugPoint/compile-custom.ll | 2 +-
test/BugPoint/crash-narrowfunctiontest.ll | 2 +-
test/BugPoint/invalid-debuginfo.ll | 2 +-
test/BugPoint/metadata.ll | 6 +--
test/BugPoint/named-md.ll | 2 +-
test/BugPoint/remove_arguments_test.ll | 2 +-
test/BugPoint/replace-funcs-with-null.ll | 2 +-
tools/bugpoint/CrashDebugger.cpp | 83 +++++++++++++++----------------
tools/bugpoint/ExtractFunction.cpp | 5 +-
tools/bugpoint/OptimizerDriver.cpp | 3 --
10 files changed, 50 insertions(+), 59 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 8c824db15ae [ORC] Remove Layer handles from the layer concept.
new 683b0c59a0c DebugInfo/llvm-symbolizer: Test symbolizing Split DWARF wit [...]
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:
.../Inputs/split-dwarf-no-skel-address.dwo | Bin 0 -> 968 bytes
test/DebugInfo/Inputs/split-dwarf-no-skel-address.o | Bin 0 -> 2904 bytes
...llvm-symbolizer-split-dwarf-no-skel-address.test | 20 ++++++++++++++++++++
3 files changed, 20 insertions(+)
create mode 100644 test/DebugInfo/Inputs/split-dwarf-no-skel-address.dwo
create mode 100644 test/DebugInfo/Inputs/split-dwarf-no-skel-address.o
create mode 100644 test/DebugInfo/llvm-symbolizer-split-dwarf-no-skel-address.test
--
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 4d259cd597 [CFG] Squash an unused variable introduced in r324668.
new 9a2d78fdc5 AST: support ObjC lifetime qualifiers in MS ABI
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/AST/MicrosoftMangle.cpp | 65 +++++++++++++++++++++--
test/CodeGenObjCXX/msabi-objc-extensions.mm | 66 ++++++++++++++++++++++++
test/CodeGenObjCXX/msabi-protocol-conformance.mm | 34 ------------
3 files changed, 126 insertions(+), 39 deletions(-)
create mode 100644 test/CodeGenObjCXX/msabi-objc-extensions.mm
delete mode 100644 test/CodeGenObjCXX/msabi-protocol-conformance.mm
--
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 89f42483f9a Make test changes added in r324584 more robust by using a r [...]
new 8c824db15ae [ORC] Remove Layer handles from the layer concept.
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:
.../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 11 +-
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 12 +-
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 10 +-
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 12 +-
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 12 +-
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 21 ++-
include/llvm-c/OrcBindings.h | 2 +-
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 98 +++++++-------
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 14 +-
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 23 +---
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 21 ++-
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 68 +++++-----
.../ExecutionEngine/Orc/ObjectTransformLayer.h | 32 ++---
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 91 ++++++-------
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 144 ++++++++-------------
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 17 +--
tools/lli/OrcLazyJIT.h | 29 ++---
.../Orc/ObjectTransformLayerTest.cpp | 76 +++++------
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 30 +++--
19 files changed, 313 insertions(+), 410 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 a96d0f2afe5 Fix ICE in find_taken_edge_computed_goto (PR 84136)
new 7b0db09c167 [LVU] Introduce location views
new 8f6f363882e [IEPM] Introduce inline entry point markers
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/ChangeLog | 145 ++++++++
gcc/cfgexpand.c | 9 +
gcc/common.opt | 7 +
gcc/config.in | 6 +
gcc/configure | 46 +++
gcc/configure.ac | 18 +-
gcc/doc/gimple.texi | 18 +
gcc/doc/invoke.texi | 29 ++
gcc/doc/rtl.texi | 24 +-
gcc/dwarf2asm.c | 29 ++
gcc/dwarf2asm.h | 4 +
gcc/dwarf2out.c | 899 ++++++++++++++++++++++++++++++++++++++++++----
gcc/dwarf2out.h | 4 +-
gcc/final.c | 175 ++++++++-
gcc/gimple-pretty-print.c | 13 +
gcc/gimple.c | 21 ++
gcc/gimple.h | 18 +-
gcc/insn-notes.def | 4 +
gcc/print-rtl.c | 5 +
gcc/rtl.h | 7 +-
gcc/toplev.c | 16 +
gcc/tree-inline.c | 7 +
gcc/tree-ssa-live.c | 27 +-
gcc/var-tracking.c | 1 +
include/ChangeLog | 9 +
include/dwarf2.def | 2 +
include/dwarf2.h | 8 +
27 files changed, 1454 insertions(+), 97 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 5aa15f49a29 [GISel]: Verify COPIES involving generic registers.
new 89f42483f9a Make test changes added in r324584 more robust by using a 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:
test/MC/Mips/mips1/valid.s | 20 ++++++++++----------
test/MC/Mips/mips2/valid.s | 20 ++++++++++----------
test/MC/Mips/mips32/valid.s | 20 ++++++++++----------
test/MC/Mips/mips32r2/valid.s | 24 ++++++++++++------------
test/MC/Mips/mips32r3/valid.s | 24 ++++++++++++------------
test/MC/Mips/mips32r5/valid.s | 24 ++++++++++++------------
6 files changed, 66 insertions(+), 66 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 945b034082 [modules] Fix incorrect diagnostic mapping computation when [...]
new 4d259cd597 [CFG] Squash an unused variable introduced in r324668.
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/Analysis/CFG.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 master
in repository lld.
from 1785a0a50 Rename confusing variable names in a test.
new 30f5778f2 Remove redundant semicolon.
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:
ELF/Driver.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.