Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra...
[oota-llvm.git] / lib / MC / MCDwarf.cpp
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-08-10 Aaron BallmanSilence a sign mismatch warning; NFC.
2015-08-07 Frederic Riss[MC/Dwarf] Allow to specify custom parameters for linet...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Benjamin Kramer[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Rafael EspindolaRemove yet another method of creating begin and end...
2015-05-20 Pete CooperUse a SmallString buffer instead of a std::string for...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-12 Keith Walker[DWARF] Add CIE header fields address_size and segment_...
2015-04-28 Rafael EspindolaUse CIE version 4 for dwarf4.
2015-04-27 Rafael EspindolaUse CIE version 1 for .eh_frame.
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-03-24 Rafael EspindolaReset the CFA offset at the start of every FDE.
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-23 Rafael EspindolaUpdate variable name and reuse existing variable. NFC.
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-16 Gabor HorvathFix build failure on MSVC compilers.
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-15 Frederic Riss[MCDwarf] Do not emit useless line table opcode.
2015-02-26 Frederic Riss[MC] Use the non-EH register mapping in the debug_frame...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-10-21 Rafael EspindolaDrop support for an old version of ld64 (from darwin 9).
2014-09-22 Oliver StannardDowngrade DWARF2 section limit error to a warning
2014-09-06 Saleem AbdulrasoolMC: correct DWARF line info for PE/COFF
2014-09-05 Saleem AbdulrasoolMC: correct DWARF header for PE/COFF assembly input
2014-08-20 Rafael EspindolaRemove unused field.
2014-08-15 Rafael EspindolaMake EmitAbsValue an static helper.
2014-08-15 Rafael EspindolaDon't print comments to an object streamer :-)
2014-07-19 Saleem AbdulrasoolMC: permit emitting a symbol value as section relative
2014-07-17 Saleem AbdulrasoolMC: correct DWARF header for PE/COFF assembly input
2014-07-17 Saleem AbdulrasoolMC: collapse emission of producer
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-23 Rafael EspindolaAllow using .cfi_startproc without a leading symbol.
2014-06-23 Rafael EspindolaStop producing func.eh symbols on Darwin.
2014-06-20 Rafael EspindolaAlways use a temp symbol for CIE.
2014-06-19 Eric ChristopherFix up a few formatting issues.
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaRemove always true argument and unused field.
2014-05-12 Rafael EspindolaRemove always true argument and field.
2014-05-12 Rafael EspindolaRemove always true argument.
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-11 David BlaikieUse value types instead of 'new'd objects to store...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-03-20 Rafael EspindolaDon't use EmitAbsValue with symbol references.
2014-03-18 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-17 David BlaikieDebugInfo: Move line table zero-directory-index (compil...
2014-03-17 David BlaikieDebugInfo: Use MC line table file entry uniquing for...
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-13 David BlaikieMCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
2014-03-13 David BlaikieMCDwarf: Extract the DWARF line table header handling...
2014-03-13 David BlaikieMCDwarf: Sink file/directory creation down into MCDwarf...
2014-03-13 David BlaikieMCDwarf: Oh, and move the directory string over to...
2014-03-13 David BlaikieMCDwarf: Simplify MCDwarfFile to just use std::string...
2014-03-13 David BlaikieMCDwarf: Simply MCDwarfFile since it really is just...
2014-03-13 David BlaikieMCDwarf: Refactor line table handling into a single...
2014-03-12 David BlaikieMCDwarf: Remove unused parameter
2014-03-12 David BlaikieMCDwarf: Invert the Section+CU->LineEntries mapping...
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-14 Diego NovilloSupport DWARF discriminators in object streamer.
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2013-12-10 Andrew TrickFix a crash that occurs when PWD is invalid.
2013-09-26 Venkatraman Govind... Implements parsing and emitting of .cfi_window_save...
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-05 Bill WendlingFix comments to reflect reality.
2013-09-04 Bill WendlingUse ArrayRef instead of explicit container.
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-12 Ulrich Weigand[MC/DWARF] Support .debug_frame / .debug_line code...
2013-05-30 Bill WendlingUse the const_cast only where necessary.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-07 Bob WilsonRemove redundant check and use cached FrameArray values.
2013-04-24 Bill WendlingAlign the __LD,__compact_unwind section.
2013-04-18 Bill WendlingRelax this assert. It may not hold in all cases.
2013-04-18 Bill WendlingAssert if we're trying to generate a null compact unwin...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-10 Bill WendlingNo need to have this return a bool.
2013-04-10 Bill WendlingTrack the compact unwind encoding for when we are unabl...
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-07 Eric ChristopherFormatting.
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
next