1. 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  2. 16c29b5 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
  3. 3346491 First step of huge frame-related refactoring: move emit{Prologue,Epilogue} out of TargetRegisterInfo to TargetFrameInfo, which is definitely much better suitable place by Anton Korobeynikov · 15 years ago
  4. ff7a562 Implement a bunch more TargetSelectionDAGInfo infrastructure. by Dan Gohman · 15 years ago
  5. 59a9178 indicate what the native integer types for the target are. Please verify. by Chris Lattner · 16 years ago
  6. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  7. a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  8. 0a31d2f pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
  9. e28039c Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  10. 3be0340 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  11. e6483e3 eliminate the TM argument to the TAI class, remove comment about supporting by Chris Lattner · 16 years ago
  12. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  13. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  14. 7df8462 Unbreak by Anton Korobeynikov · 16 years ago
  15. 6fe326c Implement 'large' PIC model by Anton Korobeynikov · 16 years ago
  16. 70f717f Preliminary asmprinting of globals by Anton Korobeynikov · 16 years ago
  17. 51f613f Add simple frame index elimination by Anton Korobeynikov · 16 years ago
  18. 4403b93 Let's start another backend :) by Anton Korobeynikov · 16 years ago