summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2016-05-18pdbdump: Print out section offsets in the publics stream.Rui Ueyama1-0/+1
2016-05-17pdbdump: Print out more strcutures.Rui Ueyama1-0/+3
2016-05-17Debug Info: Don't emit bitfields in the DWARF4 format when tuning for GDB.Adrian Prantl2-1/+4
2016-05-17Debug Info: Don't emit a DW_AT_data_member_location for DWARF bitfields.Adrian Prantl2-6/+3
2016-05-16Debug info: Don't emit a DW_AT_byte_size when emitting a DWARF4 bit field.Adrian Prantl1-2/+7
2016-05-13pdbdump: Print "Publics" stream.Rui Ueyama1-1/+8
2016-05-13[codeview] Align class and print names of typesReid Kleckner2-2/+2
2016-05-13[codeview] Dump the type index on the first line of each recordReid Kleckner2-14/+7
2016-05-10Debug Info: Prevent DW_AT_abstract_origin from being emitted twiceAdrian Prantl1-0/+57
2016-05-09[pdb] Parse the module info stream for each module.Zachary Turner1-1/+167
2016-05-06Make llvm-pdbdump print CV type recordsZachary Turner1-24/+68
2016-05-06Fix failing test due to merge conflict.Zachary Turner1-1/+1
2016-05-06Port DebugInfoPDB over to using llvm::Error.Zachary Turner1-1/+1
2016-05-06[AArch64] Combine callee-save and local stack SP adjustment instructions.Geoff Berry1-2/+2
2016-05-04Reland "Use ScopedPrinter in llvm-pdbdump"Reid Kleckner1-1000/+1235
2016-05-04Revert "Use ScopedPrinter in llvm-pdbdump"Chad Rosier1-1235/+1000
2016-05-04Use ScopedPrinter in llvm-pdbdumpZachary Turner1-1000/+1235
2016-05-04[mips][ias] Only round section sizes when explicitly requested.Daniel Sanders1-1/+1
2016-05-03Parse the TPI (type information) stream of PDB files.Zachary Turner1-0/+9
2016-05-03Moved test case for r268323 to DebugInfo/X86 to unbreak aarch64.Wolfgang Pieb1-0/+0
2016-05-02DebugInfo: Avoid propagating incorrect debug locations in SelectionDAG via CSE.Wolfgang Pieb1-0/+100
2016-05-02Parse PDB Name Hash TableZachary Turner1-0/+15
2016-04-30Reverting 268054 & 268063 as they caused PR27579.Amjad Aboud14-693/+34
2016-04-29Fixed LIT tests that was broken after change in r268054.Amjad Aboud1-4/+0
2016-04-29Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud13-30/+693
2016-04-29[mips][ias] Make section sizes a multiple of the alignment.Daniel Sanders1-1/+1
2016-04-28[llvm-pdbdump] Restore error messages, handle bad block sizesDavid Majnemer2-0/+5
2016-04-28[llvm-pdbdump] Correctly read data larger than a blockDavid Majnemer2-57/+979
2016-04-28Read discriminators correctly from object file.Dehao Chen2-0/+135
2016-04-28Read the rest of the DBI substreams, and parse source info.Zachary Turner1-0/+3
2016-04-28Debug Info: Restore the pre-r240853 behavior for DWARF2 bitfields.Adrian Prantl1-1/+1
2016-04-28Debug info: Support DWARF4 bitfields via DW_AT_data_bit_offset.Adrian Prantl2-0/+124
2016-04-27Parse module information from DBI stream.Zachary Turner1-0/+24
2016-04-26Parse and dump PDB DBI Stream Header InformationZachary Turner1-0/+10
2016-04-26Refactor some more PDB reading code into DebugInfoPDB.Zachary Turner1-17/+0
2016-04-25Resubmit "Refactor raw pdb dumper into library"Zachary Turner1-1/+1
2016-04-24Verifier: Verify that each inlinable callsite of a debug-info-bearing functionAdrian Prantl2-2/+4
2016-04-24Revert "Verifier: Verify that each inlinable callsite of a debug-info-bearing...Adrian Prantl2-4/+2
2016-04-24Verifier: Verify that each inlinable callsite of a debug-info-bearing functionAdrian Prantl2-2/+4
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith38-244/+244
2016-04-23Use %T instead of cd'ing to Output directly.Benjamin Kramer1-1/+1
2016-04-22llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains...David Blaikie3-0/+10
2016-04-22llvm-symbolizer: prefer .dwo contents over fission-gmlt-like-data when .dwo f...David Blaikie5-14/+33
2016-04-22Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into libraryDaniel Sanders1-1/+1
2016-04-21Fix pdbdump-headers.test after guid format change.Zachary Turner1-1/+1
2016-04-21Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.Amjad Aboud1-0/+161
2016-04-19[LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang1-1/+1
2016-04-19[SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARDTim Shen1-2/+2
2016-04-18[DWARF] Force a linkage_name on an inlined subprogram's abstract origin.Paul Robinson7-7/+80
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl285-952/+715