summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
...
* Regenerate testcase from source.Eric Christopher2013-09-24
* Make dwarfdump-type-units.test order-independentDavid Blaikie2013-09-24
* Add more external types to the pubtypes table. Expand the asmEric Christopher2013-09-23
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-23
* Handle gnu pubtypes sections:Eric Christopher2013-09-23
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-23
* Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.NAKAMURA Takumi2013-09-21
* Move emission of the debug string table to early in the debugEric Christopher2013-09-20
* llvm/test: Mark 3 tests as XFAIL:msvc.NAKAMURA Takumi2013-09-20
* Move x86-dependent tests into the right directory.Benjamin Kramer2013-09-20
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-19
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-19
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-19
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-18
* mention command line parametersAdrian Prantl2013-09-17
* Be sure we run ARM tests only when an ARM backend is present.Adrian Prantl2013-09-16
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-16
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-13
* MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi2013-09-10
* llvm/test/DebugInfo/dwarf-public-names.ll: Mark it as XFAIL for PECOFF target...NAKAMURA Takumi2013-09-10
* Debug Info Testing: use null instead of an empty string in context field.Manman Ren2013-09-09
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-07
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-06
* Debug Info Testing: Updated to use null instead of "i32 0" for containing-typeManman Ren2013-09-06
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-05
* Remove hack ensuring that darwin didn't produce dwarf > 3 for modulesEric Christopher2013-09-04
* Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...Michael Gottesman2013-09-04
* Revert "Remove the darwin gdb option, that version of gdb is now dead and the...Michael Gottesman2013-09-04
* Remove the darwin gdb option, that version of gdb is now dead andEric Christopher2013-09-04
* Add the rest of the stock attributes to the attribute table.Eric Christopher2013-09-03
* Don't bother emitting the pubtypes section on darwin since there aren'tEric Christopher2013-08-30
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-28
* Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher2013-08-27
* Move some debug testcases to the debug info directory.Eric Christopher2013-08-27
* Add derived from source.Eric Christopher2013-08-27
* Add a testcase to ensure that the pubnames section uses an offsetEric Christopher2013-08-27
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-26
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-22
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-21
* Turn on pubnames by default on linux.Eric Christopher2013-08-19
* llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie2013-08-19
* DebugInfo: don't emit zero-length names for parametersDavid Blaikie2013-08-19
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov2013-08-14
* Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_offset instead of DW_F...Carlo Kok2013-08-13
* Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.Evgeniy Stepanov2013-08-13