summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Produce proper section relative relocations for COFF in .debug_frameMartin Storsjö2019-11-271-1/+2
* Do a sweep of symbol internalization. NFC.Benjamin Kramer2019-08-231-2/+2
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-191-6/+34
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-181-34/+6
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-181-6/+34
* Use llvm::stable_sortFangrui Song2019-04-231-5/+4
* [llvm] Prevent duplicate files in debug line header in dwarf 5: another attemptAli Tamur2019-04-191-2/+14
* MCDwarfLineTableheader::tryGetFile : replace a loop with llvm::findFangrui Song2019-04-121-5/+1
* Move a couple of optional references to just optional to make theEric Christopher2019-04-121-1/+1
* Remove a parameter that was being passed around that we had at theEric Christopher2019-04-121-5/+5
* MCDwarf: use write_zeroes for MCDwarfLineAddr::FixedEncodeFangrui Song2019-04-101-3/+1
* NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.Eric Christopher2019-04-041-7/+7
* Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...Ali Tamur2019-03-261-11/+0
* [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-261-0/+11
* Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-251-11/+0
* [llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-251-0/+11
* [MC] Sort FDEs by the associated CIE before emitting them.Eli Friedman2019-03-141-1/+25
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-011-7/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman2018-12-211-12/+17
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-0/+4
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-4/+0
* Revert r343341Luke Cheeseman2018-11-231-0/+4
* Fix .cfi_restore with register numbers > 64Alexander Richardson2018-11-131-1/+6
* Revert r343317Luke Cheeseman2018-09-281-4/+0
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-0/+4
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-4/+0
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-0/+4
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-4/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+4
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-4/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+4
* [MC/Dwarf] Unclamp DWARF linetables format on Darwin.Jonas Devlieghere2018-09-131-7/+1
* [DWARF] Unclamp line table version on Darwin for v5 and later.Jonas Devlieghere2018-08-081-3/+6
* [DebugInfo] Generate fixups as emitting DWARF .debug_line.Hsiangkai Wang2018-08-011-0/+51
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Use debug-prefix-map for AT_NAMEJonas Devlieghere2018-07-111-8/+1
* Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson2018-07-101-4/+12
* [DWARF] Don't keep a ref to possibly stack allocated data.Paul Robinson2018-06-201-2/+2
* [DWARFv5] Tolerate files not all having an MD5 checksum.Paul Robinson2018-06-141-14/+10
* [DWARFv5] llvm-mc -dwarf-version does not imply -g.Paul Robinson2018-06-121-7/+14
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-8/+4
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-27/+34
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-34/+27
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-271-27/+34
* [DWARF] Suppress split line tables more carefully.Paul Robinson2018-03-271-2/+5
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko2018-03-071-34/+27
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-27/+34
* Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-061-34/+27
* [DWARFv5] Emit file 0 to the line table.Paul Robinson2018-03-061-27/+34
OpenPOWER on IntegriCloud