XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377)
[oota-llvm.git] / test / CodeGen / Mips /
2015-04-29 Vasileios KalintirisMips fast-isel - handle functions which return i8 or...
2015-04-29 Daniel Sanders[mips] Correct 128-bit shifts on 64-bit targets.
2015-04-27 Vasileios KalintirisReapply "[mips][FastISel] Implement shift ops for Mips...
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-22 Pirama Arumuga NainarFix correctness check for test_vec_fpextend_double
2015-04-22 Vasileios KalintirisRevert "[mips][FastISel] Implement shift ops for Mips...
2015-04-21 Vasileios Kalintiris[mips] Optimize code generation for 64-bit variable...
2015-04-20 Pirama Arumuga Nainar[MIPS] OperationAction for FP_TO_FP16, FP16_TO_FP
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-17 Vasileios Kalintiris[mips] Teach the delay slot filler to remove needless...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Daniel JasperRe-apply r234898 and fix tests.
2015-04-14 Rafael EspindolaRevert "The code that originally made me discover this...
2015-04-14 Daniel JasperThe code that originally made me discover this is:
2015-04-13 Matthias BraunUse FileCheck for test
2015-04-13 Matthias BraunDAGCombiner: Fix crash in select(select) opt.
2015-04-06 Rafael EspindolaUse sext in fast isel.
2015-04-02 Vasileios Kalintiris[mips] Make sure that we don't adjust the stack pointer...
2015-03-30 Daniel Sanders[mips] Support 9-bit offsets for the 'R' inline assembl...
2015-03-24 Daniel Sanders[mips] Support 16-bit offsets for 'm' inline assembly...
2015-03-24 Daniel Sanders[mips] Distinguish 'R', 'ZC', and 'm' inline assembly...
2015-03-23 Petar JovanovicFix sign extension for MIPS64 in makeLibCall function
2015-03-16 Petar Jovanovic[MIPS] Fix justify error for small structures
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-11 Jozef Kolek[mips][microMIPS] Make usage of NOT16 by code generator
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-09 Reed KotlerAdd logical ops to Mips fast-isel
2015-03-04 Jozef Kolek[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
2015-03-04 Rafael EspindolaDrop the "eh_" from eh_func_begin and eh_func_end.
2015-03-02 Vasileios Kalintiris[mips] Optimize conditional moves where RHS is zero.
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-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-27 Zoran Jovanovic[mips][microMIPS] Change register class for GP register
2015-02-27 Vasileios Kalintiris[mips] Account for constant-zero operands in ADDE nodes.
2015-02-26 Petar JovanovicFix justify error for small structures in varargs for...
2015-02-26 Vladimir MedicReplace obsolete -mattr=n64 command line option with...
2015-02-25 Vladimir Medic[MIPS]Multiple and add instructions for Mips are curren...
2015-02-25 Vladimir MedicReplace obsolete -mattr=n64 command line option with...
2015-02-24 Reed KotlerBeginning of alloca implementation for Mips fast-isel
2015-02-23 Daniel Sanders[mips] Honour -mno-odd-spreg for vector insert/extract...
2015-02-20 Jozef KolekReversed revision 229706. The reason is regression...
2015-02-20 Chandler CarruthRevert r229944: EH: Prune unreachable resume instructio...
2015-02-20 Reid KlecknerEH: Prune unreachable resume instructions during Dwarf...
2015-02-19 Jozef Kolek[mips][microMIPS] Make usage of AND16, OR16 and XOR16...
2015-02-18 Jozef Kolek[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 Vasileios Kalintiris[mips] Avoid redundant sign extension of the result...
2015-02-13 Jozef Kolek[mips][microMIPS] Delay slot filler: Replace the microM...
2015-02-12 Reed KotlerAdd bulk of returning of values to Mips fast-isel
2015-02-10 Petar JovanovicFix makeLibCall argument (signed) in SoftenFloatRes_XIN...
2015-02-04 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SW16...
2015-02-04 Daniel Sanders[mips] Remove unused check prefix from tests. NFC.
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-26 Vasileios Kalintiris[mips] Enable arithmetic and binary operations for...
2015-01-26 Vasileios Kalintiris[mips] Add tests for bitwise binary and integer arithme...
2015-01-26 Vasileios KalintirisRevert "[mips] Fix assertion on i128 addition/subtracti...
2015-01-24 Daniel Sanders[mips] Fix assertion on i128 addition/subtraction on...
2015-01-20 Kai Nacke[mips] Add registers and ALL check prefix to octeon...
2015-01-20 Kai Nacke[mips] Add octeon branch instructions bbit0/bbit032...
2015-01-15 Daniel Sanders[mips] Fix a typo in the compare patterns for MIPS32r6...
2015-01-14 Kai Nacke[mips] Refine octeon instructions seq/seqi/sne/snei
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-13 Jozef Kolek[mips][microMIPS] Fix issue with 16b instructions in...
2015-01-09 Daniel Sanders[mips] Add support for accessing $gp as a named register.
2014-12-18 Jozef Kolek[mips][microMIPS] Fix bugs related to atomic SC/LL...
2014-12-18 Toma Tabacu[mips] Clean up the CodeGen/Mips/inlineasmmemop.ll...
2014-12-17 Toma Tabacu[mips] Set GCC-compatible MIPS asssembler options befor...
2014-12-16 Daniel Sanders[mips] Fix arguments-struct.ll for Windows and OSX...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-12 Vasileios Kalintiris[mips] Enable code generation for MIPS-III.
2014-12-12 Vasileios Kalintiris[mips] Support SELECT nodes for targets that don't...
2014-12-11 Jozef Kolek[mips][microMIPS] Implement CodeGen support for LI16...
2014-12-02 Daniel Sanders[mips] Fix passing of small structures for big-endian...
2014-11-25 Zoran Jovanovic[mips][micromips] Use call instructions with short...
2014-11-21 Jozef Kolek[mips][microMIPS] This patch implements functionality...
2014-11-19 Jozef Kolek[mips][microMIPS] Implement CodeGen support for 16...
2014-11-19 Jozef Kolek[mips][microMIPS] Implement CodeGen support for ADDIUS5...
2014-11-19 Jozef Kolek[mips][microMIPS] Implement SDBBP and RDHWR instructions.
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-11-11 Vasileios Kalintiris[mips] Add preliminary support for the MIPS II target.
2014-11-10 Zoran Jovanovic[mips][microMIPS] Fix issue with delay slot filler...
2014-11-10 Daniel Sanders[mips] Fix sret arguments for N32/N64 which were accide...
2014-11-07 Daniel Sanders[mips] Promote i32 arguments to i64 for the N32/N64...
2014-11-06 Toma Tabacu[mips] Tolerate the use of the %z inline asm operand...
2014-11-06 Sasa Stankovic[mips] Add the following MIPS options that control...
2014-11-05 Petar Jovanovic[mips64] Fix MIPS64 exception personality encoding
2014-11-05 Zoran Jovanovicps][microMIPS] Implement CodeGen support for ANDI16...
2014-11-05 Zoran Jovanovicps][microMIPS] Implement CodeGen support for SLL16...
2014-11-05 Zoran JovanovicReverted revisions 221351, 221352 and 221353.
2014-11-05 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for ANDI16...
2014-11-05 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SLL16...
2014-11-04 Rafael EspindolaRevert "[mips] Add names and tests for the hardware...
2014-11-04 Vasileios Kalintiris[mips] Add names and tests for the hardware registers
2014-10-24 Daniel Sanders[mips] For N32/N64, structs must be passed in the upper...
2014-10-16 Vasileios Kalintiris[mips] Account for endianess when expanding BuildPairF6...
next