aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsCCState.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-14[mips] Fix an issue with long double when function roundl is definedZlatko Buljan1-2/+2
2015-10-17Use std::is_sorted to replace a custom version. Also replace a comparison pre...Craig Topper1-10/+4
2015-08-01De-constify pointers to Type since they can't be modified. NFCCraig Topper1-1/+1
2015-02-16AArch64: Safely handle the incoming sret call argument.Andrew Trick1-2/+2
2014-11-10[mips] Fix sret arguments for N32/N64 which were accidentally broken in r221534.Daniel Sanders1-0/+1
2014-11-07[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders1-2/+10
2014-11-07[mips] Move MipsCCState to a separate file and clang-formatted it.Daniel Sanders1-0/+133