summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsCCState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Mark fmaxl as a long double emulation routineStefan Maksimovic2018-10-121-4/+4
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-4/+4
* Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-06-091-9/+52
* [mips] Rework a portion of MipsCC interface. (NFC)Simon Dardis2017-04-261-10/+7
* Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-04-071-55/+9
* [SelectionDAG] Enable target specific vector scalarization of calls and returnsSimon Dardis2017-04-071-9/+55
* [mips] Fix an issue with long double when function roundl is definedZlatko Buljan2016-03-141-2/+2
* Use std::is_sorted to replace a custom version. Also replace a comparison pre...Craig Topper2015-10-171-10/+4
* De-constify pointers to Type since they can't be modified. NFCCraig Topper2015-08-011-1/+1
* AArch64: Safely handle the incoming sret call argument.Andrew Trick2015-02-161-2/+2
* [mips] Fix sret arguments for N32/N64 which were accidentally broken in r221534.Daniel Sanders2014-11-101-0/+1
* [mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders2014-11-071-2/+10
* [mips] Move MipsCCState to a separate file and clang-formatted it.Daniel Sanders2014-11-071-0/+133
OpenPOWER on IntegriCloud