Revert "[AArch64] Add DAG combine for extract extend pattern"
[oota-llvm.git] / test / CodeGen / Mips / Fast-ISel /
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-16 Vasileios Kalintiris[mips] Disable code generation through FastISel for...
2015-07-30 Vasileios Kalintiris[mips][FastISel] Remove hidden mips-fast-isel option.
2015-07-30 Vasileios Kalintiris[mips][FastISel] Apply only zero-extension to constants...
2015-07-28 Vasileios Kalintiris[mips][FastISel] Fix call lowering by bailing out on...
2015-07-28 Vasileios Kalintiris[mips][FastISel] Fix generated code for IR's select...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement bswap.
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement intrinsics memset, memcopy...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement srem/urem and sdiv/udiv...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement the select statement for...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Clobber HI0/LO0 registers in MUL instr...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Handle calls with non legal types...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Simplify callabi.ll by using multiple...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Allow computation of addresses from...
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