1. fcf51fd Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. by Cameron Zwarich · 15 years ago
  2. b037383 Enable DebugInfo support for COFF object files. Patch by Nathan Jeffords! by Devang Patel · 15 years ago
  3. db06215 Revert part of my last commit. the mingw32 build bot doesn't seem to like it. by Michael J. Spencer · 15 years ago
  4. e872312 Workaround broken jump tables on x86-64 COFF. by Michael J. Spencer · 15 years ago
  5. 324c866 eliminate the magic AbsoluteDebugSectionOffsets MAI hook, by Chris Lattner · 16 years ago
  6. e239fa0 isAbsoluteEHSectionOffsets always returns false, eliminate it by Chris Lattner · 16 years ago
  7. 8d99c76 move fastcall/stdcall mangling up into Mangler. by Chris Lattner · 16 years ago
  8. fc2e376 use EmitLinkage for functions as well as globals. One output by Chris Lattner · 16 years ago
  9. ff234e0 Eliminate SetDirective, and replace it with HasSetDirective. by Chris Lattner · 16 years ago
  10. dcb03f0 Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. by Rafael Espindola · 16 years ago
  11. 9f7667e coff targets support alignment on .comm by Chris Lattner · 16 years ago
  12. b1301f7 mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 16 years ago
  13. 0bfd279 mcize visibility directives. by Chris Lattner · 16 years ago
  14. 2b4364f revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 16 years ago
  15. 003b5c8 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but by Chris Lattner · 16 years ago
  16. b1f2934 hookize the cygwin ".linkonce" directive. by Chris Lattner · 16 years ago
  17. 0545746 rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 16 years ago
  18. 2b9f0d1 move the MCAsmInfo .cpp/.h files into the right directories and rename them. by Chris Lattner · 16 years ago[Renamed from llvm/lib/Target/COFFTargetAsmInfo.cpp]
  19. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  20. 1472cf5 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
  21. b25afe0 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
  22. 4e7dfaf convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago
  23. 5e693ed Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
  24. e7cb8f7 Sink getSectionPrefixForUniqueGlobal down into the TAI by Chris Lattner · 16 years ago
  25. 1814e81 make COFF work like ELF and macho, by splitting out into its own by Chris Lattner · 16 years ago