| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not add redundant arguments in a method definition DIE. | Devang Patel | 2009-02-02 | 1 | -0/+103 |
* | Make this test case smaller. | Devang Patel | 2009-02-02 | 1 | -86/+16 |
* | Each input file is encoded as a separate compile unit in LLVM debugging | Devang Patel | 2009-01-30 | 1 | -0/+46 |
* | Enable target tripple. | Devang Patel | 2009-01-30 | 1 | -1/+1 |
* | Linux and other target's encoding for DW_AT_declaration may not match. | Devang Patel | 2009-01-30 | 1 | -0/+1 |
* | Add DW_AT_declaration for class methods. | Devang Patel | 2009-01-30 | 1 | -0/+31 |
* | Give this test an explicit target, to make it host-independent. | Dan Gohman | 2009-01-28 | 1 | -1/+1 |
* | Do not forget to derived type while constructing an array type. | Devang Patel | 2009-01-28 | 1 | -0/+93 |
* | Assorted debug info fixes. | Devang Patel | 2009-01-27 | 1 | -1/+1 |
* | Fix test case. Use valid file name and directory in global variable's debug i... | Devang Patel | 2009-01-23 | 1 | -1/+1 |
* | Do not use buggy llvm-gcc to generate testcases. | Devang Patel | 2009-01-22 | 1 | -11/+9 |
* | Appropriately mark fowrad decls. | Devang Patel | 2009-01-20 | 1 | -1/+0 |
* | Need compile unit to find location. | Devang Patel | 2009-01-20 | 1 | -2/+2 |
* | Verify Intrinsic::dbg_declare. | Devang Patel | 2009-01-19 | 1 | -1/+3 |
* | Do not stumble over forward declared struct member. | Devang Patel | 2009-01-16 | 1 | -0/+30 |
* | Validate dbg_* intrinsics before lowering them. | Devang Patel | 2009-01-15 | 1 | -0/+15 |
* | Use variable's context to identify respective DbgScope. | Devang Patel | 2009-01-15 | 1 | -0/+355 |
* | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel | 2009-01-13 | 2 | -2/+0 |
* | This test passes again, unXFAIL. | Edwin Török | 2009-01-05 | 1 | -1/+0 |
* | More precise XFAIL. | Bill Wendling | 2008-12-19 | 1 | -0/+1 |
* | Un-XFAIL this test because it's passing and John doesn't seem interested in u... | Bill Wendling | 2008-12-19 | 1 | -1/+0 |
* | Xfail these tests for now. | Devang Patel | 2008-12-17 | 4 | -0/+4 |
* | add testcase for -print-dbginfo | Edwin Török | 2008-12-16 | 1 | -0/+136 |
* | Fix a couple of Dwarf bugs. | Evan Cheng | 2008-12-10 | 1 | -0/+49 |
* | If there are two consecutive llvm.dbg.stoppoint calls then | Devang Patel | 2008-11-19 | 1 | -0/+44 |
* | Handle (delete) dbg intrinsics while promoting alloca. | Devang Patel | 2008-11-07 | 1 | -0/+56 |
* | Emit label for llvm.dbg.func.start of the inlined function. | Devang Patel | 2008-11-06 | 1 | -0/+1 |
* | Emit label for llvm.dbg.func.start of the inlined function. | Devang Patel | 2008-11-06 | 1 | -0/+71 |
* | Testcase for PR2613 | Anton Korobeynikov | 2008-10-31 | 1 | -0/+61 |
* | The Dwarf writer was comparing mangled and unmangled names for C++ code when we | Bill Wendling | 2008-10-17 | 1 | -0/+58 |
* | Testcase for debug info from data-only files. | Dale Johannesen | 2008-07-08 | 1 | -0/+47 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 1 | -154/+135 |
* | Accept getelementptr starting at GV with all 0 indices as a | Dale Johannesen | 2008-01-30 | 1 | -0/+264 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 2 | -0/+169 |