1. 2541c41 Add comments to the FDE. by Bill Wendling · 14 years ago
  2. efd24dd Add more comments to the ASM output for the CIE's "moves". by Bill Wendling · 14 years ago
  3. 3c163cf Add comments to the ASM output to help understand the compact unwind and CIE tables. by Bill Wendling · 14 years ago
  4. 9287a6e * Use the proper size to output the range size. by Bill Wendling · 14 years ago
  5. 4498d39 Stupid error: If the LSDA and Personality functions aren't there, emit 0 instead by Bill Wendling · 14 years ago
  6. 9056e90 We don't want to use relocations inside the compact unwind section. Just use the by Bill Wendling · 14 years ago
  7. 5b46e8e Use a reference. Don't make a useless copy of the vector. by Bill Wendling · 14 years ago
  8. a8c9e6a Formatting changes. No functionality change. by Bill Wendling · 14 years ago
  9. 4c0c446 Use the presence of the __compact_unwind section to indicate that a target by Bill Wendling · 14 years ago
  10. e3cd13f Some skeleton code to emit the compact unwind. If the information is unable to by Bill Wendling · 14 years ago
  11. dcf0e0c Directly print to a raw_ostream instead of printing to a buffer first. by Benjamin Kramer · 14 years ago
  12. 958b681 No reason not to allow defining the CFA as a reg w/ offset zero. by Jim Grosbach · 14 years ago
  13. 9989ef4 Avoid a gcc warning. by Rafael Espindola · 14 years ago
  14. e3a0e98 On MachO, unlike ELF, there should be no relocation to produce the CIE pointer. by Rafael Espindola · 14 years ago
  15. 12f197b The EH symbols are only needed in eh_frame, not debug_frame. by Rafael Espindola · 14 years ago
  16. 0d450dc In a debug_frame the cfi offset is to the start of the debug_frame section! by Rafael Espindola · 14 years ago
  17. 40a7dbb Add support for producing .deubg_frame sections. by Rafael Espindola · 14 years ago
  18. 774466a Small cleanups. by Rafael Espindola · 14 years ago
  19. 9f270da Remove unused argument. by Rafael Espindola · 14 years ago
  20. 8a1f2b2 Eliminate an unused line to fix a warning. by NAKAMURA Takumi · 14 years ago
  21. 4eafe10 Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with by Rafael Espindola · 14 years ago
  22. be91117 Switch Darwin to the generic CIE/FDE printer. by Rafael Espindola · 14 years ago
  23. b47426b MCDwarf: Don't save Twine to local variable, this is almost never safe to do by Daniel Dunbar · 14 years ago
  24. 5426a9e GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 14 years ago
  25. debd7e4 Simplify the handling of pcrel relocations on ELF. Now we do the right thing by Rafael Espindola · 14 years ago
  26. 1f6c875 Avoid some uses of .uleb128. This is a small speedup and more importantly by Rafael Espindola · 14 years ago
  27. 4892dff Last bit by bit compatibility patch to MCDwarf.cpp: If a FDE with no LSDA is by Rafael Espindola · 14 years ago
  28. 9099813 Add an alternative implementation of CIE and FDE emission that outputs them by Rafael Espindola · 14 years ago
  29. a0057ca Add the getExprForFDESymbol method that responsible for computing the by Rafael Espindola · 14 years ago
  30. bfa27cc Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when by Rafael Espindola · 14 years ago
  31. 8bca410 Mark the EH symbol global or weak if the corresponding function is. by Rafael Espindola · 14 years ago
  32. 235b830 Add a small temporary hack for producing identical eh_frame sections on OS X. by Rafael Espindola · 14 years ago
  33. 514cecc Produce the EH_frame# symbols if needed. by Rafael Espindola · 14 years ago
  34. a8cfb87 Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.eh by Rafael Espindola · 14 years ago
  35. 9266cc4 Force some values to be absolute and align based on the FDE pointers size. A small by Rafael Espindola · 14 years ago
  36. add2944 Delete the other unused variable in this function. Sorry I missed this by Chandler Carruth · 14 years ago
  37. 32bd250 Remove an unused variable from a function. This is a likely cut-paste-o. by Chandler Carruth · 14 years ago
  38. abf9af6 Compute the size of the FDE encoding instead of hard coding it. Update by Rafael Espindola · 14 years ago
  39. e8cfbd8 Remove unused argument. by Rafael Espindola · 14 years ago
  40. eccbad7 Don't pass address spaces to EmitULEB128IntValue. by Rafael Espindola · 14 years ago
  41. 5d7dcd3 Remove LastOffset from the asm parser. by Rafael Espindola · 14 years ago
  42. 25f492e Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. by Rafael Espindola · 14 years ago
  43. c575439 Implement .cfi_same_value. by Rafael Espindola · 14 years ago
  44. 16c29b5 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
  45. 1928236 Make a bunch of symbols internal. by Benjamin Kramer · 15 years ago
  46. caf1158 Correctly encode pcrel|indirect. by Rafael Espindola · 15 years ago
  47. a7e4505 Fix bug when trying to output uint16_t or uint32_t. by Rafael Espindola · 15 years ago
  48. b40a71f Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks by Rafael Espindola · 15 years ago
  49. 3b78cdc Don't produce a "DW_CFA_advance_loc 0". by Rafael Espindola · 15 years ago
  50. fe024d0 Implement .cfi_remember_state and .cfi_restore_state. by Rafael Espindola · 15 years ago
  51. 849ecb1 Fix warning about size potentially being used uninitialized by Duncan Sands · 15 years ago
  52. 245a1e2 Relax address updates in the eh_frame section. by Rafael Espindola · 15 years ago
  53. 5bba084 Start adding basic support for emitting the call frame instructions. by Rafael Espindola · 15 years ago
  54. bdc3167 Add support for .cfi_lsda. by Rafael Espindola · 15 years ago
  55. 3a83c40 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
  56. 390b693 Fix .cfi_personality on 32 bit systems. by Rafael Espindola · 15 years ago
  57. d7c8cca Add basic support for .cfi_personality. by Rafael Espindola · 15 years ago
  58. dfe125c "Fix" FDE alignment to match what gas does. by Rafael Espindola · 15 years ago
  59. 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  60. f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
  61. 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
  62. 5fad7a9 Use const references. by Rafael Espindola · 15 years ago
  63. 0bbe0b4 Second try at making direct object emission produce the same results by Rafael Espindola · 15 years ago
  64. 6d86492 Revert previous two patches while I try to find out how to make both by Rafael Espindola · 15 years ago
  65. 2303c9d Add an EmitAbsValue helper method and use it in cases where we want to be sure by Rafael Espindola · 15 years ago
  66. db74aea Remember the contents of leb and dwarfline fragments when relaxing. This avoids by Rafael Espindola · 15 years ago
  67. 5d4918d There are two reasons why we might want to use by Rafael Espindola · 15 years ago
  68. 767b1be Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid by Rafael Espindola · 15 years ago
  69. a8de83c First step in fixing MC. Make it clear that we are avoiding a bug in the by Rafael Espindola · 15 years ago
  70. 32a006e Try to resolve symbol differences early, and if successful create a plain by Rafael Espindola · 15 years ago
  71. 5113cdb It may not be an option to skip .debug_line if there are file reference in already emitted debug info. So, for now, emit dummy line table entry to make older linker and assemblers happy. This is not a new behavior, original AsmPrinter emitted similar line table entries. by Devang Patel · 15 years ago
  72. ee4854f Use set directive for StartMinusEndExpr. by Devang Patel · 15 years ago
  73. ad8aaa0 Remove some #includes. by Rafael Espindola · 15 years ago
  74. 17fd7bd Add a MCLineSectionOrder vector so that we produce the line tables in a by Rafael Espindola · 15 years ago
  75. 195a0ce Change some methods in MCDwarf.cpp to be able to handle an arbitrary by Rafael Espindola · 15 years ago
  76. 64185cc Fix the encoding of negative line deltas. by Rafael Espindola · 15 years ago
  77. bac0ad9 Remove what looks like dead code in the production of debug lines. by Rafael Espindola · 15 years ago
  78. 3ff5709 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
  79. 3f55c24 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
  80. c095793 This is the last major patch to implement support for the .loc directive by Kevin Enderby · 15 years ago
  81. 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago