summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2010-10-01Fix code gen crash reported in PR 8235. We still lose debug info for the unus...Devang Patel1-0/+21
2010-09-28Add target triple info to these tests to make the results comparable whenJim Grosbach2-2/+4
2010-09-16If FE forgot to provide a file name (usually it uses "stdin" as name in such ...Devang Patel1-0/+31
2010-08-20Convert DbgInfoPrinter to use errs() instead of outs().Dan Gohman1-1/+1
2010-08-05Move x86 specific tests into test/CodeGen/X86.Devang Patel5-421/+0
2010-08-04Test case for combination of r110234 & r110235.Devang Patel1-0/+124
2010-07-19Fix PR 7662.Devang Patel1-0/+24
2010-06-30Add variables into a scope before constructing scope DIE otherwise variables ...Devang Patel1-0/+52
2010-06-26Fix some tests that didn't test anything.Benjamin Kramer1-1/+1
2010-06-16Be specific. Use FileCheck.Devang Patel1-3/+4
2010-06-16This requires more investigation. Unblock buildbots for now.Devang Patel1-2/+2
2010-06-16Update test to explicitly capture llc output.Devang Patel1-1/+2
2010-06-01DwarfWrite is now smart enough to drop debug value pointing to undefined regi...Devang Patel1-40/+35
2010-06-01Keep track of incoming debug value of unused argument.Devang Patel1-0/+51
2010-05-31Debreak test for non-Darwin.Bill Wendling1-1/+1
2010-05-27Let's try one more time to match patterns.Devang Patel1-2/+2
2010-05-27Temp. labels number may not match for all configurations.Devang Patel1-1/+1
2010-05-27inlined function's arguments need a label to mark the start point because the...Devang Patel1-0/+49
2010-05-26Simplify. Eliminate unneeded debug_loc entry.Devang Patel1-2/+2
2010-05-25First cut at supporting .debug_loc section. Devang Patel1-0/+239
2010-05-10Enable multiple Compile Units in one module.Devang Patel1-0/+30
2010-05-04Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai...Devang Patel1-0/+34
2010-05-04Do not ignore debug loc attached with llvm.dbg.declare while collecting debug...Devang Patel1-0/+86
2010-04-28Update tests. Now DBG_VALUE instruction is created only if alloca correspondi...Devang Patel1-39/+35
2010-04-27Un-XFAIL this on ppc. My enabling of dbg_declare handlingDale Johannesen1-1/+0
2010-04-26Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie...Devang Patel1-1/+1
2010-04-22Remove the test for now.Devang Patel1-38/+0
2010-04-22Adjust debug range offsets for isWeakForLinker() functions.Devang Patel1-0/+38
2010-04-20Add RUN:Devang Patel1-2/+2
2010-04-19Fix typo. add a test case.Devang Patel1-0/+30
2010-04-13XFAIL this test for powerpc. Devang Patel1-1/+1
2010-04-13Do not include types without any definition in pubtypes list.Devang Patel1-0/+48
2010-04-07add newlines at the end of files.Chris Lattner1-1/+1
2010-04-07Split big test into multiple directories to cater toDale Johannesen1-45/+0
2010-04-07Test that DEBUG_VALUE comments come out on a variety of targets.Dale Johannesen1-0/+45
2010-04-06Do not emit specification DIE with DW_AT_specification attribute for member f...Devang Patel1-0/+89
2010-04-01change this from using '!dbg' to using '!dbgx'. TheChris Lattner1-4/+4
2010-03-30Ignore invalid metadata.Devang Patel1-0/+30
2010-03-24Do not rely on getCompileUnit() to find source file information for a subprog...Devang Patel1-0/+62
2010-03-22Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.Devang Patel1-0/+9
2010-03-19call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)Devang Patel1-0/+12
2010-03-12Fix llc crash on invalid input.Devang Patel1-0/+20
2010-03-01Remove test to check bugfix in handing debug info for global variables using ...Devang Patel1-264/+0
2010-03-01Remove dead test.Devang Patel1-147/+0
2010-03-01Replace test case that uses @llvm.dbg.* intrinsic with a test that uses metad...Devang Patel2-62/+151
2010-03-01These two tests check whether oprimizer safely ignores @llvm.dbg.stoppoint in...Devang Patel2-205/+0
2010-03-01This test checks whether LICM ignores @llvm.dbg.stoppoint intrinsics appropri...Devang Patel1-83/+0
2010-02-01Testcase for 94996 (PR 6157)Dale Johannesen1-0/+34
2010-01-26Generate DEBUG_VALUE comments on x86. The (limited)Dale Johannesen1-0/+55
2010-01-20If a instruction belongs to another function (and not current function) as pe...Devang Patel1-0/+28