aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-25Triple: Add BridgeOS to isOSDarwin (#145636)Matt Arsenault1-3/+5
2025-06-13MC: Add MCAsmInfo::printExpr to replace MCExpr::printFangrui Song1-1/+1
2025-06-07MC: Add MCSpecifierExpr to unify target MCExprsFangrui Song1-0/+4
2025-05-18[MC][AArch64][ARM][X86] Push target-dependent assembler flags into targets (#...Jessica Clarke1-1/+4
2025-05-09[win][x64] Unwind v2 3/n: Add support for emitting unwind v2 information (equ...Daniel Paoliello1-6/+47
2025-04-10MCStreamer: Remove Mach-O specific functions from derived MCObjectStreamerFangrui Song1-0/+2
2025-03-11Reland: [MC] output inlined-at debug info (#106230) (#130306)Yaxun (Sam) Liu1-1/+1
2025-03-07Revert "[MC] output inlined-at debug info (#106230)"Nikita Popov1-1/+1
2025-03-06[MC] output inlined-at debug info (#106230)Yaxun (Sam) Liu1-1/+1
2025-03-02Move MIPS-specific GPRel32Directive and EK_GPRel32BlockAddress from generic c...Fangrui Song1-8/+0
2025-03-02[MC] Move MIPS-specific gprel/tprel/dtprel from MCStreamer to MipsTargetStreamerFangrui Song1-24/+8
2025-02-10[ARM] Move MCStreamer::emitThumbFunc to ARMTargetStreamerFangrui Song1-1/+0
2025-01-30[llvm] Win x64 Unwind V2 1/n: Mark beginning and end of epilogs (#110024)Daniel Paoliello1-0/+30
2025-01-13Reapply "[aarch64][win] Add support for import call optimization (equivalent ...Daniel Paoliello1-0/+4
2025-01-13Revert "[aarch64][win] Add support for import call optimization (equivalent t...Kirill Stoimenov1-4/+0
2025-01-11[aarch64][win] Add support for import call optimization (equivalent to MSVC /...Daniel Paoliello1-0/+4
2024-12-22MCAsmStreamer: Omit initial ".text"Fangrui Song1-2/+5
2024-12-06[CGData][GlobalIsel][Legalizer][DAG][MC][AsmParser][X86][AMX] Use `std::move`...abhishek-kaushik221-20/+20
2024-11-13[DebugInfo][DWARF] Emit Per-Function Line Table Offsets and End Sequences (#1...alx321-0/+14
2024-11-11[mc] Add CFI directive to emit val_offset() rules (#113971)Daniel Sanders1-0/+10
2024-10-28[AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171)Jack Styles1-0/+10
2024-09-20[MC] Add .loc_label instruction (#99710)alx321-0/+6
2024-07-07[MC] Support .cfi_labelFangrui Song1-0/+7
2024-06-29[MC] Remove assignFragmentFangrui Song1-5/+0
2024-06-29[MC] Remove MCStreamer::SymbolOrderingFangrui Song1-5/+0
2024-06-28[MC][NFC] Make getCurrentFragment inline (#97066)Alexis Engelke1-6/+0
2024-06-27[MC] Remove nullable getCurrentSectionOnly use from AsmParserFangrui Song1-1/+9
2024-06-27[MC] switchSectionNoPrint: update CurFragFangrui Song1-0/+6
2024-06-27[MC] Cache current fragment in MCStreamerFangrui Song1-0/+1
2024-06-22[MC] Change Subsection parameters from const MCExpr * to uint32_tFangrui Song1-41/+24
2024-06-22[MC] MCSectionSubPair: replace const MCExpr * with uint32_tFangrui Song1-4/+54
2024-06-20[MC] Remove SectionKind from MCSection (#96067)aengelke1-4/+4
2024-05-19[MC] Make UseAssemblerInfoForParsing mostly trueFangrui Song1-1/+1
2024-05-16Revert "[MC] Remove UseAssemblerInfoForParsing"Nikita Popov1-1/+1
2024-05-15[MC] Remove UseAssemblerInfoForParsingFangrui Song1-1/+1
2024-03-23[LLVM] Pass APInt by const reference. NFC. (#86278)Yingwei Zheng1-1/+1
2024-02-05[NFC] Fix typo (#80703)stephenpeckham1-1/+2
2024-01-18Revert "[BOLT] Fix unconditional output of boltedcollection in merge-fdata (#...Amir Ayupov1-2/+0
2024-01-18[BOLT] Fix unconditional output of boltedcollection in merge-fdata (#78653)Amir Ayupov1-0/+2
2024-01-17 [llvm] Teach MachO about XROS (#78373)Cyndy Ishida1-0/+9
2023-12-04[AIX] In assembly file, create a dummy text renamed to an empty string (#73052)stephenpeckham1-4/+1
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-1/+1
2023-07-10Implement -frecord-command-line for XCOFFJake Egan1-0/+5
2023-06-26[MC] Add SMLoc to MCCFIInstructionFangrui Song1-34/+38
2023-06-07Reland "D144999 [MC][MachO]Only emits compact-unwind format for "canonical" p...Vy Nguyen1-1/+1
2023-05-19Revert "[RFC][MC][MachO]Only emits compact-unwind format for "canonical" pers...Nico Weber1-1/+1
2023-05-18[RFC][MC][MachO]Only emits compact-unwind format for "canonical" personality ...Vy Nguyen1-1/+1
2023-05-10[PseudoProbe] Encode/Decode FS discriminatorHongtao Yu1-3/+3
2023-04-25[MC] Eagerly skip zero-sized .fill fragmentsBenjamin Kramer1-1/+2
2023-03-23[XCOFF] support the ref directive for object generation.esmeyi1-1/+1