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: 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
*
[GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes.
Amara Emerson
2018-12-10
1
-8
/
+33
*
[GISel]: Provide standard interface to observe changes in GISel passes
Aditya Nandakumar
2018-12-05
1
-29
/
+35
*
[ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF
Diana Picus
2018-11-26
1
-9
/
+12
*
Fix typo in comment. NFC
Diana Picus
2018-11-26
1
-1
/
+1
*
[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
[next]