This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 836550d5d62 [X86] Remove dead code from LowerBUILD_VECTOR that tried to [...] new f80c9bf2377 [RISCV] Encode RISCV specific ELF e_flags to RISCV Binary b [...]
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/RISCV/MCTargetDesc/CMakeLists.txt | 2 ++ lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp | 39 ++++++++++++++++++++++ lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h | 24 +++++++++++++ .../RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp | 12 +++++++ .../MCTargetDesc/RISCVTargetStreamer.cpp} | 11 +++--- .../RISCV/MCTargetDesc/RISCVTargetStreamer.h | 22 ++++++++++++ test/MC/RISCV/elf-flags.s | 13 ++++++++ 7 files changed, 116 insertions(+), 7 deletions(-) create mode 100644 lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp create mode 100644 lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h copy lib/Target/{AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp => RISCV/MCTargetDesc [...] create mode 100644 lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h create mode 100644 test/MC/RISCV/elf-flags.s