This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 257f30872 [ELF] - Print LMA in a -Map file.
new 7a9217b2c [ELF] - Reveal more information in -Map file about assignments.
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/LinkerScript.cpp | 2 ++
ELF/LinkerScript.h | 6 ++--
ELF/MapFile.cpp | 18 +++++++++--
ELF/ScriptParser.cpp | 27 ++++++++---------
test/ELF/linkerscript/map-file.test | 59 ++++++++++++++++++++++--------------
test/ELF/linkerscript/map-file2.test | 1 +
6 files changed, 71 insertions(+), 42 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 af1e56959c2 [LoopInterchange] Add stats counter for number of interchan [...]
new 93c47434af5 [UpdateTestChecks] Moved core functionality of add_asm_chec [...]
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/UpdateTestChecks/asm.py | 24 +-----------------------
utils/UpdateTestChecks/common.py | 16 ++++++++++++----
2 files changed, 13 insertions(+), 27 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 bd6807a20 Initialize OffsetMap earlier.
new 257f30872 [ELF] - Print LMA in a -Map file.
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/MapFile.cpp | 29 +++++----
test/ELF/linkerscript/Inputs/map-file2.s | 19 ++++++
test/ELF/linkerscript/map-file.test | 34 ++++++----
test/ELF/linkerscript/map-file2.test | 43 ++++++++++++
test/ELF/map-file.s | 108 +++++++++++++++----------------
5 files changed, 155 insertions(+), 78 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/map-file2.s
create mode 100644 test/ELF/linkerscript/map-file2.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 glibc.
from 08e92e2443 Revert "hurd: Avoid PLTs for longjmp & siglongjmp"
new 0f33925269 manual: Move mbstouwcs to an example C file
new cf138b0c83 manual: Various fixes to the mbstouwcs example, and mbrtowc update
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:
ChangeLog | 16 ++++++++
manual/charset.texi | 94 ++++++++++++++++++++-------------------------
manual/examples/mbstouwcs.c | 53 +++++++++++++++++++++++++
3 files changed, 110 insertions(+), 53 deletions(-)
create mode 100644 manual/examples/mbstouwcs.c
--
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 60da41d8b56 [mips] Regenerate test before posting patch for constant mu [...]
new af1e56959c2 [LoopInterchange] Add stats counter for number of interchan [...]
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/LoopInterchange.cpp | 4 ++++
test/Transforms/LoopInterchange/call-instructions.ll | 6 +++++-
2 files changed, 9 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 90e863357da [UpdateTestChecks] Split core functionality of add_ir_check [...]
new 46d5e2b4515 allow custom OptBisect classes set to LLVMContext
new 60da41d8b56 [mips] Regenerate test before posting patch for constant mu [...]
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:
include/llvm/IR/LLVMContext.h | 13 +-
lib/IR/LLVMContext.cpp | 6 +-
lib/IR/LLVMContextImpl.cpp | 10 +-
lib/IR/LLVMContextImpl.h | 15 +-
test/CodeGen/Mips/const-mult.ll | 804 ++++++++++++++++++++++++++++++---
unittests/IR/LegacyPassManagerTest.cpp | 62 +++
6 files changed, 845 insertions(+), 65 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 a9e09241ca0 [UpdateTestChecks] Make add_asm_checks more like add_ir_checks
new 90e863357da [UpdateTestChecks] Split core functionality of add_ir_check [...]
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/UpdateTestChecks/common.py | 20 +++++++++++++-------
1 file changed, 13 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 llvm.
from 8caab7da3f8 [UpdateTestChecks] Remove unnecessary return from add_ir_checks
new 49d9dfff54d [LoopInterchange] Preserve LoopInfo after interchanging.
new a9e09241ca0 [UpdateTestChecks] Make add_asm_checks more like add_ir_checks
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:
lib/Transforms/Scalar/LoopInterchange.cpp | 85 ++++++++++++++++++----
.../LoopInterchange/call-instructions.ll | 2 +-
.../LoopInterchange/currentLimitation.ll | 3 +-
.../LoopInterchange/interchange-flow-dep-outer.ll | 3 +-
.../interchange-insts-between-indvar.ll | 3 +-
.../LoopInterchange/interchange-no-deps.ll | 3 +-
test/Transforms/LoopInterchange/interchangeable.ll | 2 +-
.../loop-interchange-optimization-remarks.ll | 5 +-
.../not-interchanged-dependencies-1.ll | 3 +-
.../not-interchanged-loop-nest-3.ll | 3 +-
.../not-interchanged-tightly-nested.ll | 3 +-
test/Transforms/LoopInterchange/phi-ordering.ll | 2 +-
test/Transforms/LoopInterchange/profitability.ll | 2 +-
test/Transforms/LoopInterchange/reductions.ll | 2 +-
utils/UpdateTestChecks/asm.py | 13 ++--
15 files changed, 102 insertions(+), 32 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 88fe9bccd85 [llvm-exegesis] Check for libpfm headers.
new 8caab7da3f8 [UpdateTestChecks] Remove unnecessary return from add_ir_checks
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/UpdateTestChecks/common.py | 1 -
utils/update_test_checks.py | 2 +-
2 files changed, 1 insertion(+), 2 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 d8ad1e8b85 Revert r328680 ("[ObjC] Make C++ triviality type traits avai [...]
new 734dd1682c [clang-format] Preserve spaces before a percent in (text) protos
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/Format/TokenAnnotator.cpp | 4 ++++
unittests/Format/FormatTestProto.cpp | 4 +++-
unittests/Format/FormatTestTextProto.cpp | 4 +++-
3 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.