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
*
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
*
[AArch64][RegisterBankInfo] Rename getValueMappingIdx to getValueMapping
Quentin Colombet
2016-09-30
1
-8
/
+10
*
[AArch64][RegisterBankInfo] Compress the ValueMapping table a bit.
Quentin Colombet
2016-09-30
1
-21
/
+15
*
[AArch64][RegisterBankInfo] Refactor the code to access AArch64::ValMapping
Quentin Colombet
2016-09-30
1
-23
/
+13
*
[AArch64][RegisterBankInfo] Rename getRegBankIdx to getRegBankIdxOffset
Quentin Colombet
2016-09-30
1
-16
/
+21
*
[AArch64][RegisterBankInfo] Use the static opds mapping for alt mappings
Quentin Colombet
2016-09-30
1
-14
/
+7
*
[AArch64][RegisterBankInfo] Use static mapping for 3-operands instrs.
Quentin Colombet
2016-09-30
1
-0
/
+50
*
[AArch64][RegisterBankInfo] Add static value mapping for 3-op instrs.
Quentin Colombet
2016-09-30
1
-11
/
+36
*
[AArch64][RegisterBankInfo] Check the statically created ValueMapping.
Quentin Colombet
2016-09-30
1
-0
/
+18
*
[RegisterBankInfo] Uniquely generate OperandsMapping.
Quentin Colombet
2016-09-28
1
-16
/
+27
*
[AArch64][RegisterBankInfo] Switch to statically allocated ValueMapping.
Quentin Colombet
2016-09-27
1
-10
/
+5
*
[RegisterBankInfo] Uniquely generate ValueMapping.
Quentin Colombet
2016-09-24
1
-9
/
+9
*
[AArch64][RegisterBankInfo] Sanity check TableGen'ed like inputs.
Quentin Colombet
2016-09-23
1
-0
/
+47
*
[AArch64][RegisterBankInfo] Switch to TableGen'ed like PartialMapping.
Quentin Colombet
2016-09-23
1
-20
/
+29
[next]