summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
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
* [DWARF parser] Use distinction between DW_AT_ranges_base and DW_AT_GNU_ranges...Alexey Samsonov2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* [DWARF parser] Fix broken address ranges construction.Alexey Samsonov2014-06-12
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...Alexey Samsonov2014-06-12
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-21
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-17
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-15
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-30
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-29
* [DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.Alexey Samsonov2014-04-29
* [DWARF parser] DWARFDebugFrame: Make FrameEntry struct smaller.Alexey Samsonov2014-04-28
* [DWARF parser] DWARFDebugFrame: use unique_ptr instead of raw pointerAlexey Samsonov2014-04-28
* [DWARF parser] Simplify DWARFDebugAranges generation.Alexey Samsonov2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Fix missing includeAlexey Samsonov2014-04-25
* [DWARF parser] Cleanup code in DWARFDebugAranges.Alexey Samsonov2014-04-25
* [DWARF parser] Cleanup code in DWARFDebugAbbrev.Alexey Samsonov2014-04-25
* [DWARF parser] Make a few methods non-publicAlexey Samsonov2014-04-24
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-24
* [DWARF parser] Simplify and re-format a methodAlexey Samsonov2014-04-24
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov2014-04-18
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-18
* [DWARF parser] Respect address ranges specified in compile unit DIE.Alexey Samsonov2014-04-18
* DebugInfo: Remove some initializer lists to make MSVC happy again.Benjamin Kramer2014-04-18
* [DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov2014-04-18
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-05
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-25
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-15
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* Use ctor instead of initializer list to appease Windows buildbotsAlexey Samsonov2014-03-14
* Use temporary instead of a local variable hereAlexey Samsonov2014-03-14
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DW...Alexey Samsonov2014-03-13
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-13
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-24
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-14
* make llvm-dwarfdump a little more resilient when parsing .debug_locAdrian Prantl2014-02-11
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* [Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju2014-01-26