| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MC] Don't resolve relocations referencing STB_LOCAL STT_GNU_IFUNC | Fangrui Song | 2020-01-13 | 1 | -1/+2 |
| * | [MC][ELF] Emit a relocation if target is defined in the same section and is n... | Fangrui Song | 2020-01-12 | 1 | -21/+1 |
| * | [MC] Emit unused undefined symbol even if its binding is not set | Fangrui Song | 2019-11-08 | 1 | -3/+0 |
| * | Revert "[MC] Emit unused undefined symbol even if its binding is not set" | Nico Weber | 2019-09-30 | 1 | -0/+3 |
| * | [MC] Emit unused undefined symbol even if its binding is not set | Fangrui Song | 2019-09-29 | 1 | -3/+0 |
| * | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -6/+6 |
| * | [Alignment] Introduce llvm::Align to MCSection | Guillaume Chatelet | 2019-09-13 | 1 | -5/+5 |
| * | [Alignment] Move OffsetToAlignment to Alignment.h | Guillaume Chatelet | 2019-09-12 | 1 | -1/+2 |
| * | [ELF][MC] Set types of aliases of IFunc to STT_GNU_IFUNC | Fangrui Song | 2019-09-07 | 1 | -0/+15 |
| * | Revert r369233. | Manoj Gupta | 2019-08-23 | 1 | -14/+10 |
| * | [MC] Simplify ELFObjectWriter::recordRelocation. NFC | Fangrui Song | 2019-08-19 | 1 | -22/+16 |
| * | [MC] Delete unnecessary diagnostic: "No relocation available to represent thi... | Fangrui Song | 2019-08-19 | 1 | -15/+1 |
| * | [MC] Don't emit .symver redirected symbols to the symbol table | Fangrui Song | 2019-08-19 | 1 | -10/+14 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | Revert "Reland [ELF] Loose a condition for relocation with a symbol" | Vlad Tsyrklevich | 2019-07-22 | 1 | -0/+5 |
| * | Reland [ELF] Loose a condition for relocation with a symbol | Nikola Prica | 2019-07-22 | 1 | -5/+0 |
| * | Revert "[ELF] Loose a condition for relocation with a symbol" | Nikola Prica | 2019-07-10 | 1 | -0/+5 |
| * | [ELF] Loose a condition for relocation with a symbol | Nikola Prica | 2019-07-10 | 1 | -5/+0 |
| * | AMDGPU/MC: Add .amdgpu_lds directive | Nicolai Haehnle | 2019-06-25 | 1 | -3/+7 |
| * | [MC][ELF] Don't create relocations with section symbols for STB_LOCAL ifunc | Fangrui Song | 2019-06-07 | 1 | -0/+6 |
| * | [MC][ELF] Copy top 3 bits of st_other to .symver aliases | Fangrui Song | 2019-05-10 | 1 | -0/+1 |
| * | [llvm-mc] - Properly set the the address align field of the compressed sections. | George Rimar | 2019-04-23 | 1 | -2/+6 |
| * | [MC] Fix typo: .symtab_shndxr -> .symtab_shndx | Fangrui Song | 2019-04-12 | 1 | -1/+1 |
| * | [MC] Teach ELFObjectWriter that parse-time variables do not appear in | Nirav Dave | 2019-03-04 | 1 | -0/+4 |
| * | MC/ELF: Allow targets to set ABI version | Konstantin Zhuravlyov | 2019-02-14 | 1 | -1/+2 |
| * | [MC] Make symbol version errors non-fatal | Reid Kleckner | 2019-02-13 | 1 | -6/+12 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Recommit r348243 - "[llvm-mc] - Do not crash when referencing undefined debug... | George Rimar | 2018-12-05 | 1 | -0/+14 |
| * | Revert r348243 "[llvm-mc] - Do not crash when referencing undefined debug sec... | George Rimar | 2018-12-04 | 1 | -14/+0 |
| * | [llvm-mc] - Do not crash when referencing undefined debug sections. | George Rimar | 2018-12-04 | 1 | -0/+14 |
| * | The initial .text section generated in object files was missing the | Eric Christopher | 2018-09-06 | 1 | -0/+3 |
| * | MC: Redirect .addrsig directives referring to private (.L) symbols to the sec... | Peter Collingbourne | 2018-08-06 | 1 | -0/+2 |
| * | MC: Implement support for new .addrsig and .addrsig_sym directives. | Peter Collingbourne | 2018-07-17 | 1 | -0/+37 |
| * | [MC] Add assembler support for .cg_profile. | Michael J. Spencer | 2018-06-02 | 1 | -0/+20 |
| * | MC: Introduce an ELF dwo object writer and teach llvm-mc about it. | Peter Collingbourne | 2018-05-21 | 1 | -15/+93 |
| * | MC: Extract a derived class from ELFObjectWriter. NFCI. | Peter Collingbourne | 2018-05-21 | 1 | -13/+19 |
| * | MC: Extract ELFObjectWriter's ELF writing functionality into an ELFWriter cla... | Peter Collingbourne | 2018-05-21 | 1 | -350/+368 |
| * | MC: Remove stream and output functions from MCObjectWriter. NFCI. | Peter Collingbourne | 2018-05-21 | 1 | -1/+1 |
| * | MC: Have the object writers return the number of bytes written. NFCI. | Peter Collingbourne | 2018-05-21 | 1 | -3/+7 |
| * | MC: Change object writers to use endian::Writer. NFCI. | Peter Collingbourne | 2018-05-21 | 1 | -67/+69 |
| * | MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r... | Peter Collingbourne | 2018-05-21 | 1 | -5/+2 |
| * | Support: Simplify endian stream interface. NFCI. | Peter Collingbourne | 2018-05-18 | 1 | -4/+2 |
| * | MC: Remove dead code. NFCI. | Peter Collingbourne | 2018-05-08 | 1 | -1/+0 |
| * | [MC] ELFObjectWriter: Removing unneeded variable and cast | Sam Clegg | 2018-05-07 | 1 | -5/+4 |
| * | ELFObjectWriter: Allow one unique symver per symbol | Vlad Tsyrklevich | 2018-04-27 | 1 | -0/+4 |
| * | Delay creating an alias for @@@. | Rafael Espindola | 2018-03-09 | 1 | -56/+19 |
| * | [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter | Lang Hames | 2017-10-10 | 1 | -2/+3 |
| * | [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter to | Lang Hames | 2017-10-09 | 1 | -7/+8 |
| * | [mips] Implement generation of relocations "chains" used by N32 ABI | Simon Atanasyan | 2017-09-21 | 1 | -0/+17 |
| * | [mips] Do not pass redundant IsN64 flag to MCELFObjectTargetWriter. NFC | Simon Atanasyan | 2017-09-21 | 1 | -1/+1 |