1. 74b8117 remove more bits of small section support. by Chris Lattner · 16 years ago
  2. 26aff56 Remove SectionKind::Small*. This was only used on mips, and is apparently by Chris Lattner · 16 years ago
  3. d2aeef0 remove SectionFlags::Small: it is only used on Xcore, and we'll find by Chris Lattner · 16 years ago
  4. af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  5. 12da8ce Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 17 years ago
  6. dc020f9 Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  7. ac41d9f Refactor various TargetAsmInfo subclasses' TargetMachine members away by Dan Gohman · 17 years ago
  8. 08d9117 Rename isWeakForLinker to mayBeOverridden. Use it by Duncan Sands · 17 years ago
  9. 8e7b939 Get rid of ReadOnlySection duplicate by Anton Korobeynikov · 17 years ago
  10. 5906234 Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection by Anton Korobeynikov · 17 years ago
  11. df8c7fa Undo most of r54519. by Evan Cheng · 17 years ago
  12. 655fa0f 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
  13. 8ab2f49 Provide convenient helpers by Anton Korobeynikov · 17 years ago
  14. 3da016d Trim #includes. by Dan Gohman · 17 years ago
  15. 57e17f0 Removed small section flag for mips, the assembler doesnt support this flag by Bruno Cardoso Lopes · 17 years ago
  16. bcaf6e5 Added floating point lowering for setcc and brcond. by Bruno Cardoso Lopes · 17 years ago
  17. fdb4cec Minor fixes. Added ConstantPool support. by Bruno Cardoso Lopes · 17 years ago
  18. 19b7f81 simplified small section logic by Bruno Cardoso Lopes · 17 years ago
  19. a380798 Added small section asm emition logic for mips. Fixed small bug. by Bruno Cardoso Lopes · 17 years ago
  20. e5d1fcf Added initial support for small sections on Mips. by Bruno Cardoso Lopes · 17 years ago
  21. bb24791 Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. by Anton Korobeynikov · 17 years ago
  22. 7d5d402 Fixed call stack alignment. Improved AsmPrinter alignment issues. by Bruno Cardoso Lopes · 17 years ago
  23. 80ab8f9 Added Subtarget support into RegisterInfo by Bruno Cardoso Lopes · 17 years ago
  24. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  25. 84c7325 Setting GlobalDirective in TargetAsmInfo by default rather than by Gordon Henriksen · 18 years ago
  26. b439132 Added JumpTable support by Bruno Cardoso Lopes · 18 years ago
  27. 35e43c4 Initial Mips support, here we go! =) by Bruno Cardoso Lopes · 18 years ago