aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/MSP430/MSP430TargetMachine.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks1-1/+1
2022-12-21CodeGen: Don't lazily construct MachineFunctionInfoMatt Arsenault1-0/+4
2022-12-03CodeGen/CommandFlags: Convert Optional to std::optionalFangrui Song1-1/+1
2022-12-03Convert Optional<CodeModel> to std::optional<CodeModel>Krzysztof Parzyszek1-3/+5
2020-09-29MSP430TargetMachine.h - remove unused includes. NFCI.Simon Pilgrim1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie1-1/+1
2017-10-12Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun1-1/+1
2017-10-12TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun1-1/+1
2017-08-03Delete Default and JITDefault code modelsRafael Espindola1-2/+2
2016-05-18Delete Reloc::Default.Rafael Espindola1-1/+1
2015-06-11Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders1-2/+2
2015-03-21Remove the target independent TargetMachine::getSubtarget andEric Christopher1-1/+1
2015-03-12Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini1-2/+0
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-0/+2
2014-11-20Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner1-0/+1
2014-11-13This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar1-0/+5
2014-09-18Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman1-1/+0
2014-09-18Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman1-0/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-3/+3
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-18/+0
2014-06-27Move the subtarget dependent features from the target machine toEric Christopher1-22/+14
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-8/+8
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth1-9/+0
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-3/+3
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem1-1/+9
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson1-9/+1
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem1-1/+9
2012-10-08Move TargetData to DataLayout.Micah Villmow1-3/+3
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2012-02-04TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick1-2/+1
2012-02-03Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick1-2/+2
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky1-1/+1
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng1-3/+4
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng1-1/+2
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-2/+2
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-1/+1
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov1-4/+6
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov1-4/+2
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman1-0/+6
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman1-2/+2
2010-01-15Add branch relaxation pass (shamelessly stolen from PPC).Anton Korobeynikov1-0/+1
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner1-3/+0
2009-08-02Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar1-1/+2
2009-07-15Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar1-3/+0
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar1-2/+1
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings1-1/+2
2009-07-15Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar1-1/+0
2009-07-15Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar1-1/+1