aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Add radar number for future reference.Devang Patel2011-04-081-1/+1
* Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel2011-04-081-0/+34
* Move test in x86 specific area.Devang Patel2011-03-241-66/+0
* Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel2011-03-241-0/+66
* Remove obsolete tests.Devang Patel2011-02-242-368/+0
* Move arch specific tests in arch specific directories.Devang Patel2011-02-242-158/+0
* Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.Devang Patel2010-12-021-29/+0
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-181-3/+1
* FileCheckizeJakob Stoklund Olesen2010-10-151-2/+16
* Fix code gen crash reported in PR 8235. We still lose debug info for the unus...Devang Patel2010-10-011-0/+21
* Add target triple info to these tests to make the results comparable whenJim Grosbach2010-09-282-2/+4
* If FE forgot to provide a file name (usually it uses "stdin" as name in such ...Devang Patel2010-09-161-0/+31
* Convert DbgInfoPrinter to use errs() instead of outs().Dan Gohman2010-08-201-1/+1
* Move x86 specific tests into test/CodeGen/X86.Devang Patel2010-08-055-421/+0
* Test case for combination of r110234 & r110235.Devang Patel2010-08-041-0/+124
* Fix PR 7662.Devang Patel2010-07-191-0/+24
* Add variables into a scope before constructing scope DIE otherwise variables ...Devang Patel2010-06-301-0/+52
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-261-1/+1
* Be specific. Use FileCheck.Devang Patel2010-06-161-3/+4
* This requires more investigation. Unblock buildbots for now.Devang Patel2010-06-161-2/+2
* Update test to explicitly capture llc output.Devang Patel2010-06-161-1/+2
* DwarfWrite is now smart enough to drop debug value pointing to undefined regi...Devang Patel2010-06-011-40/+35
* Keep track of incoming debug value of unused argument.Devang Patel2010-06-011-0/+51
* Debreak test for non-Darwin.Bill Wendling2010-05-311-1/+1
* Let's try one more time to match patterns.Devang Patel2010-05-271-2/+2
* Temp. labels number may not match for all configurations.Devang Patel2010-05-271-1/+1
* inlined function's arguments need a label to mark the start point because the...Devang Patel2010-05-271-0/+49
* Simplify. Eliminate unneeded debug_loc entry.Devang Patel2010-05-261-2/+2
* First cut at supporting .debug_loc section. Devang Patel2010-05-251-0/+239
* Enable multiple Compile Units in one module.Devang Patel2010-05-101-0/+30
* Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai...Devang Patel2010-05-041-0/+34
* Do not ignore debug loc attached with llvm.dbg.declare while collecting debug...Devang Patel2010-05-041-0/+86
* Update tests. Now DBG_VALUE instruction is created only if alloca correspondi...Devang Patel2010-04-281-39/+35
* Un-XFAIL this on ppc. My enabling of dbg_declare handlingDale Johannesen2010-04-271-1/+0
* Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie...Devang Patel2010-04-261-1/+1
* Remove the test for now.Devang Patel2010-04-221-38/+0
* Adjust debug range offsets for isWeakForLinker() functions.Devang Patel2010-04-221-0/+38
* Add RUN:Devang Patel2010-04-201-2/+2
* Fix typo. add a test case.Devang Patel2010-04-191-0/+30
* XFAIL this test for powerpc. Devang Patel2010-04-131-1/+1
* Do not include types without any definition in pubtypes list.Devang Patel2010-04-131-0/+48
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
* Split big test into multiple directories to cater toDale Johannesen2010-04-071-45/+0
* Test that DEBUG_VALUE comments come out on a variety of targets.Dale Johannesen2010-04-071-0/+45
* Do not emit specification DIE with DW_AT_specification attribute for member f...Devang Patel2010-04-061-0/+89
* change this from using '!dbg' to using '!dbgx'. TheChris Lattner2010-04-011-4/+4
* Ignore invalid metadata.Devang Patel2010-03-301-0/+30
* Do not rely on getCompileUnit() to find source file information for a subprog...Devang Patel2010-03-241-0/+62
* Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.Devang Patel2010-03-221-0/+9
* call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)Devang Patel2010-03-191-0/+12