aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2009-03-10Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin
2009-03-05Ignore the debug info intrinsics when looking for dependency through basic bl...Zhou Sheng
2009-03-04Make my earlier patch to skip debug intrinsicsDale Johannesen
2009-03-03Instruction counters must skip the bitcasts thatDale Johannesen
2009-03-03When removing a store to an alloca that has only oneDale Johannesen
2009-03-03Ignore the debug info intrinsics when adding instructions into alias sets.Zhou Sheng
2009-03-03Testcase for line number sinking in InstCombine.Dale Johannesen
2009-02-24- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling
2009-02-23Add test case for checkin @r65314.Zhou Sheng
2009-02-18The subprogram die may not exist while creating "default" scope.Devang Patel
2009-02-02Do not add redundant arguments in a method definition DIE.Devang Patel
2009-02-02Make this test case smaller.Devang Patel
2009-01-30 Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel
2009-01-30Enable target tripple.Devang Patel
2009-01-30Linux and other target's encoding for DW_AT_declaration may not match.Devang Patel
2009-01-30Add DW_AT_declaration for class methods.Devang Patel
2009-01-28Give this test an explicit target, to make it host-independent.Dan Gohman
2009-01-28Do not forget to derived type while constructing an array type.Devang Patel
2009-01-27Assorted debug info fixes.Devang Patel
2009-01-23Fix test case. Use valid file name and directory in global variable's debug i...Devang Patel
2009-01-22Do not use buggy llvm-gcc to generate testcases.Devang Patel
2009-01-20Appropriately mark fowrad decls.Devang Patel
2009-01-20Need compile unit to find location.Devang Patel
2009-01-19Verify Intrinsic::dbg_declare. Devang Patel
2009-01-16Do not stumble over forward declared struct member. Devang Patel
2009-01-15Validate dbg_* intrinsics before lowering them.Devang Patel
2009-01-15Use variable's context to identify respective DbgScope.Devang Patel
2009-01-13Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel
2009-01-05This test passes again, unXFAIL.Torok Edwin
2008-12-19More precise XFAIL.Bill Wendling
2008-12-19Un-XFAIL this test because it's passing and John doesn't seem interested in u...Bill Wendling
2008-12-17Xfail these tests for now.Devang Patel
2008-12-16add testcase for -print-dbginfoTorok Edwin
2008-12-10Fix a couple of Dwarf bugs.Evan Cheng
2008-11-19If there are two consecutive llvm.dbg.stoppoint calls thenDevang Patel
2008-11-07Handle (delete) dbg intrinsics while promoting alloca.Devang Patel
2008-11-06Emit label for llvm.dbg.func.start of the inlined function.Devang Patel
2008-11-06Emit label for llvm.dbg.func.start of the inlined function.Devang Patel
2008-10-31Testcase for PR2613Anton Korobeynikov
2008-10-17The Dwarf writer was comparing mangled and unmangled names for C++ code when weBill Wendling
2008-07-08Testcase for debug info from data-only files.Dale Johannesen
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner
2008-01-30Accept getelementptr starting at GV with all 0 indices as aDale Johannesen
2007-07-17For PR1558:Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-05fix failure on ahs3's testerChris Lattner
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer