summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-1/+1
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-1/+1
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-17/+41
* [SPARC] Clean up the support for disabling fsmuld and fmuls instructions.James Y Knight2017-07-201-8/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-7/+7
* [Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...Chris Dewhurst2016-10-191-0/+3
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* Revert "[Sparc] Leon errata fix passes."James Y Knight2016-08-121-37/+16
* [Sparc][Leon] Errata fixes for various errata in different versions of the Le...Chris Dewhurst2016-08-121-2/+5
* [Sparc] Leon errata fix passes.Chris Dewhurst2016-07-081-16/+34
* [SPARC] Fixes for hardware errata on LEON processor.Chris Dewhurst2016-06-191-0/+12
* [Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.Chris Dewhurst2016-05-231-2/+8
* Test commitJacob Baungard Hansen2016-05-231-1/+0
* Delete Reloc::Default.Rafael Espindola2016-05-181-5/+15
* Trivial cleanups.Rafael Espindola2016-05-181-1/+1
* [Sparc] Add Soft Float supportChris Dewhurst2016-05-181-2/+36
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-13/+10
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* [Sparc] Really add sparcel architecture support.Douglas Katzman2015-04-291-12/+20
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-6/+5
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-0/+27
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-6/+2
* This reverts commit r224043 and r224042.Rafael Espindola2014-12-111-2/+6
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-6/+2
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-0/+2
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+2
* Erase fence insertion from SelectionDAGBuilder.cpp (NFC)Robin Morisset2014-10-161-0/+7
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-7/+0
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+7
* Nuke the old JIT.Rafael Espindola2014-08-071-7/+0
* Move the various Subtarget dependent members down to the subtargetEric Christopher2014-06-261-31/+1
* Have SparcSelectionDAGInfo take a DataLayout to initialize sinceEric Christopher2014-06-261-1/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-1/+1
* Add stack alignment information for Sparc.Rafael Espindola2013-12-191-0/+5
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-161-3/+3
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-161-4/+2
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-131-3/+3
* Move Sparc's getDataLayout out of line and add comments.Rafael Espindola2013-12-111-1/+24
* [Sparc] Implement JIT for SPARC.Venkatraman Govindaraju2013-10-081-0/+7
* [Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...Venkatraman Govindaraju2013-06-081-1/+0
* Remove the MachineMove class.Rafael Espindola2013-05-131-0/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-1/+1
OpenPOWER on IntegriCloud