aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2011-09-13Update tests. Remove irrelevant tests.Devang Patel
2011-08-19Do not use named md nodes to track variables that are completely optimized. T...Devang Patel
2011-06-17Test for previous commit.Rafael Espindola
2011-06-16Move test for appropriate directory.Galina Kistanova
2011-05-27Fix a regression I recently introduced by removing DwarfRegNum ofRafael Espindola
2011-05-19Looks like OS X assemblers (including MC) don't likeRafael Espindola
2011-05-13Move test.Rafael Espindola
2011-05-13Move test.Rafael Espindola
2011-05-10Add triple.Rafael Espindola
2011-05-10The EH symbols are only needed in eh_frame, not debug_frame.Rafael Espindola
2011-05-10Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola
2011-05-06Move few target-dependant tests to appropriate directories.Galina Kistanova
2011-05-04Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-08Add radar number for future reference.Devang Patel
2011-04-08Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel
2011-03-24Move test in x86 specific area.Devang Patel
2011-03-24Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel
2011-02-24Remove obsolete tests.Devang Patel
2011-02-24Move arch specific tests in arch specific directories.Devang Patel
2010-12-02Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.Devang Patel
2010-11-18Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola
2010-10-15FileCheckizeJakob Stoklund Olesen
2010-10-01Fix code gen crash reported in PR 8235. We still lose debug info for the unus...Devang Patel
2010-09-28Add target triple info to these tests to make the results comparable whenJim Grosbach
2010-09-16If FE forgot to provide a file name (usually it uses "stdin" as name in such ...Devang Patel
2010-08-20Convert DbgInfoPrinter to use errs() instead of outs().Dan Gohman
2010-08-05Move x86 specific tests into test/CodeGen/X86.Devang Patel
2010-08-04Test case for combination of r110234 & r110235.Devang Patel
2010-07-19Fix PR 7662.Devang Patel
2010-06-30Add variables into a scope before constructing scope DIE otherwise variables ...Devang Patel
2010-06-26Fix some tests that didn't test anything.Benjamin Kramer
2010-06-16Be specific. Use FileCheck.Devang Patel
2010-06-16This requires more investigation. Unblock buildbots for now.Devang Patel
2010-06-16Update test to explicitly capture llc output.Devang Patel
2010-06-01DwarfWrite is now smart enough to drop debug value pointing to undefined regi...Devang Patel
2010-06-01Keep track of incoming debug value of unused argument.Devang Patel
2010-05-31Debreak test for non-Darwin.Bill Wendling
2010-05-27Let's try one more time to match patterns.Devang Patel
2010-05-27Temp. labels number may not match for all configurations.Devang Patel
2010-05-27inlined function's arguments need a label to mark the start point because the...Devang Patel
2010-05-26Simplify. Eliminate unneeded debug_loc entry.Devang Patel
2010-05-25First cut at supporting .debug_loc section. Devang Patel
2010-05-10Enable multiple Compile Units in one module.Devang Patel
2010-05-04Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai...Devang Patel
2010-05-04Do not ignore debug loc attached with llvm.dbg.declare while collecting debug...Devang Patel
2010-04-28Update tests. Now DBG_VALUE instruction is created only if alloca correspondi...Devang Patel
2010-04-27Un-XFAIL this on ppc. My enabling of dbg_declare handlingDale Johannesen
2010-04-26Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie...Devang Patel
2010-04-22Remove the test for now.Devang Patel