summaryrefslogtreecommitdiff
path: root/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-23
* Stop producing func.eh symbols on Darwin.Rafael Espindola2014-06-23
* Always use a temp symbol for CIE.Rafael Espindola2014-06-20
* Fix up a few formatting issues.Eric Christopher2014-06-19
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-19
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-19
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-16
* Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola2014-05-12
* Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola2014-05-12
* Remove always true argument and unused field.Rafael Espindola2014-05-12
* Remove always true argument and field.Rafael Espindola2014-05-12
* Remove always true argument.Rafael Espindola2014-05-12
* Record the DWARF version in MCContextOliver Stannard2014-05-01
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie2014-04-11
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-01
* MC-exceptions: add support for compact-unwind without .eh_frameTim Northover2014-03-29
* Don't use EmitAbsValue with symbol references.Rafael Espindola2014-03-20
* DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...David Blaikie2014-03-18
* DebugInfo: Move line table zero-directory-index (compilation dir) handling in...David Blaikie2014-03-17
* DebugInfo: Use MC line table file entry uniquing for non-asm input as well.David Blaikie2014-03-17
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie2014-03-13
* MCDwarf: Extract the DWARF line table header handling into its own typeDavid Blaikie2014-03-13
* MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContextDavid Blaikie2014-03-13
* MCDwarf: Oh, and move the directory string over to std::string as wellDavid Blaikie2014-03-13
* MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie2014-03-13
* MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie2014-03-13
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-13
* MCDwarf: Remove unused parameterDavid Blaikie2014-03-12
* MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...David Blaikie2014-03-12
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-22
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-14
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* Fix a crash that occurs when PWD is invalid.Andrew Trick2013-12-10
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Fix comments to reflect reality.Bill Wendling2013-09-05
* Use ArrayRef instead of explicit container.Bill Wendling2013-09-04
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12
* Use the const_cast only where necessary.Bill Wendling2013-05-30
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove redundant check and use cached FrameArray values.Bob Wilson2013-05-07