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
/
ARM
/
GlobalISel
/
arm-instruction-select.mir
Commit message (
Expand
)
Author
Age
Files
Lines
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-1
/
+1
*
[ARM GlobalISel] Select extensions to < 32 bits
Diana Picus
2019-05-02
1
-0
/
+320
*
[ARM GlobalISel] Rename some inst selector tests. NFC
Diana Picus
2019-05-02
1
-18
/
+18
*
[ARM GlobalISel] Fix G_STORE with s1
Diana Picus
2019-03-28
1
-7
/
+16
*
[ARM GlobalISel] Fix selection of G_SELECT
Diana Picus
2019-03-28
1
-2
/
+2
*
[ARM GlobalISel] Support floating point for Thumb2
Diana Picus
2019-02-22
1
-856
/
+10
*
GlobalISel: Enforce operand types for constants
Matt Arsenault
2019-02-04
1
-2
/
+2
*
[ARM GlobalISel] Import MOVi32imm into GlobalISel
Diana Picus
2019-01-14
1
-0
/
+21
*
[globalisel] Remove redundant -global-isel option from tests that use -run-pa...
Daniel Sanders
2018-05-05
1
-1
/
+1
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-504
/
+504
*
[ARM GlobalISel] Add inst selector tests for G_SITOFP and G_UITOFP
Diana Picus
2018-01-30
1
-0
/
+113
*
[ARM GlobalISel] Add inst selector tests for G_FPTOSI and G_FPTOUI
Diana Picus
2018-01-30
1
-0
/
+113
*
[GISel]: Remove redundant copies at the end of ISel
Aditya Nandakumar
2018-01-24
1
-21
/
+10
*
[ARM GlobalISel] Add instselect tests for G_FPEXT and G_FPTRUNC
Diana Picus
2018-01-17
1
-0
/
+55
*
[ARM GlobalISel] Add inst selector tests for G_FMA
Diana Picus
2018-01-12
1
-0
/
+72
*
[ARM GlobalISel] Add inst selector tests for G_FNEG s32 and s64
Diana Picus
2018-01-10
1
-0
/
+56
*
[ARM GlobalISel] Select G_PHI
Diana Picus
2018-01-04
1
-0
/
+95
*
[ARM GlobalISel] Fix selection of pointer constants
Diana Picus
2018-01-04
1
-3
/
+22
*
[ARM GlobalISel] Support G_INTTOPTR and G_PTRTOINT for s32
Diana Picus
2017-12-22
1
-0
/
+51
*
[ARM GlobalISel] Support pointer constants
Diana Picus
2017-12-22
1
-0
/
+18
*
[ARM GlobalISel] Fix assertion in RegBankSelect
Diana Picus
2017-12-20
1
-0
/
+31
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-116
/
+116
*
[ARM GlobalISel] Fix selecting G_BRCOND
Diana Picus
2017-11-29
1
-1
/
+1
*
[ARM GlobalISel] Support G_FDIV for s32 and s64
Diana Picus
2017-11-23
1
-0
/
+63
*
[ARM GlobalISel] Support G_FMUL for s32 and s64
Diana Picus
2017-11-23
1
-0
/
+63
*
[ARM GlobalISel] Add test for RSBri. NFC
Diana Picus
2017-11-20
1
-0
/
+58
*
[ARM GlobalISel] Clean up binary operator tests. NFC
Diana Picus
2017-11-20
1
-94
/
+0
*
[ARM GlobalISel] Remove C++ code for G_CONSTANT
Diana Picus
2017-11-14
1
-0
/
+61
*
[GlobalISel] Enable legalizing non-power-of-2 sized types.
Kristof Beyls
2017-11-07
1
-6
/
+10
*
[GlobalISel|ARM] : Allow legalizing G_FSUB
Javed Absar
2017-10-30
1
-0
/
+63
*
[ARM GlobalISel] Fixup r316572. NFC
Diana Picus
2017-10-30
1
-9
/
+0
*
[ARM GlobalISel] Update test after r316479. NFC
Diana Picus
2017-10-25
1
-58
/
+11
*
MIR: Print the register class or bank in vreg defs
Justin Bogner
2017-10-24
1
-85
/
+85
*
[GISel][ARM]: Fix illegal Generic copies in tests
Aditya Nandakumar
2017-10-23
1
-90
/
+91
*
[ARM GlobalISel] Fix liveins in test. NFC
Diana Picus
2017-10-19
1
-2
/
+2
*
[ARM GlobalISel] Remove redundant tests
Diana Picus
2017-10-19
1
-294
/
+0
*
[ARM] GlobalISel: Select shifts
Diana Picus
2017-10-06
1
-0
/
+103
*
[ARM] GlobalISel: Support G_BRCOND
Diana Picus
2017-07-14
1
-6
/
+24
*
[ARM] GlobalISel: Support G_BR
Diana Picus
2017-07-13
1
-0
/
+21
*
[ARM] GlobalISel: Support G_SELECT for pointers
Diana Picus
2017-06-27
1
-3
/
+39
*
[ARM] GlobalISel: Support G_SELECT for i32
Diana Picus
2017-06-27
1
-0
/
+37
*
[ARM] GlobalISel: Purge G_SEQUENCE
Diana Picus
2017-06-07
1
-5
/
+3
*
[ARM] GlobalISel: Support G_XOR
Diana Picus
2017-06-07
1
-0
/
+34
*
[ARM] GlobalISel: Support G_OR
Diana Picus
2017-06-07
1
-0
/
+34
*
[ARM] GlobalISel: Support G_AND
Diana Picus
2017-06-07
1
-0
/
+35
*
Vivek Pandya
2017-06-06
1
-2
/
+2
*
[ARM][GlobalISel] Legalize narrow scalar ops by widening
Diana Picus
2017-05-11
1
-28
/
+118
*
[ARM][GlobalISel] Support for G_ANYEXT
Diana Picus
2017-05-11
1
-0
/
+54
*
[ARM] GlobalISel: Support G_(S|U)DIV for s32
Diana Picus
2017-04-24
1
-0
/
+70
*
[ARM] GlobalISel: Select G_CONSTANT with CImm operands
Diana Picus
2017-04-24
1
-3
/
+24
[next]