summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86
Commit message (Expand)AuthorAge
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-17
* Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-17
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-16
* Update test case due to DIE hashing in r192836David Blaikie2013-10-16
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-16
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Use addFlag to add the enum class attribute.Eric Christopher2013-10-04
* Fix this test.Rafael Espindola2013-10-04
* DebugInfo: Fix ordering of members after r191928David Blaikie2013-10-04
* Fixed a bug with section names containing special characters.Richard Mitton2013-10-03
* Make sure we emit a section for pubnames even if that section isEric Christopher2013-10-03
* Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov2013-10-03
* Add the DW_AT_GNU_ranges_base attribute if we've emitted any rangesEric Christopher2013-10-01
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-30
* llvm-dwarfdump support for gnu_pubtypesDavid Blaikie2013-09-24
* Add namespaces to the list of items that we expose via pubnames.Eric Christopher2013-09-24
* Regenerate testcase from source.Eric Christopher2013-09-24
* Add more external types to the pubtypes table. Expand the asmEric Christopher2013-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
* 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
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-13
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info Testing: Updated to use null instead of "i32 0" for containing-typeManman Ren2013-09-06
* 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
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* 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
* 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