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
/
Target
/
AArch64
/
AArch64LegalizerInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
[globalisel][legalizerinfo] Follow up on post-commit review comments after r3...
Daniel Sanders
2018-02-13
1
-1
/
+0
*
[globalisel][legalizer] Adapt LegalizerInfo to support inter-type dependencie...
Daniel Sanders
2018-01-29
1
-298
/
+256
*
[globalisel] Make LegalizerInfo::LegalizeAction available outside of Legalize...
Daniel Sanders
2018-01-29
1
-26
/
+27
*
Revert r319691: [globalisel][tablegen] Split atomic load/store into separate ...
Daniel Sanders
2017-12-05
1
-8
/
+0
*
[globalisel][tablegen] Split atomic load/store into separate opcode and enabl...
Daniel Sanders
2017-12-04
1
-0
/
+8
*
GlobalISel: Enable the legalization of G_MERGE_VALUES and G_UNMERGE_VALUES
Volkan Keles
2017-12-01
1
-0
/
+17
*
[aarch64][globalisel] Legalize G_ATOMIC_CMPXCHG_WITH_SUCCESS and G_ATOMICRMW_*
Daniel Sanders
2017-11-30
1
-1
/
+3
*
Fix VS2017 narrowing conversion warning. NFCI
Simon Pilgrim
2017-11-28
1
-1
/
+1
*
[aarch64][globalisel] Define G_ATOMIC_CMPXCHG and G_ATOMICRMW_* and make them...
Daniel Sanders
2017-11-28
1
-1
/
+18
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[GlobalISel] Enable legalizing non-power-of-2 sized types.
Kristof Beyls
2017-11-07
1
-41
/
+128
*
[AArch64][LegalizerInfo] Mark s128 G_BITCAST legal
Quentin Colombet
2017-10-16
1
-1
/
+3
*
[AArch64][GlobalISel] Make G_PHI of p0 types legal.
Amara Emerson
2017-10-08
1
-1
/
+1
*
[globalisel] Add a G_BSWAP instruction and support bswap using it.
Daniel Sanders
2017-09-19
1
-0
/
+3
*
[AArch64][GlobalISel] Select all fpexts.
Ahmed Bougacha
2017-09-12
1
-6
/
+7
*
[GISel]: Implement widenScalar for Legalizing G_PHI
Aditya Nandakumar
2017-08-25
1
-0
/
+3
*
[GISEl]: Translate phi into G_PHI
Aditya Nandakumar
2017-08-23
1
-0
/
+3
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-4
/
+0
*
[GISel]: Support Widening G_ICMP's destination operand.
Aditya Nandakumar
2017-07-31
1
-2
/
+4
*
[globalisel][tablegen] Enable the import of rules involving fma.
Daniel Sanders
2017-07-18
1
-1
/
+1
*
[GISel]: Enhance the MachineIRBuilder API
Aditya Nandakumar
2017-07-06
1
-3
/
+2
*
GlobalISel: add G_IMPLICIT_DEF instruction.
Tim Northover
2017-06-30
1
-0
/
+3
*
AArch64: legalize G_EXTRACT operations.
Tim Northover
2017-06-26
1
-0
/
+6
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
GlobalISel: constrain G_INSERT to inserting just one value per instruction.
Tim Northover
2017-03-03
1
-3
/
+2
*
GlobalISel: legalize va_arg on AArch64.
Tim Northover
2017-02-15
1
-0
/
+78
*
GlobalISel: deal with new G_PTR_MASK instruction on AArch64.
Tim Northover
2017-02-14
1
-0
/
+2
*
GlobalISel: legalize G_FPOW to a libcall on AArch64.
Tim Northover
2017-02-08
1
-2
/
+4
*
GlobalISel: expand mul-with-overflow into mul-hi on AArch64.
Tim Northover
2017-02-08
1
-1
/
+4
*
GlobalISel: select G_VASTART on iOS AArch64.
Tim Northover
2017-02-08
1
-0
/
+2
*
GlobalISel: legalize narrow G_SELECTS on AArch64.
Tim Northover
2017-02-06
1
-1
/
+4
*
GlobalISel: legalize G_INSERT instructions
Tim Northover
2017-02-06
1
-0
/
+12
*
[GlobalISel] Add support for indirectbr
Kristof Beyls
2017-01-30
1
-0
/
+1
*
[AArch64][LegalizerInfo] Specify the type of the opcode.
Quentin Colombet
2017-01-27
1
-6
/
+6
*
Revert "[AArch64][LegalizerInfo] Specify the type of the initialization list."
Quentin Colombet
2017-01-27
1
-76
/
+70
*
[AArch64][LegalizerInfo] Specify the type of the initialization list.
Quentin Colombet
2017-01-27
1
-70
/
+76
*
[AArch64][GlobalISel] Legalize narrow scalar fp->int conversions.
Ahmed Bougacha
2017-01-23
1
-3
/
+2
*
[AArch64][GlobalISel] Legalize narrow scalar ops again.
Ahmed Bougacha
2017-01-23
1
-1
/
+5
*
[AArch64][GlobalISel] Widen scalar int->fp conversions.
Ahmed Bougacha
2017-01-20
1
-1
/
+7
*
[GlobalISel] Pointers are legal operands for G_SELECT on AArch64
Kristof Beyls
2017-01-19
1
-1
/
+1
*
GlobalISel: allow truncating pointer casts on AArch64.
Tim Northover
2016-10-31
1
-1
/
+3
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-0
/
+202
[prev]