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
*
[MIPS GlobalISel] Select G_UADDO
Petar Avramovic
2019-02-26
1
-0
/
+12
*
GlobalISel: Fix fewerElementsVector for ctlz with different result type
Matt Arsenault
2019-02-20
1
-1
/
+5
*
GlobalISel: Implement moreElementsVector for g_insert results
Matt Arsenault
2019-02-20
1
-0
/
+8
*
GlobalISel: Implement moreElementsVector for select
Matt Arsenault
2019-02-19
1
-0
/
+12
*
GlobalISel: Implement moreElementsVector for G_EXTRACT source
Matt Arsenault
2019-02-19
1
-0
/
+7
*
GlobalISel: Implement moreElementsVector for bit ops
Matt Arsenault
2019-02-19
1
-0
/
+40
*
[GlobalISel][AArch64] Legalize + select some llvm.ctlz.* intrinsics
Jessica Paquette
2019-02-18
1
-0
/
+1
*
GlobalISel: Implement widenScalar for g_extract scalar results
Matt Arsenault
2019-02-18
1
-6
/
+48
*
GlobalISel: Fix double count of offset for irregular vector breakdowns
Matt Arsenault
2019-02-18
1
-1
/
+0
*
[MIPS GlobalISel] Select branch instructions
Petar Avramovic
2019-02-14
1
-1
/
+1
*
GlobalISel: Use default rounding mode when extending fconstant
Matt Arsenault
2019-02-12
1
-3
/
+8
*
GlobalISel: Move some more legalize cases into functions
Matt Arsenault
2019-02-12
1
-165
/
+190
*
GlobalISel: Implement moreElementsVector for implicit_def
Matt Arsenault
2019-02-11
1
-0
/
+29
*
GlobalISel: Fix not calling the observer when legalizing G_EXTRACT
Matt Arsenault
2019-02-11
1
-0
/
+2
*
[GlobalISel][AArch64] Select G_FFLOOR
Jessica Paquette
2019-02-11
1
-0
/
+2
*
GlobalISel: Add G_FCANONICALIZE instruction
Matt Arsenault
2019-02-11
1
-0
/
+2
*
[MIPS GlobalISel] Select any extending load and truncating store
Petar Avramovic
2019-02-08
1
-7
/
+0
*
AMDGPU/GlobalISel: Legalize addrspacecast
Matt Arsenault
2019-02-08
1
-0
/
+1
*
GlobalISel: Try to fix bot failures
Matt Arsenault
2019-02-07
1
-5
/
+5
*
GlobalISel: Implement narrowScalar for shift main type
Matt Arsenault
2019-02-07
1
-8
/
+217
*
GlobalISel: Implement fewerElementsVector for shifts
Matt Arsenault
2019-02-07
1
-30
/
+130
*
GlobalISel: Consolidate load/store legalization
Matt Arsenault
2019-02-05
1
-103
/
+14
*
GlobalISel: Implement narrowScalar for select
Matt Arsenault
2019-02-05
1
-0
/
+53
*
GlobalISel: Fix not calling observer when legalizing bitcount ops
Matt Arsenault
2019-02-04
1
-11
/
+12
*
GlobalISel: Implement widenScalar for G_UNMERGE_VALUES
Matt Arsenault
2019-02-03
1
-39
/
+83
*
GlobalISel: Implement widenScalar for G_EXTRACT vector sources
Matt Arsenault
2019-02-02
1
-0
/
+26
*
GlobalISel: Legalization for inttoptr/ptrtoint
Matt Arsenault
2019-02-02
1
-4
/
+38
*
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
[next]