summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC: make DWARF and Windows unwinding handling more similarSaleem Abdulrasool2014-07-131-1/+1
* SourceMgr: make valid buffer IDs start from oneAlp Toker2014-07-061-1/+1
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-2/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+2
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-231-1/+1
* Stop producing func.eh symbols on Darwin.Rafael Espindola2014-06-231-7/+0
* Always use a temp symbol for CIE.Rafael Espindola2014-06-201-6/+1
* Fix up a few formatting issues.Eric Christopher2014-06-191-14/+13
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-191-40/+134
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-191-2/+12
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-161-1/+1
* Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola2014-05-121-9/+9
* Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola2014-05-121-6/+6
* Remove always true argument and unused field.Rafael Espindola2014-05-121-3/+3
* Remove always true argument and field.Rafael Espindola2014-05-121-10/+7
* Remove always true argument.Rafael Espindola2014-05-121-2/+2
* Record the DWARF version in MCContextOliver Stannard2014-05-011-2/+2
OpenPOWER on IntegriCloud