aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCELFStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-06-14[MC] Aligned bundling: remove special handling for RelaxAllFangrui Song1-86/+3
2024-06-14[MC] Add MCFragment allocation helpersFangrui Song1-4/+5
2024-04-25[MC] Remove RelaxAll parameters from create*StreamerFangrui Song1-2/+1
2024-04-25[MC] Move setRelaxAll() calls to MCObjectStreamerFangrui Song1-2/+0
2023-12-07[MC] .reloc: register used symbolsFangrui Song1-1/+0
2023-06-29[RISCV] Make linker-relaxable instructions terminate MCDataFragmentFangrui Song1-0/+3
2023-06-07[COFF] Add MC support for emitting IMAGE_WEAK_EXTERN_ANTI_DEPENDENCY symbolsEli Friedman1-0/+1
2023-04-27Revert "[COFF] Add MC support for emitting IMAGE_WEAK_EXTERN_ANTI_DEPENDENCY ...Zequan Wu1-1/+0
2023-04-17[COFF] Add MC support for emitting IMAGE_WEAK_EXTERN_ANTI_DEPENDENCY symbolsEli Friedman1-0/+1
2023-04-13Revert "[COFF] Add MC support for emitting IMAGE_WEAK_EXTERN_ANTI_DEPENDENCY ...Arthur Eubanks1-1/+0
2023-04-07[COFF] Add MC support for emitting IMAGE_WEAK_EXTERN_ANTI_DEPENDENCY symbolsEli Friedman1-0/+1
2023-04-06[MC] Always encode instruction into SmallVectorAlexis Engelke1-2/+1
2022-12-12[Alignment][NFC] Use Align in MCSymbol::declareCommonGuillaume Chatelet1-1/+1
2022-12-09[Alignment] Use Align in MCStreamer::emitCommonSymbolGuillaume Chatelet1-4/+4
2022-12-08[Alignment] Use Align in MCStreamer::emitTBSSSymbolGuillaume Chatelet1-1/+1
2022-12-07[reland][Alignment] Use Align in MCStreamer emitZeroFill/emitLocalCommonSymbolGuillaume Chatelet1-3/+3
2022-12-07Revert D139439 "[Alignment] Use Align in MCStreamer emitZeroFill/emitLocalCom...Guillaume Chatelet1-3/+3
2022-12-07[Alignment] Use Align in MCStreamer emitZeroFill/emitLocalCommonSymbolGuillaume Chatelet1-3/+3
2022-12-04[MC] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-01Add assembler plumbing for sanitize_memtagMitch Phillips1-0/+4
2022-11-28[NFC] Add helper method to ensure min alignment on MCSectionGuillaume Chatelet1-3/+2
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitValueToAlignmentGuillaume Chatelet1-5/+4
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitCodeAlignmentGuillaume Chatelet1-1/+2
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitBundleAlignModeGuillaume Chatelet1-5/+5
2022-11-24[reland][Alignment][NFC] Use the Align type in MCSectionGuillaume Chatelet1-1/+1
2022-11-24Revert D138653 [Alignment][NFC] Use the Align type in MCSection"Guillaume Chatelet1-1/+1
2022-11-24[Alignment][NFC] Use the Align type in MCSectionGuillaume Chatelet1-1/+1
2022-08-25[MC][ELF] Mark GNU ABI if ifunc are usedAdhemerval Zanella1-0/+1
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song1-8/+8
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song1-4/+4
2022-04-28[LLVM] Add exported visibility style for XCOFFDavid Tenty1-0/+1
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski1-3/+0
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim1-2/+2
2021-09-07[MC] Add MCSubtargetInfo to MCAlignFragmentPeter Smith1-2/+2
2021-08-27[MC][RISCV] Add RISCV MCObjectFileInfoPhilipp Krones1-1/+1
2021-08-27[MC] Change ELFOSABI_NONE to ELFOSABI_GNU for STB_GNU_UNIQUEFangrui Song1-0/+1
2021-06-30[MCStreamer] Move emission of attributes section into MCELFStreamerJonas Paulsson1-0/+158
2021-06-24[MC][ELF] Change SHT_LLVM_CALL_GRAPH_PROFILE relocations from SHT_RELA to SHT...Fangrui Song1-2/+3
2021-06-24[LLD][LLVM] CG Graph profile using relocationsAlexander Yermolovich1-12/+26
2021-03-09[MC] Change ELFOSABI_NONE to ELFOSABI_GNU for SHF_GNU_RETAINFangrui Song1-0/+2
2021-03-08[NFC] Use ranged loop iteration instead of explicit loopingserge-sans-paille1-7/+8
2021-03-06[MC] Support .symver *, *, removeFangrui Song1-4/+5
2021-02-16[MC][ELF] Support for zero flag section groupsPetr Hosek1-1/+1
2020-12-20[MC][ELF] Remove unneeded MCSymbol::setExternal callsFangrui Song1-11/+2
2020-12-20[MC] Report locations for .symver errorsFangrui Song1-1/+2
2020-11-02[MC] Make MCStreamer aware of AsmParser's StartTokLocFangrui Song1-8/+9
2020-10-29[MC] Add SMLoc to MCStreamer::emitSymbolAttribute and report changed binding ...Fangrui Song1-7/+8
2020-10-29[MC] Error for .globl/.local which change the symbol binding and warn for .weakFangrui Song1-0/+14
2020-09-03[PowerPC] Fix missing TLS symbol type.Stefan Pintilie1-0/+3