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