1. 8d4a0a3 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
  2. 528c0d2 .rdata == .rodata on mips. by Chris Lattner · 16 years ago
  3. b80610c REmove dead fields of TAI. by Chris Lattner · 16 years ago
  4. f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
  5. e346694 Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSection by Chris Lattner · 16 years ago
  6. 5fe575f Eliminate SectionFlags, just embed a SectionKind into Section by Chris Lattner · 16 years ago
  7. 0fcf4dc untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a by Chris Lattner · 16 years ago
  8. ad733cd remove more bits of small section support. by Chris Lattner · 16 years ago
  9. 013e6b6 Remove SectionKind::Small*. This was only used on mips, and is apparently by Chris Lattner · 16 years ago
  10. 819c4f3 remove SectionFlags::Small: it is only used on Xcore, and we'll find by Chris Lattner · 16 years ago
  11. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  12. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  13. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  14. 8f09225 Refactor various TargetAsmInfo subclasses' TargetMachine members away by Dan Gohman · 17 years ago
  15. 5df3186 Rename isWeakForLinker to mayBeOverridden. Use it by Duncan Sands · 17 years ago
  16. 00181a3 Get rid of ReadOnlySection duplicate by Anton Korobeynikov · 17 years ago
  17. 6481873 Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection by Anton Korobeynikov · 17 years ago
  18. 42ccc21 Undo most of r54519. by Evan Cheng · 17 years ago
  19. 711b6dc It's not legal to output a GV in a coalesced section if it's used in an ARM PIC relative constantpool. by Evan Cheng · 17 years ago
  20. 4578862 Provide convenient helpers by Anton Korobeynikov · 17 years ago
  21. 8f613f3 Trim #includes. by Dan Gohman · 17 years ago
  22. ea7930e Removed small section flag for mips, the assembler doesnt support this flag by Bruno Cardoso Lopes · 17 years ago
  23. 85e31e3 Added floating point lowering for setcc and brcond. by Bruno Cardoso Lopes · 17 years ago
  24. 92e87f2 Minor fixes. Added ConstantPool support. by Bruno Cardoso Lopes · 17 years ago
  25. c92a0e9 simplified small section logic by Bruno Cardoso Lopes · 17 years ago
  26. feb95cc Added small section asm emition logic for mips. Fixed small bug. by Bruno Cardoso Lopes · 17 years ago
  27. 91fd532 Added initial support for small sections on Mips. by Bruno Cardoso Lopes · 17 years ago
  28. ae408e6 Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. by Anton Korobeynikov · 17 years ago
  29. b27cb55 Fixed call stack alignment. Improved AsmPrinter alignment issues. by Bruno Cardoso Lopes · 17 years ago
  30. 43d526d Added Subtarget support into RegisterInfo by Bruno Cardoso Lopes · 17 years ago
  31. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  32. 81361d6 Setting GlobalDirective in TargetAsmInfo by default rather than by Gordon Henriksen · 18 years ago
  33. 753a987 Added JumpTable support by Bruno Cardoso Lopes · 18 years ago
  34. 972f589 Initial Mips support, here we go! =) by Bruno Cardoso Lopes · 18 years ago