aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-03[𝘀𝗽𝗿] changes to main this commit is based onusers/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-sectionNecip Fazil Yildiran1-0/+3
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
2022-12-07[NFC] Use Register instead of unsigned for variables that receive a Register ...Gregory Alfonso1-2/+2
2022-09-14[MIR] Support printing and parsing pcsectionsMarco Elver1-0/+7
2022-08-24KCFI sanitizerSami Tolvanen1-0/+6
2022-08-24Revert "KCFI sanitizer"Sami Tolvanen1-6/+0
2022-08-24KCFI sanitizerSami Tolvanen1-0/+6
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-06-07llvm-reduce: Don't assert on functions which don't track livenessMatt Arsenault1-2/+2
2022-04-22MIR: Serialize FunctionContextIdx in MachineFrameInfoMatt Arsenault1-0/+6
2022-04-15MIR: Serialize a few bool function fieldsMatt Arsenault1-0/+6
2022-03-16Cleanup codegen includesserge-sans-paille1-15/+1
2022-03-10Revert "Cleanup codegen includes"Nico Weber1-1/+15
2022-03-10Cleanup codegen includesserge-sans-paille1-15/+1
2022-03-01[nfc][codegen] Move RegisterBank[Info].h under CodeGenMircea Trofin1-1/+1
2021-12-05[GlobalISel] Allow DBG_VALUE to use undefined vregs before LiveDebugValues.Jack Andersen1-0/+2
2021-10-18Add new MachineFunction property FailsVerificationJay Foad1-0/+2
2021-07-09[Debug-info][InstrRef] Avoid an unnecessary map orderingJeremy Morse1-5/+5
2021-07-01[DebugInfo][InstrRef][1/4] Support transformations that widen valuesJeremy Morse1-4/+8
2021-06-19[MIRPrinter] Add machine metadata support.Michael Liao1-2/+23
2021-03-21MIR: Fix missing serialization for HasTailCallMatt Arsenault1-0/+1
2020-12-28[MIRPrinter] Fix incorrect output of unnamed stack namesGabriel Hjort Åkerlund1-1/+1
2020-10-29[MIR] Fix out of bounds access in MIRPrinter.dfukalov1-25/+43
2020-10-15[DebugInstrRef] Support recording of instruction reference substitutionsJeremy Morse1-0/+4
2020-10-14[DebugInstrRef] Parse debug instruction-references from/to MIRJeremy Morse1-0/+7
2020-07-24MachineBasicBlock: add printName methodNicolai Hähnle1-52/+4
2020-05-29Add NoMerge MIFlag to avoid MIR branch foldingZequan Wu1-0/+2
2020-05-12[CodeGen] Use Align in MachineConstantPool.Craig Topper1-1/+1
2020-05-06Revert "[MIR] Fix a bug in MIR printer."Michael Liao1-6/+2
2020-05-06[MIR] Fix a bug in MIR printer.Michael Liao1-2/+6
2020-04-16[MIR] Add comments to INLINEASM immediate flag MachineOperandsKonstantin Schwarz1-1/+1
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocks in th...Rahman Lavaee1-11/+5
2020-04-13Revert "Extend BasicBlock sections to allow specifying clusters of basic blocks"Rahman Lavaee1-5/+11
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocksRahman Lavaee1-11/+5
2020-04-06Add way to omit debug-location from MIR outputDaniel Sanders1-5/+10