aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Do not add redundant arguments in a method definition DIE.Devang Patel2009-02-021-0/+103
* Make this test case smaller.Devang Patel2009-02-021-86/+16
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-0/+46
* Enable target tripple.Devang Patel2009-01-301-1/+1
* Linux and other target's encoding for DW_AT_declaration may not match.Devang Patel2009-01-301-0/+1
* Add DW_AT_declaration for class methods.Devang Patel2009-01-301-0/+31
* Give this test an explicit target, to make it host-independent.Dan Gohman2009-01-281-1/+1
* Do not forget to derived type while constructing an array type.Devang Patel2009-01-281-0/+93
* Assorted debug info fixes.Devang Patel2009-01-271-1/+1
* Fix test case. Use valid file name and directory in global variable's debug i...Devang Patel2009-01-231-1/+1
* Do not use buggy llvm-gcc to generate testcases.Devang Patel2009-01-221-11/+9
* Appropriately mark fowrad decls.Devang Patel2009-01-201-1/+0
* Need compile unit to find location.Devang Patel2009-01-201-2/+2
* Verify Intrinsic::dbg_declare. Devang Patel2009-01-191-1/+3
* Do not stumble over forward declared struct member. Devang Patel2009-01-161-0/+30
* Validate dbg_* intrinsics before lowering them.Devang Patel2009-01-151-0/+15
* Use variable's context to identify respective DbgScope.Devang Patel2009-01-151-0/+355
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-132-2/+0
* This test passes again, unXFAIL.Edwin Török2009-01-051-1/+0
* More precise XFAIL.Bill Wendling2008-12-191-0/+1
* Un-XFAIL this test because it's passing and John doesn't seem interested in u...Bill Wendling2008-12-191-1/+0
* Xfail these tests for now.Devang Patel2008-12-174-0/+4
* add testcase for -print-dbginfoEdwin Török2008-12-161-0/+136
* Fix a couple of Dwarf bugs.Evan Cheng2008-12-101-0/+49
* If there are two consecutive llvm.dbg.stoppoint calls thenDevang Patel2008-11-191-0/+44
* Handle (delete) dbg intrinsics while promoting alloca.Devang Patel2008-11-071-0/+56
* Emit label for llvm.dbg.func.start of the inlined function.Devang Patel2008-11-061-0/+1
* Emit label for llvm.dbg.func.start of the inlined function.Devang Patel2008-11-061-0/+71
* Testcase for PR2613Anton Korobeynikov2008-10-311-0/+61
* The Dwarf writer was comparing mangled and unmangled names for C++ code when weBill Wendling2008-10-171-0/+58
* Testcase for debug info from data-only files.Dale Johannesen2008-07-081-0/+47
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-101-154/+135
* Accept getelementptr starting at GV with all 0 indices as aDale Johannesen2008-01-301-0/+264
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-182-0/+169