1. dc1e36e Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  2. bbec872 Use the correct section types on Solaris for unwind data on both x86 and x86-64. by David Chisnall · 14 years ago
  3. b560d07 Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff! by Michael J. Spencer · 14 years ago
  4. 07f8d3e Generate the correct EH frame section types on Solaris, this time without breaking other platforms... by David Chisnall · 14 years ago
  5. 85dd309 Revert r150814. It turns out that there is a good reason for this after all... by David Chisnall · 14 years ago
  6. 38e25ab Don't lazily allocate eh_frame. We're not lazily allocating things like the LSDA, which are only used when the eh frame is used, so this lazy allocation doesn't really make sense. by David Chisnall · 14 years ago
  7. c6b4017 Add support for implicit TLS model used with MS VC runtime. Patch by Kai Nacke! by Anton Korobeynikov · 14 years ago
  8. 7722a2d Properly emit ctors / dtors with priorities into desired sections by Anton Korobeynikov · 14 years ago
  9. 965e0c6 Emit the ctors in the proper order on ARM/EABI. by Anton Korobeynikov · 14 years ago
  10. 0dde349 Tidy up. 80 columns. by Jim Grosbach · 14 years ago
  11. 5223a57 Remove the pubnames section, no one consumes it. by Eric Christopher · 14 years ago
  12. 4996c70 Add the support code to enable the dwarf accelerator tables. Upcoming patches by Eric Christopher · 14 years ago
  13. 1a62d78 On an ELF system, ".debug_str" is mergeable and contains null terminated strings by Nick Lewycky · 14 years ago
  14. 7113f22 Fix grammar, noticed by Duncan. by Bill Wendling · 14 years ago
  15. ebab735 Initialize CompactUnwindSection so that other targets won't use an uninitialized value. by Bill Wendling · 14 years ago
  16. c3035d6 X86 is the only target that uses coff format. This should fixes test failures running on Windows, Cygwin, or MingW hosts. by Evan Cheng · 14 years ago
  17. bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  18. acb9ed4 Initialize the EHFrameSection pointer to zero. by Benjamin Kramer · 14 years ago
  19. 7679299 Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago