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
*
[Legalizer] Add support for G_OR NarrowScalar.
Quentin Colombet
2017-10-03
1
-0
/
+44
*
Fix unused-lambda-capture warning by using default capture-by-ref
David Blaikie
2017-08-25
1
-2
/
+1
*
Fix buildbot breakage from r311763. Remove unused lambda capture.
Matt Morehouse
2017-08-25
1
-2
/
+1
*
[GISel]: Implement widenScalar for Legalizing G_PHI
Aditya Nandakumar
2017-08-25
1
-0
/
+31
*
[GISel]: Support Widening G_ICMP's destination operand.
Aditya Nandakumar
2017-07-31
1
-9
/
+45
*
GlobalISel: Support G_(S|U)REM widening in LegalizerHelper
Diana Picus
2017-07-18
1
-0
/
+3
*
[ARM] GlobalISel: Legalize G_FCMP for s32
Diana Picus
2017-07-06
1
-0
/
+2
*
[GlobalISel] Refactor Legalizer helpers for libcalls
Diana Picus
2017-07-05
1
-16
/
+20
*
GlobalISel: add G_IMPLICIT_DEF instruction.
Tim Northover
2017-06-30
1
-0
/
+14
*
AArch64: legalize G_EXTRACT operations.
Tim Northover
2017-06-26
1
-1
/
+53
*
[ARM] GlobalISel: Add support for i32 modulo
Diana Picus
2017-06-15
1
-17
/
+37
*
[globalisel][legalizer] G_LOAD/G_STORE NarrowScalar should not emit G_GEP x, 0.
Daniel Sanders
2017-06-13
1
-12
/
+15
*
[GlobalISel] Legalize G_(S|U)DIV libcalls
Diana Picus
2017-04-24
1
-12
/
+30
*
[globalisel] Enable tracing the legalizer with --debug-only=legalize-mir
Daniel Sanders
2017-04-20
1
-1
/
+11
*
GlobalISel: Allow legalizing G_FADD to a libcall
Diana Picus
2017-04-11
1
-0
/
+4
*
[GlobalISel]: Fix bug where we can report GISelFailure on erased instructions
Aditya Nandakumar
2017-04-07
1
-25
/
+0
*
[GlobalISel] implement narrowing for G_CONSTANT.
Igor Breger
2017-04-07
1
-0
/
+20
*
GlobalISel: respect BooleanContents when extending i1.
Tim Northover
2017-03-21
1
-4
/
+16
*
GlobalISel: widen booleans by zero-extending to a byte.
Tim Northover
2017-03-21
1
-1
/
+1
*
[GlobalISel] Use the correct calling conv for calls
Diana Picus
2017-03-20
1
-3
/
+4
*
[GlobalISel] LegalizerHelper: Lower (G_FSUB X, Y) to (G_FADD X, (G_FNEG Y))
Volkan Keles
2017-03-10
1
-0
/
+18
*
[GlobalISel] Make LegalizerInfo accessible in LegalizerHelper
Volkan Keles
2017-03-10
1
-9
/
+7
*
GlobalISel: inform FrameLowering when we emit a function call.
Tim Northover
2017-03-09
1
-0
/
+1
*
[GlobalISel] Add default action for G_FNEG
Volkan Keles
2017-03-08
1
-0
/
+32
*
GlobalISel: fix legalization of G_INSERT
Tim Northover
2017-03-07
1
-14
/
+19
*
GlobalISel: restrict G_EXTRACT instruction to just one operand.
Tim Northover
2017-03-06
1
-2
/
+2
*
GlobalISel: refactor legalization of G_INSERT.
Tim Northover
2017-03-06
1
-37
/
+23
*
GlobalISel: add merge/unmerge nodes for legalization.
Tim Northover
2017-03-03
1
-18
/
+6
*
GlobalISel: legalize va_arg on AArch64.
Tim Northover
2017-02-15
1
-0
/
+3
*
GlobalISel: legalize G_FPOW to a libcall on AArch64.
Tim Northover
2017-02-08
1
-3
/
+12
*
GlobalISel: expand mul-with-overflow into mul-hi on AArch64.
Tim Northover
2017-02-08
1
-0
/
+27
*
GlobalISel: legalize narrow G_SELECTS on AArch64.
Tim Northover
2017-02-06
1
-0
/
+23
*
GlobalISel: legalize G_INSERT instructions
Tim Northover
2017-02-06
1
-0
/
+90
*
[AArch64][GlobalISel] Legalize narrow scalar fp->int conversions.
Ahmed Bougacha
2017-01-23
1
-0
/
+14
*
[AArch64][GlobalISel] Widen scalar int->fp conversions.
Ahmed Bougacha
2017-01-20
1
-0
/
+22
*
GlobalISel: Add a note about how we're being a bit loose with memory operands
Justin Bogner
2017-01-20
1
-0
/
+4
*
GlobalISel: Implement widening for shifts
Justin Bogner
2017-01-19
1
-5
/
+9
*
GlobalISel: Implement narrowing for G_LOAD
Justin Bogner
2017-01-19
1
-0
/
+26
*
GlobalISel: Implement narrowing for G_STORE
Justin Bogner
2017-01-18
1
-2
/
+23
*
GlobalISel: make G_CONSTANT take a ConstantInt rather than int64_t.
Tim Northover
2016-12-05
1
-1
/
+1
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-0
/
+354