summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor how passes get a symbol at the end of a section.Rafael Espindola2015-03-231-15/+6
* Update variable name and reuse existing variable. NFC.Rafael Espindola2015-03-231-5/+5
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* Fix build failure on MSVC compilers.Gabor Horvath2015-03-161-3/+2
* [llvm] Replacing asserts with static_asserts where appropriateGabor Horvath2015-03-161-1/+3
* [MCDwarf] Do not emit useless line table opcode.Frederic Riss2015-03-151-1/+1
* [MC] Use the non-EH register mapping in the debug_frame section.Frederic Riss2015-02-261-4/+20
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-4/+4
* Drop support for an old version of ld64 (from darwin 9).Rafael Espindola2014-10-211-12/+0
* Downgrade DWARF2 section limit error to a warningOliver Stannard2014-09-221-4/+6
* MC: correct DWARF line info for PE/COFFSaleem Abdulrasool2014-09-061-1/+2
* MC: correct DWARF header for PE/COFF assembly inputSaleem Abdulrasool2014-09-051-4/+4
* Remove unused field.Rafael Espindola2014-08-201-3/+1
* Make EmitAbsValue an static helper.Rafael Espindola2014-08-151-14/+31
* Don't print comments to an object streamer :-)Rafael Espindola2014-08-151-128/+13
* MC: permit emitting a symbol value as section relativeSaleem Abdulrasool2014-07-191-3/+3
* MC: correct DWARF header for PE/COFF assembly inputSaleem Abdulrasool2014-07-171-4/+5
* MC: collapse emission of producerSaleem Abdulrasool2014-07-171-7/+3
OpenPOWER on IntegriCloud