1. bb919df Implement a bunch more TargetSelectionDAGInfo infrastructure. by Dan Gohman · 15 years ago
  2. ce52fd5 Add branch relaxation pass (shamelessly stolen from PPC). by Anton Korobeynikov · 16 years ago
  3. 8714348 indicate what the native integer types for the target are. Please verify. by Chris Lattner · 16 years ago
  4. 13de81a Use proper target data by Anton Korobeynikov · 16 years ago
  5. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  6. c1524d4 Cleanup the mess in msp430 target registration and hopefully unbreak the build by Anton Korobeynikov · 16 years ago
  7. 9a6cf91 Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  8. 2c30970 pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
  9. c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  10. 31b44e8 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  11. d4c8fd4 MSP430 TAI doesn't need TM. by Chris Lattner · 16 years ago
  12. 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  13. 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  14. c151c51 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
  15. d97db68 Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
  16. 15c3e71 Register AsmPrinter for XCore, MSP430, and PIC16 targets. by Daniel Dunbar · 16 years ago
  17. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  18. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  19. 863e587 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  20. 6db8134 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  21. b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  22. a31f96c by David Greene · 16 years ago
  23. 75c12e1 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  24. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  25. 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  26. 1324f81 Update due to mainline API change by Anton Korobeynikov · 17 years ago
  27. f2b5099 Add prologue/epilogue emission. Fix frame pointer handling. by Anton Korobeynikov · 17 years ago
  28. f6af822 First draft of stack slot loads / stores lowering by Anton Korobeynikov · 17 years ago
  29. ef811d8 Add 'msp430' target triple recognizer by Anton Korobeynikov · 17 years ago
  30. 4130a7c Add a note by Anton Korobeynikov · 17 years ago
  31. 1013800 Dummy MSP430 backend by Anton Korobeynikov · 17 years ago