aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Support and test template arguments for unions.Eric Christopher2013-04-021-0/+58
* move testcase into appropriate X86 subdirectory.Adrian Prantl2013-03-291-3/+4
* Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...Adrian Prantl2013-03-291-0/+371
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-2853-563/+563
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-2753-563/+563
* XFAIL DebugInfo tests for Hexagon.Jyotsna Verma2013-03-253-1/+3
* Move X86-dependent test into the right subdirectory.Benjamin Kramer2013-03-231-0/+0
* 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-2221-30/+30
* Remove the ARM-specific variant of this test. It's already covered byChandler Carruth2013-03-222-6/+0
* 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-2120-75/+75
* Remove unused field in DISubprogramDavid Blaikie2013-03-2145-90/+90
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-2025-27/+27
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-2026-28/+28
* Remove unused field in DICompileUnitDavid Blaikie2013-03-2057-60/+60
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-201-3/+10
* Enhance debug info namespace test to check for context/scope referenceDavid Blaikie2013-03-201-7/+16
* Make target-specific test case in r177474 only run when that target is builtDavid Blaikie2013-03-203-1/+6
* Reorder the DIFile parameter in DINameSpaceDavid Blaikie2013-03-201-1/+2
* Test DW_TAG_namespace support in the backendDavid Blaikie2013-03-201-0/+25
* Fix test case regression on ARM & PPC introduced r177239David Blaikie2013-03-201-4/+6
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-2027-122/+122
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-1936-214/+214
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-1743-61/+106
* Test that we emit a DW_AT_location for self captured by a block.Adrian Prantl2013-03-141-0/+105
* Remove an extra operand to a DIFile metadata entryDavid Blaikie2013-03-131-1/+1
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-1317-19/+19
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-1355-58/+59
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-1255-58/+58
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-1251-54/+54
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-1125-82/+84
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-081-66/+0
* Upgrade tests to the latest debug info format.David Blaikie2013-03-0814-162/+188
* 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
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-211-0/+13
* Add testcase for llvm-dwarfdump to test parsing of the pubnames data.Krzysztof Parzyszek2013-02-143-0/+48
* Moved line-info.ll to DebugInfo\X86 directoryElena Demikhovsky2013-02-141-0/+0
* The test failed on Windows. I've changed the platform to run to "x86_64-apple...Elena Demikhovsky2013-02-141-1/+1
* 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
* Remove target-specific info from the testcase for DWARF/pubnames.Krzysztof Parzyszek2013-02-121-3/+0
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-121-0/+127
* AArch64: generate dwarfdump test rather than include .o in subversionTim Northover2013-02-113-16/+33