aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-05-22[TargetMachine] error message unsupported code modelSjoerd Meijer1-2/+2
2019-05-15[Sparc] Create a TargetInfo header. NFCRichard Trieu1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-07[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green1-9/+14
2018-07-30Remove trailing spaceFangrui Song1-2/+2
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-17/+41
2017-07-20[SPARC] Clean up the support for disabling fsmuld and fmuls instructions.James Y Knight1-8/+0
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+2
2017-05-30TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun1-2/+2
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih1-7/+7
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