summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2009-06-23upgradeDevang Patel1-28/+28
2009-06-16Use MainCU if it is available.Devang Patel1-0/+275
2009-06-15Gracefully handle imbalanced inline function begin and end markers.Devang Patel1-0/+77
2009-06-13llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...Devang Patel1-0/+75
2009-06-12Clear AbstractInstanceRootMap at the end of the function.Devang Patel1-0/+94
2009-05-21Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman1-1/+1
2009-05-13Remove too large testcase.Bill Wendling1-3256/+0
2009-05-13Move the bookkeeping of the debug scopes back to the place where itBill Wendling1-0/+3256
2009-05-04Restore minor deletion.Mike Stump1-1/+1
2009-04-29Second attempt:Bill Wendling4-4/+4
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling4-4/+4
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling4-4/+4
2009-03-10Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2-1/+75
2009-03-05Ignore the debug info intrinsics when looking for dependency through basic bl...Zhou Sheng1-0/+125
2009-03-04Make my earlier patch to skip debug intrinsicsDale Johannesen1-0/+80
2009-03-03Instruction counters must skip the bitcasts thatDale Johannesen1-0/+260
2009-03-03When removing a store to an alloca that has only oneDale Johannesen1-0/+108
2009-03-03Ignore the debug info intrinsics when adding instructions into alias sets.Zhou Sheng1-0/+83
2009-03-03Testcase for line number sinking in InstCombine.Dale Johannesen1-0/+57
2009-02-24- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling3-3/+4
2009-02-23Add test case for checkin @r65314.Zhou Sheng1-0/+41
2009-02-18The subprogram die may not exist while creating "default" scope.Devang Patel1-0/+31
2009-02-02Do not add redundant arguments in a method definition DIE.Devang Patel1-0/+103
2009-02-02Make this test case smaller.Devang Patel1-86/+16
2009-01-30 Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel1-0/+46
2009-01-30Enable target tripple.Devang Patel1-1/+1
2009-01-30Linux and other target's encoding for DW_AT_declaration may not match.Devang Patel1-0/+1
2009-01-30Add DW_AT_declaration for class methods.Devang Patel1-0/+31
2009-01-28Give this test an explicit target, to make it host-independent.Dan Gohman1-1/+1
2009-01-28Do not forget to derived type while constructing an array type.Devang Patel1-0/+93
2009-01-27Assorted debug info fixes.Devang Patel1-1/+1
2009-01-23Fix test case. Use valid file name and directory in global variable's debug i...Devang Patel1-1/+1
2009-01-22Do not use buggy llvm-gcc to generate testcases.Devang Patel1-11/+9
2009-01-20Appropriately mark fowrad decls.Devang Patel1-1/+0
2009-01-20Need compile unit to find location.Devang Patel1-2/+2
2009-01-19Verify Intrinsic::dbg_declare. Devang Patel1-1/+3
2009-01-16Do not stumble over forward declared struct member. Devang Patel1-0/+30
2009-01-15Validate dbg_* intrinsics before lowering them.Devang Patel1-0/+15
2009-01-15Use variable's context to identify respective DbgScope.Devang Patel1-0/+355
2009-01-13Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2-2/+0
2009-01-05This test passes again, unXFAIL.Torok Edwin1-1/+0
2008-12-19More precise XFAIL.Bill Wendling1-0/+1
2008-12-19Un-XFAIL this test because it's passing and John doesn't seem interested in u...Bill Wendling1-1/+0
2008-12-17Xfail these tests for now.Devang Patel4-0/+4
2008-12-16add testcase for -print-dbginfoTorok Edwin1-0/+136
2008-12-10Fix a couple of Dwarf bugs.Evan Cheng1-0/+49
2008-11-19If there are two consecutive llvm.dbg.stoppoint calls thenDevang Patel1-0/+44
2008-11-07Handle (delete) dbg intrinsics while promoting alloca.Devang Patel1-0/+56
2008-11-06Emit label for llvm.dbg.func.start of the inlined function.Devang Patel1-0/+1
2008-11-06Emit label for llvm.dbg.func.start of the inlined function.Devang Patel1-0/+71