index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
Mips
/
const-mult.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DAGCombine][X86][AArch64][MIPS][LANAI] (C - x) - y -> C - (x + y) fold (PR...
Roman Lebedev
2019-06-04
1
-2
/
+2
*
[mips] Always check that `shift and add` optimization is efficient.
Simon Atanasyan
2019-05-24
1
-255
/
+56
*
[DAGCombiner] Teach DAG combiner that A-(B-C) can be folded to A+(C-B)
Craig Topper
2018-07-28
1
-24
/
+24
*
[mips] Materialize constants for multiplication
Simon Dardis
2018-04-13
1
-223
/
+64
*
[mips] Regenerate test before posting patch for constant multiplication (NFC)
Simon Dardis
2018-04-05
1
-56
/
+748
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-1
/
+1
*
[mips] Improve genConstMult() to work with arbitrary precision
Petar Jovanovic
2017-11-15
1
-0
/
+45
*
[mips] Use --check-prefixes where appropriate. NFC.
Daniel Sanders
2016-06-24
1
-1
/
+1
*
[LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
Mandeep Singh Grang
2016-04-19
1
-1
/
+1
*
[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...
Daniel Sanders
2014-11-07
1
-4
/
+4
*
[mips] Make mips64 the default CPU for the mips64 architecture
Daniel Sanders
2014-02-20
1
-1
/
+1
*
[mips] Use multiple FileCheck prefixes rather than run the test multiple times
Daniel Sanders
2014-02-19
1
-2
/
+1
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
1
-4
/
+4
*
[mips] Fix test case to check that mips64 instructions are generated.
Akira Hatanaka
2013-07-01
1
-4
/
+4
*
[mips] Improve code generation for constant multiplication using shifts, adds...
Akira Hatanaka
2013-06-26
1
-0
/
+49