summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Fix atomic operations at O0, v3Aleksandar Beserminji2018-07-051-0/+9
* [mips][microMIPS] Extending size reduction pass with LWP and SWPZoran Jovanovic2018-06-131-1/+2
* [mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji2018-05-221-6/+14
* [mips] Revert Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji2018-05-211-14/+6
* [mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji2018-05-211-6/+14
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* [mips] Initialize the long branch pass for testing purposesSimon Dardis2018-05-121-0/+1
* [mips] Rename Filler to MipsDelaySlotFiller and initialize the passSimon Dardis2018-05-111-0/+1
* [MIPS GlobalISel] Adding GlobalISelPetar Jovanovic2018-02-231-0/+31
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-221-11/+10
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-211-10/+11
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-211-11/+10
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* [mips] Reorder target specific passesSimon Dardis2017-11-201-5/+4
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-3/+3
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-3/+3
* [mips] clang-format MipsTargetMachine.cppAlexander Richardson2017-09-221-3/+3
* [MIPS] Implement support for -mstack-alignment.John Baldwin2017-08-141-4/+5
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-11/+18
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [mips] Support micromips attribute passed by front-endSimon Atanasyan2017-05-221-0/+9
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-8/+7
* [mips][microMIPS] Adding code size reduction pass for MicroMIPSZoran Jovanovic2017-04-271-0/+1
* [mips] Revert fixes for PR32020.Simon Dardis2017-03-091-5/+0
* Recommit "[mips] Fix atomic compare and swap at O0."Simon Dardis2017-02-241-0/+5
* Revert "[mips] Fix atomic compare and swap at O0."Simon Dardis2017-02-241-5/+0
* [mips] Fix atomic compare and swap at O0.Simon Dardis2017-02-241-0/+5
* [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2017-02-011-20/+22
* [mips] Always run the MipsOptimizePICCall pass.Vasileios Kalintiris2016-11-021-8/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-4/+4
* [mips] Correct label prefixes for N32 and N64.Daniel Sanders2016-07-191-1/+4
* [mips] SelectionDAGISel subclasses now follow the optimization level.Daniel Sanders2016-07-141-2/+2
* Delete dead code. NFC.Rafael Espindola2016-06-281-1/+1
* Delete Reloc::Default.Rafael Espindola2016-05-181-5/+16
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* [Mips] Fix -Wunused-private-field warning after r263444.Chad Rosier2016-03-141-1/+1
* [mips] MIPS32R6 compact branch supportDaniel Sanders2016-03-141-0/+6
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-161-1/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-4/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+4
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-4/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+4
* Make TargetTransformInfo keeping a reference to the Module DataLayoutMehdi Amini2015-07-091-1/+1
* fix typo; NFCSanjay Patel2015-07-071-1/+1
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-2/+2
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-24/+20
* Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.Daniel Sanders2015-06-111-5/+5
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-5/+9
* Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders2015-05-201-1/+0
OpenPOWER on IntegriCloud