This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 32642131702 Fix a bug that prevents global variables from having a DW_O [...]
new 16388e77fc9 augmenting description for fcmp fmf - 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/Bitcode/fcmp-fast.ll | 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 8cbdbad82 Add a comment. NFC.
new 39d71f9a7 [WebAssembly] Add version to linking section (to match llvm-s [...]
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/wasm/Inputs/globals.yaml | 1 +
test/wasm/Inputs/undefined-globals.yaml | 1 +
test/wasm/data-layout.ll | 4 +---
test/wasm/init-fini.ll | 3 +--
test/wasm/locals-duplicate.test | 1 +
test/wasm/many-functions.ll | 1 +
test/wasm/relocatable.ll | 1 +
test/wasm/stack-pointer.ll | 1 +
test/wasm/weak-alias.ll | 1 +
wasm/Writer.cpp | 3 +--
10 files changed, 10 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 421a0c12e3d [Tablegen] SubtargetEmitter: move the logic that prints pre [...]
new 14598cb5bea [WebAssembly] Add version to object file metadata
new 32642131702 Fix a bug that prevents global variables from having a DW_O [...]
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/BinaryFormat/Wasm.h | 3 ++
include/llvm/ObjectYAML/WasmYAML.h | 1 +
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 5 ++--
lib/MC/WasmObjectWriter.cpp | 3 +-
lib/Object/WasmObjectFile.cpp | 8 +++++
lib/ObjectYAML/WasmYAML.cpp | 1 +
test/DebugInfo/X86/global-expression.ll | 38 ++++++++++++++++++++++++
test/MC/WebAssembly/array-fill.ll | 4 +--
test/MC/WebAssembly/bss.ll | 5 ++--
test/MC/WebAssembly/comdat.ll | 1 +
test/MC/WebAssembly/explicit-sections.ll | 5 ++--
test/MC/WebAssembly/global-ctor-dtor.ll | 1 +
test/MC/WebAssembly/unnamed-data.ll | 1 +
test/MC/WebAssembly/visibility.ll | 4 +--
test/MC/WebAssembly/weak-alias.ll | 1 +
test/MC/WebAssembly/weak.ll | 4 +--
test/Object/Inputs/trivial-object-test.wasm | Bin 320 -> 324 bytes
test/Object/obj2yaml.test | 1 +
test/Object/wasm-bad-metadata-version.yaml | 11 +++++++
test/ObjectYAML/wasm/code_section.yaml | 1 +
test/ObjectYAML/wasm/data_section.yaml | 1 +
test/ObjectYAML/wasm/invalid_global_weak.yaml | 1 +
test/ObjectYAML/wasm/linking_section.yaml | 5 ++--
test/ObjectYAML/wasm/weak_symbols.yaml | 1 +
test/tools/llvm-nm/wasm/exports.yaml | 1 +
test/tools/llvm-nm/wasm/imports.yaml | 1 +
test/tools/llvm-nm/wasm/weak-symbols.yaml | 1 +
test/tools/llvm-objdump/Inputs/trivial.obj.wasm | Bin 320 -> 324 bytes
test/tools/llvm-objdump/wasm.txt | 2 +-
test/tools/llvm-readobj/Inputs/trivial.obj.wasm | Bin 291 -> 295 bytes
test/tools/llvm-readobj/sections.test | 4 +--
tools/obj2yaml/wasm2yaml.cpp | 6 ++++
tools/yaml2obj/yaml2wasm.cpp | 1 +
33 files changed, 98 insertions(+), 24 deletions(-)
create mode 100644 test/DebugInfo/X86/global-expression.ll
create mode 100644 test/Object/wasm-bad-metadata-version.yaml
--
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 7d80a6294a8 [GlobalMerge] Fix a typo
new 421a0c12e3d [Tablegen] SubtargetEmitter: move the logic that prints pre [...]
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/TableGen/SubtargetEmitter.cpp | 68 +++++++++++++++++++++++++------------
1 file changed, 47 insertions(+), 21 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 73f6309f3 Simplify processRelocAux.
new ac1ea1aac Replace SharedSymbols with Defined when creating copy relocations.
new 8cbdbad82 Add a comment. NFC.
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/LinkerScript.cpp | 4 ++--
ELF/MapFile.cpp | 43 ++++++++++++++-----------------------------
ELF/Relocations.cpp | 42 +++++++++++++++++++++++++++++-------------
ELF/Symbols.cpp | 21 ++++++---------------
ELF/Symbols.h | 17 ++++++++---------
ELF/SyntheticSections.cpp | 14 +++++---------
ELF/SyntheticSections.h | 2 +-
ELF/Writer.cpp | 6 +++---
test/ELF/map-file.s | 4 ++--
9 files changed, 70 insertions(+), 83 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 37dc08589c4 [llvm-objcopy] Add --localize-symbol option
new b8d7c9d778c Revert "Enable EliminateAvailableExternally pass for -O1"
new 7d80a6294a8 [GlobalMerge] Fix a typo
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/CodeGen/GlobalMerge.cpp | 2 +-
lib/Transforms/IPO/PassManagerBuilder.cpp | 2 +-
test/Other/opt-O1-pipeline.ll | 280 ------------------------------
3 files changed, 2 insertions(+), 282 deletions(-)
delete mode 100644 test/Other/opt-O1-pipeline.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 1cd3240882b Update stale comment in AsmWriter.cpp
new 37dc08589c4 [llvm-objcopy] Add --localize-symbol option
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/llvm-objcopy/localize.test | 81 +++++++++++++++++++++++++++++++++++
tools/llvm-objcopy/Opts.td | 5 +++
tools/llvm-objcopy/llvm-objcopy.cpp | 21 ++++++++-
3 files changed, 105 insertions(+), 2 deletions(-)
create mode 100644 test/tools/llvm-objcopy/localize.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 llvm.
from cc3b83d8d1f [WebAssembly] objdump: Don't assume all relocations have symbols
new f4dab0c2a91 Enable EliminateAvailableExternally pass for -O1
new 1cd3240882b Update stale comment in AsmWriter.cpp
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/IR/AsmWriter.cpp | 4 ++-
lib/Transforms/IPO/PassManagerBuilder.cpp | 2 +-
.../{opt-Os-pipeline.ll => opt-O1-pipeline.ll} | 35 +++++++++++-----------
3 files changed, 21 insertions(+), 20 deletions(-)
copy test/Other/{opt-Os-pipeline.ll => opt-O1-pipeline.ll} (95%)
--
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 d807e0217 Delete GotPltIndex.
new 73f6309f3 Simplify processRelocAux.
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/Relocations.cpp | 36 +++++++++++++++++++-----------------
test/ELF/got32-i386-pie-rw.s | 4 ++--
2 files changed, 21 insertions(+), 19 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 588fa1cad77 [WebAssembly] Implement getRelocationValueString()
new 5fad6ea6c23 [docs] provide the specific sanitizer option to detect junk [...]
new cc3b83d8d1f [WebAssembly] objdump: Don't assume all relocations have symbols
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:
docs/ReleaseNotes.rst | 5 +++--
test/tools/llvm-objdump/WebAssembly/relocations.test | 16 ++++++++++++----
tools/llvm-objdump/llvm-objdump.cpp | 8 ++++++--
3 files changed, 21 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.