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: Handle odd splits in fewerElementsVector for load/store
Matt Arsenault
2019-01-31
1
-30
/
+173
*
GlobalISel: Implement narrowScalar for bswap
Matt Arsenault
2019-01-31
1
-0
/
+25
*
GlobalISel: Don't call changingInstruction before giving up
Matt Arsenault
2019-01-31
1
-1
/
+1
*
GlobalISel: Allow bitcount ops to have different result type
Matt Arsenault
2019-01-31
1
-4
/
+30
*
GlobalISel: Use helper function for MMO splitting
Matt Arsenault
2019-01-31
1
-14
/
+10
*
[GlobalISel][AArch64] Select G_FEXP
Jessica Paquette
2019-01-30
1
-1
/
+6
*
[GlobalISel][LegalizerHelper] Add some missing MI change observer calls.
Amara Emerson
2019-01-30
1
-0
/
+2
*
[GlobalISel][AArch64] Add instruction selection support for @llvm.log2
Jessica Paquette
2019-01-30
1
-1
/
+7
*
[GlobalISel][AArch64] Add instruction selection support for @llvm.sqrt
Jessica Paquette
2019-01-30
1
-0
/
+2
*
GlobalISel: Implement fewerElementsVector for select
Matt Arsenault
2019-01-30
1
-0
/
+74
*
GlobalISel: Use appropriate extension for legalizing select conditions
Matt Arsenault
2019-01-30
1
-1
/
+2
*
GlobalISel: Support narrowScalar for uneven loads
Matt Arsenault
2019-01-30
1
-11
/
+40
*
GlobalISel: Handle some odd splits in fewerElementsVector
Matt Arsenault
2019-01-30
1
-10
/
+55
*
GlobalISel: Handle more cases for widenScalar for G_STORE
Matt Arsenault
2019-01-30
1
-3
/
+10
*
GlobalISel: Fix unused variable warning in release builds
Matt Arsenault
2019-01-29
1
-2
/
+1
*
GlobalISel: Partially implement widenScalar for MERGE_VALUES
Matt Arsenault
2019-01-29
1
-0
/
+40
*
GlobalISel: Fix narrowScalar for load/store with different mem size
Matt Arsenault
2019-01-29
1
-2
/
+27
*
[GlobalISel][AArch64] Add legalization for G_FLOG
Jessica Paquette
2019-01-28
1
-1
/
+7
*
[GlobalISel][AArch64] Add instruction selection support for @llvm.log10
Jessica Paquette
2019-01-28
1
-1
/
+7
*
[GlobalISel][AArch64] Add instruction selection support for G_FCOS and G_FSIN
Jessica Paquette
2019-01-28
1
-1
/
+19
*
[MIPS GlobalISel] Select sub
Petar Avramovic
2019-01-28
1
-0
/
+66
*
GlobalISel: Don't reduce elements for atomic load/store
Matt Arsenault
2019-01-27
1
-1
/
+9
*
GlobalISel: Factor fewerElementVectors into separate functions
Matt Arsenault
2019-01-27
1
-156
/
+170
*
GlobalISel: Implement narrowScalar for mul
Matt Arsenault
2019-01-27
1
-0
/
+47
*
GlobalISel: fewerElementsVector for intrinsic_trunc/intrinsic_round
Matt Arsenault
2019-01-27
1
-1
/
+3
*
AMDGPU/GlobalISel: Legalize more bit ops
Matt Arsenault
2019-01-26
1
-0
/
+3
*
AMDGPU/GlobalISel: Scalarize add/sub
Matt Arsenault
2019-01-25
1
-0
/
+1
*
GlobalISel: fewerElementsVector for more cast types
Matt Arsenault
2019-01-25
1
-0
/
+5
*
GlobalISel: fewerElementsVector for a few more trivial ops
Matt Arsenault
2019-01-25
1
-0
/
+6
*
AMDGPU/GlobalISel: Legalize smulh/umulh and scalarize mul
Matt Arsenault
2019-01-25
1
-0
/
+3
*
GlobalISel: Support fewerElementsVector for icmp/fcmp
Matt Arsenault
2019-01-25
1
-3
/
+75
*
GlobalISel: Implement fewerElementsVector for extensions
Matt Arsenault
2019-01-25
1
-0
/
+54
*
[GlobalISel][AArch64] Add isel support for FP16 vector @llvm.ceil
Jessica Paquette
2019-01-24
1
-1
/
+2
*
GlobalISel: Allow shift amount to be a different type
Matt Arsenault
2019-01-22
1
-17
/
+47
*
GlobalISel: Implement widen for extract_vector_elt elt type
Matt Arsenault
2019-01-22
1
-1
/
+16
*
GlobalISel: Implement fewerElementsVector for basic FP ops
Matt Arsenault
2019-01-22
1
-7
/
+37
*
GlobalISel: Support narrowing zextload/sextload
Matt Arsenault
2019-01-22
1
-0
/
+27
*
GlobalISel: Implement widenScalar for basic FP ops
Matt Arsenault
2019-01-20
1
-4
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[GISel]: Add support for CSEing continuously during GISel passes.
Aditya Nandakumar
2019-01-16
1
-5
/
+7
*
GlobalISel: Implement fewerElements for implicit_def
Matt Arsenault
2019-01-09
1
-0
/
+26
*
GlobalISel: Implement widenScalar for implicit_def
Matt Arsenault
2019-01-09
1
-0
/
+6
*
[MIPS GlobalISel] Select G_SELECT
Petar Avramovic
2018-12-25
1
-8
/
+11
*
[GlobalISel][AArch64] Add support for widening G_FCEIL
Jessica Paquette
2018-12-21
1
-0
/
+9
*
[MIPS GlobalISel] Select G_SDIV, G_UDIV, G_SREM and G_UREM
Petar Avramovic
2018-12-18
1
-9
/
+9
*
[MIPS GlobalISel] ClampScalar G_AND G_OR and G_XOR
Petar Avramovic
2018-12-18
1
-2
/
+5
*
[MIPS GlobalISel] Lower G_UADDE and narrowScalar G_ADD
Petar Avramovic
2018-12-17
1
-0
/
+18
*
[GlobalISel] LegalizerHelper: Implement fewerElementsVector for G_LOAD/G_STORE
Volkan Keles
2018-12-14
1
-2
/
+44
*
[globalisel] Add GISelChangeObserver::changingInstr()
Daniel Sanders
2018-12-12
1
-0
/
+23
*
[GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...
Aditya Nandakumar
2018-12-11
1
-30
/
+32
[next]