XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377)
[oota-llvm.git] / test / CodeGen / Mips / Fast-ISel /
2015-04-29 Vasileios KalintirisMips fast-isel - handle functions which return i8 or...
2015-04-27 Vasileios KalintirisReapply "[mips][FastISel] Implement shift ops for Mips...
2015-04-22 Vasileios KalintirisRevert "[mips][FastISel] Implement shift ops for Mips...
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement FastMaterializeAlloca in...
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement shift ops for Mips fast...
2015-04-06 Rafael EspindolaUse sext in fast isel.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-09 Reed KotlerAdd logical ops to Mips fast-isel
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2015-02-24 Reed KotlerBeginning of alloca implementation for Mips fast-isel
2015-02-12 Reed KotlerAdd bulk of returning of values to Mips fast-isel
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-11-13 Reed KotlerFirst stage of call lowering for Mips fast-isel
2014-11-12 Zoran Jovanovic[mips][micromips] Add predicate 'InMicroMips' at CodeGe...
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