Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This test dates from the time when llvm-gcc had problems if two types were | Duncan Sands | 2010-12-02 | 1 | -12/+0 |
| | | | | | | | | | | | named the same, so it had to qualify type names according to the enclosing scope to ensure uniqueness. This is no longer needed for correctness (though it may be helpful when reading the IR), so this test has lost its importance. Zap it because dragonegg will never be able to produce the qualified type name since modern gcc zaps language specific info (such as whether a type is nested inside another - needed to get X::Y here) before dragonegg is reached. llvm-svn: 120721 | ||||
* | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands | 2010-11-25 | 47 | -63/+63 |
| | | | | | | | | automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120160 | ||||
* | Judging from the comment, the system assembler is supposed to assemble | Duncan Sands | 2010-11-25 | 1 | -1/+1 |
| | | | | | | | | the output of this test. Since it was producing bitcode, that clearly wasn't happening! Have it produce target assembler and assemble that instead. llvm-svn: 120159 | ||||
* | Generalize DISubprogram element to encode various flags instead of just one ↵ | Devang Patel | 2010-09-29 | 1 | -2/+2 |
| | | | | | | | | boolean for isArtificial. This is a backword compatible change. llvm-svn: 115084 | ||||
* | Reapply r112623. Included additional check for unused byval argument. | Devang Patel | 2010-08-31 | 1 | -0/+53 |
| | | | | llvm-svn: 112659 | ||||
* | Revert r112623. It is causing self host build failures. | Devang Patel | 2010-08-31 | 1 | -53/+0 |
| | | | | llvm-svn: 112631 | ||||
* | Remember byval argument's frame index during argument lowering and use this ↵ | Devang Patel | 2010-08-31 | 1 | -0/+53 |
| | | | | | | | | info to emit debug info. Fixes Radar 8367011. llvm-svn: 112623 | ||||
* | Update tests to not rely on input file's absolute path. | Devang Patel | 2010-07-27 | 2 | -3/+3 |
| | | | | llvm-svn: 109521 | ||||
* | Test case to insure template function declaration refers to correct ↵ | Stuart Hastings | 2010-07-23 | 1 | -0/+86 |
| | | | | | | filename. Radar 8063111. llvm-svn: 109258 | ||||
* | Testcase for 108732 (8195660). | Dale Johannesen | 2010-07-19 | 1 | -0/+21 |
| | | | | llvm-svn: 108733 | ||||
* | Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043. | Stuart Hastings | 2010-06-23 | 2 | -0/+25 |
| | | | | llvm-svn: 106611 | ||||
* | Corresponding test changes for r106564. | Bill Wendling | 2010-06-22 | 1 | -4/+4 |
| | | | | llvm-svn: 106569 | ||||
* | test case for r106438. | Devang Patel | 2010-06-21 | 1 | -0/+13 |
| | | | | llvm-svn: 106439 | ||||
* | Support for nested functions/classes in debug output. (Again.) Radar 7424645. | Stuart Hastings | 2010-06-11 | 1 | -1/+3 |
| | | | | llvm-svn: 105828 | ||||
* | Tweak test for debug/metadata change, update to FileCheck. Radar 7424645. | Stuart Hastings | 2010-06-07 | 1 | -2/+3 |
| | | | | llvm-svn: 105559 | ||||
* | Revert 105492 & 105493 due to a testcase regression. Radar 7424645. | Stuart Hastings | 2010-06-05 | 1 | -3/+1 |
| | | | | llvm-svn: 105511 | ||||
* | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-06-04 | 1 | -1/+3 |
| | | | | llvm-svn: 105492 | ||||
* | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings | 2010-05-28 | 1 | -3/+1 |
| | | | | llvm-svn: 104953 | ||||
* | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-05-27 | 1 | -1/+3 |
| | | | | llvm-svn: 104841 | ||||
* | Match "4" or "8" depending upon if it's 32- or 64-bit. | Bill Wendling | 2010-05-20 | 1 | -2/+2 |
| | | | | llvm-svn: 104196 | ||||
* | Testcase for r104181. | Bill Wendling | 2010-05-19 | 1 | -0/+33 |
| | | | | llvm-svn: 104182 | ||||
* | Test case for r103633. | Devang Patel | 2010-05-12 | 1 | -0/+17 |
| | | | | llvm-svn: 103634 | ||||
* | Testcase for llvm 103572 (7898991). | Dale Johannesen | 2010-05-12 | 1 | -0/+31 |
| | | | | llvm-svn: 103574 | ||||
* | Test case for 103414. | Devang Patel | 2010-05-10 | 1 | -0/+43 |
| | | | | llvm-svn: 103415 | ||||
* | Revert r102948. | Bill Wendling | 2010-05-03 | 1 | -32/+0 |
| | | | | llvm-svn: 102964 | ||||
* | Testcase for r102947. | Bill Wendling | 2010-05-03 | 1 | -0/+32 |
| | | | | llvm-svn: 102948 | ||||
* | New test. | Devang Patel | 2010-04-30 | 1 | -0/+17 |
| | | | | llvm-svn: 102746 | ||||
* | Add -o /dev/null to some tests which don't care about their output. | Dan Gohman | 2010-04-30 | 2 | -2/+2 |
| | | | | llvm-svn: 102722 | ||||
* | Reverting 100530 & 100531 due to regressions in the GDB test suite. | Stuart Hastings | 2010-04-06 | 1 | -3/+1 |
| | | | | llvm-svn: 100563 | ||||
* | Revise debug info machinery to digest nested functions and classes. | Stuart Hastings | 2010-04-06 | 1 | -1/+3 |
| | | | | | | | | | | | A certain GDB testsuite case (local.cc) has a function nested inside a class nested inside another function. GCC presents the innermost function to llvm-convert first. Heretofore, the debug info mistakenly placed the inner function at module scope. This patch walks the GCC context links and instantiates the outer class and function so the debug info is properly nested. Radar 7426545. llvm-svn: 100530 | ||||
* | Test case for llvm-gcc r99305. Radar 7659636. | Stuart Hastings | 2010-03-23 | 1 | -0/+134 |
| | | | | llvm-svn: 99306 | ||||
* | Chris pointed out that producing undef here is wrong in | Duncan Sands | 2010-03-16 | 1 | -11/+0 |
| | | | | | | general. llvm-svn: 98649 | ||||
* | Check that P is not zero initialized. | Duncan Sands | 2010-03-16 | 1 | -0/+11 |
| | | | | llvm-svn: 98627 | ||||
* | Start using DIFile. See updated SourceLevelDebugging.html for more information. | Devang Patel | 2010-03-09 | 1 | -1/+1 |
| | | | | | | | | | This patch updates LLVMDebugVersion to 8. Debug info descriptors encoded using LLVMDebugVersion 7 is supported. Corresponding llvmgcc and clang FE commits are required. llvm-svn: 98020 | ||||
* | Ignore target dependent value in grep search. | Devang Patel | 2010-02-18 | 1 | -1/+1 |
| | | | | llvm-svn: 96604 | ||||
* | New test case for r96543. | Devang Patel | 2010-02-18 | 1 | -0/+14 |
| | | | | llvm-svn: 96544 | ||||
* | Revert: | Eric Christopher | 2010-02-17 | 1 | -16/+0 |
| | | | | | | | | | | r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines test case for r95604. Which was the testcase for the patch reverted from llvm-gcc. llvm-svn: 96474 | ||||
* | test case for r95604. | Devang Patel | 2010-02-08 | 1 | -0/+16 |
| | | | | llvm-svn: 95605 | ||||
* | Debugging is now reenabled on PPC darwin, so reenable | Dale Johannesen | 2010-02-03 | 1 | -3/+1 |
| | | | | | | these tests (they pass). llvm-svn: 95263 | ||||
* | this test has been failing or a long time, just disable it for now to get | Chris Lattner | 2010-01-24 | 1 | -5/+5 |
| | | | | | | back to green. llvm-svn: 94371 | ||||
* | Testcase for llvm-gcc checkin 92108. | Dale Johannesen | 2009-12-24 | 1 | -0/+16 |
| | | | | llvm-svn: 92110 | ||||
* | XFAIL these tests on powerpc, under the assumption that no one cares. If you ↵ | Daniel Dunbar | 2009-12-21 | 1 | -0/+1 |
| | | | | | | care, feel free to fix. llvm-svn: 91826 | ||||
* | Fix this code to use DIScope instead of DICompileUnit, as in r90181. | Dan Gohman | 2009-12-05 | 1 | -1/+1 |
| | | | | | | | Don't print "SrcLine"; just print the filename and line number, which is obvious enough and more informative. llvm-svn: 90631 | ||||
* | Remove now-redundant llvm-as invocations. | Dan Gohman | 2009-12-05 | 4 | -4/+4 |
| | | | | llvm-svn: 90626 | ||||
* | Add testcase for PR4262. | Bill Wendling | 2009-12-04 | 1 | -0/+17 |
| | | | | llvm-svn: 90623 | ||||
* | Debug info is disabled on PPC Darwin. | Bill Wendling | 2009-11-30 | 2 | -1/+6 |
| | | | | llvm-svn: 90160 | ||||
* | Test for llvm-gcc checkin 89898. | Dale Johannesen | 2009-11-25 | 1 | -0/+17 |
| | | | | llvm-svn: 89899 | ||||
* | Not all ASM has # for comments. | Bill Wendling | 2009-11-18 | 1 | -1/+1 |
| | | | | llvm-svn: 89250 | ||||
* | Move DebugInfo checks into EmitComments and remove them from | David Greene | 2009-11-13 | 1 | -1/+0 |
| | | | | | | | | target-specific AsmPrinters. Not all comments need DebugInfo. Re-enable the line numbers comment test. llvm-svn: 88697 | ||||
* | Reenable StackTracke.cpp test. | Devang Patel | 2009-11-11 | 1 | -1/+1 |
| | | | | llvm-svn: 86861 |