1. 2b77d3b Silence a warning. by Owen Anderson · 18 years ago
  2. 7bf7a44 Only emit one entry in the exception action table for each action, even if by Duncan Sands · 18 years ago
  3. 53c3a33 Output exception call-sites in address order, as required by the unwinding by Duncan Sands · 18 years ago
  4. 49b5c27 The index into the actions table is a ULEB128 not a SLEB128. by Duncan Sands · 18 years ago
  5. 185bc89 Emit function debug frames in one atom. This will prevent us from generating incorrect assembler in case of both by Anton Korobeynikov · 18 years ago
  6. 8c7c173 Emit multiple common EH frames for multiple (including blank) personality by Anton Korobeynikov · 18 years ago
  7. 0ff3ca4 More DWARF-related things cleanup: by Anton Korobeynikov · 18 years ago
  8. 22d5c37 Perform correct actions numbers/sizes computation by Anton Korobeynikov · 18 years ago
  9. 29c9caf Fix action No calculation in multiple-invoke-one-LP mode by Anton Korobeynikov · 18 years ago
  10. eeb37e0 Allow multiple invokes per landing pad. This (probably) fixes PR1410. by Anton Korobeynikov · 18 years ago
  11. c1fe166 Later computations assume we are aligned at this point. by Duncan Sands · 18 years ago
  12. e25514d TypeIds are indexed by j, not i by Anton Korobeynikov · 18 years ago
  13. 3194f57 Use the personality function that was registered with MMI rather than by Duncan Sands · 18 years ago
  14. 01dfdcd Spelling fix. by Duncan Sands · 18 years ago
  15. 2a07e2f Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 18 years ago
  16. 79dda2b Fix couple of bugs connected with eh info: by Anton Korobeynikov · 18 years ago
  17. 6a14359 Cleanup: make SetCounter an instance variable by Anton Korobeynikov · 18 years ago
  18. a6199c8 Fix DWARF debugging information on x86/Linux and (hopefully) by Anton Korobeynikov · 18 years ago
  19. 0102ca8 Emit eh filter info. by Jim Laskey · 18 years ago
  20. 3f09fc2 Handle mix of personalities. by Jim Laskey · 18 years ago
  21. 5df3ad8 Missing end of abbreviations - correction by Jim Laskey · 18 years ago
  22. 7b1b39d Missing end of abbreviations. by Jim Laskey · 18 years ago
  23. bacd304 Exception handling support. by Jim Laskey · 18 years ago
  24. b47f32e Slip up by Jim Laskey · 19 years ago
  25. 29bf16a Emit labels as label_n and not as debug_n by Jim Laskey · 19 years ago
  26. b82313f Support for non-landing pad exception handling. by Jim Laskey · 19 years ago
  27. c1c47c3 Out of line function. by Jim Laskey · 19 years ago
  28. e078d1a Only gather frame info if debug or eh. by Jim Laskey · 19 years ago
  29. 1b340dc Flag to control exception handling. by Jim Laskey · 19 years ago
  30. d683ef6 Disable zero landing pads for now. by Jim Laskey · 19 years ago
  31. 072200c Landing pad-less eh for PPC. by Jim Laskey · 19 years ago
  32. 44c3b9f Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 19 years ago
  33. 2b935d5 Clarify some constants. by Jim Laskey · 19 years ago
  34. 1a4a83c 1. Remove dwarf-verbose option (now asm-verbose.) 2. Clean up end of lines. by Jim Laskey · 19 years ago
  35. f1cdea1 Migrate print routines to asm to be shared by exception handling. by Jim Laskey · 19 years ago
  36. 5e73d5b Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by Jim Laskey · 19 years ago
  37. f9e5619 Use asm printer to emit alignment by Jim Laskey · 19 years ago
  38. 6488a07 Need to handle static declarations properly. by Jim Laskey · 19 years ago
  39. 1e3a577 Silence warning. by Jim Laskey · 19 years ago
  40. ee5f927 Need to walk the derived chain of typedefs to get actual size. by Jim Laskey · 19 years ago
  41. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
  42. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  43. 2b4e98c Some addresssed should be 64-bit and some shouldn't. by Jim Laskey · 19 years ago
  44. 2172f96 Change global descriptor names to provide name, full name and linkage name. by Jim Laskey · 19 years ago
  45. 749b01d Temp fix to deal gdb issue. by Jim Laskey · 19 years ago
  46. 36729dd Eliminate unnecessary scopes. by Jim Laskey · 19 years ago
  47. bdc679d Converted to using llvm streams instead of <iostream>s by Bill Wendling · 19 years ago
  48. 85f419b Allows debugging llc self hosted. by Jim Laskey · 19 years ago
  49. 5496f01 Merging dwarf info to a single compile unit. by Jim Laskey · 19 years ago
  50. 9d4209f 1. Add a pass to fold debug label instructions so a debug info client can detect by Jim Laskey · 19 years ago
  51. 5a4951e Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup. by Reid Spencer · 19 years ago
  52. f910a3f Tab interferes with uniqueness. by Jim Laskey · 19 years ago
  53. 5cd496e Live local variables are being dropped because the begin or end labels marking by Jim Laskey · 19 years ago
  54. 9782131 Make CodeGen libs -pedantic clean. by Reid Spencer · 19 years ago
  55. f673388 by Jim Laskey · 19 years ago
  56. 9bd6d65 Remove unused variable. by Reid Spencer · 19 years ago
  57. 3ed469c For PR786: by Reid Spencer · 19 years ago
  58. ef42a01 by Jim Laskey · 19 years ago
  59. ab4022f 1. Clean up code due to changes in SwitchTo*Section(2) by Anton Korobeynikov · 19 years ago
  60. 0de0c5d Fix a problem introduced by a last-minute change (logic negation). by Reid Spencer · 19 years ago
  61. 02b8511 Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4 by Reid Spencer · 19 years ago
  62. a9c83fe Switch abbreviations to use the folding set.a. by Jim Laskey · 19 years ago
  63. 6519546 Simplify DwarfWriter header. by Jim Laskey · 19 years ago
  64. fcc1d94 Tighter data structure for deleted debug labels. by Jim Laskey · 19 years ago
  65. 66ebf09 More complete solution to deleting blocks and debug info. by Jim Laskey · 19 years ago
  66. 8466b21 Do not leak all of the SourceLineInfo objects. Do not bother mallocing each by Chris Lattner · 19 years ago
  67. 99e41ee Clean up interface to getGlobalLinkName. by Jim Laskey · 19 years ago
  68. a1a19f8 Basic support for getGlobalLinkName. by Jim Laskey · 19 years ago
  69. ba8a2ee Global name regression. by Jim Laskey · 19 years ago
  70. 339ec4c Workaround for templates by Jim Laskey · 19 years ago
  71. 0c0feb9 More long term solution by Jim Laskey · 19 years ago
  72. 0f77fe5 Work around for some problems with templates. by Jim Laskey · 19 years ago
  73. e85fb67 Sort out mangled names for globals by Jim Laskey · 19 years ago
  74. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  75. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
  76. 3ebe71d Corrections. by Jim Laskey · 19 years ago
  77. ce50a16 Handle callee saved registers in dwarf frame info (lead up to exception by Jim Laskey · 19 years ago
  78. 3d3d404 Allow for register numbers > 31. by Jim Laskey · 19 years ago
  79. 760383e Adding C++ member support. by Jim Laskey · 19 years ago
  80. d04c159 Fixed a bug handling void function types. by Jim Laskey · 19 years ago
  81. e2a78f2 1. Support for c++ mangled names. by Jim Laskey · 19 years ago
  82. 89d67fa Add and sort "sections" in debug lines. This always stepping through by Jim Laskey · 19 years ago
  83. 650f609 Add support for function types. by Jim Laskey · 19 years ago
  84. d16f2a7 References need to be section relative. by Jim Laskey · 19 years ago
  85. 067ef41 References need to be section relative. by Jim Laskey · 19 years ago
  86. 7089f45 1. Revise vector debug support. by Jim Laskey · 19 years ago
  87. f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 19 years ago
  88. 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 19 years ago
  89. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  90. 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 19 years ago
  91. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
  92. 1069fbd Use existing information. by Jim Laskey · 19 years ago
  93. f36e2d3 Remove section change in function end, preventing override of function's real by Jim Laskey · 19 years ago
  94. 6b92b8e Make sure that debug labels are defined within the same section and after the by Jim Laskey · 19 years ago
  95. 4188699 Foundation for call frame information. by Jim Laskey · 19 years ago
  96. b3e7be2 Refactor address attributes. Add base register to frame info. by Jim Laskey · 19 years ago
  97. 5b49399 Hack no more. by Jim Laskey · 19 years ago
  98. 7e09115 Unneeded forward. by Jim Laskey · 19 years ago
  99. 90c79d7 Make sure types are allocated in the scope of their use. by Jim Laskey · 19 years ago
  100. b8509c5 Generate local variable and scope information and equivalent dwarf forms. by Jim Laskey · 19 years ago