1. 36a1601 Don't drop alignment info on local common symbols. by Benjamin Kramer · 13 years ago
  2. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  3. 78c10ee Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. by Evan Cheng · 13 years ago
  4. a7cfc08 Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 13 years ago
  5. 38ea9ee Implement emission of all Win64 exception tables. Make the COFF streamer emit by Charles Davis · 13 years ago
  6. 3185f5c Make the COFF streamer emit unwind info when processing a .seh_handlerdata by Charles Davis · 13 years ago
  7. f754f50 Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. by Cameron Zwarich · 14 years ago
  8. f410608 Enable DebugInfo support for COFF object files. Patch by Nathan Jeffords! by Devang Patel · 14 years ago
  9. 85f2ecc Sorry for such a large commit. The summary is that only MachO cares about the by Rafael Espindola · 14 years ago
  10. 340a7a1 Don't use PadSectionToAlignment on windows. by Rafael Espindola · 14 years ago
  11. e239305 Move EmitValueToOffset to the ObjectStreamer. by Rafael Espindola · 14 years ago
  12. 6f95023 Move EmitValue to MCObjectStreamer. by Rafael Espindola · 14 years ago
  13. ea4afa9 Fixed verson of r120245. by Rafael Espindola · 14 years ago
  14. ba21024 Revert previous patch while I debug the darwin bootstrap failure. by Rafael Espindola · 14 years ago
  15. f90a2de Factor some duplicated code into MCObjectStreamer::EmitLabel. by Rafael Espindola · 14 years ago
  16. 3e03211 Avoid code duplication in the many unsupported EmitGPRel32Value implementations. by Rafael Espindola · 14 years ago
  17. e04ed7e Define generic 1, 2 and 4 byte pc relative relocations. They are common by Rafael Espindola · 14 years ago
  18. af6b5808 Add .loc methods to the streamer. by Rafael Espindola · 14 years ago
  19. ce79299 MC'ize the '.code 16' and '.thumb_func' ARM directives. by Jim Grosbach · 14 years ago
  20. f89671d Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. by Rafael Espindola · 14 years ago
  21. 4cee289 MC-COFF: Add support for default-null weak externals. by Michael J. Spencer · 14 years ago
  22. 192d136 MC-COFF: Implement InitSections. Fixes PR8335. by Michael J. Spencer · 14 years ago
  23. d47f4a9 MC-COFF: Assert on non-coff sections. by Michael J. Spencer · 14 years ago
  24. 86c3647 Minor cosmetic change: fix DOSish \r\n. by NAKAMURA Takumi · 14 years ago
  25. b5814a3 MC-COFF: Fix symbol aliases. Fixes PR8251. by Michael J. Spencer · 14 years ago
  26. 59ff3c9 Avoid some Mach-O specific alignment being done on ELF. by Rafael Espindola · 14 years ago
  27. d80781b Add a InitSections method to the streamer interface. by Rafael Espindola · 14 years ago
  28. bf252be MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani. by Michael J. Spencer · 14 years ago
  29. e2195d8 Add relax all support to the COFF object streamer. by Michael J. Spencer · 14 years ago
  30. 8067adc MC: Add WinCOFFStreamer implementation and merge common code from MachO by Michael J. Spencer · 14 years ago
  31. eb72dca introduce WinCOFFStreamer.cpp, patch by Michael Spencer! by Chris Lattner · 14 years ago