1. 3d96acb [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for COFF by David Majnemer · 12 years ago
  2. 0a9170d [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 12 years ago
  3. 4209730 Revert: Emit personality function and Dwarf EH data for Win64 SEH. by Kai Nacke · 12 years ago
  4. c947ad2 Emit personality function and Dwarf EH data for Win64 SEH. by Kai Nacke · 12 years ago
  5. e7c6dfe by Ulrich Weigand · 12 years ago
  6. 0213e7f by Ulrich Weigand · 12 years ago
  7. 2d1df6b Track the compact unwind encoding for when we are unable to generate compact unwind information. by Bill Wendling · 13 years ago
  8. b9b7ae0 Fix the fde encoding used by mips to match gas. by Rafael Espindola · 13 years ago
  9. 9423f50 Mips direct object exception handling regression by Jack Carter · 13 years ago
  10. ef9d349 Fix the FDE encoding to be relative on ELF. by Rafael Espindola · 13 years ago
  11. 228daa6 Allow optionally generating pubnames section in DWARF info. Introduce by Krzysztof Parzyszek · 13 years ago
  12. e0e3aef Add AArch64 as an experimental target. by Tim Northover · 13 years ago
  13. 962c908 Split address information for DWARF5 split dwarf proposal. This involves by Eric Christopher · 13 years ago
  14. 1ae2248 PowerPC: EH adjustments by Adhemerval Zanella · 13 years ago
  15. 9b0b781 PowerPC: Fix eh_frame relocation for PIC by Adhemerval Zanella · 13 years ago
  16. c0fa867 Add section information for the DWARF5 split debug proposal by Eric Christopher · 13 years ago
  17. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  18. 3c23009 Add the rest of the experimental fission sections to MC. by Eric Christopher · 13 years ago
  19. c3b434b Add brief support for the fission .debug_info.dwo section for ELF output. by Eric Christopher · 13 years ago
  20. 27ed8ec Add comments. by Eric Christopher · 13 years ago
  21. a0ad67d Add names for the accelerator table sections so that they can by Eric Christopher · 13 years ago
  22. feb805f Support for generating ELF objects on Windows. by Andrew Kaylor · 13 years ago
  23. 37d7300 Emit dtors into proper section while compiling in vcpp-compatible mode. by Anton Korobeynikov · 13 years ago
  24. cc8c539 Fix for .pdata and .xdata section attributes on COFF. Patch by kai@redstar.de ! by Anton Korobeynikov · 13 years ago
  25. dc1e36e Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  26. bbec872 Use the correct section types on Solaris for unwind data on both x86 and x86-64. by David Chisnall · 14 years ago
  27. b560d07 Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff! by Michael J. Spencer · 14 years ago
  28. 07f8d3e Generate the correct EH frame section types on Solaris, this time without breaking other platforms... by David Chisnall · 14 years ago
  29. 85dd309 Revert r150814. It turns out that there is a good reason for this after all... by David Chisnall · 14 years ago
  30. 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
  31. c6b4017 Add support for implicit TLS model used with MS VC runtime. Patch by Kai Nacke! by Anton Korobeynikov · 14 years ago
  32. 7722a2d Properly emit ctors / dtors with priorities into desired sections by Anton Korobeynikov · 14 years ago
  33. 965e0c6 Emit the ctors in the proper order on ARM/EABI. by Anton Korobeynikov · 14 years ago
  34. 0dde349 Tidy up. 80 columns. by Jim Grosbach · 14 years ago
  35. 5223a57 Remove the pubnames section, no one consumes it. by Eric Christopher · 14 years ago
  36. 4996c70 Add the support code to enable the dwarf accelerator tables. Upcoming patches by Eric Christopher · 14 years ago
  37. 1a62d78 On an ELF system, ".debug_str" is mergeable and contains null terminated strings by Nick Lewycky · 14 years ago
  38. 7113f22 Fix grammar, noticed by Duncan. by Bill Wendling · 14 years ago
  39. ebab735 Initialize CompactUnwindSection so that other targets won't use an uninitialized value. by Bill Wendling · 14 years ago
  40. 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
  41. bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  42. acb9ed4 Initialize the EHFrameSection pointer to zero. by Benjamin Kramer · 14 years ago
  43. 7679299 Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago