aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* [Sparc] Don't use SunStyleELFSectionSwitchSyntaxRainer Orth2022-08-221-2/+1
* [MC] Avoid C++17 structured bindingsFangrui Song2022-08-171-2/+2
* [DebugInfo] -fdebug-prefix-map: handle '#line "file"' for asm sourceFangrui Song2022-08-161-1/+7
* [MCDwarf] Respect -fdebug-prefix-map= for generated assembly debug info (DWAR...Fangrui Song2022-08-162-19/+24
* [MCDwarf] Use emplace to avoid move assignment. NFCFangrui Song2022-08-161-1/+1
* [MC,llvm-objdump,ARM] Target-dependent disassembly resync policy.Simon Tatham2022-07-261-0/+5
* Remove redundaunt virtual specifiers (NFC)Kazu Hirata2022-07-251-3/+2
* [llvm] Remove redundaunt virtual specifiers (NFC)Kazu Hirata2022-07-241-1/+1
* [MC] Remove unused renameELFSectionFangrui Song2022-07-241-18/+0
* [MC] Delete dead zlib-gnu code and simplify writeSectionDataFangrui Song2022-07-241-23/+16
* Use llvm::sort instead of std::sort where possibleDmitri Gribenko2022-07-231-1/+2
* [XCOFF] write the aux header when the visibility is specified in XCOFF32.esmeyi2022-07-201-17/+26
* [MC][MachO] Change addrsig format + ensure its size is properly setJez Ng2022-07-192-18/+25
* [MC] Avoid UAF in WinCOFFObjectWriter with weak symbols.Tim Besard2022-07-161-0/+1
* Use drop_begin (NFC)Kazu Hirata2022-07-151-22/+11
* Remove zlibgnu support in llvm-mcDavid Blaikie2022-07-141-30/+19
* [llvm] Use value instead of getValue (NFC)Kazu Hirata2022-07-135-13/+13
* [Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song2022-07-131-5/+6
* Revert "Rebase: [Facebook] [MC] Introduce NeverAlign fragment type"spupyrev2022-07-114-100/+37
* Rebase: [Facebook] [MC] Introduce NeverAlign fragment typeRafael Auler2022-07-114-37/+100
* [NFC] Refactor llvm::zlib namespaceCole Kissane2022-07-081-2/+3
* [ms] [llvm-ml] Add support for the remaining binary named operatorsEric Astor2022-07-071-0/+3
* [Object] Add ELF section type for offloading objectsJoseph Huber2022-07-072-0/+4
* [ms] [llvm-ml] Add support for anonymous labels (`@@`, `@B`, `@F`)Eric Astor2022-07-071-57/+26
* [NFC][XCOFF] remove an unused global variable.esmeyi2022-06-301-1/+0
* [MC] Skip lower-case integer suffixesKeegan Saunders2022-06-291-4/+4
* [XCOFF] make sure same number of paddings are added for DWARF sectionsChen Zheng2022-06-291-14/+40
* [Propeller] Encode address offsets of basic blocks relative to the end of the...Rahman Lavaee2022-06-281-0/+2
* [MC] Allow annotating custom sections as zerofillEgor Zhdan2022-06-281-1/+1
* [llvm] Use Optional::has_value instead of Optional::hasValue (NFC)Kazu Hirata2022-06-262-4/+5
* [llvm] Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-253-5/+5
* Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2022-06-255-26/+28
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-255-28/+26
* [XCOFF] write the real source file name in C_FILE symbol.esmeyi2022-06-221-13/+18
* [llvm] Don't use Optional::getValue (NFC)Kazu Hirata2022-06-202-2/+2
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-201-2/+2
* [llvm] Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-203-7/+7
* [llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata2022-06-184-19/+17
* Revert "[MCParser] Use default member initialization (NFC)"Kazu Hirata2022-06-181-3/+3
* [MCParser] Use default member initialization (NFC)Kazu Hirata2022-06-181-3/+3
* bzero->memset - Fix Windows botsChris Bieneman2022-06-171-1/+1
* [DirectX][MC] Add MC support for DXContainerChris Bieneman2022-06-177-0/+229
* [NFC][Alignment] Use Align in MCAlignFragmentGuillaume Chatelet2022-06-154-5/+7
* [MC][re-land] Omit DWARF unwind info if compact unwind is present where eligibleJez Ng2022-06-125-5/+36
* Revert "[MC] Omit DWARF unwind info if compact unwind is present where eligible"Jez Ng2022-06-125-36/+5
* [MC] Omit DWARF unwind info if compact unwind is present where eligibleJez Ng2022-06-125-5/+36
* [MC] De-capitalize SwitchSection. NFCFangrui Song2022-06-1015-61/+61
* [MC] Add 'G' to augmentation string for MTE instrumented functionsFlorian Mayer2022-06-084-0/+18
* [PseudoProbe] Use callee name as callsite identfier for MCDecodedPseudoProbeI...Hongtao Yu2022-06-081-4/+3
* [MC] De-capitalize MCStreamer functionsFangrui Song2022-06-0712-56/+54