Age | Commit message (Expand) | Author |
2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman |
2010-01-15 | Add branch relaxation pass (shamelessly stolen from PPC). | Anton Korobeynikov |
2009-11-07 | indicate what the native integer types for the target are. | Chris Lattner |
2009-10-21 | Use proper target data | Anton Korobeynikov |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-14 | Cleanup the mess in msp430 target registration and hopefully unbreak the build | Anton Korobeynikov |
2009-08-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
2009-08-11 | pass the TargetTriple down from each target ctor to the | Chris Lattner |
2009-08-02 | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar |
2009-08-02 | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar |
2009-08-02 | MSP430 TAI doesn't need TM. | Chris Lattner |
2009-07-25 | Add new helpers for registering targets. | Daniel Dunbar |
2009-07-18 | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar |
2009-07-16 | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar |
2009-07-15 | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar |
2009-07-15 | Register AsmPrinter for XCore, MSP430, and PIC16 targets. | Daniel Dunbar |
2009-07-15 | Reapply TargetRegistry refactoring commits. | Daniel Dunbar |
2009-07-15 | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings |
2009-07-15 | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar |
2009-07-15 | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar |
2009-07-15 | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar |
2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
2009-07-01 | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar |
2009-06-23 | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson |
2009-06-16 | Introduce new headers whose inclusion forces linking and | Douglas Gregor |
2009-05-03 | Update due to mainline API change | Anton Korobeynikov |
2009-05-03 | Add prologue/epilogue emission. Fix frame pointer handling. | Anton Korobeynikov |
2009-05-03 | First draft of stack slot loads / stores lowering | Anton Korobeynikov |
2009-05-03 | Add 'msp430' target triple recognizer | Anton Korobeynikov |
2009-05-03 | Add a note | Anton Korobeynikov |
2009-05-03 | Dummy MSP430 backend | Anton Korobeynikov |