summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
AgeCommit message (Expand)Author
2025-09-23[MIR] Support save/restore points with independent sets of registers (#119358)Elizaveta Noskova
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-08-09[MIRParser] Remove an unnecessary cast (NFC) (#152835)Kazu Hirata
2025-07-28Reapply "[llvm] Add CalleeTypeIds field to CallSiteInfo" (#150335) (#150990)Prabhu Rajasekaran
2025-07-23Revert "[llvm] Add CalleeTypeIds field to CallSiteInfo" (#150335)Haowei
2025-07-23[llvm] Add CalleeTypeIds field to CallSiteInfoPrabhu Rajasekaran
2025-06-06[MIRParser] Report register class errors in a deterministic order (#142928)Jay Foad
2025-05-22[LLVM][CodeGen] Add convenience accessors for MachineFunctionProperties (#140...users/pcc/spr/main.elf-add-branch-to-branch-optimizationRahul Joshi
2025-03-06[win] NFC: Rename `EHCatchret` to `EHCont` to allow for EH Continuation targe...Daniel Paoliello
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-04[MIRParser] Use Register::id(). Pass Twine by reference. NFCCraig Topper
2025-03-02[CodeGen] Use Register::id() to avoid implicit cast. NFCCraig Topper
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-11[aarch64][win] Add support for import call optimization (equivalent to MSVC /...Daniel Paoliello
2024-11-14Overhaul the TargetMachine and LLVMTargetMachine Classes (#111234)Matin Raayai
2024-10-16[MIR] Fix vreg flag vector memory leak (#112479)Akshat Oke
2024-10-14[MIR] Add missing noteNewVirtualRegister callbacks (#111634)Akshat Oke
2024-10-14[MIR] Serialize virtual register flags (#110228)Akshat Oke
2024-10-04[LLVM] Add HasFakeUses to MachineFunction (#110097)Stephen Tozer
2024-09-25Reapply "Deprecate the `-fbasic-block-sections=labels` option." (#110039)Rahman Lavaee
2024-09-25Revert "Deprecate the `-fbasic-block-sections=labels` option. (#107494)"Kazu Hirata
2024-09-25Deprecate the `-fbasic-block-sections=labels` option. (#107494)Rahman Lavaee
2024-09-25[MIR] Fix return value when computed properties conflict with given prop (#10...Dominik Montada
2024-09-24llvm-reduce: Don't print verifier failed machine functions (#109673)Matt Arsenault
2024-09-24[MIR] Allow overriding isSSA, noPhis, noVRegs in MIR input (#108546)Dominik Montada
2024-09-19[LLVM] Use {} instead of std::nullopt to initialize empty ArrayRef (#109133)Jay Foad
2024-05-01[MIR] Serialize MachineFrameInfo::isCalleeSavedInfoValid() (#90561)David Tellenbach
2024-04-30[NewPM][CodeGen] Add `MachineFunctionAnalysis` (#88610)paperchalice
2024-04-02[CallSiteInfo][NFC] CallSiteInfo -> CallSiteInfo.ArgRegPairs (#86842)Prabhuk
2024-03-11[CodeGen] Do not pass MF into MachineRegisterInfo methods. NFC. (#84770)Jay Foad
2024-02-03[MIRParser] Simplify a string comparison (NFC)Kazu Hirata
2023-10-13[llvm] Stop including llvm/ADT/StringMap.h (NFC)Kazu Hirata
2023-05-28use ref to avoid copy in range for-loopWang, Xin10
2023-05-11[YamlMF] Serialize EntryValueObjectsFelipe de Azevedo Piovezan
2023-05-04[MIRParser][nfc] Factor out code parsing debug MD nodesFelipe de Azevedo Piovezan
2023-04-10[MachineOutliner] Add IsOutlined to MachineFunctionwangpc
2023-01-20[DebugInfo] Store instr-ref mode of MachineFunction in memberJeremy Morse
2023-01-12[IR] Support importing modules with invalid data layouts.Jannik Silvanus
2022-12-22MIR: Don't assert if a virtual register uses a non-allocatable classMatt Arsenault
2022-12-02[CodeGen] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-07-17[CodeGen] Qualify auto variables in for loops (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-04-22MIR: Serialize FunctionContextIdx in MachineFrameInfoMatt Arsenault
2022-04-15MIR: Serialize a few bool function fieldsMatt Arsenault
2022-03-23Cleanup include: codegen second roundserge-sans-paille
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille