1. 0545746 rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 16 years ago
  2. 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]
  3. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  4. 1472cf5 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
  5. b25afe0 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
  6. 4e7dfaf convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago
  7. 5e693ed Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
  8. e7cb8f7 Sink getSectionPrefixForUniqueGlobal down into the TAI by Chris Lattner · 16 years ago
  9. 1814e81 make COFF work like ELF and macho, by splitting out into its own by Chris Lattner · 16 years ago