Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / Mips / Fast-ISel /
2014-10-13 Daniel Sanders[mips] Mark redundant instructions with a comment in...
2014-10-11 Reed KotlerAdd basic conditional branches in mips fast-isel
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-08-07 Reed Kotlerfix materialization of one bit constants and global...
2014-06-16 Reed KotlerAdd load/store functionality
2014-06-12 Daniel Sanders[mips] Use MTHC1 when it is available (MIPS32r2 and...
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-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