summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Form reform for MCDwarf.Paul Robinson2015-12-231-4/+8
* git clang-format and fix variable names. NFC.Rafael Espindola2015-11-061-42/+34
* Pass SectionStart directly to the one function that uses it.Rafael Espindola2015-11-061-8/+5
* Simplify the alignment handling in FDE emission.Rafael Espindola2015-11-061-16/+15
* Delete dead store. NFC.Rafael Espindola2015-11-061-1/+0
* Use a range loop.Rafael Espindola2015-11-061-3/+1
* Pass the streamer to the constructor instead of every other method. NFC.Rafael Espindola2015-11-061-76/+66
* Simplify the constructor. NFC.Rafael Espindola2015-11-051-5/+4
* git-clang-format an area I am about to change.Rafael Espindola2015-11-051-32/+29
* Small simplification by moving early continue earlier.Rafael Espindola2015-11-051-6/+4
* ARM: add support for WatchOS's compact unwind information.Tim Northover2015-10-281-1/+2
* [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before callsMichael Kuperstein2015-10-071-0/+5
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-4/+4
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-2/+2
* Silence a sign mismatch warning; NFC.Aaron Ballman2015-08-101-1/+1
* [MC/Dwarf] Allow to specify custom parameters for linetable emission.Frederic Riss2015-08-071-45/+42
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* [MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.Benjamin Kramer2015-06-171-9/+8
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-11/+11
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-9/+9
* Remove yet another method of creating begin and end symbol for sections.Rafael Espindola2015-05-211-9/+8
* Use a SmallString buffer instead of a std::string for debug info path lookup....Pete Cooper2015-05-201-1/+3
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-17/+17
* [DWARF] Add CIE header fields address_size and segment_size when generating d...Keith Walker2015-05-121-0/+8
* Use CIE version 4 for dwarf4.Rafael Espindola2015-04-281-4/+15
* Use CIE version 1 for .eh_frame.Rafael Espindola2015-04-271-1/+2
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* Reset the CFA offset at the start of every FDE.Rafael Espindola2015-03-241-1/+7