aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2013-04-07DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher
2013-04-05llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov
2013-04-05Add a basic test for llvm-symbolizer toolAlexey Samsonov
2013-04-04Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend willJyotsna Verma
2013-04-02Support and test template arguments for unions.Eric Christopher
2013-03-29move testcase into appropriate X86 subdirectory.Adrian Prantl
2013-03-29Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...Adrian Prantl
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-25XFAIL DebugInfo tests for Hexagon.Jyotsna Verma
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-22Remove the ARM-specific variant of this test. It's already covered byChandler Carruth
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 file/directory path in namespace debug info to refer directly to the...David Blaikie
2013-03-20Enhance debug info namespace test to check for context/scope referenceDavid Blaikie
2013-03-20Make target-specific test case in r177474 only run when that target is builtDavid Blaikie
2013-03-20Reorder the DIFile parameter in DINameSpaceDavid Blaikie
2013-03-20Test DW_TAG_namespace support in the backendDavid Blaikie
2013-03-20Fix test case regression on ARM & PPC introduced r177239David 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-14Test that we emit a DW_AT_location for self captured by a block.Adrian Prantl
2013-03-13Remove an extra operand to a DIFile metadata entryDavid 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-08Remove -print-dbginfo as it is unused & bitrotten.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-21Previously, parsing capability of the .debug_frame section was addedEli Bendersky
2013-02-14Add testcase for llvm-dwarfdump to test parsing of the pubnames data.Krzysztof Parzyszek
2013-02-14Moved line-info.ll to DebugInfo\X86 directoryElena Demikhovsky
2013-02-14The test failed on Windows. I've changed the platform to run to "x86_64-apple...Elena Demikhovsky
2013-02-13Clean up LDV, no functionality change.Manman Ren