aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure we emit a section for pubnames even if that section isEric Christopher2013-10-031-0/+18
* Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov2013-10-031-0/+88
* Add the DW_AT_GNU_ranges_base attribute if we've emitted any rangesEric Christopher2013-10-011-0/+150
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-301-22/+24
* Unify pubsection/gnu pubsection printing.Eric Christopher2013-09-251-7/+8
* llvm-dwarfdump support for gnu_pubtypesDavid Blaikie2013-09-241-3/+15
* Add namespaces to the list of items that we expose via pubnames.Eric Christopher2013-09-241-0/+1
* Regenerate testcase from source.Eric Christopher2013-09-241-64/+70
* Make dwarfdump-type-units.test order-independentDavid Blaikie2013-09-241-19/+26
* Add more external types to the pubtypes table. Expand the asmEric Christopher2013-09-231-0/+3
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-233-0/+36
* Handle gnu pubtypes sections:Eric Christopher2013-09-231-1/+4
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-231-5/+6
* Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.NAKAMURA Takumi2013-09-212-6/+0
* Move emission of the debug string table to early in the debugEric Christopher2013-09-203-13/+13
* llvm/test: Mark 3 tests as XFAIL:msvc.NAKAMURA Takumi2013-09-202-0/+6
* Move x86-dependent tests into the right directory.Benjamin Kramer2013-09-202-0/+0
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-191-10/+32
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-192-0/+159
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-191-13/+16
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-11/+11
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-182-5/+7
* mention command line parametersAdrian Prantl2013-09-171-0/+1
* Be sure we run ARM tests only when an ARM backend is present.Adrian Prantl2013-09-161-0/+4
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-161-0/+63
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-131-0/+126
* MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi2013-09-101-3/+0
* llvm/test/DebugInfo/dwarf-public-names.ll: Mark it as XFAIL for PECOFF target...NAKAMURA Takumi2013-09-101-0/+3
* Debug Info Testing: use null instead of an empty string in context field.Manman Ren2013-09-092-6/+6
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-0834-103/+103
* 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