aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2009-09-11Eliminate more redundant llvm-as calls.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-02Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification inTorok Edwin
2009-08-28Reapply 79977.Devang Patel
2009-08-27This is passing for PPC on Mac OS X.Bill Wendling
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Remove target triple from this test, it fails on x86-64 withTorok Edwin
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-08-14Take another shot at disabling this when no ppc support is available.Daniel Dunbar
2009-08-13Mark this test as requiring the powerpc target.Daniel Dunbar
2009-06-23upgradeDevang Patel
2009-06-16Use MainCU if it is available.Devang Patel
2009-06-15Gracefully handle imbalanced inline function begin and end markers.Devang Patel
2009-06-13llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...Devang Patel
2009-06-12Clear AbstractInstanceRootMap at the end of the function.Devang Patel
2009-05-21Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman
2009-05-13Remove too large testcase.Bill Wendling
2009-05-13Move the bookkeeping of the debug scopes back to the place where itBill Wendling
2009-05-04Restore minor deletion.Mike Stump
2009-04-29Second attempt:Bill Wendling
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
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