aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86
AgeCommit message (Expand)Author
2013-03-29move testcase into appropriate X86 subdirectory.Adrian Prantl
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-23Move X86-dependent test into the right subdirectory.Benjamin Kramer
2013-03-22reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie
2013-03-22Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-21Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2013-03-08Upgrade tests to the latest debug info format.David Blaikie
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren
2013-02-27Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren
2013-02-27Debug Info: for static member variables, add AT_MIPS_linkage_name to theManman Ren
2013-02-26Revert r176120 as it caused a failure at static-member.cppManman Ren
2013-02-26Debug Info: for static member variables, move AT_MIPS_linkage_name fromManman Ren
2013-02-22Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher
2013-02-14Moved line-info.ll to DebugInfo\X86 directoryElena Demikhovsky
2013-02-13Clean up LDV, no functionality change.Manman Ren
2013-02-13Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren
2013-02-09Dwarf: do not use line_table_start in at_stmt_list since we do not always emit Manman Ren
2013-02-06Attempt to recover gdb bot after r174445.Manman Ren
2013-02-05Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren
2013-02-05Add support for testing the output of the abbrev table for theEric Christopher
2013-02-05Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher
2013-02-04[DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie
2013-02-02Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie
2013-02-02Removing ssp and uwtable from the testcaseManman Ren
2013-02-01[Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren
2013-01-26PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie
2013-01-25Add back a RUN line removed by mistake by a previous commitEli Bendersky
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky
2013-01-20The last of PR14471 - emission of constant floatsDavid Blaikie
2013-01-19Fix a latent bug exposed by recent static member debug info changes.David Blaikie
2013-01-18Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher
2013-01-17Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher
2013-01-17Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher
2013-01-16Make this test X86 only.Eric Christopher
2013-01-16Move this to X86.Eric Christopher