1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. 6ea0f6b Now can re-enable debug label folding. by Jim Laskey · 18 years ago
  3. 4d0c1a0 Accidently reran commit. by Jim Laskey · 18 years ago
  4. 5e213ea Missed a label map, reverting till covered. by Jim Laskey · 18 years ago
  5. fffcd69 Missed a label map, reverting till covered. by Jim Laskey · 18 years ago
  6. 9d4209f 1. Add a pass to fold debug label instructions so a debug info client can detect by Jim Laskey · 18 years ago
  7. 84ca10f D'oh - reversed logic. by Jim Laskey · 18 years ago
  8. fcc1d94 Tighter data structure for deleted debug labels. by Jim Laskey · 18 years ago
  9. 66ebf09 More complete solution to deleting blocks and debug info. by Jim Laskey · 18 years ago
  10. b83eb64 For PR950: by Reid Spencer · 18 years ago
  11. a97906b add a method to remove a line # record. by Chris Lattner · 18 years ago
  12. 8466b21 Do not leak all of the SourceLineInfo objects. Do not bother mallocing each by Chris Lattner · 18 years ago
  13. 774f854 Clean up dump. by Jim Laskey · 18 years ago
  14. 760383e Adding C++ member support. by Jim Laskey · 18 years ago
  15. d04c159 Fixed a bug handling void function types. by Jim Laskey · 18 years ago
  16. e2a78f2 1. Support for c++ mangled names. by Jim Laskey · 18 years ago
  17. 650f609 Add support for function types. by Jim Laskey · 18 years ago
  18. ca0dc56 Handle versioning of compile unit. by Jim Laskey · 18 years ago
  19. 7089f45 1. Revise vector debug support. by Jim Laskey · 18 years ago
  20. f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 18 years ago
  21. ed4e566 Change versioning to per debug info descriptor (merged with tag.) by Jim Laskey · 18 years ago
  22. 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 18 years ago
  23. 60d07ee Expand some code with temporary variables to rid ourselves of the warning by Reid Spencer · 18 years ago
  24. 4188699 Foundation for call frame information. by Jim Laskey · 18 years ago
  25. aaa80eb More bulletproofing of DebugInfoDesc verify. by Jim Laskey · 18 years ago
  26. a8299de Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll. by Jim Laskey · 18 years ago
  27. 98e0410 How to be dumb on $5/day. Need a tri-state to track valid debug descriptors. by Jim Laskey · 18 years ago
  28. b8509c5 Generate local variable and scope information and equivalent dwarf forms. by Jim Laskey · 18 years ago
  29. 9d0ff8e Expand subprogram and added block descriptor. by Jim Laskey · 18 years ago
  30. 2140798 1. Use null for serialized empty strings. by Jim Laskey · 18 years ago
  31. 2695de4 back out my previous hack by Chris Lattner · 18 years ago
  32. 8bf586f temporary hack to get the build working again, apparently a header by Chris Lattner · 18 years ago
  33. 54689c2 Move bit field endianness to backend. by Jim Laskey · 18 years ago
  34. 21b6c9d Get rid of the multiple copies of getStringValue. Now a Constant:: method. by Jim Laskey · 18 years ago
  35. 2b0e309 libstdc++-v3 was failing to build. Needed to handle composite types with empty by Jim Laskey · 18 years ago
  36. 7809811 Use "llvm.metadata" section for debug globals. Filter out these globals in the by Jim Laskey · 18 years ago
  37. e8c3e3b Switch to using a numeric id for anchors. by Jim Laskey · 18 years ago
  38. f01e547 Adding basic structure support. by Jim Laskey · 18 years ago
  39. 6a3eb01 Support for enumerations. by Jim Laskey · 18 years ago
  40. 9c4447a Switch back to using actual dwarf tags. Simplifies code without loss to other by Jim Laskey · 18 years ago
  41. f8913f1 Basic array support. by Jim Laskey · 18 years ago
  42. 45ccae5 Add const, volatile, restrict support. Add array of debug descriptor support. by Jim Laskey · 18 years ago
  43. 6990600 Add pointer and reference types. Added short-term code to ignore NULL types by Jim Laskey · 18 years ago
  44. 434b40b Added basic support for typedefs. by Jim Laskey · 18 years ago
  45. f4afdd9 DwarfWriter reading basic type information from llvm-gcc4 code. by Jim Laskey · 18 years ago
  46. 0420f2a Coordinate activities with llvm-gcc4 and dwarf. by Jim Laskey · 18 years ago
  47. d96185a Rename to better reflect usage (current and planned.) by Jim Laskey · 18 years ago
  48. ce72b17 Reorg for integration with gcc4. Old style debug info will not be passed though by Jim Laskey · 19 years ago
  49. f60c241 Goodbye nasty macro. by Jim Laskey · 19 years ago
  50. c2f0c8d Edit requests from Sabre. by Jim Laskey · 19 years ago
  51. 86cbdba Changing model for the construction of debug information. by Jim Laskey · 19 years ago
  52. 22760af Fix build error that is apparently only a warning with some compilers. by Chris Lattner · 19 years ago
  53. 1a05851 Forgot the version number. by Jim Laskey · 19 years ago
  54. d8f77ba Improve visibility/correctness of operand indices in "llvm.db" objects. by Jim Laskey · 19 years ago
  55. 6e87c0e Use global information to fill out Dwarf compile units. by Jim Laskey · 19 years ago
  56. b3e789a Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. by Jim Laskey · 19 years ago
  57. 063e765 Adding basic support for Dwarf line number debug information. by Jim Laskey · 19 years ago
  58. b2efb85 Applied some recommend changes from sabre. The dominate one beginning "let the by Jim Laskey · 19 years ago
  59. 5bf6f25 Add unique id to debug location for debug label use (work in progress.) by Jim Laskey · 19 years ago
  60. 6af5681 Extending MachineDebugInfo. by Jim Laskey · 19 years ago