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
/
LegalizerHelper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-9
/
+11
*
Fix a spelling mistake in a comment. NFC
Greg Bedwell
2019-10-29
1
-1
/
+1
*
GlobalISel: Implement widenScalar for G_INSERT_VECTOR_ELT
Matt Arsenault
2019-10-25
1
-0
/
+25
*
GlobalISel: Implement lower for G_SADDO/G_SSUBO
Matt Arsenault
2019-10-16
1
-0
/
+39
*
GlobalISel: Implement fewerElementsVector for G_BUILD_VECTOR
Matt Arsenault
2019-10-09
1
-0
/
+61
*
GlobalISel: Partially implement lower for G_INSERT
Matt Arsenault
2019-10-07
1
-0
/
+41
*
GlobalISel: Partially implement lower for G_EXTRACT
Matt Arsenault
2019-10-06
1
-0
/
+35
*
GlobalISel: Implement widenScalar for G_SITOFP/G_UITOFP sources
Matt Arsenault
2019-10-01
1
-4
/
+6
*
Add an operand to memory intrinsics to denote the "tail" marker.
Amara Emerson
2019-09-28
1
-2
/
+4
*
[GlobalISel] Defer setting HasCalls on MachineFrameInfo to selection time.
Amara Emerson
2019-09-20
1
-3
/
+0
*
[GlobalISel] Partially revert r371901.
Amara Emerson
2019-09-16
1
-2
/
+2
*
[GlobalISel] Fix insertion point of new instructions to be after PHIs.
Amara Emerson
2019-09-13
1
-3
/
+3
*
[AArch64][GlobalISel] Tail call memory intrinsics
Jessica Paquette
2019-09-13
1
-0
/
+43
*
AMDGPU/GlobalISel: Legalize G_FMAD
Matt Arsenault
2019-09-13
1
-0
/
+15
*
GlobalISel: Add G_FMAD instruction
Matt Arsenault
2019-09-06
1
-0
/
+2
*
GlobalISel: Add basic legalization for G_BITREVERSE
Matt Arsenault
2019-09-04
1
-0
/
+19
*
[GlobalISel] Fix G_SEXT narrowScalar to bail out of unsupported type combinat...
Amara Emerson
2019-09-04
1
-3
/
+7
*
[AArch64][GlobalISel] Legalize 128 bit divisions to libcalls.
Amara Emerson
2019-09-03
1
-4
/
+22
*
[AArch64][GlobalISel] Fix zext narrowScalar to use the right type when creating
Amara Emerson
2019-09-02
1
-3
/
+5
*
[MIPS GlobalISel] Lower fptoui
Petar Avramovic
2019-08-30
1
-0
/
+44
*
[GlobalISel] Replace hard coded dynamic alloca handling with G_DYN_STACKALLOC.
Amara Emerson
2019-08-27
1
-0
/
+38
*
[GlobalISel] Factor narrowScalar for G_ASHR and G_LSHR. NFC
Petar Avramovic
2019-08-27
1
-27
/
+11
*
[GlobalISel] Fix narrowScalar for shifts to match algorithm from SDAG
Petar Avramovic
2019-08-27
1
-10
/
+10
*
GlobalISel: Don't create G_UADDE with constant false carry in
Matt Arsenault
2019-08-22
1
-5
/
+7
*
GlobalISel: Implement moreElementsVector for G_UNMERGE_VALUES sources
Matt Arsenault
2019-08-21
1
-0
/
+20
*
[MIPS GlobalISel] NarrowScalar G_TRUNC
Petar Avramovic
2019-08-21
1
-0
/
+15
*
[AArch64][GlobalISel] Add support for narrowScalar of G_ZEXT
Amara Emerson
2019-08-21
1
-0
/
+18
*
[AArch64][GlobalISel] Lower G_SHUFFLE_VECTOR with 1 elt src and 1 elt mask.
Amara Emerson
2019-08-16
1
-1
/
+17
*
[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] Add G_SEXT_INREG
Daniel Sanders
2019-08-09
1
-0
/
+116
*
GlobalISel: pack various parameters for lowerCall into a struct.
Tim Northover
2019-08-09
1
-5
/
+14
*
Re-commit "[GlobalISel] Add legalization support for non-power-2 loads and st...
Amara Emerson
2019-08-02
1
-4
/
+95
*
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
*
[AArch64][GlobalISel] Implement narrowing of G_SEXT.
Amara Emerson
2019-07-26
1
-0
/
+20
*
[AArch64][GlobalISel] Fix a crash during s128 G_ICMP legalization due to r366...
Amara Emerson
2019-07-24
1
-4
/
+4
*
[GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs an...
Amara Emerson
2019-07-19
1
-0
/
+49
*
GlobalISel: Handle widenScalar of arbitrary G_MERGE_VALUES sources
Matt Arsenault
2019-07-17
1
-48
/
+84
*
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: 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: Legalization for G_FMINNUM/G_FMAXNUM
Matt Arsenault
2019-07-10
1
-0
/
+46
*
GlobalISel: Implement lower for G_FCOPYSIGN
Matt Arsenault
2019-07-09
1
-0
/
+50
*
[MIPS GlobalISel] Register bank select for G_PHI. Select i64 phi
Petar Avramovic
2019-07-09
1
-0
/
+28
*
GlobalISel: widenScalar for G_BUILD_VECTOR
Matt Arsenault
2019-07-08
1
-0
/
+19
[next]