This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 846f55c AArch64: Set shift bit of TLSLE HI12 add instruction
new 0b61d07 LTO: Fix use-after-scope error.
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/LTO/LTOBackend.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 7505b61 Read addend from the correct location.
new 240c79e Add comments.
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/Error.h | 14 ++++++++++++++
1 file changed, 14 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 lld.
from 6417b45 Use InputFile::Symbol instead of auto for consistency.
new ee91163 [LTO] Fully qualify make_unique to make MSVC happy.
new 7505b61 Read addend from the correct location.
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:
ELF/LTO.cpp | 2 +-
ELF/MarkLive.cpp | 2 +-
test/ELF/gc-sections-implicit-addend.s | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/gc-sections-implicit-addend.s
--
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 2f99205 [LTO] Add a FIXME, we shouldn't expose getComdat().
new 846f55c AArch64: Set shift bit of TLSLE HI12 add instruction
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/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 8 ++++++++
test/MC/AArch64/tls-add-shift.s | 12 ++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 test/MC/AArch64/tls-add-shift.s
--
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 8c519ef Fixed TestObjCStructArgument/i386; expressions can now call O [...]
new ed2d094 Re-commit the changes from r282565 that I had to back out bec [...]
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 | 36 +
source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 1 +
.../UnwindAssembly/x86/UnwindAssembly-x86.cpp | 1263 ++------------------
.../UnwindAssembly/x86/UnwindAssembly-x86.h | 7 +-
...bly-x86.cpp => x86AssemblyInspectionEngine.cpp} | 930 +++++---------
.../x86/x86AssemblyInspectionEngine.h | 178 +++
unittests/CMakeLists.txt | 1 +
unittests/UnwindAssembly/CMakeLists.txt | 1 +
unittests/UnwindAssembly/x86/CMakeLists.txt | 3 +
.../x86/Testx86AssemblyInspectionEngine.cpp | 281 +++++
10 files changed, 893 insertions(+), 1808 deletions(-)
copy source/Plugins/UnwindAssembly/x86/{UnwindAssembly-x86.cpp => x86AssemblyInspe [...]
create mode 100644 source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
create mode 100644 unittests/UnwindAssembly/CMakeLists.txt
create mode 100644 unittests/UnwindAssembly/x86/CMakeLists.txt
create mode 100644 unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.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 libcxx.
from b160392 [libc++] Clarify _LIBCPP_NEW_DELETE_VIS for Windows
new c0f860c Partially revert overflow checking in last_write_time
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:
src/experimental/filesystem/operations.cpp | 12 +++++++-----
1 file changed, 7 insertions(+), 5 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 lld.
from 0458857 [ELF/LTO] Switch to the new resolution-based API.
new 6417b45 Use InputFile::Symbol instead of auto for consistency.
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/InputFiles.cpp | 10 ++++------
1 file changed, 4 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 gcc.
from 5b5957c Daily bump.
new a9689f2 runtime: copy runtime.go and runtime1.go from Go 1.7
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/go/runtime/cputicks.go | 9 +
libgo/go/runtime/env_posix.go | 20 +
libgo/go/runtime/export_test.go | 47 +-
libgo/go/runtime/os_linux.go | 56 +++
libgo/go/runtime/runtime.go | 69 +++
libgo/go/runtime/runtime1.go | 509 +++++++++++++++++++++
libgo/go/runtime/runtime2.go | 6 +-
libgo/go/runtime/stubs.go | 123 ++++-
libgo/go/runtime/stubs2.go | 29 ++
.../go/{net/http/race.go => runtime/vdso_none.go} | 7 +-
libgo/runtime/env_posix.c | 4 +-
libgo/runtime/go-caller.c | 12 +-
libgo/runtime/runtime.c | 352 +++-----------
libgo/runtime/runtime.h | 65 ++-
libgo/runtime/runtime1.goc | 10 -
16 files changed, 920 insertions(+), 400 deletions(-)
create mode 100644 libgo/go/runtime/cputicks.go
create mode 100644 libgo/go/runtime/env_posix.go
create mode 100644 libgo/go/runtime/os_linux.go
create mode 100644 libgo/go/runtime/runtime.go
create mode 100644 libgo/go/runtime/runtime1.go
create mode 100644 libgo/go/runtime/stubs2.go
copy libgo/go/{net/http/race.go => runtime/vdso_none.go} (69%)
--
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 aa78838 Introduced a null check to avoid a crash in a test on i386.
new 8c519ef Fixed TestObjCStructArgument/i386; expressions can now call O [...]
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:
.../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 178 ++++++++++++++++++++-
.../Plugins/ExpressionParser/Clang/IRForTarget.h | 32 ++++
2 files changed, 209 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 2a49f50 [LTO] Expose getComdatSymbolTable() to linkers.
new 2f99205 [LTO] Add a FIXME, we shouldn't expose getComdat().
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/LTO/LTO.h | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.