[PATCH] D111572: Port Uber specific changes from swift 5.4.2 to swift 5.5

Jin Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 12:10:48 PDT 2021


jinlin created this revision.
jinlin added a reviewer: rajbarik.
Herald added subscribers: ormris, arphaman, steven_wu, hiraditya.
jinlin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Port Uber specific changes from swift 5.4.2 to swift 5.5


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111572

Files:
  llvm/include/llvm/CodeGen/LiveRegUnits.h
  llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
  llvm/lib/CodeGen/LivePhysRegs.cpp
  llvm/lib/CodeGen/LiveRegUnits.cpp
  llvm/lib/CodeGen/MachineOutliner.cpp
  llvm/lib/LTO/LTOCodeGenerator.cpp
  llvm/lib/Linker/IRMover.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/test/CodeGen/AArch64/arm64-abi-varargs.ll
  llvm/test/CodeGen/AArch64/arm64-abi_align.ll
  llvm/test/CodeGen/AArch64/arm64-variadic-aapcs.ll
  llvm/test/CodeGen/AArch64/machine-outliner-remarks.ll
  llvm/test/CodeGen/AArch64/machine-outliner-side-effect-2.mir
  llvm/test/CodeGen/AArch64/machine-outliner-throw.ll
  llvm/test/CodeGen/AArch64/machine-outliner.ll
  llvm/test/CodeGen/AArch64/stp-opt-with-renaming-debug.mir
  llvm/test/CodeGen/AArch64/stp-opt-with-renaming-reserved-regs.mir
  llvm/test/CodeGen/AArch64/stp-opt-with-renaming.mir
  llvm/test/LTO/ARM/link-arm-and-thumb.ll
  llvm/test/Linker/Inputs/globalorder-2.ll
  llvm/test/Linker/comdat.ll
  llvm/test/Linker/comdat14.ll
  llvm/test/Linker/ctors.ll
  llvm/test/Linker/ctors2.ll
  llvm/test/Linker/ctors3.ll
  llvm/test/Linker/globalorder.ll
  llvm/test/Linker/link-flags.ll
  llvm/test/Linker/metadata-attach.ll
  llvm/test/Linker/testlink.ll
  llvm/test/ThinLTO/X86/import-constant.ll
  llvm/test/ThinLTO/X86/index-const-prop2.ll
  llvm/test/ThinLTO/X86/writeonly2.ll
  llvm/tools/lto/lto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111572.378755.patch
Type: text/x-patch
Size: 56398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211011/31a8710f/attachment.bin>


More information about the llvm-commits mailing list