1. 95470b7 Add missing run line. Devang, please check. by Daniel Dunbar · 15 years ago
  2. 39ae3ff Do not assume first function scope seen represents current function. by Devang Patel · 15 years ago
  3. 2f105c6 While creating DbgScopes, do not forget parent scope. by Devang Patel · 15 years ago
  4. 29d727b fix typo by Gabor Greif · 15 years ago
  5. 5ebfa2d Tolerate invalid derived type. by Devang Patel · 15 years ago
  6. 84c73e9 Do not bother to emit debug info for nameless global variable. by Devang Patel · 15 years ago
  7. 465c3be Do not try to emit debug info entry for dead global variable. by Devang Patel · 15 years ago
  8. e8bc45a Parse debug info attached with insertvalue and extractvalue instructions. by Devang Patel · 15 years ago
  9. 9c7ca4a Reclaim a lost month. by Daniel Dunbar · 15 years ago
  10. a43d46f Parse PHI instruction with attached metadata. by Devang Patel · 15 years ago
  11. 149aa7c If there is not any llvm instruction associated with each lexical scope encoded in debug info then create such scope on demand for variable info. by Devang Patel · 15 years ago
  12. 26c6cf4 It's possible for a global variable to be optimized out of a metadata object. So by Bill Wendling · 15 years ago
  13. 9450b0e Move the dominator verification code out of special code embedded within by Dan Gohman · 15 years ago
  14. cabfea2 Eliminate more redundant llvm-as calls. by Dan Gohman · 15 years ago
  15. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  16. fce288f Eliminate more uses of llvm-as and llvm-dis. by Dan Gohman · 15 years ago
  17. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
  18. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
  19. 148843b Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in by Torok Edwin · 15 years ago
  20. e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 15 years ago
  21. 5082ad6 This is passing for PPC on Mac OS X. by Bill Wendling · 15 years ago
  22. 8245988 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 15 years ago
  23. b157e70 Remove target triple from this test, it fails on x86-64 with by Torok Edwin · 15 years ago
  24. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  25. 2a610c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 15 years ago
  26. 717f1dc Take another shot at disabling this when no ppc support is available. by Daniel Dunbar · 15 years ago
  27. bb23973 Mark this test as requiring the powerpc target. by Daniel Dunbar · 15 years ago
  28. bd262cc upgrade by Devang Patel · 15 years ago
  29. c223082 Use MainCU if it is available. by Devang Patel · 15 years ago
  30. 11a407f Gracefully handle imbalanced inline function begin and end markers. by Devang Patel · 15 years ago
  31. daf9e02 llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block in a function. If that happens then any basic block that follows (lexically) the block with regin.end will not have scope info available. LexicalScopeStack relies on processing basic block in CFG order, but this processing order is not guaranteed. Things get complicated when the optimizer gets a chance to optimizer IR with dbg intrinsics. by Devang Patel · 15 years ago
  32. 9217f79 Clear AbstractInstanceRootMap at the end of the function. by Devang Patel · 15 years ago
  33. 15002a2 Fix broken logic in DominatorTreeBase::Split. Part of PR4238. by Eli Friedman · 15 years ago
  34. ead6d46 Remove too large testcase. by Bill Wendling · 15 years ago
  35. f3cc96e Move the bookkeeping of the debug scopes back to the place where it by Bill Wendling · 15 years ago
  36. fe095f3 Restore minor deletion. by Mike Stump · 15 years ago
  37. be8cc2a Second attempt: by Bill Wendling · 15 years ago
  38. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 15 years ago
  39. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 15 years ago
  40. ff7d0e9 Global variables don't have a corresponding llvm.dbg.declare, yet it is possible by Torok Edwin · 15 years ago
  41. 9b89f0d Ignore the debug info intrinsics when looking for dependency through basic block. by Zhou Sheng · 15 years ago
  42. 0d6596b Make my earlier patch to skip debug intrinsics by Dale Johannesen · 15 years ago
  43. 4ded40a Instruction counters must skip the bitcasts that by Dale Johannesen · 15 years ago
  44. 4945c65 When removing a store to an alloca that has only one by Dale Johannesen · 15 years ago
  45. 7e4286e Ignore the debug info intrinsics when adding instructions into alias sets. by Zhou Sheng · 15 years ago
  46. 1d62705 Testcase for line number sinking in InstCombine. by Dale Johannesen · 15 years ago
  47. 5aa4977 - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit by Bill Wendling · 15 years ago
  48. 5397775 Add test case for checkin @r65314. by Zhou Sheng · 15 years ago
  49. f2ec7e4 The subprogram die may not exist while creating "default" scope. by Devang Patel · 15 years ago
  50. d5863dd Do not add redundant arguments in a method definition DIE. by Devang Patel · 16 years ago
  51. d61051f Make this test case smaller. by Devang Patel · 16 years ago
  52. dd9db66 by Devang Patel · 16 years ago
  53. 5585db0 Enable target tripple. by Devang Patel · 16 years ago
  54. de9e4ce Linux and other target's encoding for DW_AT_declaration may not match. by Devang Patel · 16 years ago
  55. d234e59 Add DW_AT_declaration for class methods. by Devang Patel · 16 years ago
  56. ef42a3b Give this test an explicit target, to make it host-independent. by Dan Gohman · 16 years ago
  57. f923574 by Devang Patel · 16 years ago
  58. ad165be by Devang Patel · 16 years ago
  59. e591b20 Fix test case. Use valid file name and directory in global variable's debug info entry. by Devang Patel · 16 years ago
  60. 5e3c013 Do not use buggy llvm-gcc to generate testcases. by Devang Patel · 16 years ago
  61. 2a57466 Appropriately mark fowrad decls. by Devang Patel · 16 years ago
  62. eeb90e3 Need compile unit to find location. by Devang Patel · 16 years ago
  63. 0153308 Verify Intrinsic::dbg_declare. by Devang Patel · 16 years ago
  64. 153745c Do not stumble over forward declared struct member. by Devang Patel · 16 years ago
  65. cf3a448 by Devang Patel · 16 years ago
  66. 0e5200f Use variable's context to identify respective DbgScope. by Devang Patel · 16 years ago
  67. 6fbbe43 by Devang Patel · 16 years ago
  68. 8019ff1 This test passes again, unXFAIL. by Torok Edwin · 16 years ago
  69. b8fd419 More precise XFAIL. by Bill Wendling · 16 years ago
  70. c6acb57 Un-XFAIL this test because it's passing and John doesn't seem interested in un-XFAILing it. by Bill Wendling · 16 years ago
  71. 965c415 Xfail these tests for now. by Devang Patel · 16 years ago
  72. 367cdff add testcase for -print-dbginfo by Torok Edwin · 16 years ago
  73. 94ea5be Fix a couple of Dwarf bugs. by Evan Cheng · 16 years ago
  74. 7fe1dec by Devang Patel · 16 years ago
  75. 180ffae Handle (delete) dbg intrinsics while promoting alloca. by Devang Patel · 16 years ago
  76. e75808c Emit label for llvm.dbg.func.start of the inlined function. by Devang Patel · 16 years ago
  77. 20dd046 Emit label for llvm.dbg.func.start of the inlined function. by Devang Patel · 16 years ago
  78. 3d2c131 Testcase for PR2613 by Anton Korobeynikov · 16 years ago
  79. a9f0cc4 The Dwarf writer was comparing mangled and unmangled names for C++ code when we by Bill Wendling · 16 years ago
  80. 62b9b6e Testcase for debug info from data-only files. by Dale Johannesen · 16 years ago
  81. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  82. 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 16 years ago
  83. ceca194 Remove llvm-upgrade and update tests. by Tanya Lattner · 16 years ago
  84. 7757fff Accept getelementptr starting at GV with all 0 indices as a by Dale Johannesen · 17 years ago
  85. cb5da4a For PR1558: by Reid Spencer · 17 years ago
  86. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  87. 6169f85 fix failure on ahs3's tester by Chris Lattner · 17 years ago
  88. 42e86fb For PR1319: Upgrade to new test harness. by Reid Spencer · 17 years ago
  89. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 17 years ago
  90. 0036100 Fix some FreeBSD/amd64 regressions. by Jeff Cohen · 17 years ago
  91. cb69b2f PR1068 - Unbounded array debug info. by Jim Laskey · 18 years ago
  92. 73e7082 Update tests that need to be run through llvm-upgrade. This is necessary by Reid Spencer · 18 years ago
  93. 2c7df60 This now passes on Linux/x86 by Reid Spencer · 18 years ago
  94. 9f5776b Failing linux. by Jim Laskey · 18 years ago
  95. 0eb776f These pass on Linux now. by Reid Spencer · 18 years ago
  96. d3d390f Fixed to use current debug info. by Jim Laskey · 18 years ago
  97. 56918c8 Add compile unit size test by Jim Laskey · 18 years ago
  98. ef45529 Correct comment by Jim Laskey · 18 years ago
  99. dd347eb Pubnames test by Jim Laskey · 18 years ago
  100. e04bf54 Test for PR1013. by Jim Laskey · 18 years ago