Age | Commit message (Expand) | Author | Files | Lines |
2024-09-23 | [llvm][ELF] Add ELF header/section header table size statistics (#109345) | Arthur Eubanks | 1 | -0/+7 |
2024-09-19 | [NFC][ELF] Rename some ELFWriter methods (#109332) | Arthur Eubanks | 1 | -31/+34 |
2024-08-23 | [MIPS] Optimize sortRelocs for o32 | Fangrui Song | 1 | -2/+2 |
2024-08-18 | [MC] Remove ELFRelocationEntry::OriginalAddend | Fangrui Song | 1 | -11/+6 |
2024-08-08 | [llvm][ELF] Add statistics on various section sizes (#102363) | Arthur Eubanks | 1 | -2/+54 |
2024-08-05 | [MC,ARM] Move SHF_ARM_PUECODE change for .text to ARMTargetELFStreamer::finish | Fangrui Song | 1 | -2/+0 |
2024-07-23 | ELFObjectWriter: Remove unneeded subclasses | Fangrui Song | 1 | -65/+35 |
2024-07-22 | MCAssembler: Move FileNames and CompilerVersion to MCObjectWriter | Fangrui Song | 1 | -1/+1 |
2024-07-22 | MCAssembler: Move Symvers to ELFObjectWriter | Fangrui Song | 1 | -1/+2 |
2024-07-22 | MCAssmembler: Move ELFHeaderEFlags to ELFObjectWriter | Fangrui Song | 1 | -1/+2 |
2024-07-22 | [MC] Export llvm::ELFObjectWriter | Fangrui Song | 1 | -64/+13 |
2024-07-08 | [MC,ELF] Extract CREL encoder code | Fangrui Song | 1 | -39/+10 |
2024-07-03 | [MC][ELF] Eliminate some hash maps from ELFObjectWriter (#97421) | Alexis Engelke | 1 | -72/+48 |
2024-07-01 | [MC] Remove unused MCAsmLayout declarations and includes | Fangrui Song | 1 | -1/+0 |
2024-07-01 | MCExpr::evaluateKnownAbsolute: replace the MCAsmLayout parameter with MCAssem... | Fangrui Song | 1 | -1/+1 |
2024-07-01 | [MC] Remove the MCAsmLayout parameter from MCObjectWriter::executePostLayoutB... | Fangrui Song | 1 | -4/+2 |
2024-07-01 | [MC,llvm-readobj,yaml2obj] Support CREL relocation format | Fangrui Song | 1 | -29/+88 |
2024-07-01 | ELFObjectWriter: Use DenseMap+SmallVector. NFC | Fangrui Song | 1 | -2/+2 |
2024-07-01 | [MC] Remove the MCAsmLayout parameter from ELFObjectWriter | Fangrui Song | 1 | -29/+27 |
2024-07-01 | [MC] Remove the MCAsmLayout parameter from MCObjectWriter::{writeObject,write... | Fangrui Song | 1 | -14/+13 |
2024-06-30 | [MC] Remove the MCAsmLayout parameter from MCObjectWriter::recordRelocation | Fangrui Song | 1 | -7/+6 |
2024-06-30 | [MC] Start merging MCAsmLayout into MCAssembler | Fangrui Song | 1 | -6/+5 |
2024-06-29 | [MC] Simplify isSymbolRefDifferenceFullyResolvedImpl overloads. NFC | Fangrui Song | 1 | -2/+1 |
2024-06-23 | [MC] Move ELFWriter::createMemtagRelocs to AArch64TargetELFStreamer::finish | Fangrui Song | 1 | -21/+0 |
2024-06-23 | Revert "[MC] Move ELFWriter::createMemtagRelocs to AArch64ELFStreamer::finish... | Fangrui Song | 1 | -0/+21 |
2024-06-23 | [MC] Move ELFWriter::createMemtagRelocs to AArch64ELFStreamer::finishImpl | Fangrui Song | 1 | -21/+0 |
2024-04-26 | [MC] Rename temporary symbols of empty name to ".L0 " (#89693) | Fangrui Song | 1 | -0/+6 |
2024-04-25 | Revert "[MC] Rename temporary symbols of empty name to ".L0 " (#89693)" | Amir Ayupov | 1 | -6/+0 |
2024-04-24 | [MC] Rename temporary symbols of empty name to ".L0 " (#89693) | Fangrui Song | 1 | -0/+6 |
2024-04-25 | Revert "[MC] Rename temporary symbols of empty name to ".L0 "" (#90002) | Mehdi Amini | 1 | -6/+0 |
2024-04-24 | [MC] Rename temporary symbols of empty name to ".L0 " (#89693) | Fangrui Song | 1 | -0/+6 |
2024-03-27 | [MC] Simplify ELFObjectWriter. NFC | Fangrui Song | 1 | -19/+17 |
2024-03-23 | [MC] Refactor writeRelocations. NFC | Fangrui Song | 1 | -27/+33 |
2024-03-23 | [MC] Remove unnecessary reversal of relocations. NFC | Fangrui Song | 1 | -8/+1 |
2024-03-06 | [MC] Move CompressDebugSections/RelaxELFRelocations from TargetOptions/MCAsmI... | Fangrui Song | 1 | -5/+4 |
2024-01-21 | [AMDGPU] Add an asm directive to track code_object_version (#76267) | Emma Pilkington | 1 | -1/+10 |
2023-12-11 | [llvm] Use StringRef::{starts,ends}_with (NFC) (#74956) | Kazu Hirata | 1 | -6/+6 |
2023-11-17 | [MC] Fix compression header size check in ELF writer | Fangrui Song | 1 | -1/+1 |
2023-11-06 | Revert "Fix compression header size check in ELF writer (#66888)" | Hans Wennborg | 1 | -1/+1 |
2023-11-05 | Fix compression header size check in ELF writer (#66888) | myxoid | 1 | -1/+1 |
2023-10-12 | Use llvm::endianness::{big,little,native} (NFC) | Kazu Hirata | 1 | -4/+5 |
2023-08-29 | [MC,AArch64] Suppress local symbol to STT_SECTION conversion for GOT relocations | Fangrui Song | 1 | -5/+5 |
2023-06-29 | Revert "[MC,x86-32] Remove a gold<2.34 workaround" | Arthur Eubanks | 1 | -0/+6 |
2023-06-25 | [llvm] Add missing StringExtras.h includes | Elliot Goodrich | 1 | -0/+1 |
2023-06-22 | [MC,x86-32] Remove a gold<2.34 workaround | Fangrui Song | 1 | -6/+0 |
2023-04-23 | [Coverity] Fix uninitialized scalar members in MC | Akshay Khadse | 1 | -3/+3 |
2023-02-10 | [NFC][TargetParser] Replace uses of llvm/Support/Host.h | Archibald Elliott | 1 | -1/+1 |
2023-01-05 | Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part | serge-sans-paille | 1 | -2/+2 |
2022-12-12 | [Alignment][NFC] MCSymbol::getCommonAlignment returns MaybeAlign, improve doc... | Guillaume Chatelet | 1 | -1/+1 |
2022-12-02 | [llvm] Use std::nullopt instead of None (NFC) | Kazu Hirata | 1 | -1/+1 |