aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Add triple to test.Rafael Espindola2011-11-041-1/+1
* Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola2011-11-041-0/+65
* Move another test requiring x86 into X86 directory.Eli Friedman2011-11-011-0/+0
* Move test requiring x86 backend into X86 directory.Eli Friedman2011-11-011-0/+0
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-282-32/+22
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-272-10/+64
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-111-1/+1
* Fix this test so it doesn't fail on Mac.Eli Friedman2011-09-261-6/+6
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-261-0/+47
* Update tests. Remove irrelevant tests.Devang Patel2011-09-137-170/+57
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-191-1/+4
* Test for previous commit.Rafael Espindola2011-06-171-0/+85
* Move test for appropriate directory.Galina Kistanova2011-06-161-0/+0
* Fix a regression I recently introduced by removing DwarfRegNum ofRafael Espindola2011-05-271-0/+27
* Looks like OS X assemblers (including MC) don't likeRafael Espindola2011-05-191-0/+23
* Move test.Rafael Espindola2011-05-131-0/+0
* Move test.Rafael Espindola2011-05-131-0/+0
* Add triple.Rafael Espindola2011-05-101-1/+1
* The EH symbols are only needed in eh_frame, not debug_frame.Rafael Espindola2011-05-101-0/+18
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-101-0/+18
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-062-0/+5
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-041-0/+19
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* 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