aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
AgeCommit message (Expand)AuthorFilesLines
7 daysMC: Move useCodeAlign from MCSection to MCAsmInfoFangrui Song1-1/+1
9 daysReapply "Support SFrame command-line and .cfi_section syntax (#150316) (#150509)Sterling-Augustine1-3/+6
10 daysRevert "Support SFrame command-line and .cfi_section syntax (#149935)" (#150316)Sterling-Augustine1-6/+3
10 daysSupport SFrame command-line and .cfi_section syntax (#149935)Sterling-Augustine1-3/+6
13 daysMC: Fix fragment-in-BSS checkFangrui Song1-3/+2
13 daysMC: Rename isVirtualSection to isBssSectionFangrui Song1-1/+1
2025-07-17MC: Rework .reloc directive and fix the offset when it evaluates to a constantFangrui Song1-8/+1
2025-07-15MC: Remove bundle alignment modeFangrui Song1-68/+0
2025-07-13MCAlignFragment: Rename fields and use uint8_t FillLenFangrui Song1-2/+2
2025-07-04MCParser: Add SMLoc to expressionsFangrui Song1-3/+6
2025-07-04MCParser: Add SMLoc to expressionsFangrui Song1-1/+1
2025-06-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui Song1-1/+1
2025-06-27MCParser: Reduce VK_None usesFangrui Song1-14/+11
2025-06-27MC: Reduce MCSymbolRefExpr::VK_None usesFangrui Song1-1/+1
2025-06-07MC: Add MCSpecifierExpr to unify target MCExprsFangrui Song1-0/+2
2025-06-01MCParse: Disallow @ specifier in symbol equatingFangrui Song1-0/+5
2025-05-26MC: Allow .set to reassign non-MCConstantExpr expressionsFangrui Song1-21/+7
2025-05-26MCParser: Error when .set reassigns a non-redefinable variableFangrui Song1-3/+3
2025-05-26MC: Detect cyclic dependency for variable symbolsFangrui Song1-3/+1
2025-05-25MCParser: Replace deprecated alias MCAsmLexer with AsmLexerFangrui Song1-1/+1
2025-05-25Replace #include MCAsmLexer.h with AsmLexer.hFangrui Song1-1/+0
2025-05-15MCParser: Move LCurly/RCurly testing into tokenIsStartOfStatementFangrui Song1-9/+0
2025-05-07[AsmParser] Replace starIsStartOfStatement with tokenIsStartOfStatement. (#13...Jason Eckhardt1-4/+2
2025-04-13[MC] Remove SetUsed on isUndefined and getFragmentFangrui Song1-4/+3
2025-04-10MCParser: Remove unused enum constantFangrui Song1-2/+0
2025-04-08[AArch64] Refactor @plt, @gotpcrel, and @AUTH to use parseDataExprFangrui Song1-6/+20
2025-04-04[MCParser] Rename confusing variable namesFangrui Song1-4/+3
2025-04-02[MC] Move some member variables from AsmParser to MCAsmParserFangrui Song1-12/+2
2025-04-01[MC] Add UseAtForSpecifierFangrui Song1-6/+7
2025-03-29[RISCV] Replace @plt/@gotpcrel in data directives with %pltpcrel %gotpcrelFangrui Song1-1/+1
2025-03-24[AsmParser] Correctly handle .ifeqs nested in other conditional directives (#...Oliver Stannard1-24/+30
2025-03-20[MC] Rename some VariantKind functions to use SpecifierFangrui Song1-20/+16
2025-03-15[MC] evaluateAsRelocatableImpl: remove the Fixup argumentFangrui Song1-1/+1
2025-03-11[MC] Remove MCSymbolRefExpr::VK_Invalid in favor of getVaraintKindForName ret...Fangrui Song1-10/+10
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song1-3/+2
2025-03-02[MC] Move VariantKind info to MCAsmInfoFangrui Song1-4/+6
2025-03-02[MCParser] Use getVariantKindForName and move PPC specific VariantKind to Pow...Fangrui Song1-4/+4
2025-03-02[Mips] Rework relocation expression parsingFangrui Song1-36/+0
2025-03-01[MCParser] Improve parseIntToken error messageFangrui Song1-52/+28
2025-03-01[MCParser] Remove parseParenExprOfDepthFangrui Song1-22/+0
2025-03-01[MCParser] Clean up onEndOfFileFangrui Song1-5/+1
2025-03-01[MC] Remove unneeded onLabelParsed and onLabelParsed from HLASMFangrui Song1-4/+0
2024-12-24MCAsmInfo: replace HLASM-specific variables with IsHLASMFangrui Song1-7/+5
2024-12-12[MC] Fix DWARF file table for files with empty DWARF (#119572)Aleksei Vetrov1-10/+16
2024-12-10Revert "[MC] Fix DWARF file table for files with empty DWARF (#119020)" (#119...David Blaikie1-15/+10
2024-12-10[MC] Fix DWARF file table for files with empty DWARF (#119020) (#119229)Aleksei Vetrov1-10/+15
2024-12-06[CGData][GlobalIsel][Legalizer][DAG][MC][AsmParser][X86][AMX] Use `std::move`...abhishek-kaushik221-1/+1
2024-11-15Reapply [AMDGPU] Avoid resource propagation for recursion through multiple fu...Janek van Oirschot1-28/+1
2024-11-14Fix typo "necessarilly"Jay Foad1-1/+1
2024-11-11[mc] Add CFI directive to emit val_offset() rules (#113971)Daniel Sanders1-0/+19