aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-302-113/+3
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-302-3/+113
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-303-33/+24
* Set debug locations for branch instructions created during inlining, evenAdrian Prantl2013-04-301-0/+154
* Improve documentation.Adrian Prantl2013-04-291-1/+2
* AArch64: convert MC-layer test to .s fileTim Northover2013-04-272-51/+48
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-271-1/+1
* Move the XFAIL out of the middle of a comment.Eric Christopher2013-04-271-1/+1
* cleanup testcase some moreAdrian Prantl2013-04-261-11/+11
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-261-0/+100
* Cleanup testcase and ensure we actually exercise the inliner.Adrian Prantl2013-04-241-138/+144
* Make sure the instruction right after an inlined function has aAdrian Prantl2013-04-231-0/+165
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-233-0/+36
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-2256-69/+97
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-1955-95/+67
* PR14606: debug info imported_module supportDavid Blaikie2013-04-1955-67/+95
* PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie2013-04-171-2/+7
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-101-19/+0
* Add object-emission flag for lit tests. This flag is usedJyotsna Verma2013-04-105-2/+10
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-091-0/+17
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-091-13/+13
* Simplify the quoting here. Our lit emulator doesn't deal well with theChandler Carruth2013-04-081-1/+1
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-071-0/+12
* llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov2013-04-053-4/+8
* Add a basic test for llvm-symbolizer toolAlexey Samsonov2013-04-051-0/+21
* Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend willJyotsna Verma2013-04-041-0/+1
* 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