summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Reordering callseq* nodes to be linearAleksandar Beserminji2017-09-291-19/+20
* Revert "[mips] Reordering callseq* nodes to be linear"Aleksandar Beserminji2017-09-291-20/+19
* [mips] Reordering callseq* nodes to be linearAleksandar Beserminji2017-09-291-19/+20
* [DAGCombiner] fold assertzexts separated by truncSanjay Patel2017-09-181-33/+0
* [mips] Lift the assertion on the types that can be used with MipsGPRelSimon Dardis2017-08-111-2/+2
* [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko2017-08-031-15/+47
* Change CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. ...Peter Collingbourne2017-07-261-1/+1
* [SystemZ, LoopStrengthReduce]Jonas Paulsson2017-07-211-1/+1
* Reland r308585Stefan Maksimovic2017-07-201-29/+2
* [mips] Support `long_call/far/near` attributes passed by front-endSimon Atanasyan2017-07-201-9/+24
* Revert r308585Stefan Maksimovic2017-07-201-2/+29
* [mips] Fix fp select machine verifier errorsStefan Maksimovic2017-07-201-29/+2
* [mips] Handle the `long-calls` feature flags in the MIPS backendSimon Atanasyan2017-07-151-0/+14
* Reland "[mips] Fix multiprecision arithmetic."Simon Dardis2017-07-131-2/+130
* Revert "[mips] Fix multiprecision arithmetic."Simon Dardis2017-06-291-133/+2
* [MIPS] Fix for selecting of DINS/INS instructionStrahinja Petrovic2017-06-211-0/+5
* [mips] Fix multiprecision arithmetic.Simon Dardis2017-06-141-2/+133
* Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-06-091-2/+72
* [mips] do not use FastISel when -mxgot is presentPetar Jovanovic2017-06-071-2/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [SelectionDAG] Set ISD::FPOWI to Expand by defaultCraig Topper2017-05-301-1/+0
* [Mips] Placate GCC's -Wmisleading-indentation. NFCI.Davide Italiano2017-05-261-17/+17
* [MIPS] Add support to match more patterns for DINS instructionStrahinja Petrovic2017-05-221-25/+62
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-091-1/+1
* Revert "[MIPS] Add support to match more patterns for DINS instruction"Simon Dardis2017-05-091-59/+25
* [MIPS] Add support to match more patterns for DINS instructionStrahinja Petrovic2017-05-091-25/+59
* [mips] Rework a portion of MipsCC interface. (NFC)Simon Dardis2017-04-261-2/+9
* Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-04-071-72/+2
* [SelectionDAG] Enable target specific vector scalarization of calls and returnsSimon Dardis2017-04-071-2/+72
* Make library calls sensitive to regparm module flag (Fixes PR3997).Nirav Dave2017-03-181-2/+3
* [Mips] Add support to match more patterns for DEXT and CINSPetar Jovanovic2017-03-151-23/+119
* [mips] Revert fixes for PR32020.Simon Dardis2017-03-091-32/+159
* [Target/MIPS] Kill dead code, no functional change intended.Davide Italiano2017-02-241-11/+0
* Recommit "[mips] Fix atomic compare and swap at O0."Simon Dardis2017-02-241-148/+32
* Revert "[mips] Fix atomic compare and swap at O0."Simon Dardis2017-02-241-32/+148
* [mips] Fix atomic compare and swap at O0.Simon Dardis2017-02-241-148/+32
* [mips] Recommit: "N64 static relocation model support"Simon Dardis2017-01-271-17/+26
* Revert "[mips] N64 static relocation model support"Simon Dardis2017-01-261-26/+17
* [mips] N64 static relocation model supportSimon Dardis2017-01-261-17/+26
* [mips] Restrict tail call optimizationSimon Dardis2016-11-201-4/+13
* Introduce TLI predicative for base-relative Jump Tables.Joerg Sonnenberger2016-11-151-36/+1
* Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne2016-10-241-1/+2
* [mips][FastISel] Instantiate the MipsFastISel class only for targets that sup...Vasileios Kalintiris2016-10-181-3/+13
* [mips] LLVM PR/30197 - Tail call incorrectly clobbers arguments for mipsSimon Dardis2016-09-211-1/+3
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-091-4/+138
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-091-138/+4
* [mips] Disable the TImode shift libcalls for 32-bit targets.Vasileios Kalintiris2016-09-071-0/+7
* Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPCHal Finkel2016-09-011-19/+8
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-6/+6
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-18/+18
OpenPOWER on IntegriCloud