aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC
AgeCommit message (Expand)AuthorFilesLines
2026-02-08MC: Move generateCompactUnwindEncodings to MCObjectStreamer. NFC (#180381)Fangrui Song3-14/+11
2026-02-06[MC][Wasm] Emit useful error message when encountering common symbols (#179586)Derek Schuff1-2/+8
2026-02-05[MC] Return const FeatureBitset& from MCSubtargetInfo::ToggleFeature/SetFeatu...Craig Topper1-8/+8
2026-02-04[PowerPC] Only set QualName symbol on first section switch (#179253)Nikita Popov1-2/+6
2026-02-03[GOFF] Add emission of debug sections (#178677)Kai Nacke1-0/+61
2026-02-01[DebugInfo][NVPTX] Adding support for `inlined_at` debug directive in NVPTX b...Laxman Sole1-33/+92
2026-01-30[perf] Replace copy-assign by move-assign in llvm/lib/MC/* (#178176)serge-sans-paille1-1/+1
2026-01-28[MC][WebAssembly] Use `contains` over `count` for map membership. NFC (#178348)Sam Clegg1-22/+23
2026-01-23[MC] Try to fix ubsan botNikita Popov1-1/+2
2026-01-23[MC][X86/M68k] Emit syntax directive for AT&T (#167234)Raul Tambre2-10/+7
2026-01-22[MC] Explicitly use memcpy in emitBytes() (NFC) (#177187)Nikita Popov1-1/+3
2026-01-20MC: Add directive for specifying a section's preferred alignment.Peter Collingbourne7-4/+46
2026-01-19MCAssembler: Write object only if there is no layout error (#176820)Fangrui Song1-2/+5
2026-01-16[win] Replace the .seh_startchained and .sehendchained instructions with .seh...Daniel Paoliello4-75/+82
2026-01-15[MC][NFC] Use appendLEB128 helper in MCDwarf.cpp (#175962)Alex Bradbury1-4/+3
2026-01-13[SystemZ][z/OS] Handle labels for parts (#175665)Kai Nacke2-0/+16
2026-01-12[NFC][LLVM] Adopt ListSeparator/interleaved in more places (#172909)Rahul Joshi1-11/+6
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin2-3/+2
2025-12-22[GOFF] Fix Wparentheses warningJim Lin1-2/+2
2025-12-20[GOFF] Write out relocations in the GOFF writer (#167054)Kai Nacke1-4/+233
2025-12-20[GOFF] Emit symbols for functions. (#144437)Kai Nacke8-13/+138
2025-12-10[TableGen] Handle RegClassByHwMode in AsmWriterAlexander Richardson1-1/+8
2025-12-09[llvm] Make use of `llvm::reverse_conditionally()` in a few places (NFCI) (#1...Benjamin Maxwell1-12/+5
2025-12-08[MCAsmStreamer] Print register names in --show-inst modeAlexander Richardson1-1/+1
2025-12-02[MC] [Win64EH] Produce packed unwind for the special case of X19+LR (#169697)Martin Storsjö1-1/+34
2025-12-02[MC] [Win64EH] Clarify the comment about a skipped case of packed unwind info...Martin Storsjö1-8/+15
2025-11-29Remove unused MCObjectFileInfo::SupportsWeakOmittedEHFrameFangrui Song1-4/+0
2025-11-28[MC] [Win64EH] Fix the operator ordering for UOP_SaveFPLRX. NFC.Martin Storsjö1-1/+1
2025-11-26opt: Try to respect target-abi command line option (#169604)Matt Arsenault1-2/+9
2025-11-25MC: Remove unneeded parameter `MCAsmBackend *`. NFCFangrui Song4-4/+5
2025-11-26[dwarf] make dwarf fission compatible with RISCV relaxations 1/2 (#166597)daniilavdeev1-3/+17
2025-11-19[NFC][MC] Namespace cleanup in MC (#168627)Rahul Joshi13-103/+56
2025-11-18[MC] AsmLexer assert buffer is null-terminated at CurBuf.end() (#154972)Szymon Piotr Milczek1-0/+5
2025-11-17Add support for the .base64 directive (#165549)Ben Kallus1-0/+37
2025-11-17[MC] Use MCRegister::id() to avoid implicit casts. NFC (#168233)Craig Topper2-13/+14
2025-11-16[MC] Remove a redundant cast (NFC) (#168298)Kazu Hirata1-2/+1
2025-11-14MCAsmBackend: Remove unneeded MCAssembler parameterFangrui Song1-1/+1
2025-11-13[MC] Remove a redundant cast (NFC) (#168013)Kazu Hirata1-2/+1
2025-11-12Remove unused standard headers: memory, unordered_* (#167297)serge-sans-paille1-1/+0
2025-11-11[MachO] Report error when there are too many sections (#167418)Prabhu Rajasekaran1-3/+11
2025-11-12[CodeGen] Use MCRegUnit in more places (NFC) (#167578)Sergei Barannikov1-1/+1
2025-11-11Remove unused <utility> inclusionserge-sans-paille4-4/+0
2025-11-04[NFC][SPIRV] Add AMDGCN SPIR-V specific defaults to the BE (#165815)Alex Voicu1-2/+5
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata3-3/+3
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski1-9/+9
2025-11-01[ADT] Deprecate variadic `StringSwitch::CasesLower`. NFC. (#166016)Jakub Kuderski1-3/+3
2025-10-31[MC] Remove SMRange(std::nullopt_t) (#165832)Kazu Hirata2-12/+8
2025-10-29[MC] Remove a duplicate #include (NFC) (#165507)Kazu Hirata1-1/+0
2025-10-26[MC] Add "override" where appropriate (NFC) (#165135)Kazu Hirata4-7/+7
2025-10-25[MC] Fix accidentally eating the newline when handling a comment char at the ...Amara Emerson1-1/+8