summaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-071-1/+3
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-0682-244/+244
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-061-0/+64
* Debug Info Testing: Updated to use null instead of "i32 0" for containing-typeManman Ren2013-09-069-33/+33
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-051-0/+29
* Remove hack ensuring that darwin didn't produce dwarf > 3 for modulesEric Christopher2013-09-046-30/+32
* Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...Michael Gottesman2013-09-042-4/+1
* Revert "Remove the darwin gdb option, that version of gdb is now dead and the...Michael Gottesman2013-09-042-1/+4
* Remove the darwin gdb option, that version of gdb is now dead andEric Christopher2013-09-042-4/+1
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-031-2/+2
* Don't bother emitting the pubtypes section on darwin since there aren'tEric Christopher2013-08-301-1/+1
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-281-2/+2
* Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher2013-08-274-8/+12
* Move some debug testcases to the debug info directory.Eric Christopher2013-08-2716-0/+966
* Add derived from source.Eric Christopher2013-08-271-0/+5
* Add a testcase to ensure that the pubnames section uses an offsetEric Christopher2013-08-271-0/+32
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-261-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-2691-279/+279
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-226-7/+7
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-211-0/+1
* Turn on pubnames by default on linux.Eric Christopher2013-08-192-1/+131
* llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie2013-08-197-20/+20
* DebugInfo: don't emit zero-length names for parametersDavid Blaikie2013-08-191-3/+5
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-166-10/+0
* llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov2013-08-142-0/+4
* Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_offset instead of DW_F...Carlo Kok2013-08-131-0/+40
* Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.Evgeniy Stepanov2013-08-131-2/+2
* Add the start of DIE hashing for DWARF4 type units and split dwarfEric Christopher2013-08-131-0/+15
* Add comment and source to testcase.Eric Christopher2013-08-121-0/+10
* Move the addition of the dwo_id as late as possible after everythingEric Christopher2013-08-121-2/+2
* For DW_TAG_template_type_parameter the actual passed in type couldEric Christopher2013-08-081-0/+54
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-064-7/+8
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-021-0/+40
* Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...NAKAMURA Takumi2013-08-021-40/+0
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-024-8/+7
* fix for LLVM debug info on llvm-mips-linux where the label name uses % instea...Carlo Kok2013-08-011-1/+1
* ARM/Hexagon testcases can't compile x86 only testcase. Reverting change to te...Carlo Kok2013-08-011-2/+2
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-014-7/+8
* DebugInfo: Emit definitions for types with no members.David Blaikie2013-08-011-15/+33
* change the inlinefnlocalvar testcase so it uses a triple that's not coff (doe...Carlo Kok2013-08-011-1/+1
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-011-0/+40
* Move file to X86 and add a triple to fix darwin bots for now.Eric Christopher2013-07-301-1/+1
* Fix a truly egregious thinko in anonymous namespace check,Eric Christopher2013-07-291-66/+125
* Make sure we don't emit an ODR hash for types with no name and makeEric Christopher2013-07-291-19/+60
* Clarify comments for types contained in anonymous namespaces andEric Christopher2013-07-291-1/+3
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-291-2/+2
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-2910-28/+42
* DwarfDebug: MD5 is always little endian, bswap on big endian platforms.Benjamin Kramer2013-07-271-0/+0
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-2711-31/+50
* next batch of -disable-debug-info-verifierRafael Espindola2013-07-262-2/+2