[all-commits] [llvm/llvm-project] f65d7f: [libc++][vector] Fixes shrink_to_fit. (#97895)

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Jul 20 04:59:47 PDT 2024


  Branch: refs/heads/users/arsenm/asmprinter-avoid-machinefunction-getmmi
  Home:   https://github.com/llvm/llvm-project
  Commit: f65d7fdcf81f1fb01df3446b254f3304589f19c4
      https://github.com/llvm/llvm-project/commit/f65d7fdcf81f1fb01df3446b254f3304589f19c4
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2024-07-20 (Sat, 20 Jul 2024)

  Changed paths:
    M libcxx/include/vector
    M libcxx/test/std/containers/sequences/vector/vector.capacity/shrink_to_fit.pass.cpp

  Log Message:
  -----------
  [libc++][vector] Fixes shrink_to_fit. (#97895)

This assures shrink_to_fit does not increase the allocated size.

Partly addresses https://github.com/llvm/llvm-project/issues/95161

---------

Co-authored-by: Mital Ashok <mital.vaja at googlemail.com>


  Commit: a03935b9841c4e30b27dd9399e0b93191ad443f3
      https://github.com/llvm/llvm-project/commit/a03935b9841c4e30b27dd9399e0b93191ad443f3
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-20 (Sat, 20 Jul 2024)

  Changed paths:
    M llvm/lib/Target/M68k/M68kFrameLowering.cpp

  Log Message:
  -----------
  M68k: Remove hasDebugInfo check when deciding to emit CFI (#99750)

No other target checks this, and this is untested. I am trying
to remove the MachineModuleInfo reference from MachineFunction,
and this is the stickiest blocker.


  Commit: b0017337b20eecaf3634051e087d8b000d806d7f
      https://github.com/llvm/llvm-project/commit/b0017337b20eecaf3634051e087d8b000d806d7f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-20 (Sat, 20 Jul 2024)

  Changed paths:
    M libcxx/include/vector
    M libcxx/test/std/containers/sequences/vector/vector.capacity/shrink_to_fit.pass.cpp

  Log Message:
  -----------
  Merge branch 'main' into users/arsenm/asmprinter-avoid-machinefunction-getmmi


Compare: https://github.com/llvm/llvm-project/compare/c10130fca09a...b0017337b20e

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list