1. 59ee62d - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo by Evan Cheng · 14 years ago
  2. ffc0e73 Change createAsmParser to take a MCSubtargetInfo instead of triple, by Evan Cheng · 14 years ago
  3. ebdeeab Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 14 years ago
  4. 0ddff1b Compute feature bits at time of MCSubtargetInfo initialization. by Evan Cheng · 14 years ago
  5. 385e930 Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. by Evan Cheng · 14 years ago
  6. 5b1b4489 Rename TargetSubtarget to TargetSubtargetInfo for consistency. by Evan Cheng · 14 years ago
  7. 9421470 - Added MCSubtargetInfo to capture subtarget features and scheduling by Evan Cheng · 14 years ago
  8. 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  9. 3be0340 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  10. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  11. 3553d86 FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available by Andrew Lenharth · 19 years ago
  12. 581a8f7 Give full control of subtarget features over to table generated code. by Jim Laskey · 20 years ago
  13. 34bd5d5 Preparation of supporting scheduling info. Need to find info based on selected by Jim Laskey · 20 years ago
  14. 8ec9f33 Simplify this due to changes in the tblgen side by Chris Lattner · 20 years ago
  15. ed465f5 Autogen subtarget information from .td files. by Chris Lattner · 20 years ago
  16. 080a4b1 Sort the cpu and features table, so that the alpha backend doesn't fail EVERY by Chris Lattner · 20 years ago
  17. ac35cd2 subtarget support for CIX and FIX extentions (the only 2 I care about right now) by Andrew Lenharth · 20 years ago
  18. 120ab48 begining alpha subtarget support by Andrew Lenharth · 20 years ago