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
/
AArch64
/
AArch64RegisterBankInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Map G_LOAD on FPR when the definition goes to a copy to FPR
Quentin Colombet
2017-11-18
1
-2
/
+11
*
[AArch64] Map G_STORE on FPR when the source comes from a FPR copy
Quentin Colombet
2017-11-18
1
-1
/
+9
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
[AArch64][RegisterBankInfo] Add mapping for G_FPEXT.
Quentin Colombet
2017-11-02
1
-0
/
+32
*
[AArch64][RegisterBankInfo] Add FPR16 support in value mapping.
Quentin Colombet
2017-11-02
1
-3
/
+5
*
[aarch64][globalisel] Register banks and classes should have distinct names.
Daniel Sanders
2017-10-18
1
-4
/
+3
*
Re-apply [AArch64][RegisterBankInfo] Use the statically computed mappings for...
Quentin Colombet
2017-10-16
1
-4
/
+35
*
[AArch64][RegisterBankInfo] Add mapping support for G_BITCAST of s128
Quentin Colombet
2017-10-16
1
-2
/
+2
*
Revert "[AArch64][RegisterBankInfo] Use the statically computed mappings for ...
Bruno Cardoso Lopes
2017-10-14
1
-32
/
+4
*
[AArch64][RegisterBankInfo] Use the statically computed mappings for COPY
Quentin Colombet
2017-10-14
1
-4
/
+32
*
[GISEl]: Translate phi into G_PHI
Aditya Nandakumar
2017-08-23
1
-1
/
+2
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-4
/
+0
*
GlobalISel: map 128-bit values to an FPR by default.
Tim Northover
2017-07-28
1
-1
/
+2
*
GlobalISel: remove G_SEQUENCE instruction.
Tim Northover
2017-06-23
1
-4
/
+0
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[AArch64][RegisterBankInfo] Change the default mapping of fp stores.
Quentin Colombet
2017-05-10
1
-0
/
+11
*
[AArch64][RegisterBankInfo] Change the default mapping of fp loads.
Quentin Colombet
2017-05-08
1
-0
/
+14
*
[AArch64][RegisterBankInfo] Fix mapping cost for GPR.
Quentin Colombet
2017-05-08
1
-1
/
+1
*
[RegisterBankInfo] Uniquely allocate instruction mapping.
Quentin Colombet
2017-05-05
1
-30
/
+30
*
[GlobalISel] Support vector-of-pointers in LLT
Kristof Beyls
2017-04-19
1
-2
/
+2
*
Revert "[GlobalISel] Support vector-of-pointers in LLT"
Kristof Beyls
2017-04-18
1
-2
/
+2
*
[GlobalISel] Support vector-of-pointers in LLT
Kristof Beyls
2017-04-18
1
-2
/
+2
*
GlobalISel: fall back gracefully when we can't map an operand's size.
Tim Northover
2017-02-06
1
-3
/
+9
*
[AArch64] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-01
1
-18
/
+21
*
Re-commit: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-19
1
-3
/
+3
*
Re-revert: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-18
1
-3
/
+3
*
Re-commit: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-18
1
-3
/
+3
*
Revert r292132: [globalisel] Tablegen-erate current Register Bank Information...
Daniel Sanders
2017-01-16
1
-3
/
+3
*
[globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-16
1
-3
/
+3
*
[globalisel][aarch64] Make getCopyMapping() take register banks ID's rather t...
Daniel Sanders
2017-01-13
1
-10
/
+10
*
[aarch64][globalisel] Move getValueMapping/getCopyMapping to AArch64GenRegist...
Daniel Sanders
2017-01-13
1
-17
/
+16
*
[aarch64][globalisel] Refactor getRegBankBaseIdxOffset() to remove the power-...
Daniel Sanders
2017-01-13
1
-5
/
+7
*
[aarch64][globalisel] Move data into <Target>GenRegisterBankInfo. NFC.
Daniel Sanders
2017-01-13
1
-82
/
+51
*
[globalisel] Move as much RegisterBank initialization to the constructor as p...
Daniel Sanders
2017-01-12
1
-15
/
+14
*
[globalisel] Initialize RegisterBanks with static data.
Daniel Sanders
2017-01-12
1
-8
/
+4
*
GlobalISel: handle G_SEQUENCE fallbacks gracefully.
Tim Northover
2016-12-06
1
-0
/
+4
*
[globalisel][aarch64] Fix unintended assumptions about PartialMappingIdx. NFC.
Daniel Sanders
2016-12-06
1
-12
/
+14
*
[globalisel][aarch64] Correct argument names in comments.
Daniel Sanders
2016-12-06
1
-3
/
+3
*
[globalisel][aarch64] Prefix PartialMappingIdx enumerators with 'PMI_' to fit...
Daniel Sanders
2016-12-06
1
-50
/
+54
*
[AArch64][RegisterBankInfo] Fix typo in the logic used in assert.
Quentin Colombet
2016-12-05
1
-1
/
+1
*
[AArch64][RegisterBankInfo] Switch to fully static opds mapping for G_BITCAST.
Quentin Colombet
2016-10-13
1
-4
/
+10
*
[AArch64][RegisterBankInfo] Provide alternative mappings for 64-bit load
Quentin Colombet
2016-10-13
1
-1
/
+30
*
[AArch64][RegisterBankInfo] Provide alternative mappings for G_BITCASTs.
Quentin Colombet
2016-10-13
1
-8
/
+45
*
[AArch64][RegisterBankInfo] Describe cross regbank copies statically.
Quentin Colombet
2016-10-13
1
-0
/
+30
*
[AArch64][RegisterBankInfo] Use static mapping for same bank G_BITCAST.
Quentin Colombet
2016-10-13
1
-0
/
+8
*
[AArch64][RegisterBankInfo] Bump the cost of vector loads.
Quentin Colombet
2016-10-13
1
-0
/
+10
*
[AArch64][RegisterBankInfo] Use a proper cost for cross regbank G_BITCASTs.
Quentin Colombet
2016-10-13
1
-2
/
+11
*
[AArch64][RegisterBankInfo] Provide more realistic copy costs.
Quentin Colombet
2016-10-13
1
-1
/
+10
*
[AArch64][RegisterBankInfo] Add getSameKindofOperandsMapping.
Quentin Colombet
2016-10-03
1
-26
/
+44
*
[AArch64][RegisterBankInfo] Use the helper functions for the checks
Quentin Colombet
2016-09-30
1
-29
/
+26
[next]