This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ff2a8ccbe9d adding baseline fp fold tests for unsafe on and off new a68d4cc279c Support: Simplify endian stream interface. NFCI.
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/MC/MCObjectWriter.h | 12 ++--- include/llvm/Support/EndianStream.h | 54 +++++++++++----------- include/llvm/Support/OnDiskHashTable.h | 2 +- lib/MC/ELFObjectWriter.cpp | 6 +-- lib/MC/MCCodeView.cpp | 2 +- lib/MC/MCDwarf.cpp | 12 ++--- lib/Object/ArchiveWriter.cpp | 6 +-- lib/ProfileData/InstrProfWriter.cpp | 11 +++-- .../AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 2 +- .../AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp | 4 +- lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp | 45 ++++++++---------- .../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 2 +- .../PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp | 15 ++---- .../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 8 ++-- .../Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp | 11 ++--- .../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 4 +- tools/llvm-xray/xray-converter.cpp | 2 +- unittests/Support/EndianStreamTest.cpp | 22 ++++----- 18 files changed, 96 insertions(+), 124 deletions(-)