summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/const-mult.ll
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombine][X86][AArch64][MIPS][LANAI] (C - x) - y -> C - (x + y) fold (PR...Roman Lebedev2019-06-041-2/+2
* [mips] Always check that `shift and add` optimization is efficient.Simon Atanasyan2019-05-241-255/+56
* [DAGCombiner] Teach DAG combiner that A-(B-C) can be folded to A+(C-B)Craig Topper2018-07-281-24/+24
* [mips] Materialize constants for multiplicationSimon Dardis2018-04-131-223/+64
* [mips] Regenerate test before posting patch for constant multiplication (NFC)Simon Dardis2018-04-051-56/+748
* [CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih2017-11-301-1/+1
* [mips] Improve genConstMult() to work with arbitrary precisionPetar Jovanovic2017-11-151-0/+45
* [mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders2016-06-241-1/+1
* [LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-191-1/+1
* [mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders2014-11-071-4/+4
* [mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders2014-02-201-1/+1
* [mips] Use multiple FileCheck prefixes rather than run the test multiple timesDaniel Sanders2014-02-191-2/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-4/+4
* [mips] Fix test case to check that mips64 instructions are generated.Akira Hatanaka2013-07-011-4/+4
* [mips] Improve code generation for constant multiplication using shifts, adds...Akira Hatanaka2013-06-261-0/+49
OpenPOWER on IntegriCloud