This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dd9d04ad20e [lit] Fix problem in how Python versions open files with di [...]
new 73bcd8b27c5 [ORC] Create a new SymbolStringPool by default in Execution [...]
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:
.../Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 4 +---
.../Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 4 +---
.../Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 3 +--
.../Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 4 +---
.../Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 4 +---
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 4 +---
include/llvm/ExecutionEngine/Orc/Core.h | 11 ++++++-----
lib/ExecutionEngine/Orc/Core.cpp | 8 --------
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 3 +--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 4 ++--
tools/lli/OrcLazyJIT.h | 3 ++-
unittests/ExecutionEngine/Orc/CompileOnDemandLayerTest.cpp | 3 +--
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 11 ++++-------
unittests/ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 5 ++---
unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp | 3 +--
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp | 12 ++++--------
16 files changed, 29 insertions(+), 57 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 97c7a6a68b Revert __dirfd PLT avoidance for now
new 171488a2de hurd: whitelist rtld symbols expected to be overridable
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:
ChangeLog | 2 ++
sysdeps/mach/hurd/localplt.data | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 sysdeps/mach/hurd/localplt.data
--
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 01621ff0d61 [InstCombine] add folds for icmp + sub (PR36969)
new dd9d04ad20e [lit] Fix problem in how Python versions open files with di [...]
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/TestRunner.py | 45 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 44 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 4e5dad45d62 [InstCombine] add tests for icmp (sub x, y), x (PR36969); NFC
new 01621ff0d61 [InstCombine] add folds for icmp + sub (PR36969)
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/InstCombine/InstCombineCompares.cpp | 9 +++++++--
test/Transforms/InstCombine/icmp.ll | 6 ++----
2 files changed, 9 insertions(+), 6 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 9b666b71a3d Another attempt to fix papertrail-warnings.test on Windows [...]
new 4e5dad45d62 [InstCombine] add tests for icmp (sub x, y), x (PR36969); 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/icmp.ll | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 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 ba6d4973fc Fix some DenseMap use-after-rehash bugs and hoist MethodVFTa [...]
new eadc8a81ef [MS] Emit vftable thunks for functions with incomplete prototypes
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/CGCall.cpp | 4 +-
lib/CodeGen/CGVTables.cpp | 202 ++++++++++++----------
lib/CodeGen/CGVTables.h | 10 +-
lib/CodeGen/CodeGenFunction.h | 9 +-
lib/CodeGen/CodeGenModule.h | 3 +-
lib/CodeGen/CodeGenTypes.h | 3 +-
lib/CodeGen/MicrosoftCXXABI.cpp | 3 +-
test/CodeGenCXX/ms-thunks-unprototyped-return.cpp | 15 ++
test/CodeGenCXX/ms-thunks-unprototyped.cpp | 56 ++++++
9 files changed, 202 insertions(+), 103 deletions(-)
create mode 100644 test/CodeGenCXX/ms-thunks-unprototyped-return.cpp
create mode 100644 test/CodeGenCXX/ms-thunks-unprototyped.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 a21e8162163 Fix header mismatch in DIBuilder Type APIs
new 9b666b71a3d Another attempt to fix papertrail-warnings.test on Windows [...]
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/tools/dsymutil/X86/papertrail-warnings.test | 6 +++---
1 file changed, 3 insertions(+), 3 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 2c7723b2b6 [Attr] [NFC] Revert accidental change from r327405
new ba6d4973fc Fix some DenseMap use-after-rehash bugs and hoist MethodVFTa [...]
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/AST/Mangle.h | 4 ++-
include/clang/AST/VTableBuilder.h | 71 ++++++++++++++++++++-------------------
lib/AST/MicrosoftMangle.cpp | 24 +++++--------
lib/AST/VTableBuilder.cpp | 21 +++++-------
lib/CodeGen/CGDebugInfo.cpp | 2 +-
lib/CodeGen/MicrosoftCXXABI.cpp | 25 ++++++--------
6 files changed, 69 insertions(+), 78 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 e24a51cdce Temporarily revert r328404:
new 2c7723b2b6 [Attr] [NFC] Revert accidental change from r327405
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/StaticAnalyzer/Checkers/MallocChecker.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 10cfc0fef [PPC64] Write plt stubs for ElfV2 abi
new 7e68e2c12 [PPC64] Minor changes for Plt relocations.
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/Arch/PPC64.cpp | 10 ++++++--
test/ELF/ppc64le-dynamic-relocations.s | 46 ++++++++++++++++++++++++++++++++++
test/ELF/ppc64le-plt-stub.s | 2 +-
3 files changed, 55 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/ppc64le-dynamic-relocations.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.