aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-11Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders1-13/+10
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders1-1/+1
2015-04-29[Sparc] Really add sparcel architecture support.Douglas Katzman1-12/+20
2015-03-12Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini1-6/+5
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-1/+1
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-0/+27
2014-12-11[CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun1-6/+2
2014-12-11This reverts commit r224043 and r224042.Rafael Espindola1-2/+6
2014-12-11[CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun1-6/+2
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-10-16Erase fence insertion from SelectionDAGBuilder.cpp (NFC)Robin Morisset1-0/+7
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-7/+0
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+7
2014-08-07Nuke the old JIT.Rafael Espindola1-7/+0
2014-06-26Move the various Subtarget dependent members down to the subtargetEric Christopher1-31/+1
2014-06-26Have SparcSelectionDAGInfo take a DataLayout to initialize sinceEric 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-19Add stack alignment information for Sparc.Rafael Espindola1-0/+5
2013-12-16The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola1-3/+3
2013-12-16On DataLayout, omit the default of p:64:64:64.Rafael Espindola1-4/+2
2013-12-13Assume defaults to produce smaller datalayout strings.Rafael Espindola1-3/+3
2013-12-11Move Sparc's getDataLayout out of line and add comments.Rafael Espindola1-1/+24
2013-10-08[Sparc] Implement JIT for SPARC.Venkatraman Govindaraju1-0/+7
2013-06-08[Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...Venkatraman Govindaraju1-1/+0
2013-05-13Remove the MachineMove class.Rafael Espindola1-0/+1
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-1/+1
2012-07-02Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson1-3/+3
2012-05-04Initialize SparcInstrInfo before SparcTargetLowering.Jakob Stoklund Olesen1-1/+2
2012-05-01Change the PassManager from a reference to a pointer.Bill Wendling1-3/+3
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-7/+30
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+4
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky1-5/+10
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng1-9/+10
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-10/+11
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-12/+12
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-5/+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-3/+6
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov1-1/+1