Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / Mips /
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...
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-07 Daniel Sanders[mips] Return {f128} correctly for N32/N64.
2014-10-01 Reed KotlerAdd fptrunc to mips fast-sel
2014-10-01 Sasa Stankovic[mips] For indirect calls we don't need $gp to point...
2014-09-30 Reed KotlerAdd numeric extend, trunctate to mips fast-isel
2014-09-29 Eric ChristopherAdd soft-float to the key for the subtarget lookup...
2014-09-26 Eric ChristopherAdd the first backend support for on demand subtarget...
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-15 Reed KotlerAdd mips32 r1 to the list of supported targets for...
2014-09-02 Rafael EspindolaReplace -use-init-array with -use-ctors.
2014-08-22 Sasa Stankovic[mips] Don't use odd-numbered float registers for doubl...
2014-08-16 Matt ArsenaultFix fmul combines with constant splat vectors
2014-08-14 Toma Tabacu[mips] Improve robustness of some tests.
2014-08-10 Petar JovanovicAdd support for scalarizing cttz_zero_undef
2014-08-08 Daniel Sanders[mips] Invert the abicalls feature bit to be noabicalls...
2014-08-08 Daniel Sanders[mips] Remove reason for XFAIL from a test that isn...
2014-08-07 Reed Kotlerfix materialization of one bit constants and global...
2014-08-01 NAKAMURA Takumillvm/test/CodeGen/Mips/cconv/arguments-varargs.ll:...
2014-08-01 Daniel Sanders[mips][PR19612] Fix va_arg for big-endian mode.
2014-07-30 Petar JovanovicAdd support for scalarizing ctlz_zero_undef
2014-07-29 Sasa Stankovic[mips] Don't use odd-numbered single precision register...
2014-07-24 Chandler Carruth[SDAG] Introduce a combined set to the DAG combiner...
2014-07-22 Sasa Stankovic[mips] Fix two patterns that select i32's (for MIPS32r6...
2014-07-21 Logan ChienReplace the result usages while legalizing cmpxchg.
2014-07-21 Daniel Sanders[mips] Do not emit '.module fp=...' unless we really...
2014-07-21 Daniel Sanders[mips] Do not emit '.module [no]oddspreg' unless we...
2014-07-14 Daniel Sanders[mips] For the FP64A ABI, odd-numbered double-precision...
2014-07-14 Daniel Sanders[mips] Use MFHC1 when it is available (MIPS32r2 and...
2014-07-14 Sasa Stankovic[mips] Expand BuildPairF64 to a spill and reload when...
2014-07-10 Zoran Jovanovic[mips] Emit two CFI offset directives per double precis...
2014-07-10 Zoran Jovanovic[mips] Added FPXX modeless calling convention.
2014-07-10 Daniel Sanders[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-07-10 Daniel SandersMake it possible for ints/floats to return different...
2014-07-09 Daniel Sanders[mips][mips64r6] Correct select patterns that have...
2014-07-09 Daniel Sanders[mips][mips64r6] Correct cond names in the cmp.cond...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for indirect branches instead...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for returns instead of JR...
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-07-04 Daniel Sanders[mips] Add tests for the 'ret', 'call', and 'indirectbr...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-23 Rafael Espindola[Mips] Add a target streamer when creating a null streamer.
2014-06-20 Zoran Jovanovicps][mips64r6] Added LSA/DLSA instructions
2014-06-18 Matheus Almeida[mips] SYNC $stype instruction was added in Mips32
2014-06-16 Reed KotlerAdd load/store functionality
2014-06-16 Daniel Sanders[mips][mips64r6] cl[oz], and dcl[oz] are re-encoded...
2014-06-16 Daniel Sanders[mips][mips64r6] ll, sc, lld, and scd are re-encoded...
2014-06-16 Daniel Sanders[mips] Merge most of the big/little endian checks in...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-12 Daniel Sanders[mips][mips64r6] bc1[tf] are not available on MIPS32r6...
2014-06-12 Daniel Sanders[mips][mips64r6] [sl][duw]xc1 are not available on...
2014-06-12 Daniel Sanders[mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz...
2014-06-12 Daniel Sanders[mips] Use MTHC1 when it is available (MIPS32r2 and...
2014-06-12 Daniel Sanders[mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds],...
2014-06-12 Daniel Sanders[mips][mips64r6] madd/maddu/msub/msubu are not availabl...
2014-06-12 Daniel Sanders[mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu...
2014-06-11 Daniel Sanders[mips][mips64r6] Improve tests affected by the changes...
2014-06-10 Reed KotlerDo Materialize Floating Point in Mips Fast-Isel
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-08 Alp TokerRevert "Do materialize for floating point"
2014-06-08 Reed KotlerDo materialize for floating point
2014-06-05 Sasa Stankovic[mips] Modify long branch for NaCl:
2014-06-05 Sasa StankovicPrevent hoisting the instruction whose def might be...
2014-05-30 Logan ChienFix MIPS exception personality encoding.
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-27 Sasa Stankovic[mips] Optimize long branch for MIPS64 by removing...
2014-05-23 Rafael EspindolaUse alias linkage and visibility to decide tls access...
2014-05-23 Daniel Sanders[mips][mips64r6] [ls][dw][lr] are not available in...
2014-05-22 Daniel Sanders[mips] Make unalignedload.ll test stricter and easier...
2014-05-22 Daniel Sanders[mips] Change lwl and lwr in inlineasm_constraint.ll...
2014-05-22 Daniel Sanders[mips] Use addiu in inline assembly tests since addi...
2014-05-15 Reed KotlerFinish materialize for ints
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-09 Daniel Sanders[mips][mips64r6] Add experimental support for MIPS32r6...
2014-05-01 Reed KotlerAdd basic functionality for assignment of ints.
2014-04-30 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
2014-04-30 Daniel Sanders[mips][msa] Fix vector insertions where the index is...
2014-04-29 Reed KotlerAdd Simple return instruction to Mips fast-isel
2014-04-29 Daniel Sanders[mips][msa] Use CHECK-LABEL in basic_operations*.ll
2014-04-29 Daniel Sanders[mips][msa] Fix element extraction where the index...
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-16 Daniel Sanders[mips] Fix emission of '.option pic0' for MIPS-IV.
2014-04-16 Daniel Sanders[mips] Correct r206370 to account for non-Linux targets...
2014-04-16 Matheus Almeida[mips] Emit '.set nomicromips' before a function's...
2014-04-16 Daniel Sanders[mips] Correct callee saved list for the N32 ABI and...
2014-04-16 Daniel Sanders[mips] Add calling convention tests covering O32, N32...
2014-04-14 Daniel Sanders[mips] Fix fcopysign for MIPS-IV and add the test.
2014-04-14 Daniel Sanders[mips] MIPS-IV is broadly the same as MIPS64 so duplica...
2014-04-14 Daniel Sanders[mips] Fix more incorrect uses of HasMips64 and isMips64()
2014-04-09 Daniel SandersRe-commit: [mips] abs.[ds], and neg.[ds] should be...
2014-04-07 Reed KotlerReverting commit r205628 due to mips64 issues.
2014-04-04 Daniel Sanders[mips] abs.[ds], and neg.[ds] should be allowed regardl...
2014-04-02 Kai Nacke[mips] Add more Octeon cnMips instructions
2014-03-31 Zoran JovanovicFixed issue with microMIPS JAL instruction.
next