summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAge
* [mips][msa] Add insert.d instruction.Matheus Almeida2014-01-31
* Update FileCheck prefixes in preparation for the addition of Mips64 MSA tests.Matheus Almeida2014-01-31
* [mips][msa] Add fill.d instruction.Matheus Almeida2014-01-29
* [mips][msa] CHECK-DAG-ize MSA 2r_vector_scalar.ll test.Matheus Almeida2014-01-29
* [mips][msa] Add copy_{u,s}.d.Matheus Almeida2014-01-29
* [mips][msa] CHECK-DAG-ize MSA elm_copy.ll test.Matheus Almeida2014-01-29
* [DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.Andrea Di Biagio2014-01-27
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-26
* Remove -print-hack-directives from a test where we already do the right thing.Rafael Espindola2014-01-26
* Move tests that just use llc from test/MC/Mips to test/MC/Codegen.Rafael Espindola2014-01-26
* This reverts commit r200064 and r200051.Rafael Espindola2014-01-25
* [Mips] Move 2 test cases from MC to CodeGen.Jack Carter2014-01-25
* Fix known typosAlp Toker2014-01-24
* Move a unit test into the correct dir. Sorry if it broke Mips-only builds.Andrew Trick2014-01-23
* Fix PR18572 - llc crash during GenericScheduler::initPolicy().Andrew Trick2014-01-21
* [mips][msa] Correct pattern for LSADaniel Sanders2014-01-17
* Adjust offsets for max load instruction offsets. This is more pessimisticReed Kotler2014-01-16
* Fix a low hanging use of hasRawTextSupport.Rafael Espindola2014-01-14
* Test case micromips-load-effective-address.s renamed to micromips-load-effect...Zoran Jovanovic2014-01-14
* Fix broken CHECK lines.Benjamin Kramer2014-01-11
* [Mips] Does not take in account 'use-soft-float' attribute's value whenSimon Atanasyan2013-12-25
* Fix a problem with mips16 stubs when calls are transformed duringReed Kotler2013-12-18
* Last change for mips16 prolog/epilog cleanup and optimization.Reed Kotler2013-12-15
* Distinguish and choose 16 or 32 bit forms of save/restore for Mips16.Reed Kotler2013-12-11
* Next step in Mips16 prologue/epilogue cleanup.Reed Kotler2013-12-10
* [mips][msa] Correct sld and sldi builtins.Daniel Sanders2013-12-10
* [mips][msa] Fix invalid generated code when lowering FrameIndex involving una...Daniel Sanders2013-12-09
* [mips][msa] Fix suboptimal FrameIndex lowering for ld.[hwd] and st.[hwd]Daniel Sanders2013-12-09
* Cleaning up of prologue/epilogue code for Mips16. First stepReed Kotler2013-12-08
* [mips] Fix test case.Akira Hatanaka2013-12-07
* [mips] Small code generation improvement for conditional operator (select)Matheus Almeida2013-12-05
* final patch for very long conditional branches for mips16 constant islands.Reed Kotler2013-12-03
* [mips][msa] MSA loads and stores have a 10-bit offset. Account for this when ...Daniel Sanders2013-11-30
* Part 1 of 3 patches that completes very long conditional branchesReed Kotler2013-11-29
* Check in conditional branches for constant islands. Still need to finishReed Kotler2013-11-28
* [mips] Implement the following optimizations using dominance information toAkira Hatanaka2013-11-27
* Fix a bug related to constant islands for Mips16 and mips16/32 dual mode.Reed Kotler2013-11-26
* Fixed tryFoldToZero() for vector types that need expansion.Daniel Sanders2013-11-25
* Make sure that for C++ emitting LwConstant32 pseudos, that it correspondsReed Kotler2013-11-24
* Update older test cases for latest patch.Reed Kotler2013-11-24
* Fix a funny bug I introduced during conversion of ARM constant islands to Mips.Reed Kotler2013-11-24
* [mips][msa] Add test case that should have been added in r195456.Daniel Sanders2013-11-22
* [mips][msa] Float vector constants cannot use ldi.[wd] directly. Bitcast from...Daniel Sanders2013-11-22
* [mips][msa] Fix a corner case in performORCombine() when combining nodes into...Daniel Sanders2013-11-21
* Add support for legalizing SETNE/SETEQ by inverting the condition code and th...Daniel Sanders2013-11-21
* [mips][msa/dsp] Only do DSP combines if DSP is enabled.Daniel Sanders2013-11-21
* Add, to constant islands, long jumps similar to ARM far branch.Reed Kotler2013-11-21
* [Mips] Adjust float ABI settings in case of MIPS16 mode.Simon Atanasyan2013-11-19
* [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...Daniel Sanders2013-11-18
* [mips][msa] Merge basic_operations_little.ll into basic_operations.ll.Daniel Sanders2013-11-15