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