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
/
msa
/
basic_operations_float.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Explicitly select `mips32r2` CPU for test cases require 64-bit FPU. NFC
Simon Atanasyan
2019-07-09
1
-6
/
+12
*
[mips] Correct label prefixes for N32 and N64.
Daniel Sanders
2016-07-19
1
-18
/
+18
*
[mips] Use --check-prefixes where appropriate. NFC.
Daniel Sanders
2016-06-24
1
-6
/
+6
*
[mips] Make Static a default relocation model for MIPS codegen
Petar Jovanovic
2016-04-11
1
-6
/
+6
*
[mips] Generate code for insert/extract operations when using the N64 ABI and...
Daniel Sanders
2015-05-05
1
-0
/
+2
*
[mips][msa] Test basic operations for the N32 ABI too.
Daniel Sanders
2015-05-05
1
-19
/
+55
*
[mips][msa] Rename main check prefix to 'ALL' in basic operations tests. NFC
Daniel Sanders
2015-04-30
1
-109
/
+109
*
[mips][msa] Use CHECK-LABEL where missing, and remove checks matching the .si...
Daniel Sanders
2015-04-30
1
-15
/
+0
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-17
/
+17
*
[mips][msa] Fix vector insertions where the index is variable
Daniel Sanders
2014-04-30
1
-0
/
+52
*
[mips][msa] Use CHECK-LABEL in basic_operations*.ll
Daniel Sanders
2014-04-29
1
-13
/
+13
*
[mips][msa] Fix element extraction where the index is variable.
Daniel Sanders
2014-04-29
1
-0
/
+43
*
[mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3.
Daniel Sanders
2014-03-04
1
-0
/
+18
*
[mips] Prevent %lo relocation being used on MSA loads and stores.
Daniel Sanders
2014-03-03
1
-9
/
+18
*
[mips][msa] Build all the tests in little and big endian modes and correct an...
Daniel Sanders
2013-11-15
1
-0
/
+1
*
[mips][msa] Added support for build_vector for v4f32 and v2f64.
Daniel Sanders
2013-10-15
1
-4
/
+39
*
[mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.
Daniel Sanders
2013-09-27
1
-0
/
+34
*
[mips][msa] Implemented extract_vector_elt for v4f32 or v2f64
Daniel Sanders
2013-09-27
1
-0
/
+80
*
[mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...
Daniel Sanders
2013-09-27
1
-1
/
+1
*
[mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...
Daniel Sanders
2013-09-23
1
-0
/
+57