aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-19[Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...Chris Dewhurst1-0/+3
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini1-3/+3
2016-08-12Revert "[Sparc] Leon errata fix passes."James Y Knight1-37/+16
2016-08-12[Sparc][Leon] Errata fixes for various errata in different versions of the Le...Chris Dewhurst1-2/+5
2016-07-08[Sparc] Leon errata fix passes.Chris Dewhurst1-16/+34
2016-06-19[SPARC] Fixes for hardware errata on LEON processor.Chris Dewhurst1-0/+12
2016-05-23[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.Chris Dewhurst1-2/+8
2016-05-23Test commitJacob Baungard Hansen1-1/+0
2016-05-18Delete Reloc::Default.Rafael Espindola1-5/+15
2016-05-18Trivial cleanups.Rafael Espindola1-1/+1
2016-05-18[Sparc] Add Soft Float supportChris Dewhurst1-2/+36
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun1-0/+1
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