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
/
ARM
/
ARMLegalizerInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix formatting for r323876. NFC
Diana Picus
2018-01-31
1
-5
/
+5
*
[ARM GlobalISel] Modernize LegalizerInfo. NFCI
Diana Picus
2018-01-31
1
-126
/
+68
*
[ARM GlobalISel] Legalize G_SITOFP and G_UITOFP
Diana Picus
2018-01-30
1
-0
/
+11
*
[ARM GlobalISel] Legalize G_FPTOSI and G_FPTOUI
Diana Picus
2018-01-30
1
-3
/
+12
*
[ARM][GISel] PR35965 Constrain RegClasses of nested instructions built from D...
Daniel Sanders
2018-01-29
1
-0
/
+3
*
[globalisel] Make LegalizerInfo::LegalizeAction available outside of Legalize...
Daniel Sanders
2018-01-29
1
-10
/
+12
*
[ARM GlobalISel] Rename local variable. NFC
Diana Picus
2018-01-17
1
-2
/
+2
*
[ARM GlobalISel] Legalize G_FPEXT and G_FPTRUNC
Diana Picus
2018-01-17
1
-0
/
+12
*
[ARM GlobalISel] Legalize G_FMA
Diana Picus
2018-01-12
1
-0
/
+7
*
[ARM GlobalISel] Legalize G_FNEG for s32 and s64
Diana Picus
2018-01-10
1
-1
/
+2
*
[ARM GlobalISel] Legalize s32/s64 G_FCONSTANT
Diana Picus
2018-01-10
1
-3
/
+14
*
[ARM GlobalISel] Legalize G_CONSTANT for scalars > 32 bits
Diana Picus
2018-01-10
1
-3
/
+4
*
[ARM GlobalISel] Legalize scalar G_PHI
Diana Picus
2018-01-04
1
-0
/
+7
*
[ARM GlobalISel] Support G_INTTOPTR and G_PTRTOINT for s32
Diana Picus
2017-12-22
1
-0
/
+6
*
[ARM GlobalISel] Support pointer constants
Diana Picus
2017-12-22
1
-0
/
+1
*
[ARM GlobalISel] Fix G_(UN)MERGE_VALUES handling after r319524
Diana Picus
2017-12-18
1
-9
/
+5
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
GlobalISel: Enable the legalization of G_MERGE_VALUES and G_UNMERGE_VALUES
Volkan Keles
2017-12-01
1
-0
/
+9
*
[ARM GlobalISel] Support G_FDIV for s32 and s64
Diana Picus
2017-11-23
1
-2
/
+2
*
[ARM GlobalISel] Support G_FMUL for s32 and s64
Diana Picus
2017-11-23
1
-2
/
+2
*
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
-13
/
+58
*
[GlobalISel|ARM] : Allow legalizing G_FSUB
Javed Absar
2017-10-30
1
-4
/
+6
*
[ARM] GlobalISel: Mark shifts as legal for s32
Diana Picus
2017-10-06
1
-0
/
+3
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-4
/
+0
*
[ARM] GlobalISel: Mark G_GLOBAL_VALUE as legal
Diana Picus
2017-07-26
1
-0
/
+1
*
[ARM] GlobalISel: Support G_(S|U)REM for s8 and s16
Diana Picus
2017-07-18
1
-2
/
+4
*
[ARM] GlobalISel: Support G_BRCOND
Diana Picus
2017-07-14
1
-0
/
+2
*
[ARM] GlobalISel: Fix oversight in G_FCMP legalization
Diana Picus
2017-07-11
1
-0
/
+1
*
[ARM] GlobalISel: Legalize s64 G_FCMP
Diana Picus
2017-07-11
1
-8
/
+60
*
[ARM] GlobalISel: Legalize G_FCMP for s32
Diana Picus
2017-07-06
1
-0
/
+132
*
[ARM] GlobalISel: Widen s1, s8, s16 G_CONSTANT
Diana Picus
2017-07-06
1
-0
/
+2
*
[GlobalISel] Refactor Legalizer helpers for libcalls
Diana Picus
2017-07-05
1
-4
/
+9
*
[ARM] GlobalISel: Extract tiny helper. NFC
Diana Picus
2017-07-05
1
-2
/
+5
*
[GlobalISel] Make multi-step legalization work.
Kristof Beyls
2017-06-30
1
-38
/
+1
*
[ARM] GlobalISel: Support G_SELECT for pointers
Diana Picus
2017-06-27
1
-0
/
+1
*
[ARM] GlobalISel: Support G_SELECT for i32
Diana Picus
2017-06-27
1
-0
/
+3
*
[ARM] GlobalISel: Support G_ICMP for s8 and s16
Diana Picus
2017-06-19
1
-0
/
+2
*
[ARM] GlobalISel: Support G_ICMP for i32 and pointers
Diana Picus
2017-06-19
1
-0
/
+4
*
[ARM] GlobalISel: Add support for i32 modulo
Diana Picus
2017-06-15
1
-0
/
+45
*
[ARM] GlobalISel: Support G_XOR
Diana Picus
2017-06-07
1
-1
/
+1
*
[ARM] GlobalISel: Support G_OR
Diana Picus
2017-06-07
1
-1
/
+1
*
[ARM] GlobalISel: Support G_AND
Diana Picus
2017-06-07
1
-1
/
+1
*
[ARM][GlobalISel] Legalize narrow scalar ops by widening
Diana Picus
2017-05-11
1
-3
/
+5
*
[ARM] GlobalISel: Legalize s8 and s16 G_(S|U)DIV
Diana Picus
2017-04-24
1
-0
/
+52
*
[ARM] GlobalISel: Support G_(S|U)DIV for s32
Diana Picus
2017-04-24
1
-0
/
+7
*
[ARM] GlobalISel: Add support for G_MUL
Diana Picus
2017-04-19
1
-1
/
+1
*
[ARM] GlobalISel: Add support for G_SUB
Diana Picus
2017-04-18
1
-2
/
+3
*
GlobalISel: Allow legalizing G_FADD to a libcall
Diana Picus
2017-04-11
1
-0
/
+3
*
[ARM] GlobalISel: Support G_FPOW for float and double
Diana Picus
2017-04-10
1
-2
/
+3
[next]