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
/
lib
/
Target
/
ARM
/
ARMRegisterBankInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GlobalISel][ARM] Adding HPR and QPR regclasses to FPRB regbank
Roman Tereshin
2018-05-23
1
-0
/
+5
*
[ARM GlobalISel] Map G_SITOFP and G_UITOFP
Diana Picus
2018-01-30
1
-0
/
+14
*
[ARM GlobalISel] Map G_FPTOSI and G_FPTOUI
Diana Picus
2018-01-30
1
-0
/
+14
*
[ARM GlobalISel] Map G_FPEXT and G_FPTRUNC to FPR
Diana Picus
2018-01-17
1
-0
/
+18
*
[ARM GlobalISel] Map G_FMA to FPR
Diana Picus
2018-01-12
1
-0
/
+14
*
[ARM GlobalISel] Map G_FNEG to the FPR bank
Diana Picus
2018-01-10
1
-1
/
+2
*
[ARM GlobalISel] Support G_INTTOPTR and G_PTRTOINT for s32
Diana Picus
2017-12-22
1
-0
/
+2
*
[ARM GlobalISel] Fix assertion in RegBankSelect
Diana Picus
2017-12-20
1
-1
/
+17
*
[ARM GlobalISel] Support G_FDIV for s32 and s64
Diana Picus
2017-11-23
1
-1
/
+2
*
[ARM GlobalISel] Support G_FMUL for s32 and s64
Diana Picus
2017-11-23
1
-1
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[GlobalISel|ARM] : Allow legalizing G_FSUB
Javed Absar
2017-10-30
1
-4
/
+3
*
[ARM] GlobalISel: Map shift operands to GPRs
Diana Picus
2017-10-06
1
-0
/
+3
*
[GISEl]: Translate phi into G_PHI
Aditya Nandakumar
2017-08-23
1
-1
/
+1
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-4
/
+0
*
[ARM] GlobalISel: Map G_GLOBAL_VALUE to GPR
Diana Picus
2017-07-26
1
-0
/
+1
*
[ARM] GlobalISel: Support G_BRCOND
Diana Picus
2017-07-14
1
-0
/
+4
*
[ARM] GlobalISel: Support G_BR
Diana Picus
2017-07-13
1
-0
/
+3
*
Fixup r307893: Silence warning
Diana Picus
2017-07-13
1
-0
/
+2
*
[ARM] GlobalISel: Move local variable. NFC
Diana Picus
2017-07-13
1
-4
/
+10
*
[ARM] GlobalISel: Add reg mapping for s64 G_FCMP
Diana Picus
2017-07-11
1
-5
/
+9
*
[ARM] GlobalISel: Map s32 G_FCMP in reg bank select
Diana Picus
2017-07-06
1
-0
/
+14
*
[ARM] GlobalISel: Support G_SELECT for i32
Diana Picus
2017-06-27
1
-0
/
+12
*
[ARM] GlobalISel: Support G_ICMP for i32 and pointers
Diana Picus
2017-06-19
1
-0
/
+10
*
[ARM] GlobalISel: Purge G_SEQUENCE
Diana Picus
2017-06-07
1
-14
/
+16
*
[ARM] GlobalISel: Support G_XOR
Diana Picus
2017-06-07
1
-0
/
+1
*
[ARM] GlobalISel: Support G_OR
Diana Picus
2017-06-07
1
-0
/
+1
*
[ARM] GlobalISel: Support G_AND
Diana Picus
2017-06-07
1
-0
/
+1
*
[ARM][GlobalISel] Support for G_ANYEXT
Diana Picus
2017-05-11
1
-0
/
+1
*
[RegisterBankInfo] Uniquely allocate instruction mapping.
Quentin Colombet
2017-05-05
1
-7
/
+7
*
[ARM] GlobalISel: Support G_(S|U)DIV for s32
Diana Picus
2017-04-24
1
-0
/
+2
*
[ARM] GlobalISel: Add support for G_TRUNC
Diana Picus
2017-04-21
1
-0
/
+1
*
[ARM] GlobalISel: Add support for G_MUL
Diana Picus
2017-04-19
1
-0
/
+1
*
[ARM] GlobalISel: Add support for G_SUB
Diana Picus
2017-04-18
1
-0
/
+1
*
[ARM] GlobalISel: Support SP in regbankselect
Diana Picus
2017-03-13
1
-0
/
+1
*
GlobalISel: restrict G_EXTRACT instruction to just one operand.
Tim Northover
2017-03-06
1
-4
/
+2
*
[ARM] GlobalISel: Add mapping for G_CONSTANT
Diana Picus
2017-02-28
1
-0
/
+1
*
[ARM] GlobalISel: Add reg bank mapping for G_GEP
Diana Picus
2017-02-28
1
-0
/
+1
*
[ARM] GlobalISel: Add reg bank mappings for stores
Diana Picus
2017-02-24
1
-0
/
+2
*
[ARM] GlobalISel: Check mappings used by reg bank select
Diana Picus
2017-02-17
1
-21
/
+120
*
[ARM] GlobalISel: Assert that we don't use the FPR bank if we don't have VFP
Diana Picus
2017-02-16
1
-0
/
+12
*
[ARM] GlobalISel: Add reg bank mappings for G_SEQUENCE and G_EXTRACT
Diana Picus
2017-02-16
1
-0
/
+26
*
[ARM] GlobalISel: Make the FPR bank 64-bit wide
Diana Picus
2017-02-16
1
-4
/
+21
*
[ARM] GlobalISel: Add FPR reg bank
Diana Picus
2017-02-08
1
-1
/
+9
*
[globalisel][arm] Tablegen-erate current Register Bank Information.
Daniel Sanders
2017-02-05
1
-32
/
+4
*
[ARM] GlobalISel: Support i8/i16 ABI extensions
Diana Picus
2017-01-25
1
-0
/
+3
*
Re-commit: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-19
1
-1
/
+3
*
Re-revert: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-18
1
-3
/
+1
*
Re-commit: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-18
1
-1
/
+3
*
Revert r292132: [globalisel] Tablegen-erate current Register Bank Information...
Daniel Sanders
2017-01-16
1
-3
/
+1
[next]