This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 90ded2b Add -no-{export-dynamic,fatal-warnings}.
new b2615ab Move a flag definition to the right place as -demangle is not [...]
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/Options.td | 3 ++-
1 file changed, 2 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 lld.
from 720140d Add -print-map and -M options.
new 90ded2b Add -no-{export-dynamic,fatal-warnings}.
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 | 6 ++++--
ELF/Options.td | 4 +++-
2 files changed, 7 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 llvm.
from 29bdc2f Give comparator const call operator
new a9134d2 Add a LLVM_USE_LINKER that defines the linker to use when bui [...]
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:
cmake/modules/HandleLLVMOptions.cmake | 16 +++++++++++++---
docs/CMake.rst | 12 ++++++++++++
2 files changed, 25 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 lld.
from 1f6216e Fix typo.
new 3f3fcef Add a help text for -Map.
new 720140d Add -print-map and -M options.
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/Driver.cpp | 3 +++
ELF/Options.td | 7 +++++--
test/ELF/map-file.s | 4 +++-
3 files changed, 11 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 lld.
from 83a9c84 Simplify string output. NFC.
new 1f6216e Fix typo.
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/ICF.cpp | 4 ++--
1 file changed, 2 insertions(+), 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 llvm.
from 4b8b0ba PDB: Add a class to create the /names stream contents.
new 29bdc2f Give comparator const call operator
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/Vectorize/SLPVectorizer.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 3d1a7b9 Directly write to a -Map file.
new 83a9c84 Simplify string output. 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:
COFF/MapFile.cpp | 8 ++------
ELF/MapFile.cpp | 6 ++----
2 files changed, 4 insertions(+), 10 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 4496a00 COFF: Change the /lldmap output format to be more like the EL [...]
new 3d1a7b9 Directly write to 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:
COFF/MapFile.cpp | 24 ++++++++----------------
ELF/MapFile.cpp | 23 +++++++----------------
2 files changed, 15 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 15050a4 [PM] The assumption cache is fundamentally designed to be sel [...]
new 4b8b0ba PDB: Add a class to create the /names stream contents.
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:
.../llvm/DebugInfo/PDB/Raw/NameHashTableBuilder.h | 45 +++++++++
include/llvm/DebugInfo/PDB/Raw/RawTypes.h | 9 ++
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Raw/NameHashTable.cpp | 11 +--
lib/DebugInfo/PDB/Raw/NameHashTableBuilder.cpp | 101 +++++++++++++++++++++
unittests/DebugInfo/PDB/CMakeLists.txt | 1 +
.../DebugInfo/PDB/NameHashTableBuilderTest.cpp | 54 +++++++++++
7 files changed, 214 insertions(+), 8 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/NameHashTableBuilder.h
create mode 100644 lib/DebugInfo/PDB/Raw/NameHashTableBuilder.cpp
create mode 100644 unittests/DebugInfo/PDB/NameHashTableBuilderTest.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 340ad68 [PM] Fix instcombine's analysis preservation in the new pass [...]
new 15050a4 [PM] The assumption cache is fundamentally designed to be sel [...]
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/Analysis/AssumptionCache.h | 7 +++++++
include/llvm/Transforms/Scalar/LoopPassManager.h | 1 -
lib/Analysis/LoopAnalysisManager.cpp | 1 -
.../InstCombine/InstructionCombining.cpp | 1 -
.../MemoryDependenceAnalysis/invalidation.ll | 14 -------------
test/Analysis/ScalarEvolution/invalidation.ll | 13 ------------
.../Transforms/Scalar/LoopPassManagerTest.cpp | 24 +---------------------
7 files changed, 8 insertions(+), 53 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.