This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1c6cd2e143 gn build: Merge r358944 new 06d0423cef9 [RISCV] Support assembling %tls_{ie,gd}_pcrel_hi modifiers new 46622a59090 Use llvm::stable_sort
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/ProfileData/GCOV.h | 6 ---- include/llvm/ProfileData/SampleProf.h | 7 ++--- lib/Analysis/LoopAccessAnalysis.cpp | 7 ++--- lib/Analysis/ScalarEvolution.cpp | 9 +++--- lib/Analysis/ScalarEvolutionExpander.cpp | 4 +-- lib/CodeGen/AsmPrinter/AccelTable.cpp | 15 +++++----- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 6 ++-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 25 ++++++++--------- lib/CodeGen/GlobalMerge.cpp | 20 +++++++------- lib/CodeGen/IfConversion.cpp | 2 +- lib/CodeGen/MachineBlockPlacement.cpp | 19 ++++++------- lib/CodeGen/MachineOutliner.cpp | 9 +++--- lib/CodeGen/MachinePipeliner.cpp | 2 +- lib/CodeGen/MachineSink.cpp | 5 ++-- lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 2 +- lib/CodeGen/StackColoring.cpp | 9 +++--- lib/CodeGen/StackSlotColoring.cpp | 4 +-- lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 3 +- lib/IR/MDBuilder.cpp | 4 +-- lib/IR/Metadata.cpp | 5 +--- lib/MC/MCDwarf.cpp | 9 +++--- lib/MC/WasmObjectWriter.cpp | 5 ++-- lib/ProfileData/Coverage/CoverageMappingWriter.cpp | 17 ++++++------ lib/ProfileData/GCOV.cpp | 8 +++--- lib/ProfileData/SampleProfWriter.cpp | 5 ++-- lib/Support/Statistic.cpp | 3 +- lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 13 ++++++--- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 6 ++++ lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h | 2 ++ .../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 4 +++ lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | 6 ++++ .../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 6 ++++ lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 13 +++++++++ lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h | 2 ++ lib/Target/X86/X86FrameLowering.cpp | 3 +- lib/Transforms/IPO/LowerTypeTests.cpp | 17 ++++++------ lib/Transforms/IPO/MergeFunctions.cpp | 2 +- lib/Transforms/Instrumentation/CFGMST.h | 9 +++--- .../Instrumentation/ControlHeightReduction.cpp | 2 +- .../Instrumentation/MaximumSpanningTree.h | 3 +- lib/Transforms/Scalar/ConstantHoisting.cpp | 4 +-- lib/Transforms/Scalar/GVNHoist.cpp | 2 +- lib/Transforms/Scalar/GVNSink.cpp | 5 +--- lib/Transforms/Scalar/LoopSink.cpp | 7 ++--- lib/Transforms/Scalar/Reassociate.cpp | 8 ++---- lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 7 ++--- lib/Transforms/Utils/ASanStackFrameLayout.cpp | 2 +- lib/Transforms/Utils/PredicateInfo.cpp | 2 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 10 +++---- lib/XRay/Trace.cpp | 7 ++--- test/MC/RISCV/relocations.s | 32 ++++++++++++++++++++++ test/MC/RISCV/rv32i-invalid.s | 12 ++++---- utils/TableGen/AsmMatcherEmitter.cpp | 8 +++--- utils/TableGen/CodeGenRegisters.cpp | 3 +- utils/TableGen/GlobalISelEmitter.cpp | 3 +- utils/TableGen/RISCVCompressInstEmitter.cpp | 18 ++++++------ 56 files changed, 232 insertions(+), 196 deletions(-)