summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
...
* [MIPS GlobalISel] Select sqrtPetar Avramovic2019-06-064-0/+216
* [MIPS GlobalISel] Select fabsPetar Avramovic2019-06-064-0/+216
* [MIPS GlobalISel] Select fpext and fptruncPetar Avramovic2019-06-064-0/+214
* [MIPS GlobalISel] Select floor and ceilPetar Avramovic2019-06-062-0/+226
* [MIPS GlobalISel] Select fcmpPetar Avramovic2019-06-054-0/+1738
* [DAGCombine][X86][AArch64][MIPS][LANAI] (C - x) - y -> C - (x + y) fold (PR...Roman Lebedev2019-06-042-13/+13
* [mips] Extend range of register indexes accepted by cfcmsa/ctcmsaSimon Atanasyan2019-06-011-0/+18
* [MIPS GlobalISel] Add detailed tests for lower callPetar Avramovic2019-05-312-5/+298
* [MIPS GlobalISel] Handle position independent code Petar Avramovic2019-05-314-0/+372
* [MIPS GlobalISel] Lower call for callee that is registerPetar Avramovic2019-05-311-0/+20
* [mips] Use reg-exp in tests to tolerate register indexes changing. NFCSimon Atanasyan2019-05-294-752/+752
* [CodeGen] Add lrint/llrint builtinsAdhemerval Zanella2019-05-282-0/+112
* [NFC][MIPS] Autogenerater madd-msub.ll testRoman Lebedev2019-05-281-216/+435
* Revert r361356: "[MIR] Add simple PRE pass to MachineCSE"David L. Jones2019-05-271-1/+2
* [mips] Always check that `shift and add` optimization is efficient.Simon Atanasyan2019-05-241-255/+56
* [NFC][Mips] Autogenerate msa/i5-s.ll testRoman Lebedev2019-05-231-28/+44
* [NFC][Mips] Autogenerate msa/arithmetic.ll testRoman Lebedev2019-05-231-366/+323
* [TargetLowering] Extend bool args to inline-asm according to getBooleanTypeKees Cook2019-05-221-0/+14
* [MIR] Add simple PRE pass to MachineCSEAnton Afanasyev2019-05-221-2/+1
* [CodeGen] Add lround/llround builtinsAdhemerval Zanella2019-05-162-0/+112
* RegAllocFast: Improve hinting heuristicMatt Arsenault2019-05-162-261/+260
* [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song2019-05-151-1/+1
* Reapply r359906, "RegAllocFast: Add heuristic to detect values not live-out o...Matt Arsenault2019-05-034-80/+42
* Revert r359906, "RegAllocFast: Add heuristic to detect values not live-out of...Nico Weber2019-05-034-42/+80
* RegAllocFast: Add heuristic to detect values not live-out of a blockMatt Arsenault2019-05-034-80/+42
* Revert "[MIR] Add simple PRE pass to MachineCSE"Anton Afanasyev2019-05-031-1/+2
* [MIR] Add simple PRE pass to MachineCSEAnton Afanasyev2019-05-031-2/+1
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-013-6/+6
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-0/+26
* [MIPS] Use custom bitcast lowering to avoid excessive instructionsSimon Atanasyan2019-04-251-5/+5
* [GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constant...Amara Emerson2019-04-158-153/+105
* [MIPS GlobalISel] Select floating point arithmetic operationsPetar Avramovic2019-04-034-0/+858
* [mips] Use AltOrders to prevent using odd FP-registersSimon Atanasyan2019-04-021-4/+4
* [MIPS] Remove fcmp undef from reduced testSimon Pilgrim2019-03-301-7/+7
* [MIPS] Regenerate double constant comparison testSimon Pilgrim2019-03-291-10/+45
* [mips] Fix lowering a signed immediate for *.d MSA instructionsSimon Atanasyan2019-03-293-100/+271
* [MIPS GlobalISel] Select float constantsPetar Avramovic2019-03-284-0/+204
* Revert r356996 "[DAG] Avoid smart constructor-based dangling nodes."Nirav Dave2019-03-271-12/+12
* [GlobalISel] Fix legalizer artifact combiner from crashing with invalid dead ...Amara Emerson2019-03-271-2/+0
* [DAG] Avoid smart constructor-based dangling nodes.Nirav Dave2019-03-261-12/+12
* [MIPS GlobalISel] Select copy for arguments from FPRBRegBankPetar Avramovic2019-03-252-0/+450
* [MIPS GlobalISel] Add floating point register bankPetar Avramovic2019-03-251-0/+296
* [MIPS GlobalISel] Lower float and double arguments in registersPetar Avramovic2019-03-251-0/+211
* Mips: Don't create copy of nothingMatt Arsenault2019-03-213-117/+86
* RegAllocFast: Remove early selection loop, the spill calculation will report ...Matt Arsenault2019-03-1913-875/+874
* [MIPS][microMIPS] Enable dynamic stack realignmentSimon Atanasyan2019-03-191-13/+29
* [MIPS GlobalISel] Improve selection of constantsPetar Avramovic2019-03-1520-184/+213
* [GlobalISel][Utils] Add a getConstantVRegVal variant that looks through instrsQuentin Colombet2019-03-141-7/+5
* Fixup tests to check for any MCInst number instead of a specific one.Douglas Yung2019-03-142-110/+110
* Mips: Add ImmArg to intrinsicsMatt Arsenault2019-03-131-135/+0
OpenPOWER on IntegriCloud