summaryrefslogtreecommitdiff
path: root/lib/MC/MCDwarf.cpp
AgeCommit message (Expand)Author
2017-12-14[MC] Allow .file directives to be out-of-orderPaul Robinson
2017-12-07[MC/Dwarf] Use the older DWARF linetables format on Darwin.Davide Italiano
2017-12-05[DWARFv5] Emit v5 line table header.Paul Robinson
2017-12-04Re-submit r289925 (Update .debug_line section version to match DWARF version)Paul Robinson
2017-12-01[MC] Handle unknown literal register numbers in .cfi_* directivesJake Ehrlich
2017-07-29MC: simplify internal function call parameterSaleem Abdulrasool
2017-07-29MC: account for the return column in the CIE keySaleem Abdulrasool
2017-07-28MC: add support for cfi_return_columnSaleem Abdulrasool
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-17Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov
2017-02-28[DWARFv5] llvm-mc support for new unit header.Paul Robinson
2017-02-14[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2016-12-16Speculatively revert r289925, see PR31407Nico Weber
2016-12-16Update .debug_line section version information to match DWARF version.Ekaterina Romanova
2016-10-27Reverting back r285355: "Update .debug_line section version information to ma...Ekaterina Romanova
2016-10-27Update .debug_line section version information to match DWARF version.Ekaterina Romanova
2016-10-14Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher
2016-10-07Invoke add-discriminator at -g0 -fsample-profileDehao Chen
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer
2016-06-22Prune some includes from headers and sink some inline functionsReid Kleckner
2016-06-01[MC] Rename EmitFill to emitFillPetr Hosek
2016-04-28Read discriminators correctly from object file.Dehao Chen
2016-04-22Update discriminator assignment algorithm in clang assembler.Dehao Chen
2016-03-09Don't crash when compiling inline assembler containing .file directives.Adrian Prantl
2016-01-31[MCDwarf] Fix encoding of line tables with weird custom parametersFrederic Riss
2016-01-21Rename MCLineEntry to MCDwarfLineEntryDavid Majnemer
2016-01-04Clang-format my previous change (r256313)Paul Robinson
2015-12-28Accept dwarf version 5 for CIE versions.Eric Christopher
2015-12-23Form reform for MCDwarf.Paul Robinson
2015-11-06git clang-format and fix variable names. NFC.Rafael Espindola
2015-11-06Pass SectionStart directly to the one function that uses it.Rafael Espindola
2015-11-06Simplify the alignment handling in FDE emission.Rafael Espindola
2015-11-06Delete dead store. NFC.Rafael Espindola
2015-11-06Use a range loop.Rafael Espindola
2015-11-06Pass the streamer to the constructor instead of every other method. NFC.Rafael Espindola
2015-11-05Simplify the constructor. NFC.Rafael Espindola
2015-11-05git-clang-format an area I am about to change.Rafael Espindola
2015-11-05Small simplification by moving early continue earlier.Rafael Espindola
2015-10-28ARM: add support for WatchOS's compact unwind information.Tim Northover
2015-10-07[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before callsMichael Kuperstein
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg
2015-09-21Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper
2015-08-10Silence a sign mismatch warning; NFC.Aaron Ballman
2015-08-07[MC/Dwarf] Allow to specify custom parameters for linetable emission.Frederic Riss
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-17[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.Benjamin Kramer
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola