summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-10/+41
* [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler filesPaul Robinson2018-02-221-12/+18
* [DWARFv5] Emit .debug_line_str (in a non-DWO file).Paul Robinson2018-02-061-22/+109
* Turn two static functions into methods, to simplify calling them.Paul Robinson2018-01-301-14/+6
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-7/+26
* [MC] Allow .file directives to be out-of-orderPaul Robinson2017-12-141-1/+2
* [MC/Dwarf] Use the older DWARF linetables format on Darwin.Davide Italiano2017-12-071-0/+3
* [DWARFv5] Emit v5 line table header.Paul Robinson2017-12-051-32/+84
* Re-submit r289925 (Update .debug_line section version to match DWARF version)Paul Robinson2017-12-041-2/+12
* [MC] Handle unknown literal register numbers in .cfi_* directivesJake Ehrlich2017-12-011-6/+6
* MC: simplify internal function call parameterSaleem Abdulrasool2017-07-291-30/+26
* MC: account for the return column in the CIE keySaleem Abdulrasool2017-07-291-8/+11
* MC: add support for cfi_return_columnSaleem Abdulrasool2017-07-281-10/+12
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-10/+11
* [DWARFv5] llvm-mc support for new unit header.Paul Robinson2017-02-281-5/+9
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-141-13/+33
* Speculatively revert r289925, see PR31407Nico Weber2016-12-161-7/+2
* Update .debug_line section version information to match DWARF version.Ekaterina Romanova2016-12-161-2/+7
* Reverting back r285355: "Update .debug_line section version information to ma...Ekaterina Romanova2016-10-271-7/+2
* Update .debug_line section version information to match DWARF version.Ekaterina Romanova2016-10-271-2/+7
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-1/+1
* Invoke add-discriminator at -g0 -fsample-profileDehao Chen2016-10-071-1/+2
* Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer2016-06-261-24/+19
* Prune some includes from headers and sink some inline functionsReid Kleckner2016-06-221-0/+1
* [MC] Rename EmitFill to emitFillPetr Hosek2016-06-011-1/+1
* Read discriminators correctly from object file.Dehao Chen2016-04-281-4/+1
* Update discriminator assignment algorithm in clang assembler.Dehao Chen2016-04-221-1/+6
* Don't crash when compiling inline assembler containing .file directives.Adrian Prantl2016-03-091-3/+3
* [MCDwarf] Fix encoding of line tables with weird custom parametersFrederic Riss2016-01-311-2/+5
* Rename MCLineEntry to MCDwarfLineEntryDavid Majnemer2016-01-211-5/+5
* Clang-format my previous change (r256313)Paul Robinson2016-01-041-5/+5
* Accept dwarf version 5 for CIE versions.Eric Christopher2015-12-281-0/+1
OpenPOWER on IntegriCloud