aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2009-03-102-1/+75
* Ignore the debug info intrinsics when looking for dependency through basic bl...Zhou Sheng2009-03-051-0/+125
* Make my earlier patch to skip debug intrinsicsDale Johannesen2009-03-041-0/+80
* Instruction counters must skip the bitcasts thatDale Johannesen2009-03-031-0/+260
* When removing a store to an alloca that has only oneDale Johannesen2009-03-031-0/+108
* Ignore the debug info intrinsics when adding instructions into alias sets.Zhou Sheng2009-03-031-0/+83
* Testcase for line number sinking in InstCombine.Dale Johannesen2009-03-031-0/+57
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-243-3/+4
* Add test case for checkin @r65314.Zhou Sheng2009-02-231-0/+41
* The subprogram die may not exist while creating "default" scope.Devang Patel2009-02-181-0/+31
* 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.Torok Edwin2009-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-dbginfoTorok Edwin2008-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
* For PR1558:Reid Spencer2007-07-176-155/+0
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
* fix failure on ahs3's testerChris Lattner2007-05-051-1/+3
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-155-18/+22
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1