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-regbankselect.mir
Commit message (
Expand
)
Author
Age
Files
Lines
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-2
/
+2
*
[ARM GlobalISel] Map DBG_VALUE for types != s32
Diana Picus
2019-05-09
1
-15
/
+31
*
[ARM GlobalISel] Map G_FCONSTANT
Diana Picus
2019-04-10
1
-0
/
+39
*
[ARM GlobalISel] Support DBG_VALUE
Diana Picus
2019-04-04
1
-0
/
+56
*
[ARM GlobalISel] Run regbankselect test for Thumb. NFCI
Diana Picus
2019-03-28
1
-1
/
+2
*
GlobalISel: Enforce operand types for constants
Matt Arsenault
2019-02-04
1
-1
/
+1
*
MIR: Reject non-power-of-4 alignments in MMO parsing
Matt Arsenault
2019-01-30
1
-1
/
+1
*
[ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF
Diana Picus
2018-11-26
1
-0
/
+22
*
[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
-240
/
+240
*
[ARM GlobalISel] Map G_SITOFP and G_UITOFP
Diana Picus
2018-01-30
1
-0
/
+91
*
[ARM GlobalISel] Map G_FPTOSI and G_FPTOUI
Diana Picus
2018-01-30
1
-0
/
+91
*
[ARM GlobalISel] Map G_FPEXT and G_FPTRUNC to FPR
Diana Picus
2018-01-17
1
-0
/
+45
*
[ARM GlobalISel] Map G_FMA to FPR
Diana Picus
2018-01-12
1
-2
/
+58
*
[ARM GlobalISel] Map G_FNEG to the FPR bank
Diana Picus
2018-01-10
1
-0
/
+49
*
[ARM GlobalISel] Add RegBankSelect tests for G_PHI
Diana Picus
2018-01-04
1
-0
/
+85
*
[ARM GlobalISel] Support G_INTTOPTR and G_PTRTOINT for s32
Diana Picus
2017-12-22
1
-0
/
+41
*
[ARM GlobalISel] Fix assertion in RegBankSelect
Diana Picus
2017-12-20
1
-0
/
+25
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-35
/
+35
*
[ARM GlobalISel] Support G_FDIV for s32 and s64
Diana Picus
2017-11-23
1
-0
/
+55
*
[ARM GlobalISel] Support G_FMUL for s32 and s64
Diana Picus
2017-11-23
1
-0
/
+55
*
[GlobalISel|ARM] : Allow legalizing G_FSUB
Javed Absar
2017-10-30
1
-0
/
+55
*
[GISel][ARM]: Fix illegal Generic copies in tests
Aditya Nandakumar
2017-10-23
1
-18
/
+36
*
[ARM GlobalISel] Remove redundant tests
Diana Picus
2017-10-19
1
-254
/
+0
*
[ARM] GlobalISel: Map shift operands to GPRs
Diana Picus
2017-10-06
1
-0
/
+82
*
[ARM] GlobalISel: Map G_GLOBAL_VALUE to GPR
Diana Picus
2017-07-26
1
-0
/
+19
*
[ARM] GlobalISel: Support G_BRCOND
Diana Picus
2017-07-14
1
-4
/
+14
*
[ARM] GlobalISel: Support G_BR
Diana Picus
2017-07-13
1
-0
/
+20
*
[ARM] GlobalISel: Add reg mapping for s64 G_FCMP
Diana Picus
2017-07-11
1
-0
/
+29
*
[ARM] GlobalISel: Map s32 G_FCMP in reg bank select
Diana Picus
2017-07-06
1
-0
/
+29
*
[ARM] GlobalISel: Support G_SELECT for i32
Diana Picus
2017-06-27
1
-0
/
+31
*
[ARM] GlobalISel: Support G_ICMP for i32 and pointers
Diana Picus
2017-06-19
1
-0
/
+30
*
[ARM] GlobalISel: Purge G_SEQUENCE
Diana Picus
2017-06-07
1
-3
/
+2
*
[ARM] GlobalISel: Support G_XOR
Diana Picus
2017-06-07
1
-0
/
+27
*
[ARM] GlobalISel: Support G_OR
Diana Picus
2017-06-07
1
-0
/
+27
*
[ARM] GlobalISel: Support G_AND
Diana Picus
2017-06-07
1
-0
/
+28
*
Vivek Pandya
2017-06-06
1
-97
/
+97
*
[ARM][GlobalISel] Legalize narrow scalar ops by widening
Diana Picus
2017-05-11
1
-14
/
+77
*
[ARM][GlobalISel] Support for G_ANYEXT
Diana Picus
2017-05-11
1
-0
/
+45
*
[ARM] GlobalISel: Support G_(S|U)DIV for s32
Diana Picus
2017-04-24
1
-0
/
+56
*
[ARM] GlobalISel: Add support for G_TRUNC
Diana Picus
2017-04-21
1
-0
/
+23
*
[ARM] GlobalISel: Add support for G_MUL
Diana Picus
2017-04-19
1
-0
/
+82
*
[ARM] GlobalISel: Add support for G_SUB
Diana Picus
2017-04-18
1
-0
/
+82
*
[ARM] GlobalISel: Support SP in regbankselect
Diana Picus
2017-03-13
1
-0
/
+35
*
GlobalISel: restrict G_EXTRACT instruction to just one operand.
Tim Northover
2017-03-06
1
-1
/
+2
*
[ARM] GlobalISel: Add mapping for G_CONSTANT
Diana Picus
2017-02-28
1
-0
/
+18
*
[ARM] GlobalISel: Add reg bank mapping for G_GEP
Diana Picus
2017-02-28
1
-0
/
+27
*
Minor test fix
Diana Picus
2017-02-24
1
-2
/
+2
*
[ARM] GlobalISel: Add reg bank mappings for stores
Diana Picus
2017-02-24
1
-0
/
+43
*
GlobalISel: verify that generic loads & stores have a mem operand.
Tim Northover
2017-02-17
1
-6
/
+6
[next]