summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsTargetMachine.cpp
AgeCommit message (Expand)Author
2018-08-16[mips] Remove dead code from MipsPassConfigSimon Atanasyan
2018-07-05[mips] Fix atomic operations at O0, v3Aleksandar Beserminji
2018-06-13[mips][microMIPS] Extending size reduction pass with LWP and SWPZoran Jovanovic
2018-05-22[mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji
2018-05-21[mips] Revert Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji
2018-05-21[mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-12[mips] Initialize the long branch pass for testing purposesSimon Dardis
2018-05-11[mips] Rename Filler to MipsDelaySlotFiller and initialize the passSimon Dardis
2018-02-23[MIPS GlobalISel] Adding GlobalISelPetar Jovanovic
2017-12-22(Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das
2017-12-21Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das
2017-12-21Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-11-20[mips] Reorder target specific passesSimon Dardis
2017-10-12Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun
2017-10-12TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun
2017-09-22[mips] clang-format MipsTargetMachine.cppAlexander Richardson
2017-08-14[MIPS] Implement support for -mstack-alignment.John Baldwin
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-30TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun
2017-05-22[mips] Support micromips attribute passed by front-endSimon Atanasyan
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih
2017-04-27[mips][microMIPS] Adding code size reduction pass for MicroMIPSZoran Jovanovic
2017-03-09[mips] Revert fixes for PR32020.Simon Dardis
2017-02-24Recommit "[mips] Fix atomic compare and swap at O0."Simon Dardis
2017-02-24Revert "[mips] Fix atomic compare and swap at O0."Simon Dardis
2017-02-24[mips] Fix atomic compare and swap at O0.Simon Dardis
2017-02-01[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko
2016-11-02[mips] Always run the MipsOptimizePICCall pass.Vasileios Kalintiris
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-07-19[mips] Correct label prefixes for N32 and N64.Daniel Sanders
2016-07-14[mips] SelectionDAGISel subclasses now follow the optimization level.Daniel Sanders
2016-06-28Delete dead code. NFC.Rafael Espindola
2016-05-18Delete Reloc::Default.Rafael Espindola
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun
2016-03-14[Mips] Fix -Wunused-private-field warning after r263444.Chad Rosier
2016-03-14[mips] MIPS32R6 compact branch supportDaniel Sanders
2015-09-16constify the Function parameter to the TTI creation callback andEric Christopher
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-07-09Make TargetTransformInfo keeping a reference to the Module DataLayoutMehdi Amini
2015-07-07fix typo; NFCSanjay Patel
2015-06-16Clean up redundant copies of Triple objects. NFCDaniel Sanders
2015-06-11Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders
2015-06-11Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.Daniel Sanders
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders