summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-11/+15
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-121-0/+1
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie2014-04-111-22/+9
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-011-4/+2
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-011-20/+17
* MC-exceptions: add support for compact-unwind without .eh_frameTim Northover2014-03-291-3/+21
* Don't use EmitAbsValue with symbol references.Rafael Espindola2014-03-201-4/+4
* DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...David Blaikie2014-03-181-13/+29
* DebugInfo: Move line table zero-directory-index (compilation dir) handling in...David Blaikie2014-03-171-0/+2
* DebugInfo: Use MC line table file entry uniquing for non-asm input as well.David Blaikie2014-03-171-3/+9
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-171-1/+12
OpenPOWER on IntegriCloud