summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko2017-08-031-6/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-091-1/+1
* [mips][FastISel] Fix a nullptr deference.Simon Dardis2017-04-291-1/+2
* Use Argument::hasAttribute and AttributeList::ReturnIndex moreReid Kleckner2017-04-281-15/+12
* [mips] Rework a portion of MipsCC interface. (NFC)Simon Dardis2017-04-261-2/+4
* [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2017-01-301-32/+74
* [mips] Correct c.cond.fmt instruction definition.Simon Dardis2017-01-161-2/+2
* IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne2016-12-021-1/+1
* [mips] Fix unsigned/signed type errorSimon Dardis2016-11-161-3/+3
* [mips][FastISel] Instantiate the MipsFastISel class only for targets that sup...Vasileios Kalintiris2016-10-181-19/+0
* [mips][fastisel] Consider soft-float an unsupported floating point modeSimon Dardis2016-10-041-2/+6
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-091-4/+2
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-091-2/+4
* [mips] Tighten FastISel restrictionsSimon Dardis2016-09-061-1/+17
* [mips][fastisel] Correct argument lowering for (f64, f64, i32) and similar.Daniel Sanders2016-08-011-29/+55
* Re-commit: [mips][fastisel] Handle 0-4 arguments without SelectionDAG.Daniel Sanders2016-07-291-2/+158
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-2/+2
* Revert r276982 and r276984: [mips][fastisel] Handle 0-4 arguments without Sel...Daniel Sanders2016-07-281-141/+0
* [mips] Reword debug message as should have been done before committing r276982Daniel Sanders2016-07-281-1/+1
* [mips][fastisel] Handle 0-4 arguments without SelectionDAG.Daniel Sanders2016-07-281-0/+141
* Convert more cases to isPositionIndependent(). NFC.Rafael Espindola2016-06-281-1/+1
* [mips] Fix small typo. NFC.Vasileios Kalintiris2016-06-161-1/+1
* Remove a few gendered pronouns.Nico Weber2016-06-101-1/+1
* [mips] Add a proper file header in MipsFastISel.cppVasileios Kalintiris2016-06-081-2/+15
* [mips][fastisel] Conditional moves do not have implicit operands.Daniel Sanders2016-05-061-5/+4
* [mips][fastisel] ADJCALLSTACKUP has a second immediate operand.Daniel Sanders2016-05-031-1/+1
* [mips][FastISel] A store is not a load.Simon Dardis2016-04-291-1/+1
* [mips][microMIPS] Disable FastISel for microMIPSZoran Jovanovic2016-01-281-1/+2
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* [mips] Disable code generation through FastISel for MIPS32R6.Vasileios Kalintiris2015-11-161-3/+3
* [mips][FastISel] Clang-format switch statement. NFC.Vasileios Kalintiris2015-10-121-10/+10
* [mips][FastISel] Factor out common code from switch statement. NFCVasileios Kalintiris2015-10-071-3/+7
* [mips][FastISel] Use ternary operator to select opcode. NFCVasileios Kalintiris2015-10-071-8/+2
* [mips][FastISel] Simple refactoring of MipsFastISel::emitLogicalOP(). NFC.Vasileios Kalintiris2015-10-071-13/+17
* FastISel: Use finishCondBranch() for ARM,Mips,PowerPC FastISelMatthias Braun2015-08-261-2/+1
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-111-3/+3
* [mips][FastISel] Disable code generation for unsupported targets through Fast...Vasileios Kalintiris2015-08-041-0/+12
* [mips][FastISel] Apply only zero-extension to constants prior to their materi...Vasileios Kalintiris2015-07-301-6/+1
* [mips][FastISel] Fix call lowering by bailing out on "fastcc" calls.Vasileios Kalintiris2015-07-281-0/+9
* [mips][FastISel] Fix generated code for IR's select instruction.Vasileios Kalintiris2015-07-281-1/+8
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-17/+18
* Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()Mehdi Amini2015-07-091-1/+2
* Use MCSymbols for FastISel.Rafael Espindola2015-06-231-6/+7
* [mips][FastISel] Implement bswap.Vasileios Kalintiris2015-06-011-0/+64
* [mips][FastISel] Implement intrinsics memset, memcopy & memmove.Vasileios Kalintiris2015-06-011-7/+89
OpenPOWER on IntegriCloud