summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86
Commit message (Expand)AuthorAge
* DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.David Blaikie2013-12-02
* DebugInfo: Do not include variables only referenced by templates in aranges.David Blaikie2013-11-27
* DwarfDebug: Include type units in accelerator tables.David Blaikie2013-11-26
* DebugInfo: Update test case due to dumper improvements in r195698David Blaikie2013-11-26
* DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...David Blaikie2013-11-26
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into aEric Christopher2013-11-21
* DebugInfo: Partial implementation of DWARF type units.David Blaikie2013-11-19
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-16
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* DebugInfo: regenerate test case from Clang to adjust for fixes/improvementsDavid Blaikie2013-11-01
* DebugInfo: Improve readability of test case added in r193878David Blaikie2013-11-01
* DebugInfo: add a test case for data member locations (coverage for r193835)David Blaikie2013-11-01
* Fix a test case broken by r193872David Blaikie2013-11-01
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-01
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-01
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-31
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Debug Info: clean up testing case.Manman Ren2013-10-29
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-29
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-21
* 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