aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsFastISel.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Rewrite the Mips16HardFloat pass to avoid using the Subtarget.Eric Christopher1-1/+1
2014-12-20Remove unused variable and initialization.Eric Christopher1-4/+1
2014-11-14Fix build of Mips code with MSVC by using our macro instead of __attribute__(...Reid Kleckner1-1/+1
2014-11-13First stage of call lowering for Mips fast-iselReed Kotler1-2/+301
2014-10-14Finish getting Mips fast-isel to match up with AArch64 fast-iselReed Kotler1-402/+396
2014-10-13Make first of several changes to bring up to AArch64 fast-isel styleReed Kotler1-179/+204
2014-10-11Add basic conditional branches in mips fast-iselReed Kotler1-7/+48
2014-10-10[mips] Actually mark that the default case is unreachable as this switchChandler Carruth1-1/+1
2014-10-10Implement floating point compare for mips fast-iselReed Kotler1-2/+56
2014-10-10implement integer compare in mips fast-iselReed Kotler1-0/+99
2014-10-10Implement floating point to integer conversion in mips fast-iselReed Kotler1-1/+69
2014-10-01Add fptrunc to mips fast-selReed Kotler1-0/+25
2014-09-30Add numeric extend, trunctate to mips fast-iselReed Kotler1-5/+168
2014-09-15Add mips32 r1 to the list of supported targets for Mips fast-iselReed Kotler1-1/+2
2014-09-03[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.Juergen Ributzka1-1/+1
2014-09-03[FastISel] Rename public visible FastISel functions. NFC.Juergen Ributzka1-5/+5
2014-08-07fix materialization of one bit constants and global values which are accessed...Reed Kotler1-2/+10
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+3
2014-07-10Make it possible for the Subtarget to change between functionEric Christopher1-4/+4
2014-06-16Add load/store functionalityReed Kotler1-7/+93
2014-06-10Do Materialize Floating Point in Mips Fast-IselReed Kotler1-2/+23
2014-06-08Revert "Do materialize for floating point"Alp Toker1-23/+2
2014-06-08Do materialize for floating pointReed Kotler1-2/+23
2014-06-08start to clean up buildMI calls in mips fast-iselReed Kotler1-26/+24
2014-06-08include MipsGenFastISel.incReed Kotler1-5/+17
2014-05-15Finish materialize for intsReed Kotler1-8/+41
2014-05-01Add basic functionality for assignment of ints.Reed Kotler1-1/+167
2014-04-29Add Simple return instruction to Mips fast-iselReed Kotler1-2/+58
2014-04-17Start pushing changes for Mips Fast-IselReed Kotler1-0/+28