aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86
Commit message (Expand)AuthorAgeFilesLines
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-161-23/+46
* Enable MI Sched for x86.Andrew Trick2013-10-151-1/+1
* Use addFlag to add the enum class attribute.Eric Christopher2013-10-041-2/+2
* Fix this test.Rafael Espindola2013-10-041-1/+1
* DebugInfo: Fix ordering of members after r191928David Blaikie2013-10-043-5/+5
* Fixed a bug with section names containing special characters.Richard Mitton2013-10-032-36/+27
* 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
* 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
* Add more external types to the pubtypes table. Expand the asmEric Christopher2013-09-231-0/+3
* 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-201-8/+6
* 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/+159
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-191-10/+32
* 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
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-131-0/+126
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-0829-88/+88
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-0662-193/+193
* Debug Info Testing: Updated to use null instead of "i32 0" for containing-typeManman Ren2013-09-069-33/+33
* 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
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-2660-201/+201
* Turn on pubnames by default on linux.Eric Christopher2013-08-191-0/+130
* 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-161-2/+0
* 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
* Move the addition of the dwo_id as late as possible after everythingEric Christopher2013-08-121-2/+2
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-1/+1
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-021-0/+40