summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie2014-03-131-6/+7
* MCDwarf: Extract the DWARF line table header handling into its own typeDavid Blaikie2014-03-131-3/+13
* MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContextDavid Blaikie2014-03-131-0/+49
* MCDwarf: Oh, and move the directory string over to std::string as wellDavid Blaikie2014-03-131-2/+1
* MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie2014-03-131-4/+4
* MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie2014-03-131-13/+3
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-131-22/+19
* MCDwarf: Remove unused parameterDavid Blaikie2014-03-121-5/+4
* MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...David Blaikie2014-03-121-45/+14
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-221-2/+1
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-141-0/+10
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-271-13/+22
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-081-6/+10
* Fix a crash that occurs when PWD is invalid.Andrew Trick2013-12-101-3/+6
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-261-0/+4
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-091-3/+4
* Fix comments to reflect reality.Bill Wendling2013-09-051-6/+2
* Use ArrayRef instead of explicit container.Bill Wendling2013-09-041-2/+2
* Remove address spaces from MC.Rafael Espindola2013-07-021-1/+1
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-36/+35
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-121-29/+19
* Use the const_cast only where necessary.Bill Wendling2013-05-301-4/+4
* Remove the MachineMove class.Rafael Espindola2013-05-131-37/+2
* Remove redundant check and use cached FrameArray values.Bob Wilson2013-05-071-12/+8
* Align the __LD,__compact_unwind section.Bill Wendling2013-04-241-7/+16
* Relax this assert. It may not hold in all cases.Bill Wendling2013-04-181-1/+1
* Assert if we're trying to generate a null compact unwind entry.Bill Wendling2013-04-181-4/+2
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+3
* No need to have this return a bool.Bill Wendling2013-04-101-4/+4
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-101-5/+4
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-121-4/+4
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-2/+2
* Formatting.Eric Christopher2013-02-071-2/+1
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-051-12/+41
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-1/+1
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-161-3/+9
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-17/+17
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-2/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
OpenPOWER on IntegriCloud