1. 9266cc4 Force some values to be absolute and align based on the FDE pointers size. A small by Rafael Espindola · 14 years ago
  2. add2944 Delete the other unused variable in this function. Sorry I missed this by Chandler Carruth · 14 years ago
  3. 32bd250 Remove an unused variable from a function. This is a likely cut-paste-o. by Chandler Carruth · 14 years ago
  4. abf9af6 Compute the size of the FDE encoding instead of hard coding it. Update by Rafael Espindola · 14 years ago
  5. e8cfbd8 Remove unused argument. by Rafael Espindola · 14 years ago
  6. eccbad7 Don't pass address spaces to EmitULEB128IntValue. by Rafael Espindola · 14 years ago
  7. 5d7dcd3 Remove LastOffset from the asm parser. by Rafael Espindola · 14 years ago
  8. 25f492e Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. by Rafael Espindola · 14 years ago
  9. c575439 Implement .cfi_same_value. by Rafael Espindola · 14 years ago
  10. 16c29b5 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
  11. 1928236 Make a bunch of symbols internal. by Benjamin Kramer · 15 years ago
  12. caf1158 Correctly encode pcrel|indirect. by Rafael Espindola · 15 years ago
  13. a7e4505 Fix bug when trying to output uint16_t or uint32_t. by Rafael Espindola · 15 years ago
  14. b40a71f Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks by Rafael Espindola · 15 years ago
  15. 3b78cdc Don't produce a "DW_CFA_advance_loc 0". by Rafael Espindola · 15 years ago
  16. fe024d0 Implement .cfi_remember_state and .cfi_restore_state. by Rafael Espindola · 15 years ago
  17. 849ecb1 Fix warning about size potentially being used uninitialized by Duncan Sands · 15 years ago
  18. 245a1e2 Relax address updates in the eh_frame section. by Rafael Espindola · 15 years ago
  19. 5bba084 Start adding basic support for emitting the call frame instructions. by Rafael Espindola · 15 years ago
  20. bdc3167 Add support for .cfi_lsda. by Rafael Espindola · 15 years ago
  21. 3a83c40 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
  22. 390b693 Fix .cfi_personality on 32 bit systems. by Rafael Espindola · 15 years ago
  23. d7c8cca Add basic support for .cfi_personality. by Rafael Espindola · 15 years ago
  24. dfe125c "Fix" FDE alignment to match what gas does. by Rafael Espindola · 15 years ago
  25. 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  26. f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
  27. 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
  28. 5fad7a9 Use const references. by Rafael Espindola · 15 years ago
  29. 0bbe0b4 Second try at making direct object emission produce the same results by Rafael Espindola · 15 years ago
  30. 6d86492 Revert previous two patches while I try to find out how to make both by Rafael Espindola · 15 years ago
  31. 2303c9d Add an EmitAbsValue helper method and use it in cases where we want to be sure by Rafael Espindola · 15 years ago
  32. db74aea Remember the contents of leb and dwarfline fragments when relaxing. This avoids by Rafael Espindola · 15 years ago
  33. 5d4918d There are two reasons why we might want to use by Rafael Espindola · 15 years ago
  34. 767b1be Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid by Rafael Espindola · 15 years ago
  35. a8de83c First step in fixing MC. Make it clear that we are avoiding a bug in the by Rafael Espindola · 15 years ago
  36. 32a006e Try to resolve symbol differences early, and if successful create a plain by Rafael Espindola · 15 years ago
  37. 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
  38. ee4854f Use set directive for StartMinusEndExpr. by Devang Patel · 15 years ago
  39. ad8aaa0 Remove some #includes. by Rafael Espindola · 15 years ago
  40. 17fd7bd Add a MCLineSectionOrder vector so that we produce the line tables in a by Rafael Espindola · 15 years ago
  41. 195a0ce Change some methods in MCDwarf.cpp to be able to handle an arbitrary by Rafael Espindola · 15 years ago
  42. 64185cc Fix the encoding of negative line deltas. by Rafael Espindola · 15 years ago
  43. bac0ad9 Remove what looks like dead code in the production of debug lines. by Rafael Espindola · 15 years ago
  44. 3ff5709 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
  45. 3f55c24 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
  46. c095793 This is the last major patch to implement support for the .loc directive by Kevin Enderby · 15 years ago
  47. 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago