[OCaml] Don't build stub libraries twice.
[oota-llvm.git] / test / CodeGen / Mips /
2014-03-31 Daniel Sanders[mips] Check emitted code for llvm.bswap.i32 on MIPS16...
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-21 Daniel Sanders[mips] Correct lowering of VECTOR_SHUFFLE to VSHF.
2014-03-20 Kai Nacke[MIPS] Add cpu octeon and some instructions
2014-03-18 Raul E. SilveraAdd support for scalarizing/splitting vector bswap.
2014-03-12 Daniel Sanders[mips] BSEL's and BINS[RL] operands are reversed compar...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-10 Sasa Stankovic[mips] Implement NaCl sandboxing of loads, stores and...
2014-03-10 Reed KotlerFix regression with -O0 for mips .
2014-03-07 Sasa StankovicMoved test file from test/MC/Mips to test/CodeGen/Mips.
2014-03-05 Jack Carter[Mips] Testcase typo fix. No functionality change.
2014-03-04 Daniel Sanders[mips][msa] Correct the behaviour of the COPY_FW pseudo...
2014-03-03 Daniel Sanders[mips] Prevent %lo relocation being used on MSA loads...
2014-02-28 Zoran JovanovicFixed operand of SC microMIPS instruction.
2014-02-20 Daniel Sanders[mips] Make it impossible to have UnknownABI in CodeGen...
2014-02-20 Daniel Sanders[mips] Make mips64 the default CPU for the mips64 archi...
2014-02-19 Daniel Sanders[mips] Use multiple FileCheck prefixes rather than...
2014-02-16 Nico RieckFix more broken CHECK lines
2014-02-16 Nico RieckAdd extra CHECK prefix to tests with explicit prefix
2014-02-14 Reed KotlerThis patch has two main functions:
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-10 Matheus Almeida[mips][msa] Add DLSA instruction.
2014-02-10 Matheus Almeida[mips][msa] Update FileCheck prefix in preparation for
2014-02-07 Sasa Stankovic[mips] Forbid the use of registers t6, t7 and t8 if...
2014-02-05 Petar Jovanovic[mips] Add NaCl target and forbid indexed loads and...
2014-01-31 Matheus Almeida[mips][msa] Add insert.d instruction.
2014-01-31 Matheus AlmeidaUpdate FileCheck prefixes in preparation for the additi...
2014-01-29 Matheus Almeida[mips][msa] Add fill.d instruction.
2014-01-29 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2r_vector_scalar.ll test.
2014-01-29 Matheus Almeida[mips][msa] Add copy_{u,s}.d.
2014-01-29 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA elm_copy.ll test.
2014-01-27 Andrea Di Biagio[DAGCombiner] Teach how to fold sext/aext/zext of const...
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaRemove -print-hack-directives from a test where we...
2014-01-26 Rafael EspindolaMove tests that just use llc from test/MC/Mips to test...
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Jack Carter[Mips] Move 2 test cases from MC to CodeGen.
2014-01-24 Alp TokerFix known typos
2014-01-23 Andrew TrickMove a unit test into the correct dir. Sorry if it...
2014-01-21 Andrew TrickFix PR18572 - llc crash during GenericScheduler::initPo...
2014-01-17 Daniel Sanders[mips][msa] Correct pattern for LSA
2014-01-16 Reed KotlerAdjust offsets for max load instruction offsets. This...
2014-01-14 Rafael EspindolaFix a low hanging use of hasRawTextSupport.
2014-01-14 Zoran JovanovicTest case micromips-load-effective-address.s renamed...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2013-12-25 Simon Atanasyan[Mips] Does not take in account 'use-soft-float' attrib...
2013-12-18 Reed KotlerFix a problem with mips16 stubs when calls are transfor...
2013-12-15 Reed KotlerLast change for mips16 prolog/epilog cleanup and optimi...
2013-12-11 Reed KotlerDistinguish and choose 16 or 32 bit forms of save/resto...
2013-12-10 Reed KotlerNext step in Mips16 prologue/epilogue cleanup.
2013-12-10 Daniel Sanders[mips][msa] Correct sld and sldi builtins.
2013-12-09 Daniel Sanders[mips][msa] Fix invalid generated code when lowering...
2013-12-09 Daniel Sanders[mips][msa] Fix suboptimal FrameIndex lowering for...
2013-12-08 Reed KotlerCleaning up of prologue/epilogue code for Mips16. First...
2013-12-07 Akira Hatanaka[mips] Fix test case.
2013-12-05 Matheus Almeida[mips] Small code generation improvement for conditiona...
2013-12-03 Reed Kotlerfinal patch for very long conditional branches for...
2013-11-30 Daniel Sanders[mips][msa] MSA loads and stores have a 10-bit offset...
2013-11-29 Reed KotlerPart 1 of 3 patches that completes very long conditiona...
2013-11-28 Reed KotlerCheck in conditional branches for constant islands...
2013-11-27 Akira Hatanaka[mips] Implement the following optimizations using...
2013-11-26 Reed KotlerFix a bug related to constant islands for Mips16 and...
2013-11-25 Daniel SandersFixed tryFoldToZero() for vector types that need expansion.
2013-11-24 Reed KotlerMake sure that for C++ emitting LwConstant32 pseudos...
2013-11-24 Reed KotlerUpdate older test cases for latest patch.
2013-11-24 Reed KotlerFix a funny bug I introduced during conversion of ARM...
2013-11-22 Daniel Sanders[mips][msa] Add test case that should have been added...
2013-11-22 Daniel Sanders[mips][msa] Float vector constants cannot use ldi....
2013-11-21 Daniel Sanders[mips][msa] Fix a corner case in performORCombine(...
2013-11-21 Daniel SandersAdd support for legalizing SETNE/SETEQ by inverting...
2013-11-21 Daniel Sanders[mips][msa/dsp] Only do DSP combines if DSP is enabled.
2013-11-21 Reed KotlerAdd, to constant islands, long jumps similar to ARM...
2013-11-19 Simon Atanasyan[Mips] Adjust float ABI settings in case of MIPS16...
2013-11-18 Daniel Sanders[mips] Fix 'ran out of registers' in MIPS32 with FP64...
2013-11-15 Daniel Sanders[mips][msa] Merge basic_operations_little.ll into basic...
2013-11-15 Daniel SandersFix illegal DAG produced by SelectionDAG::getConstant...
2013-11-15 Daniel Sanders[mips][msa] Build all the tests in little and big endia...
2013-11-15 Reed KotlerMake all the conditional Mips 16 branches get initially...
2013-11-13 Reed KotlerTake care of long short branch immediate instructions...
2013-11-13 Reed KotlerAllow the code which returns the length for inline...
2013-11-12 Akira Hatanaka[mips] Fix a bug in function CC_MipsO32_FP64. The secon...
2013-11-12 Akira Hatanaka[mips] Run test case with command line option -mattr...
2013-11-12 Akira Hatanaka[mips] Fix and re-enable a test case that has been...
2013-11-12 Daniel Sanders[mips][msa] Enable inlinse assembly for MSA.
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bclr, and bclri...
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bset, bseti...
2013-11-12 Daniel Sanders[mips][msa] Change constant used in ori tests to avoid...
2013-11-12 Reed KotlerChange the default branch instruction to be the 16...
2013-11-11 Akira Hatanaka[mips] Partially revert r193641. Stack alignment should...
2013-11-11 Daniel SandersVector forms of SHL, SRA, and SRL can be constant folde...
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 3r-a.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2rf.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2r.ll test.
2013-11-10 Reed KotlerMostly finish up constant islands port for Mips for...
2013-11-09 Akira Hatanaka[mips] Make sure there is a chain edge dependency betwe...
2013-11-05 Reed KotlerFix r194019 as requested by Eric Christopher.
2013-11-04 NAKAMURA TakumiRevert r194019 to r194021, "Submit the basic port of...
2013-11-04 Reed KotlerAdd the test case that goes with the previous submissio...
next