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: Add type argument to getRegBankFromRegClass
Matt Arsenault
2020-01-03
1
-2
/
+3
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-1
/
+1
*
[AArch64][GlobalISel] RBS: Treat s128s like vectors when unmerging.
Amara Emerson
2019-08-13
1
-1
/
+1
*
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
1
-5
/
+5
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-2
/
+2
*
[AArch64][GlobalISel] Add support for s128 loads, stores, extracts, truncs.
Amara Emerson
2019-07-23
1
-0
/
+15
*
[GlobalISel][AArch64] Save a copy on G_SELECT by fixing condition to GPR
Jessica Paquette
2019-07-23
1
-5
/
+3
*
[AArch64][GlobalISel] Overhaul legalization & isel or shifts to select immedi...
Amara Emerson
2019-07-03
1
-4
/
+11
*
[GlobalISel][AArch64] Make FP constraint checks consider possible use/def banks
Jessica Paquette
2019-05-24
1
-7
/
+35
*
[GlobalISel][AArch64] NFC: Factor out HasFPConstraints into a proper function
Jessica Paquette
2019-05-24
1
-41
/
+28
*
[GlobalISel][AArch64] Improve register bank mappings for G_SELECT
Jessica Paquette
2019-05-24
1
-6
/
+49
*
[AArch64][GlobalISel] Use fcsel instead of csel for G_SELECT on FPRs
Jessica Paquette
2019-05-03
1
-18
/
+33
*
[GlobalISel][AArch64] Legalize G_FNEARBYINT
Jessica Paquette
2019-04-25
1
-0
/
+1
*
[AArch64][GlobalISel] Mark G_INTRINSIC_ROUND as a pre-isel floating point opcode
Jessica Paquette
2019-04-23
1
-0
/
+1
*
[AArch64][GlobalISel] Teach regbankselect about G_INTRINSIC_TRUNC
Jessica Paquette
2019-04-23
1
-0
/
+1
*
[AArch64][GlobalISel] Add G_FMA to isPreISelGenericFloatingPointOpcode
Jessica Paquette
2019-04-23
1
-0
/
+1
*
[GlobalISel][AArch64] Legalize + select G_FRINT
Jessica Paquette
2019-04-19
1
-0
/
+1
*
[AArch64][GlobalISel] Regbankselect: Fix G_BUILD_VECTOR trying to use s16 gpr...
Amara Emerson
2019-03-15
1
-2
/
+5
*
[GlobalISel][AArch64] Add partial selection support for G_INSERT_VECTOR_ELT
Jessica Paquette
2019-03-14
1
-0
/
+12
*
Recommit "[GlobalISel][AArch64] Add selection support for G_EXTRACT_VECTOR_ELT"
Jessica Paquette
2019-03-11
1
-0
/
+8
*
Revert "[GlobalISel][AArch64] Add selection support for G_EXTRACT_VECTOR_ELT"
Jessica Paquette
2019-03-05
1
-8
/
+0
*
[GlobalISel][AArch64] Add selection support for G_EXTRACT_VECTOR_ELT
Jessica Paquette
2019-03-04
1
-0
/
+8
*
[AArch64] Support reserving arbitrary general purpose registers
Petr Hosek
2019-02-13
1
-0
/
+2
*
[GlobalISel][AArch64] Select G_FFLOOR
Jessica Paquette
2019-02-11
1
-0
/
+1
*
[GlobalISel][AArch64] Select G_FEXP
Jessica Paquette
2019-01-30
1
-0
/
+1
*
[GlobalISel][AArch64] Select G_FABS
Jessica Paquette
2019-01-30
1
-0
/
+1
*
[GlobalISel][AArch64] Add instruction selection support for @llvm.log2
Jessica Paquette
2019-01-30
1
-0
/
+1
*
[GlobalISel][AArch64] Add instruction selection support for @llvm.sqrt
Jessica Paquette
2019-01-30
1
-0
/
+1
*
[AArch64][GlobalISel] Unmerge into scalars from a vector should use FPR bank.
Amara Emerson
2019-01-29
1
-1
/
+5
*
[GlobalISel][AArch64] Add legalization for G_FLOG
Jessica Paquette
2019-01-28
1
-0
/
+1
*
[GlobalISel][AArch64] Add instruction selection support for @llvm.log10
Jessica Paquette
2019-01-28
1
-0
/
+1
*
[GlobalISel][AArch64] Add instruction selection support for G_FCOS and G_FSIN
Jessica Paquette
2019-01-28
1
-0
/
+2
*
[AArch64][GlobalISel] Teach RBS about G_FNEG default mapping.
Amara Emerson
2019-01-28
1
-0
/
+1
*
[AArch64][GlobalISel] Add some vector support for fp <-> int conversions.
Amara Emerson
2019-01-28
1
-0
/
+4
*
[GlobalISel][AArch64] Add isel support for FP16 vector @llvm.ceil
Jessica Paquette
2019-01-24
1
-0
/
+56
*
hwasan: Move memory access checks into small outlined functions on aarch64.
Peter Collingbourne
2019-01-23
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[GlobalISel][AArch64] Add G_FCEIL to isPreISelGenericFloatingPointOpcode
Jessica Paquette
2018-12-20
1
-0
/
+1
*
[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
[next]