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] Make LegalizerInfo::LegalizeAction available outside of Legalize...
Daniel Sanders
2018-01-29
1
-8
/
+9
*
[GlobalISel][Legalizer] Convert the FP constants to the right APFloat type fo...
Amara Emerson
2018-01-27
1
-1
/
+18
*
[globalisel] Introduce LegalityQuery to better encapsulate the legalizer deci...
Daniel Sanders
2018-01-24
1
-7
/
+7
*
[ARM GlobalISel] Legalize G_FPEXT and G_FPTRUNC
Diana Picus
2018-01-17
1
-0
/
+47
*
[ARM GlobalISel] Legalize G_FMA
Diana Picus
2018-01-12
1
-2
/
+9
*
[GlobalISel][Legalizer] Fix legalization of llvm.smul.with.overflow
Amara Emerson
2018-01-03
1
-1
/
+15
*
[GlobalISel][Legalizer] Fix crash when trying to lower G_FNEG of fp128 types.
Amara Emerson
2017-12-19
1
-0
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[aarch64][globalisel] Legalize G_ATOMIC_CMPXCHG_WITH_SUCCESS and G_ATOMICRMW_*
Daniel Sanders
2017-11-30
1
-0
/
+12
*
[ARM GlobalISel] Support G_FDIV for s32 and s64
Diana Picus
2017-11-23
1
-0
/
+4
*
[ARM GlobalISel] Support G_FMUL for s32 and s64
Diana Picus
2017-11-23
1
-0
/
+4
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[GlobalISel] Enable legalizing non-power-of-2 sized types.
Kristof Beyls
2017-11-07
1
-24
/
+50
*
[GlobalISel|ARM] : Allow legalizing G_FSUB
Javed Absar
2017-10-30
1
-0
/
+4
*
[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
[prev]
[next]