aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86
Commit message (Expand)AuthorAgeFilesLines
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-091-13/+13
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-071-0/+12
* Support and test template arguments for unions.Eric Christopher2013-04-021-0/+58
* move testcase into appropriate X86 subdirectory.Adrian Prantl2013-03-291-0/+372
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-2841-449/+449
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-2741-449/+449
* Move X86-dependent test into the right subdirectory.Benjamin Kramer2013-03-231-0/+106
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-221-18/+24
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-223-4/+4
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-2218-26/+26
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-212-3/+3
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-2117-65/+65
* Remove unused field in DISubprogramDavid Blaikie2013-03-2130-60/+60
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-2021-22/+22
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-2021-22/+22
* Remove unused field in DICompileUnitDavid Blaikie2013-03-2041-42/+42
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-2022-100/+100
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-1929-174/+174
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-1733-45/+80
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-1314-15/+15
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-1341-42/+43
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-1241-42/+42
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-1238-39/+39
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-1122-77/+77
* Upgrade tests to the latest debug info format.David Blaikie2013-03-088-77/+89
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-3/+6
* Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren2013-02-271-3/+85
* Debug Info: for static member variables, add AT_MIPS_linkage_name to theManman Ren2013-02-271-0/+3
* Revert r176120 as it caused a failure at static-member.cppManman Ren2013-02-261-3/+3
* Debug Info: for static member variables, move AT_MIPS_linkage_name fromManman Ren2013-02-261-3/+3
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-221-1/+1
* Moved line-info.ll to DebugInfo\X86 directoryElena Demikhovsky2013-02-141-0/+52
* Clean up LDV, no functionality change.Manman Ren2013-02-131-1/+1
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-131-0/+173
* Dwarf: do not use line_table_start in at_stmt_list since we do not always emit Manman Ren2013-02-091-1/+1
* Attempt to recover gdb bot after r174445.Manman Ren2013-02-061-2/+2
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-053-3/+65
* Add support for testing the output of the abbrev table for theEric Christopher2013-02-051-0/+10
* Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher2013-02-051-1/+4
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-041-10/+5
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-0233-152/+76
* Removing ssp and uwtable from the testcaseManman Ren2013-02-021-1/+1
* [Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren2013-02-011-0/+63
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-261-23/+22
* Add back a RUN line removed by mistake by a previous commitEli Bendersky2013-01-251-0/+1
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-2532-35/+34
* The last of PR14471 - emission of constant floatsDavid Blaikie2013-01-201-28/+30
* Fix a latent bug exposed by recent static member debug info changes.David Blaikie2013-01-191-29/+30
* Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher2013-01-181-0/+6
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-171-4/+8