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
/
CodeGen
/
GlobalISel
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64][GlobalISel] Add support for narrowScalar of G_ZEXT
Amara Emerson
2019-08-21
1
-0
/
+18
*
[GlobalISel] Handle multiple registers in dbg.value intrinsic
Aditya Nandakumar
2019-08-20
1
-6
/
+7
*
[AArch64][GlobalISel] Lower G_SHUFFLE_VECTOR with 1 elt src and 1 elt mask.
Amara Emerson
2019-08-16
1
-1
/
+17
*
[GlobalISel] CSEMIRBuilder: Add support for G_GEP
Volkan Keles
2019-08-15
3
-19
/
+9
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
5
-19
/
+19
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
6
-16
/
+16
*
[GlobalISel]: Fix lowering of G_Shuffle_vector where we pick up the wrong sou...
Aditya Nandakumar
2019-08-14
1
-1
/
+1
*
[GlobalISel]: Fix lowering of G_SHUFFLE_VECTOR with scalar sources
Aditya Nandakumar
2019-08-13
1
-5
/
+10
*
GlobalISel: Partially implement fewerElementsVector G_UNMERGE_VALUES
Matt Arsenault
2019-08-13
1
-0
/
+62
*
GlobalISel: Implement lower for G_SHUFFLE_VECTOR
Matt Arsenault
2019-08-13
1
-0
/
+40
*
GlobalISel: Change representation of shuffle masks
Matt Arsenault
2019-08-13
1
-1
/
+1
*
[GlobalISel] Make the InstructionSelector instance non-const, allowing state ...
Amara Emerson
2019-08-13
1
-2
/
+3
*
[GlobalISel]: Add KnownBits for G_XOR
Aditya Nandakumar
2019-08-13
1
-0
/
+13
*
[GISel]: Fix a bug in KnownBits where we should have been using SizeInBits
Aditya Nandakumar
2019-08-12
1
-1
/
+1
*
[globalisel] Add G_SEXT_INREG
Daniel Sanders
2019-08-09
4
-4
/
+180
*
GlobalISel: pack various parameters for lowerCall into a struct.
Tim Northover
2019-08-09
2
-16
/
+25
*
GlobalISel: factor common code from translateCall and translateInvoke. NFC.
Tim Northover
2019-08-07
1
-52
/
+34
*
[GISel]: Fix trivial build breakage
Aditya Nandakumar
2019-08-06
1
-1
/
+1
*
[GISel]: Add GISelKnownBits analysis
Aditya Nandakumar
2019-08-06
3
-2
/
+337
*
[GlobalISel][CallLowering] Rename isArgumentHandler() -> isIncomingArgumentHa...
Amara Emerson
2019-08-05
1
-2
/
+2
*
[AArch64][GlobalISel] Inline tiny memcpy et al at -O0.
Amara Emerson
2019-08-05
1
-1
/
+4
*
[LLVM][Alignment] Introduce Alignment Type
Guillaume Chatelet
2019-08-05
1
-5
/
+6
*
[LLVM][Alignment] Introduce Alignment Type in DataLayout
Guillaume Chatelet
2019-08-05
1
-2
/
+2
*
Re-commit "[GlobalISel] Add legalization support for non-power-2 loads and st...
Amara Emerson
2019-08-02
1
-4
/
+95
*
GlobalISel: support swiftself attribute
Tim Northover
2019-08-02
2
-15
/
+0
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
4
-17
/
+13
*
GlobalISel: Lower scalarizing unmerge of a vector to shifts
Matt Arsenault
2019-08-01
1
-0
/
+35
*
GlobalISel: Fix widenScalar for G_MERGE_VALUES to pointer
Matt Arsenault
2019-08-01
1
-1
/
+3
*
GlobalISel: moreElementsVector for G_LOAD/G_STORE
Matt Arsenault
2019-08-01
1
-1
/
+11
*
[GISel] Pass MD_callees metadata down in call lowering.
Mark Lacey
2019-07-31
1
-1
/
+5
*
GlobalISel: Add G_ATOMICRMW_{FADD|FSUB}
Matt Arsenault
2019-07-30
2
-14
/
+36
*
[AMDGPU/GlobalISel] Add llvm.amdgcn.fdiv.fast legalization.
Austin Kerbow
2019-07-30
1
-4
/
+6
*
[AArch64][GlobalISel] Implement narrowing of G_SEXT.
Amara Emerson
2019-07-26
1
-0
/
+20
*
[GlobalISel] Support for inlining memcpy, memset and memmove calls.
Amara Emerson
2019-07-24
1
-0
/
+505
*
[AArch64][GlobalISel] Fix a crash during s128 G_ICMP legalization due to r366...
Amara Emerson
2019-07-24
1
-4
/
+4
*
[GISel]: Attach missing range metadata while translating G_LOADs
Aditya Nandakumar
2019-07-21
1
-2
/
+3
*
[GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs an...
Amara Emerson
2019-07-19
2
-42
/
+83
*
GlobalISel: Handle widenScalar of arbitrary G_MERGE_VALUES sources
Matt Arsenault
2019-07-17
2
-48
/
+87
*
GlobalISel: Handle more cases for widenScalar of G_MERGE_VALUES
Matt Arsenault
2019-07-17
1
-4
/
+23
*
[MIPS GlobalISel] ClampScalar and select pointer G_ICMP
Petar Avramovic
2019-07-17
1
-0
/
+36
*
GlobalISel: Add overload of handleAssignments with CCState
Matt Arsenault
2019-07-16
1
-2
/
+11
*
GlobalISel: Implement narrowScalar for vector extract/insert indexes
Matt Arsenault
2019-07-15
1
-0
/
+11
*
Delete dead stores
Fangrui Song
2019-07-12
1
-3
/
+1
*
GlobalISel: Use Register
Matt Arsenault
2019-07-11
1
-5
/
+5
*
[AArch64][GlobalISel] Optimize compare and branch cases with G_INTTOPTR and u...
Amara Emerson
2019-07-10
1
-0
/
+3
*
GlobalISel: Legalization for G_FMINNUM/G_FMAXNUM
Matt Arsenault
2019-07-10
2
-0
/
+71
*
GlobalISel: Define the full family of FP min/max instructions
Matt Arsenault
2019-07-10
1
-0
/
+8
*
GlobalISel: Implement lower for G_FCOPYSIGN
Matt Arsenault
2019-07-09
1
-0
/
+50
*
GlobalISel: Combine unmerge of merge with intermediate cast
Matt Arsenault
2019-07-09
1
-3
/
+9
*
[AArch64][GlobalISel] Optimize conditional branches followed by unconditional...
Amara Emerson
2019-07-09
1
-0
/
+62
[next]