summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsLongBranch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji2018-05-221-632/+0
* [mips] Revert Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji2018-05-211-0/+632
* [mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji2018-05-211-632/+0
* [mips] Add support for isBranchOffsetInRange and use it for MipsLongBranchSimon Dardis2018-05-161-4/+4
* [mips] Initialize the long branch pass for testing purposesSimon Dardis2018-05-121-2/+6
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* Reland r331175: "[mips] Fix the predicates of jump and branch and link instru...Simon Dardis2018-05-011-1/+1
* Revert "[mips] Fix the predicates of jump and branch and link instructions"Simon Dardis2018-04-301-1/+1
* [mips] Fix the predicates of jump and branch and link instructionsSimon Dardis2018-04-301-1/+1
* [mips] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-211-5/+14
* [mips] Add partial support for R6 in the long branch passSimon Dardis2017-12-141-46/+116
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko2017-08-031-6/+7
* Revert r305382, it caused PR33513.Nico Weber2017-06-191-6/+6
* [mips] Fix machine verifier errors in the long branch passSimon Dardis2017-06-141-6/+6
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-7/+9
* [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2017-02-011-15/+29
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MIDuncan P. N. Exon Smith2016-09-111-2/+2
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer2016-07-281-1/+1
* Reapply "Mips: Avoid implicit iterator conversions, NFC"Duncan P. N. Exon Smith2016-07-151-3/+3
* Revert r275141 - Mips: Avoid implicit iterator conversions, NFCDaniel Sanders2016-07-151-3/+3
* Mips: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-121-3/+3
* Convert more cases to isPositionIndependent(). NFC.Rafael Espindola2016-06-281-8/+4
* [mips] Emit a JALR with $rd equal to $zero, instead of a JR in MIPS32R6.Vasileios Kalintiris2016-06-181-15/+23
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-3/+4
* [mips] More range-based for loops. NFC.Vasileios Kalintiris2016-04-151-2/+2
* Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff2016-04-041-0/+5
* Normalize MBB's successors' probabilities in several locations.Cong Hou2015-12-131-1/+1
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-2/+1
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-1/+2
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-2/+1
* Mips: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-2/+2
* Remove most of the TargetMachine::getSubtarget/getSubtargetImplEric Christopher2015-01-291-21/+16
* Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher2015-01-261-5/+10
* [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructionsJozef Kolek2015-01-121-0/+4
* Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper2015-01-051-2/+1
* [mips][microMIPS] This patch implements functionality in MIPS delay slotJozef Kolek2014-11-211-5/+7
* [mips] Replace MipsABIEnum with a MipsABIInfo class.Daniel Sanders2014-10-241-4/+4
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-0/+1
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+0
* Nuke the old JIT.Rafael Espindola2014-08-071-0/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+4
* Make non-module passes unconditionally added in the passEric Christopher2014-07-181-1/+2
* [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...Daniel Sanders2014-06-131-8/+18
* [mips] Modify long branch for NaCl:Sasa Stankovic2014-06-051-6/+30
* [mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic2014-05-271-18/+18
* [mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic2014-04-301-32/+44
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
OpenPOWER on IntegriCloud