This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e7acf09de46 [ScalarEvolution] Fix base condition in isNormalAddRecPHI.
new 6ca3095cfb3 [mips] Add partial support for R6 in the long branch pass
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/Mips/MipsLongBranch.cpp | 162 +++++++++----
test/CodeGen/Mips/longbranch.ll | 464 ++++++++++++++++++++++++-------------
2 files changed, 425 insertions(+), 201 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 4f8c44f80 [IRExecutionUnit] Initialize uninititialized member variable.
new 3301c1339 Remove stderr message from GDBRemoteCommunicationServerLLGS
new 92f838ff8 ObjectFile: remove ReadSectionData/MemoryMapSectionData mutua [...]
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/lldb/Symbol/ObjectFile.h | 3 ---
.../gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | 9 ++-------
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 +---
source/Symbol/ObjectFile.cpp | 16 ----------------
4 files changed, 3 insertions(+), 29 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 6c3c48f7a3 Warn if we find a Unicode homoglyph for a symbol in an identifier.
new f19939b529 Renamed test file to use proper naming convention
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/Index/{skipped_function_bodies.cpp => skipped-function-bodies.cpp} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename test/Index/{skipped_function_bodies.cpp => skipped-function-bodies.cpp} (100%)
--
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-tools-extra.
from bcbc1297 [clangd] Fix a potential use-after-move bug.
new 0bc8ee01 [clangd] Add a FileSymbols container that manages symbols fro [...]
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:
clangd/CMakeLists.txt | 3 +-
clangd/index/FileSymbols.cpp | 48 ++++++++++++++++++
clangd/index/FileSymbols.h | 53 ++++++++++++++++++++
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/FileSymbolsTests.cpp | 91 +++++++++++++++++++++++++++++++++++
5 files changed, 195 insertions(+), 1 deletion(-)
create mode 100644 clangd/index/FileSymbols.cpp
create mode 100644 clangd/index/FileSymbols.h
create mode 100644 unittests/clangd/FileSymbolsTests.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 ed497146874 [InlineCost] Tracking Values through PHI Nodes
new e7acf09de46 [ScalarEvolution] Fix base condition in isNormalAddRecPHI.
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/ScalarEvolutionExpander.cpp | 2 +-
.../IndVarSimplify/scevexpander-phi-base-case.ll | 63 ++++++++++++++++++++++
2 files changed, 64 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/IndVarSimplify/scevexpander-phi-base-case.ll
--
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 f30ce39f3a6 Revert "[DAGCombine] Move AND nodes to multiple load leaves"
new ed497146874 [InlineCost] Tracking Values through PHI Nodes
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/InlineCost.cpp | 144 +++++++++-
test/Transforms/Inline/AArch64/phi.ll | 504 ++++++++++++++++++++++++++++++++++
2 files changed, 642 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/Inline/AArch64/phi.ll
--
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 f58bd7f055 support: Simplify compiling most of support/ outside of glibc
new 8a0b17e48b elf: Compute correct array size in _dl_init_paths [BZ #22606]
new 3ff3dfa5af elf: Count components of the expanded path in _dl_init_path [...]
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 | 15 +++++++++++++++
NEWS | 11 +++++++++++
elf/dl-load.c | 27 +++++++++++----------------
3 files changed, 37 insertions(+), 16 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 57904972d55 Test whitespace handling in std::complex extraction
new 1d183080ed1 2017-12-14 Richard Biener <rguenther(a)suse.de>
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 | 11 +++++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/tree-ssa/pr81388-2.c | 2 +-
gcc/tree-ssa-loop-ivcanon.c | 54 +++++++++++++++++++++++++++----
4 files changed, 64 insertions(+), 8 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 e3c92f3b0d3 Any Target Asm comments should start from MachineInstr::TAs [...]
new f30ce39f3a6 Revert "[DAGCombine] Move AND nodes to multiple load leaves"
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/SelectionDAG/DAGCombiner.cpp | 124 ------
test/CodeGen/ARM/and-load-combine.ll | 652 +++++++++++++++++--------------
2 files changed, 355 insertions(+), 421 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.