| Commit message (Expand) | Author | Age | Files | Lines |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 1 | -2/+3 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -4/+4 |
* | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 1 | -2/+0 |
* | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 2011-07-08 | 1 | -1/+1 |
* | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -1/+2 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -1/+1 |
* | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 2010-11-15 | 1 | -7/+7 |
* | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 1 | -1/+1 |
* | Add branch relaxation pass (shamelessly stolen from PPC). | Anton Korobeynikov | 2010-01-15 | 1 | -0/+6 |
* | indicate what the native integer types for the target are. | Chris Lattner | 2009-11-07 | 1 | -1/+1 |
* | Use proper target data | Anton Korobeynikov | 2009-10-21 | 1 | -1/+1 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -3/+3 |
* | Cleanup the mess in msp430 target registration and hopefully unbreak the build | Anton Korobeynikov | 2009-08-14 | 1 | -0/+7 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 1 | -3/+0 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 1 | -1/+1 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 1 | -3/+2 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 1 | -1/+1 |
* | MSP430 TAI doesn't need TM. | Chris Lattner | 2009-08-02 | 1 | -1/+1 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 1 | -12/+0 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -1/+0 |
* | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 1 | -9/+0 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -11/+0 |
* | Register AsmPrinter for XCore, MSP430, and PIC16 targets. | Daniel Dunbar | 2009-07-15 | 1 | -3/+8 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -13/+5 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -5/+13 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 1 | -11/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 1 | -1/+3 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -1/+2 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -1/+1 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -1/+1 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -4/+2 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+5 |
* | Update due to mainline API change | Anton Korobeynikov | 2009-05-03 | 1 | -4/+6 |
* | Add prologue/epilogue emission. Fix frame pointer handling. | Anton Korobeynikov | 2009-05-03 | 1 | -1/+1 |
* | First draft of stack slot loads / stores lowering | Anton Korobeynikov | 2009-05-03 | 1 | -1/+1 |
* | Add 'msp430' target triple recognizer | Anton Korobeynikov | 2009-05-03 | 1 | -4/+15 |
* | Add a note | Anton Korobeynikov | 2009-05-03 | 1 | -0/+1 |
* | Dummy MSP430 backend | Anton Korobeynikov | 2009-05-03 | 1 | -0/+62 |