aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC
AgeCommit message (Expand)AuthorFilesLines
14 hours[llvm-c][MC] Expose color printing via LLVMSetDisasmOptions (#112980)Jon Roelofs1-0/+11
5 days[Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332)Yuta Saito1-0/+5
12 days[CMake]: Remove unnecessary dependencies on LLVM/MLIR (#111255)BARRET1-1/+0
2024-10-02[MC] Avoid repeated hash lookups (NFC) (#110791)Kazu Hirata1-2/+3
2024-10-01Revert "CMake: Remove unnecessary dependencies on LLVM/MLIR" (#110594)Mehdi Amini1-0/+1
2024-09-30CMake: Remove unnecessary dependencies on LLVM/MLIR (#110362)BARRET1-1/+0
2024-09-28[MCParser] Avoid repeated hash lookups (NFC) (#110204)Kazu Hirata1-3/+1
2024-09-26[llvm] use 64-bit types for result of getDwarfRegNum (NFC) (#109494)William G Hatch1-5/+9
2024-09-24[X86,MC] Add relocation R_X86_64_REX2_GOTPCRELX (#106681)Shengchen Kan1-2/+2
2024-09-23[llvm][ELF] Add ELF header/section header table size statistics (#109345)Arthur Eubanks1-0/+7
2024-09-20[MC] Remove unneeded null getFragment() check. NFCFangrui Song1-5/+2
2024-09-20[MC] Use MCRegister and remove implicit casts from MCRegister to unsigned. NFCCraig Topper4-9/+9
2024-09-20[MC] Add .loc_label instruction (#99710)alx325-12/+81
2024-09-19[NFC][ELF] Rename some ELFWriter methods (#109332)Arthur Eubanks1-31/+34
2024-09-19[LLVM] Use {} instead of std::nullopt to initialize empty ArrayRef (#109133)Jay Foad4-8/+6
2024-09-18[NFC] Update function names in MCTargetAsmParser.h (#108643)Lei Huang2-6/+6
2024-09-08[MC] Make MCRegisterInfo::getLLVMRegNum return std::optional<MCRegister>. NFC...Craig Topper2-5/+5
2024-09-06[MC] Emit a jump table size section (#101962)Nabeel Omer2-0/+4
2024-09-05[llvm][SystemZ] Recognize `@GOTENT` modifier in assembler. (#107038)Alex Rønne Petersen1-131/+133
2024-08-27[llvm] Prefer StringRef::substr to StringRef::slice (NFC) (#106190)Kazu Hirata2-2/+2
2024-08-26[MC][NFC] Use vector for GUIDProbeFunctionMapAmir Ayupov1-21/+31
2024-08-26[MC][NFC] Reduce Address2ProbesMap sizeAmir Ayupov1-21/+22
2024-08-26[MC][NFC] Statically allocate storage for decoded pseudo probes and function ...Amir Ayupov1-18/+40
2024-08-26[MC][NFC] Count pseudo probes and function recordsAmir Ayupov1-36/+107
2024-08-25[llvm] Prefer StringRef::substr to StringRef::slice (NFC) (#105943)Kazu Hirata1-2/+2
2024-08-23[MIPS] Optimize sortRelocs for o32Fangrui Song1-2/+2
2024-08-22[AArch64,ELF] Allow implicit $d/$x at section beginningFangrui Song1-0/+10
2024-08-20[AArch64][MachO] Add ptrauth ABI version to arm64e cpusubtype. (#104650)Ahmed Bougacha1-1/+12
2024-08-19[MC] Remove duplicate getFixupKindInfo calls. NFCFangrui Song1-11/+4
2024-08-18[MC] Remove ELFRelocationEntry::OriginalAddendFangrui Song1-11/+6
2024-08-15[MC] Replace hasAltEntry() with isMachO()Fangrui Song1-1/+0
2024-08-15MCAsmInfo: Replace some Mach-O specific check with isMachO(). NFCFangrui Song1-3/+0
2024-08-15[MC] Replace HasAggressiveSymbolFolding with SetDirectiveSuppressesReloc. NFCFangrui Song2-4/+2
2024-08-14[LLVM] Fix missing includes for function declarations that will be needed for...Thomas Fransham1-0/+1
2024-08-14[MC] Remove Darwin SDK/Version from ObjFileInfo (#103025)Alexis Engelke1-8/+2
2024-08-13[MCAsmParser] .irpc: correctly handle quoted stringFangrui Song1-1/+2
2024-08-13[MC] Avoid useless triple copy (#103026)Alexis Engelke1-1/+1
2024-08-10[MC][profgen][NFC] Expand auto for MCDecodedPseudoProbeAmir Ayupov1-2/+2
2024-08-08[llvm][ELF] Add statistics on various section sizes (#102363)Arthur Eubanks1-2/+54
2024-08-05[MC,ARM] Move SHF_ARM_PUECODE change for .text to ARMTargetELFStreamer::finishFangrui Song2-5/+0
2024-08-05[MC] Check RelaxFixupKind instead of hard coding RISC-V/LoongArchFangrui Song1-2/+1
2024-07-31Revert "[MC] Compute fragment offsets eagerly"Nikita Popov2-96/+70
2024-07-31[MC] Remove redundant null check, NFCI (#100928)abhishek-kaushik221-1/+2
2024-07-30[MC] Compute fragment offsets eagerlyFangrui Song2-70/+96
2024-07-30Revert "[MC] Compute fragment offsets eagerly"Fangrui Song2-42/+39
2024-07-30[MC] Forward declare ELFObjectWriter (#100989)Sergei Barannikov1-0/+1
2024-07-29[MC] Move some bool members to MCFragment. NFCFangrui Song1-1/+2
2024-07-28[MC] Remove unused MCCompactEncodedInstFragmentFangrui Song2-27/+0
2024-07-24MC: Inline createMachObjectWriter into MCAsmBackendFangrui Song2-9/+2
2024-07-24[MC] Honour alignment directive fill value for non-intel (#100136)Sam Elliott1-16/+12