| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | XFAIL for now. | Devang Patel | 2009-11-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 86784 | ||||
| * | Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, | Daniel Dunbar | 2009-11-09 | 3 | -3/+3 |
| | | | | | | | but might as well use the more standard syntax). llvm-svn: 86553 | ||||
| * | turn IPSCCP back on by default, try #3 or 4? Woo. | Chris Lattner | 2009-11-03 | 1 | -1/+0 |
| | | | | | llvm-svn: 85929 | ||||
| * | xfail this test since daniel turned off ipsccp | Chris Lattner | 2009-11-03 | 1 | -0/+1 |
| | | | | | llvm-svn: 85907 | ||||
| * | We currently only run ipsccp at LTO time, which is silly. It subsumes | Chris Lattner | 2009-11-01 | 1 | -0/+19 |
| | | | | | | | | | | | | | ipconstprop and doesn't take much time. Just run it in its place. This adds a testcase for it, which I plan to expand to cover other "integration" cases, where we expect the optimizer to be able to eliminate various things. Due to phase order issues we've regressed in a number of areas and integration tests are the only way I see to prevent this. llvm-svn: 85729 | ||||
| * | Add radar number. | Dale Johannesen | 2009-10-27 | 1 | -0/+1 |
| | | | | | llvm-svn: 85290 | ||||
| * | Testcase for llvm-gcc patch 85284. | Dale Johannesen | 2009-10-27 | 1 | -0/+42 |
| | | | | | llvm-svn: 85287 | ||||
| * | This is passing on Darwin PPC. | Bill Wendling | 2009-10-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 84921 | ||||
| * | testcase for PR4678 & rdar://7309675 | Chris Lattner | 2009-10-22 | 2 | -5/+19 |
| | | | | | llvm-svn: 84830 | ||||
| * | Adjust testcases for msasm -> alignstack. | Dale Johannesen | 2009-10-21 | 1 | -2/+2 |
| | | | | | llvm-svn: 84796 | ||||
| * | XFAIL this test for PPC. | Bill Wendling | 2009-10-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 84782 | ||||
| * | Use llvmgxx for C++ test. | Dale Johannesen | 2009-10-14 | 1 | -1/+1 |
| | | | | | llvm-svn: 84066 | ||||
| * | Testcases for msasm bit (llvm-gcc 84062). | Dale Johannesen | 2009-10-14 | 1 | -0/+23 |
| | | | | | llvm-svn: 84063 | ||||
| * | These tests now pass. | Devang Patel | 2009-10-13 | 1 | -1/+0 |
| | | | | | llvm-svn: 84019 | ||||
| * | remove two old and nearly useless tests. | Chris Lattner | 2009-10-13 | 2 | -34/+0 |
| | | | | | llvm-svn: 83937 | ||||
| * | XFAIL these tests for now. | Devang Patel | 2009-10-13 | 1 | -0/+1 |
| | | | | | llvm-svn: 83933 | ||||
| * | Fix test. | Evan Cheng | 2009-10-02 | 1 | -1/+2 |
| | | | | | llvm-svn: 83240 | ||||
| * | C++ member functions must be 2 byte aligned per ABI. | Evan Cheng | 2009-10-02 | 1 | -0/+19 |
| | | | | | llvm-svn: 83239 | ||||
| * | Testcase for (llvm-gcc) 81399. Adjust an older | Dale Johannesen | 2009-09-09 | 2 | -2/+20 |
| | | | | | | | | test case to allow for different, functionally identical output. llvm-svn: 81400 | ||||
| * | Test for llvm-gcc commit 81037. | Dale Johannesen | 2009-09-04 | 1 | -0/+7 |
| | | | | | llvm-svn: 81038 | ||||
| * | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -5/+0 |
| | | | | | | | Use MDNodes to encode debug info in llvm IR. llvm-svn: 80406 | ||||
| * | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -0/+5 |
| | | | | | llvm-svn: 80073 | ||||
| * | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 36 | -36/+36 |
| | | | | | llvm-svn: 79992 | ||||
| * | Update DebugInfo interface to use metadata, instead of special named ↵ | Devang Patel | 2009-08-25 | 1 | -5/+0 |
| | | | | | | | | | llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. This change speeds up llvm-gcc by more then 6% at "-O0 -g" (measured by compiling InstructionCombining.cpp!) llvm-svn: 79977 | ||||
| * | XFAIL this test since the fix was reverted. | Duncan Sands | 2009-08-17 | 1 | -0/+1 |
| | | | | | llvm-svn: 79235 | ||||
| * | Testcase for r78770. | Bill Wendling | 2009-08-12 | 1 | -0/+13 |
| | | | | | llvm-svn: 78774 | ||||
| * | XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels | Daniel Dunbar | 2009-08-07 | 1 | -2/+3 |
| | | | | | | | motivated to fix it. llvm-svn: 78406 | ||||
| * | add a testcase for my llvm-gcc hack. | Chris Lattner | 2009-08-06 | 1 | -0/+12 |
| | | | | | llvm-svn: 78289 | ||||

