aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
10 days[update_mir_test_checks] Add missing MIFlags (#150012)Fabian Ritter1-0/+3
11 daysRevert "[llvm] Add CalleeTypeIds field to CallSiteInfo" (#150335)Haowei1-9/+3
11 days[llvm] Add CalleeTypeIds field to CallSiteInfoPrabhu Rajasekaran1-3/+9
2025-06-11[DebugInfo][RemoveDIs] Remove scoped-dbg-format-setter (#143450)Jeremy Morse1-6/+0
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse1-5/+2
2025-05-22[LLVM][CodeGen] Add convenience accessors for MachineFunctionProperties (#140...users/pcc/spr/main.elf-add-branch-to-branch-optimizationRahul Joshi1-19/+10
2025-05-17NFC: Refactor MIRPrinter into state struct and functions (#140317)Matthias Braun1-147/+131
2025-05-15[CodeGen] Use std::tie to implement a comparison functor (NFC) (#140088)Kazu Hirata1-3/+2
2025-05-01[NFC][LLVM][CodeGen] Refactor MIR Printer (#137361)Rahul Joshi1-108/+50
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse1-3/+3
2025-03-06[win] NFC: Rename `EHCatchret` to `EHCont` to allow for EH Continuation targe...Daniel Paoliello1-1/+1
2025-03-02[CodeGen] Use MCRegister and Register. NFCCraig Topper1-2/+2
2025-02-10[NFC][LLVM] Remove unused `TargetIntrinsicInfo` class (#126003)Rahul Joshi1-3/+2
2025-02-09[MIR][NFC] Use `std::move` to avoid copying (#125930)Abhishek Kaushik1-9/+9
2025-01-13[aarch64][win] Update Called Globals info when updating Call Site info (#122762)Daniel Paoliello1-11/+8
2025-01-13Reapply "[aarch64][win] Add support for import call optimization (equivalent ...Daniel Paoliello1-1/+32
2025-01-13Revert "[aarch64][win] Add support for import call optimization (equivalent t...Kirill Stoimenov1-32/+1
2025-01-11Fix build break in MIRPrinter (#122630)Daniel Paoliello1-1/+1
2025-01-11[aarch64][win] Add support for import call optimization (equivalent to MSVC /...Daniel Paoliello1-1/+32
2024-11-21[DebugInfo][InstrRef][MIR][GlobalIsel][MachineLICM] NFC Use std::move to avoi...abhishek-kaushik221-4/+4
2024-10-30[GlobalISel] Import samesign flag (#114267)Thorsten Schütt1-0/+2
2024-10-30Revert "[GlobalISel] Import samesign flag" (#114256)Thorsten Schütt1-2/+0
2024-10-30[GlobalISel] Import samesign flag (#113090)Thorsten Schütt1-0/+2
2024-10-14[MIR] Serialize virtual register flags (#110228)Akshat Oke1-7/+20
2024-10-04[LLVM] Add HasFakeUses to MachineFunction (#110097)Stephen Tozer1-0/+1
2024-09-24[MIR] Allow overriding isSSA, noPhis, noVRegs in MIR input (#108546)Dominik Montada1-0/+7
2024-09-20[llvm] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim1-1/+0
2024-08-25[CodeGen] Use std::pair<MCRegister, Register> to match return from MRI.livein...Craig Topper1-1/+1
2024-07-24CodeGen: Avoid using MachineFunction::getMMI in MachineModuleSlotTracker (#10...Matt Arsenault1-4/+7
2024-07-01[llvm][CodeGen] Avoid 'raw_string_ostream::str' (NFC) (#97318)Youngsuk Kim1-3/+3
2024-06-14[GlobalIsel] Import GEP flags (#93850)Thorsten Schütt1-0/+2
2024-05-01[MIR] Serialize MachineFrameInfo::isCalleeSavedInfoValid() (#90561)David Tellenbach1-0/+1
2024-04-24[IR] Memory Model Relaxation Annotations (#78569)Pierre van Houtryve1-0/+7
2024-04-04[RemoveDIs][NFC] Use ScopedDbgInfoFormatSetter in more places (#87380)Stephen Tozer1-14/+6
2024-04-02[CallSiteInfo][NFC] CallSiteInfo -> CallSiteInfo.ArgRegPairs (#86842)Prabhuk1-1/+1
2024-03-26[CodeGen] Add nneg and disjoint flags (#86650)Thorsten Schütt1-0/+4
2024-03-13[RemoveDI][NFC] Rename DPValue->DbgRecord in comments and varnames (#84939)Stephen Tozer1-2/+2
2024-02-01[MIRPrinter] Don't print line break when there is no instructions (NFC) (#80147)Quentin Dian1-1/+1
2024-01-31[MIRPrinter] Don't print space when there is no successor (#80143)Quentin Dian1-1/+3
2024-01-26[CodeGen] Use a range-based for loop (NFC)Kazu Hirata1-2/+1
2024-01-25[llvm] Move CodeGenTypes library to its own directory (#79444)Nico Weber1-1/+1
2023-11-09[DebugInfo][RemoveDIs] Add conversion utilities for new-debug-info formatJeremy Morse1-0/+18
2023-08-20[GlobalISel] introduce MIFlag::NoConvergentSameer Sahasrabuddhe1-0/+2
2023-06-01[SDAG] Preserve unpredictable metadata, teach X86CmovConversion to respect th...Dávid Bolvanský1-0/+2
2023-05-11[YamlMF] Serialize EntryValueObjectsFelipe de Azevedo Piovezan1-0/+17
2023-05-11[MachineFunction][DebugInfo][nfc] Introduce EntryValue variable kindFelipe de Azevedo Piovezan1-6/+6
2023-05-03Restore CodeGen/LowLevelType from `Support`NAKAMURA Takumi1-1/+1
2023-04-10[MachineOutliner] Add IsOutlined to MachineFunctionwangpc1-0/+1
2023-01-20[DebugInfo] Store instr-ref mode of MachineFunction in memberJeremy Morse1-0/+1
2023-01-06[DebugInfo][NFC] Add new MachineOperand type and change DBG_INSTR_REF syntaxStephen Tozer1-0/+1