aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-183-14/+15
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0939-208/+167
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2393-1690/+3929
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0227-304/+685
* Update LLVM for rebase to r212749.Stephen Hines2014-07-216-63/+74
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+52
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2921-704/+673
* Update to LLVM 3.5a.Stephen Hines2014-04-2421-328/+496
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-011-4/+4
* DWARFDebugArangeSet: remove dead codeAlexey Samsonov2013-10-312-54/+0
* DWARFUnit: kill dead code and make a couple of functions private. No function...Alexey Samsonov2013-10-312-38/+7
* DWARFAbbreviationDeclaration: remove dead code, refactor parsing code and mak...Alexey Samsonov2013-10-313-75/+60
* DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.Alexey Samsonov2013-10-291-43/+41
* Quick-fix DebugInfo build on WindowsTimur Iskhodzhanov2013-10-291-1/+3
* Clean up.Richard Smith2013-10-291-4/+4
* DWARFFormValue.cpp: Appease gcc to give explicit constructors.NAKAMURA Takumi2013-10-291-4/+4
* Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.Alexey Samsonov2013-10-282-56/+10
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-284-18/+11
* DWARF parser: since DWARF4, DW_AT_high_pc may be a constant representing func...Alexey Samsonov2013-10-281-4/+10
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-285-67/+158
* Correct log message typo: ended ad -> ended atEd Maste2013-10-181-1/+1
* [DebugInfo] Remove unneeded struct member and hide struct definition. No func...Alexey Samsonov2013-10-181-3/+2
* [DebugInfo] Remove dead code.Alexey Samsonov2013-10-181-31/+0
* [DebugInfo] Delete dead code, simplify and fix code style for some existing c...Alexey Samsonov2013-10-172-49/+31
* [DebugInfo] Further simplify DWARFDebugAranges public interfaceAlexey Samsonov2013-10-023-42/+33
* [DebugInfo] Simplify and speedup .debug_aranges parsingAlexey Samsonov2013-10-011-58/+25
* [DebugInfo] Further simplify DWARFDebugAranges. No functionality change.Alexey Samsonov2013-10-012-56/+43
* [DebugInfo] Remove unused functions from DWARFDebugAranges and fix code style.Alexey Samsonov2013-10-012-93/+44
* Deallocate type units when destroying a DWARFContext.Benjamin Kramer2013-09-291-0/+1
* Rework conditional for printing out pub sections.Eric Christopher2013-09-271-7/+5
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-252-20/+29
* Unify pubsection/gnu pubsection printing.Eric Christopher2013-09-251-26/+21
* Slight formatting change for pubnames/pubtypes output.Eric Christopher2013-09-251-3/+3
* llvm-dwarfdump: add missing opening quotation mark lost in r191330David Blaikie2013-09-241-1/+1
* llvm-dwarfdump: re-add field formatting for the entry kind lost in r191329David Blaikie2013-09-241-1/+1
* llvm-dwarfdump support for gnu_pubtypesDavid Blaikie2013-09-242-20/+33
* DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.NAKAMURA Takumi2013-09-241-1/+1
* Format the index entry kind string to align.Eric Christopher2013-09-241-3/+3
* Comments for r191234 as suggested by Eric Christopher.David Blaikie2013-09-231-0/+4
* Unbreak the build (from r191233)since we're calling printf.David Blaikie2013-09-231-0/+1
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-235-3/+135
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-239-667/+696
* DebugInfo: Wrap section data and relocs together for dwarf dumping supportDavid Blaikie2013-09-232-48/+39
* Remove dead codeDavid Blaikie2013-09-221-17/+0
* StringRef-ize some thingsDavid Blaikie2013-09-221-8/+4
* Revert r191062; the build break was also fixed in a different (incompatible) ...Richard Smith2013-09-201-3/+2
* Unbreak Clang build after r191050: don't pass a StringRef to snprintf.Richard Smith2013-09-201-2/+3
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-191-2/+2
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-192-0/+25
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-276-85/+246