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] LegalizerHelper: Fix the incorrect alignment when splitting load...
Volkan Keles
2018-10-25
1
-6
/
+6
*
[GlobalISel] Use the target preferred type for G_EXTRACT_VECTOR_ELT index.
Amara Emerson
2018-10-25
1
-0
/
+6
*
[GISel]: Add legalization support for Widening UADDO/USUBO
Aditya Nandakumar
2018-08-29
1
-0
/
+26
*
[GISel]: Add legalization support for widening bit counting operations
Aditya Nandakumar
2018-08-22
1
-0
/
+36
*
Revert "Revert rr340111 "[GISel]: Add Legalization/lowering code for bit coun...
Aditya Nandakumar
2018-08-21
1
-1
/
+122
*
Revert rr340111 "[GISel]: Add Legalization/lowering code for bit counting ope...
Reid Kleckner
2018-08-20
1
-121
/
+1
*
[GISel]: Add Legalization/lowering code for bit counting operations
Aditya Nandakumar
2018-08-18
1
-1
/
+121
*
[AArch64][GlobalISel] Zero-extend s1 values when returning.
Amara Emerson
2018-06-01
1
-11
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-9
/
+9
*
[GlobalISel][Legalizer] Widening the second src op of shifts bug fix
Roman Tereshin
2018-05-09
1
-2
/
+18
*
Reapplying r331819 [GlobalISel][Legalizer] More concise and faster widenS...
Roman Tereshin
2018-05-09
1
-234
/
+138
*
Revert r331819 [GlobalISel][Legalizer] More concise and faster widenScalar, NFC
Roman Tereshin
2018-05-09
1
-138
/
+234
*
[GlobalISel][Legalizer] More concise and faster widenScalar, NFC
Roman Tereshin
2018-05-08
1
-234
/
+138
*
Fix infinite loop after r331115
Daniel Sanders
2018-04-30
1
-0
/
+4
*
[globalisel][legalizerinfo] Introduce dedicated extending loads and add lower...
Daniel Sanders
2018-04-28
1
-4
/
+44
*
[globalisel][legalizerinfo] Add support for legalization based on the Machine...
Daniel Sanders
2018-04-27
1
-14
/
+40
*
GlobalISel: Add templated functions and pattern matcher support for some more...
Volkan Keles
2018-02-14
1
-11
/
+7
*
[GlobalISel] Fix assert failure when legalizing non-power-2 loads.
Amara Emerson
2018-02-01
1
-3
/
+6
*
[ARM GlobalISel] Legalize G_SITOFP and G_UITOFP
Diana Picus
2018-01-30
1
-0
/
+19
*
[ARM GlobalISel] Legalize G_FPTOSI and G_FPTOUI
Diana Picus
2018-01-30
1
-0
/
+18
*
[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
[next]