1. cee6332 Eliminate SetDirective, and replace it with HasSetDirective. by Chris Lattner · 16 years ago
  2. 78f485a rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to by Chris Lattner · 16 years ago
  3. 8eeba35 revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 16 years ago
  4. c7b8814 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but by Chris Lattner · 16 years ago
  5. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago[Renamed (67%) from lib/Target/Alpha/AlphaTargetAsmInfo.cpp]
  6. a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  7. dfab291 split "JumpTableDirective" (an existing hack) into a PIC and nonPIC by Chris Lattner · 16 years ago
  8. f67de7a alpha TAI doesn't need TM. by Chris Lattner · 16 years ago
  9. 8d4a0a3 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
  10. 566d1c4 no need to override the default with the default. by Chris Lattner · 16 years ago
  11. f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
  12. 6470177 Apparently alpha doesn't use ElfTargetAsmInfo (?) by Chris Lattner · 16 years ago
  13. 9d8052f alpha doesn't need to redefine this: it only supports PIC codegen anyway. by Chris Lattner · 16 years ago
  14. 01209bc Alpha always requires global relocations to be r/w regardless of PIC. by Anton Korobeynikov · 16 years ago
  15. 8f09225 Refactor various TargetAsmInfo subclasses' TargetMachine members away by Dan Gohman · 17 years ago
  16. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  17. 0fb2590 Simplify a bit by Andrew Lenharth · 19 years ago
  18. 0c79fed Set the jt section by Chris Lattner · 19 years ago
  19. a66ba5f Don't bother setting JumpTableTextSection, it is about to disappear by Chris Lattner · 19 years ago
  20. 0607a2f Fix jump tables to match gcc (and the ABI and whatnot) by Andrew Lenharth · 19 years ago
  21. 8e8de8f Break out target asm info into separate files. by Jim Laskey · 19 years ago