aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
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
* Debug Info Testing Case: check for the name of a structure.Manman Ren2013-10-111-0/+1
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-101-1/+8
* Add comments to debug info testing case.Manman Ren2013-10-101-0/+8
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-091-39/+60
* Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren2013-10-091-34/+46
* Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren2013-10-091-31/+41
* Debug Info: In DIBuilder, the context fields of a static member and aManman Ren2013-10-081-27/+48
* Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren2013-10-081-2/+12
* Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren2013-10-081-12/+38
* Debug Info: update testing to reflect r192018.Manman Ren2013-10-081-2/+4
* typo.Adrian Prantl2013-10-081-1/+1
* typo.Adrian Prantl2013-10-081-1/+1
* Reduce testcase from 1r92011.Adrian Prantl2013-10-081-128/+20
* Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl2013-10-051-0/+135
* 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-044-5/+70
* 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
* 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