summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-2/+3
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-6/+10
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [Mips] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [Mips][CodeGen] Remove MachineFunction::setSubtarget. Change Mips to just cop...Craig Topper2019-04-241-2/+1
* [GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...Amara Emerson2019-04-151-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MIPS GlobalISel] Add pre legalizer combiner passPetar Avramovic2019-01-141-0/+6
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-7/+1
* [mips] Remove dead code from MipsPassConfigSimon Atanasyan2018-08-161-4/+0
* [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
OpenPOWER on IntegriCloud