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][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
*
[RegisterBankInfo] Use array instead of SmallVector for BreakDown.
Quentin Colombet
2016-09-23
1
-5
/
+12
*
[RegisterBankInfo] Move to statically allocated RegisterBank.
Quentin Colombet
2016-09-22
1
-1
/
+19
*
[AArch64][GlobalISel] Add default regbank mapping for int<>FP.
Ahmed Bougacha
2016-09-16
1
-0
/
+10
*
[AArch64][GlobalISel] Add default regbank mapping for G_FCMP.
Ahmed Bougacha
2016-09-16
1
-0
/
+10
*
[AArch64][GlobalISel] Add default regbank mapping for FP ops.
Ahmed Bougacha
2016-09-16
1
-1
/
+18
*
[AArch64][GlobalISel] Add default regbank mappings for mixed-type ops.
Ahmed Bougacha
2016-09-16
1
-18
/
+36
*
[AArch64][GlobalISel] Use the generic DefaultMapping as the default.
Ahmed Bougacha
2016-09-16
1
-2
/
+1
*
GlobalISel: remove "unsized" LLT
Tim Northover
2016-09-15
1
-1
/
+1
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-1
/
+4
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
1
-0
/
+25
*
[AArch64][RegisterBankInfo] G_OR are fine on either GPR or FPR.
Quentin Colombet
2016-06-08
1
-0
/
+55
*
[AArch64][RegisterBankInfo] Use the generic implementation of copyCost.
Quentin Colombet
2016-06-08
1
-1
/
+2
*
[RegisterBankInfo] Add a size argument for the cost of copy.
Quentin Colombet
2016-06-08
1
-1
/
+2
*
[RegisterBankInfo] Change the API for the verify methods.
Quentin Colombet
2016-04-21
1
-1
/
+1
*
[AArch64] Fix a typo in the register class to register bank mapping.
Quentin Colombet
2016-04-07
1
-1
/
+1
*
[RegisterBank] Rename RegisterBank::contains into RegisterBank::covers.
Quentin Colombet
2016-04-07
1
-4
/
+4
*
[AArch64] Teach RegisterBankInfo about the CC register bank.
Quentin Colombet
2016-04-07
1
-0
/
+11
*
[AArch64] Teach RegisterBankInfo about the mapping of register classes
Quentin Colombet
2016-04-07
1
-0
/
+35
*
Put quotes around #error string.
James Y Knight
2016-04-06
1
-1
/
+1
*
[AArch64] Change the CMake to avoid to build GlobalISel related APIs
Quentin Colombet
2016-04-06
1
-10
/
+2
*
[AArch64] Use the default constructor of RegisterBankInfo when GlobalISel is ...
Quentin Colombet
2016-04-06
1
-1
/
+1
*
[AArch64] Initial implementation of the targeting of the register bank inform...
Quentin Colombet
2016-04-05
1
-0
/
+73