summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
AgeCommit message (Expand)Author
2025-10-13[NFC][MIR] Fix extra whitespace in MIR printing (#162928)Rahul Joshi
2025-10-13[NFC][LLVM][CodeGen] Namespace related cleanups (#162999)Rahul Joshi
2025-09-23[MIR] Support save/restore points with independent sets of registers (#119358)Elizaveta Noskova
2025-09-18[NFC][MIRPrinter] Use `std::move` to avoid copy (#157832)Abhishek Kaushik
2025-08-12[MIR] Further cleanup on mutliple save/restore point support [nfc] (#153250)Philip Reames
2025-08-12[MIR] Remove std::variant from multiple save/restore point handling [nfc] (#1...Philip Reames
2025-08-12[llvm] Support multiple save/restore points in mir (#119357)Elizaveta Noskova
2025-07-30[GISel] Introduce MIFlags::InBounds (#150900)Fabian Ritter
2025-07-28Reapply "[llvm] Add CalleeTypeIds field to CallSiteInfo" (#150335) (#150990)Prabhu Rajasekaran
2025-07-24[update_mir_test_checks] Add missing MIFlags (#150012)Fabian Ritter
2025-07-23Revert "[llvm] Add CalleeTypeIds field to CallSiteInfo" (#150335)Haowei
2025-07-23[llvm] Add CalleeTypeIds field to CallSiteInfoPrabhu Rajasekaran
2025-06-11[DebugInfo][RemoveDIs] Remove scoped-dbg-format-setter (#143450)Jeremy Morse
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse
2025-05-22[LLVM][CodeGen] Add convenience accessors for MachineFunctionProperties (#140...users/pcc/spr/main.elf-add-branch-to-branch-optimizationRahul Joshi
2025-05-17NFC: Refactor MIRPrinter into state struct and functions (#140317)Matthias Braun
2025-05-15[CodeGen] Use std::tie to implement a comparison functor (NFC) (#140088)Kazu Hirata
2025-05-01[NFC][LLVM][CodeGen] Refactor MIR Printer (#137361)Rahul Joshi
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse
2025-03-06[win] NFC: Rename `EHCatchret` to `EHCont` to allow for EH Continuation targe...Daniel Paoliello
2025-03-02[CodeGen] Use MCRegister and Register. NFCCraig Topper
2025-02-10[NFC][LLVM] Remove unused `TargetIntrinsicInfo` class (#126003)Rahul Joshi
2025-02-09[MIR][NFC] Use `std::move` to avoid copying (#125930)Abhishek Kaushik
2025-01-13[aarch64][win] Update Called Globals info when updating Call Site info (#122762)Daniel Paoliello
2025-01-13Reapply "[aarch64][win] Add support for import call optimization (equivalent ...Daniel Paoliello
2025-01-13Revert "[aarch64][win] Add support for import call optimization (equivalent t...Kirill Stoimenov
2025-01-11Fix build break in MIRPrinter (#122630)Daniel Paoliello
2025-01-11[aarch64][win] Add support for import call optimization (equivalent to MSVC /...Daniel Paoliello
2024-11-21[DebugInfo][InstrRef][MIR][GlobalIsel][MachineLICM] NFC Use std::move to avoi...abhishek-kaushik22
2024-10-30[GlobalISel] Import samesign flag (#114267)Thorsten Schütt
2024-10-30Revert "[GlobalISel] Import samesign flag" (#114256)Thorsten Schütt
2024-10-30[GlobalISel] Import samesign flag (#113090)Thorsten Schütt
2024-10-14[MIR] Serialize virtual register flags (#110228)Akshat Oke
2024-10-04[LLVM] Add HasFakeUses to MachineFunction (#110097)Stephen Tozer
2024-09-24[MIR] Allow overriding isSSA, noPhis, noVRegs in MIR input (#108546)Dominik Montada
2024-09-20[llvm] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim
2024-08-25[CodeGen] Use std::pair<MCRegister, Register> to match return from MRI.livein...Craig Topper
2024-07-24CodeGen: Avoid using MachineFunction::getMMI in MachineModuleSlotTracker (#10...Matt Arsenault
2024-07-01[llvm][CodeGen] Avoid 'raw_string_ostream::str' (NFC) (#97318)Youngsuk Kim
2024-06-14[GlobalIsel] Import GEP flags (#93850)Thorsten Schütt
2024-05-01[MIR] Serialize MachineFrameInfo::isCalleeSavedInfoValid() (#90561)David Tellenbach
2024-04-24[IR] Memory Model Relaxation Annotations (#78569)Pierre van Houtryve
2024-04-04[RemoveDIs][NFC] Use ScopedDbgInfoFormatSetter in more places (#87380)Stephen Tozer
2024-04-02[CallSiteInfo][NFC] CallSiteInfo -> CallSiteInfo.ArgRegPairs (#86842)Prabhuk
2024-03-26[CodeGen] Add nneg and disjoint flags (#86650)Thorsten Schütt
2024-03-13[RemoveDI][NFC] Rename DPValue->DbgRecord in comments and varnames (#84939)Stephen Tozer
2024-02-01[MIRPrinter] Don't print line break when there is no instructions (NFC) (#80147)Quentin Dian
2024-01-31[MIRPrinter] Don't print space when there is no successor (#80143)Quentin Dian
2024-01-26[CodeGen] Use a range-based for loop (NFC)Kazu Hirata
2024-01-25[llvm] Move CodeGenTypes library to its own directory (#79444)Nico Weber