aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1855-260/+463
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-09133-2908/+3167
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-23131-3847/+4833
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-02121-2302/+3421
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2135-343/+799
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2941-295/+1274
* Update to LLVM 3.5a.Stephen Hines2014-04-2486-444/+2091
* Merging r195504:Manman Ren2013-12-0990-99/+256
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-162-2/+2
* Add addrspacecast instruction.Matt Arsenault2013-11-151-1/+1
* DebugInfo: regenerate test case from Clang to adjust for fixes/improvementsDavid Blaikie2013-11-011-87/+64
* DebugInfo: Improve readability of test case added in r193878David Blaikie2013-11-011-2/+2
* DebugInfo: add a test case for data member locations (coverage for r193835)David Blaikie2013-11-011-0/+43
* Fix a test case broken by r193872David Blaikie2013-11-011-1/+1
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-011-9/+2
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-012-4/+4
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-311-0/+70
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-297-42/+49
* Debug Info: clean up testing case.Manman Ren2013-10-291-2/+4
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-2911-46/+48
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-295-14/+22
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-211-2/+2
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-171-45/+69
* Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-171-50/+47
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-161-2/+2
* Update test case due to DIE hashing in r192836David Blaikie2013-10-161-2/+2
* 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