[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / lib / Target / Mips / MipsFastISel.cpp
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-06 Eric ChristopherRewrite the Mips16HardFloat pass to avoid using the...
2014-12-20 Eric ChristopherRemove unused variable and initialization.
2014-11-14 Reid KlecknerFix build of Mips code with MSVC by using our macro...
2014-11-13 Reed KotlerFirst stage of call lowering for Mips fast-isel
2014-10-14 Reed KotlerFinish getting Mips fast-isel to match up with AArch64...
2014-10-13 Reed KotlerMake first of several changes to bring up to AArch64...
2014-10-11 Reed KotlerAdd basic conditional branches in mips fast-isel
2014-10-10 Chandler Carruth[mips] Actually mark that the default case is unreachab...
2014-10-10 Reed KotlerImplement floating point compare for mips fast-isel
2014-10-10 Reed Kotlerimplement integer compare in mips fast-isel
2014-10-10 Reed KotlerImplement floating point to integer conversion in mips...
2014-10-01 Reed KotlerAdd fptrunc to mips fast-sel
2014-09-30 Reed KotlerAdd numeric extend, trunctate to mips fast-isel
2014-09-15 Reed KotlerAdd mips32 r1 to the list of supported targets for...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-08-07 Reed Kotlerfix materialization of one bit constants and global...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-10 Eric ChristopherMake it possible for the Subtarget to change between...
2014-06-16 Reed KotlerAdd load/store functionality
2014-06-10 Reed KotlerDo Materialize Floating Point in Mips Fast-Isel
2014-06-08 Alp TokerRevert "Do materialize for floating point"
2014-06-08 Reed KotlerDo materialize for floating point
2014-06-08 Reed Kotlerstart to clean up buildMI calls in mips fast-isel
2014-06-08 Reed Kotlerinclude MipsGenFastISel.inc
2014-05-15 Reed KotlerFinish materialize for ints
2014-05-01 Reed KotlerAdd basic functionality for assignment of ints.
2014-04-29 Reed KotlerAdd Simple return instruction to Mips fast-isel
2014-04-17 Reed KotlerStart pushing changes for Mips Fast-Isel