1. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  2. 1532f3d Recommitting EH patch; this should answer most of the by Dale Johannesen · 17 years ago
  3. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
  4. a844bde SDIsel processes llvm.dbg.declare by recording the variable debug information descriptor and its corresponding stack frame index in MachineModuleInfo. This only works if the local variable is "homed" in the stack frame. It does not work for byval parameter, etc. by Evan Cheng · 18 years ago
  5. a647c92 Rename RecordLabel to RecordSourceLine because that's what it is doing. by Evan Cheng · 18 years ago
  6. bb81d97 Add an extra operand to LABEL nodes which distinguishes between debug, EH, or misc labels. This fixes the EH breakage. However I am not convinced this is *the* solution. by Evan Cheng · 18 years ago
  7. 43b8f3b Adjust loop per review feedback. by Dale Johannesen · 18 years ago
  8. 7757fff Accept getelementptr starting at GV with all 0 indices as a by Dale Johannesen · 18 years ago
  9. 3035959 Use empty() instead of comparing size() with zero. by Dan Gohman · 18 years ago
  10. 48ae02f Do not mark EH tables no-dead-strip unless the associated function is so marked. by Dale Johannesen · 18 years ago
  11. f14cf85 remove #includage by Chris Lattner · 18 years ago
  12. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  13. 481dc72 The C++ exception handling personality function wants by Duncan Sands · 18 years ago
  14. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 18 years ago
  15. 962e075 Provide a way to update DescGlobals cache directly. by Devang Patel · 18 years ago
  16. 57810cd Fix PR1628. When exception handling is turned on, by Duncan Sands · 18 years ago
  17. 6590b04 There is an impedance matching problem between LLVM and by Duncan Sands · 18 years ago
  18. 2365f51 Long live the exception handling! by Anton Korobeynikov · 18 years ago
  19. 14da32a Make sure only one copy of a filter is placed in the by Duncan Sands · 18 years ago
  20. 09085fe The semantics of invoke require that we always jump to the unwind block by Duncan Sands · 18 years ago
  21. 73ef58a Integrate exception filter support and exception catch support. This by Duncan Sands · 18 years ago
  22. 070280e Mark all calls as "could throw", when exceptions are enabled. Emit necessary LP info too. This fixes PR1439 by Anton Korobeynikov · 18 years ago
  23. 8c7c173 Emit multiple common EH frames for multiple (including blank) personality by Anton Korobeynikov · 18 years ago
  24. 0ff3ca4 More DWARF-related things cleanup: by Anton Korobeynikov · 18 years ago
  25. 1e4c23a Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049516.html by Devang Patel · 18 years ago
  26. 432a7fa Ooops. Some debugging stuff :) by Anton Korobeynikov · 18 years ago
  27. eeb37e0 Allow multiple invokes per landing pad. This (probably) fixes PR1410. by Anton Korobeynikov · 18 years ago
  28. 1997473 Drop 'const' by Devang Patel · 18 years ago
  29. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  30. c718288 Fix build error. by Lauro Ramos Venancio · 18 years ago
  31. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  32. 59e8434 Collect eh filter info. by Jim Laskey · 19 years ago
  33. 59667fe Add structures used for collecting eh information. by Jim Laskey · 19 years ago
  34. b82313f Support for non-landing pad exception handling. by Jim Laskey · 19 years ago
  35. c1c47c3 Out of line function. by Jim Laskey · 19 years ago
  36. 6da1864 rename files by Jim Laskey · 19 years ago[Renamed (95%) from lib/CodeGen/MachineDebugInfo.cpp]
  37. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 19 years ago
  38. 5e73d5b Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by Jim Laskey · 19 years ago
  39. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 19 years ago
  40. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
  41. 6b6b6ef For PR1043: by Zhou Sheng · 19 years ago
  42. 26a3687 NULL names should pass validation. by Jim Laskey · 19 years ago
  43. 4785781 For PR950: by Reid Spencer · 19 years ago
  44. 15f46d6 Change inferred cast creation calls to more specific cast creations. by Reid Spencer · 19 years ago
  45. 832171c Removing even more <iostream> includes. by Bill Wendling · 19 years ago
  46. 2bbff6d better check for version by Jim Laskey · 19 years ago
  47. 2172f96 Change global descriptor names to provide name, full name and linkage name. by Jim Laskey · 19 years ago
  48. 3da59db For PR950: by Reid Spencer · 19 years ago
  49. 6ea0f6b Now can re-enable debug label folding. by Jim Laskey · 19 years ago
  50. 4d0c1a0 Accidently reran commit. by Jim Laskey · 19 years ago
  51. 5e213ea Missed a label map, reverting till covered. by Jim Laskey · 19 years ago
  52. fffcd69 Missed a label map, reverting till covered. by Jim Laskey · 19 years ago
  53. 9d4209f 1. Add a pass to fold debug label instructions so a debug info client can detect by Jim Laskey · 19 years ago
  54. 84ca10f D'oh - reversed logic. by Jim Laskey · 19 years ago
  55. fcc1d94 Tighter data structure for deleted debug labels. by Jim Laskey · 19 years ago
  56. 66ebf09 More complete solution to deleting blocks and debug info. by Jim Laskey · 19 years ago
  57. b83eb64 For PR950: by Reid Spencer · 19 years ago
  58. a97906b add a method to remove a line # record. by Chris Lattner · 19 years ago
  59. 8466b21 Do not leak all of the SourceLineInfo objects. Do not bother mallocing each by Chris Lattner · 19 years ago
  60. 774f854 Clean up dump. by Jim Laskey · 19 years ago
  61. 760383e Adding C++ member support. by Jim Laskey · 19 years ago
  62. d04c159 Fixed a bug handling void function types. by Jim Laskey · 19 years ago
  63. e2a78f2 1. Support for c++ mangled names. by Jim Laskey · 19 years ago
  64. 650f609 Add support for function types. by Jim Laskey · 19 years ago
  65. ca0dc56 Handle versioning of compile unit. by Jim Laskey · 19 years ago
  66. 7089f45 1. Revise vector debug support. by Jim Laskey · 19 years ago
  67. f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 19 years ago
  68. ed4e566 Change versioning to per debug info descriptor (merged with tag.) by Jim Laskey · 19 years ago
  69. 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 19 years ago
  70. 60d07ee Expand some code with temporary variables to rid ourselves of the warning by Reid Spencer · 19 years ago
  71. 4188699 Foundation for call frame information. by Jim Laskey · 19 years ago
  72. aaa80eb More bulletproofing of DebugInfoDesc verify. by Jim Laskey · 19 years ago
  73. a8299de Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll. by Jim Laskey · 19 years ago
  74. 98e0410 How to be dumb on $5/day. Need a tri-state to track valid debug descriptors. by Jim Laskey · 19 years ago
  75. b8509c5 Generate local variable and scope information and equivalent dwarf forms. by Jim Laskey · 19 years ago
  76. 9d0ff8e Expand subprogram and added block descriptor. by Jim Laskey · 19 years ago
  77. 2140798 1. Use null for serialized empty strings. by Jim Laskey · 19 years ago
  78. 2695de4 back out my previous hack by Chris Lattner · 19 years ago
  79. 8bf586f temporary hack to get the build working again, apparently a header by Chris Lattner · 19 years ago
  80. 54689c2 Move bit field endianness to backend. by Jim Laskey · 19 years ago
  81. 21b6c9d Get rid of the multiple copies of getStringValue. Now a Constant:: method. by Jim Laskey · 19 years ago
  82. 2b0e309 libstdc++-v3 was failing to build. Needed to handle composite types with empty by Jim Laskey · 19 years ago
  83. 7809811 Use "llvm.metadata" section for debug globals. Filter out these globals in the by Jim Laskey · 19 years ago
  84. e8c3e3b Switch to using a numeric id for anchors. by Jim Laskey · 19 years ago
  85. f01e547 Adding basic structure support. by Jim Laskey · 20 years ago
  86. 6a3eb01 Support for enumerations. by Jim Laskey · 20 years ago
  87. 9c4447a Switch back to using actual dwarf tags. Simplifies code without loss to other by Jim Laskey · 20 years ago
  88. f8913f1 Basic array support. by Jim Laskey · 20 years ago
  89. 45ccae5 Add const, volatile, restrict support. Add array of debug descriptor support. by Jim Laskey · 20 years ago
  90. 6990600 Add pointer and reference types. Added short-term code to ignore NULL types by Jim Laskey · 20 years ago
  91. 434b40b Added basic support for typedefs. by Jim Laskey · 20 years ago
  92. f4afdd9 DwarfWriter reading basic type information from llvm-gcc4 code. by Jim Laskey · 20 years ago
  93. 0420f2a Coordinate activities with llvm-gcc4 and dwarf. by Jim Laskey · 20 years ago
  94. d96185a Rename to better reflect usage (current and planned.) by Jim Laskey · 20 years ago
  95. ce72b17 Reorg for integration with gcc4. Old style debug info will not be passed though by Jim Laskey · 20 years ago
  96. f60c241 Goodbye nasty macro. by Jim Laskey · 20 years ago
  97. c2f0c8d Edit requests from Sabre. by Jim Laskey · 20 years ago
  98. 86cbdba Changing model for the construction of debug information. by Jim Laskey · 20 years ago
  99. 22760af Fix build error that is apparently only a warning with some compilers. by Chris Lattner · 20 years ago
  100. 1a05851 Forgot the version number. by Jim Laskey · 20 years ago