aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-11[CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun1-4/+3
2014-12-11This reverts commit r224043 and r224042.Rafael Espindola1-3/+4
2014-12-11[CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun1-4/+3
2014-11-20Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner1-0/+2
2014-11-13This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar1-0/+2
2014-06-27Move the subtarget dependent features from the target machine toEric Christopher1-10/+4
2014-06-27Remove uses and caches of the target machine and subtarget fromEric Christopher1-1/+1
2014-06-27Remove caching of an unused subtarget from MSP430FrameLowering.Eric Christopher1-1/+1
2014-06-27Have MSP430SelectionDAGInfo constructor take a DataLayout ratherEric Christopher1-1/+1
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-2/+2
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-1/+1
2013-12-16The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola1-1/+1
2013-12-13Assume defaults to produce smaller datalayout strings.Rafael Espindola1-1/+1
2013-05-13Remove the MachineMove class.Rafael Espindola1-1/+3
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-10-24Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem1-1/+1
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem1-1/+1
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson1-1/+1
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem1-1/+1
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-07-02Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson1-2/+2
2012-05-01Change the PassManager from a reference to a pointer.Bill Wendling1-2/+2
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-1/+1
2012-02-04TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick1-6/+4
2012-02-03Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick1-3/+24
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky1-1/+2
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng1-7/+6
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-1/+1
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng1-2/+3
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-4/+4
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-2/+0
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng1-1/+1
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-1/+2
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov1-1/+1
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov1-7/+7
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman1-1/+1
2010-01-15Add branch relaxation pass (shamelessly stolen from PPC).Anton Korobeynikov1-0/+6
2009-11-07indicate what the native integer types for the target are.Chris Lattner1-1/+1
2009-10-21Use proper target dataAnton Korobeynikov1-1/+1
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner1-3/+3
2009-08-14Cleanup the mess in msp430 target registration and hopefully unbreak the buildAnton Korobeynikov1-0/+7
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner1-3/+0
2009-08-11pass the TargetTriple down from each target ctor to theChris Lattner1-1/+1
2009-08-02Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar1-3/+2
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar1-1/+1
2009-08-02MSP430 TAI doesn't need TM.Chris Lattner1-1/+1
2009-07-25Add new helpers for registering targets.Daniel Dunbar1-12/+0
2009-07-18Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar1-1/+0
2009-07-16Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar1-9/+0