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
/
test
/
CodeGen
/
ARM
/
GlobalISel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MIR: Reject non-power-of-4 alignments in MMO parsing
Matt Arsenault
2019-01-30
1
-1
/
+1
*
[ARM GlobalISel] Support integer division for Thumb2
Diana Picus
2019-01-28
2
-39
/
+124
*
[ARM GlobalISel] Support shifts for Thumb2
Diana Picus
2019-01-25
6
-518
/
+596
*
[GISel]: Change how CSE is enabled by default for each pass
Aditya Nandakumar
2019-01-24
4
-12
/
+12
*
[ARM GlobalISel] Allow calls to varargs functions
Diana Picus
2019-01-17
2
-7
/
+86
*
[ARM GlobalISel] Import MOVi32imm into GlobalISel
Diana Picus
2019-01-14
1
-0
/
+21
*
[ARM GlobalISel] Support G_CONSTANT for Thumb2
Diana Picus
2018-12-19
6
-179
/
+603
*
[ARM GlobalISel] Thumb2: casts between int and ptr
Diana Picus
2018-12-14
3
-47
/
+101
*
[ARM GlobalISel] Remove duplicate test. NFCI
Diana Picus
2018-12-14
1
-51
/
+0
*
[ARM GlobalISel] Allow simple binary ops in Thumb2
Diana Picus
2018-12-14
3
-558
/
+696
*
[ARM GlobalISel] Support exts and truncs for Thumb2
Diana Picus
2018-12-13
2
-0
/
+367
*
[ARM GlobalISel] Select load/store for Thumb2
Diana Picus
2018-12-12
3
-24
/
+137
*
[GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes.
Amara Emerson
2018-12-10
1
-6
/
+6
*
[ARM GlobalISel] Implement call lowering for Thumb2
Diana Picus
2018-12-05
2
-32
/
+63
*
[ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF
Diana Picus
2018-11-26
2
-0
/
+199
*
[ARM][NFC] codegen tests cleanup: remove dangling check prefixes
Sjoerd Meijer
2018-11-23
1
-6
/
+6
*
[ARM GlobalISel] Add test for BFC. NFCI
Diana Picus
2018-11-22
1
-0
/
+57
*
[GlobalISel] Rewrite CallLowering::lowerReturn to accept multiple VRegs per V...
Alexander Ivchenko
2018-08-02
1
-36
/
+13
*
NFC - Various typo fixes in tests
Gabor Buella
2018-07-04
1
-1
/
+1
*
[GlobalISel][IRTranslator] Split aggregates during IR translation.
Amara Emerson
2018-05-16
2
-23
/
+103
*
[globalisel] Remove redundant -global-isel option from tests that use -run-pa...
Daniel Sanders
2018-05-05
12
-31
/
+31
*
[globalisel][legalizerinfo] Add support for legalization based on the Machine...
Daniel Sanders
2018-04-27
1
-2
/
+4
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
16
-3306
/
+3306
*
[ARM GlobalISel] Add inst selector tests for G_SITOFP and G_UITOFP
Diana Picus
2018-01-30
1
-0
/
+113
*
[ARM GlobalISel] Map G_SITOFP and G_UITOFP
Diana Picus
2018-01-30
1
-0
/
+91
*
[ARM GlobalISel] Legalize G_SITOFP and G_UITOFP
Diana Picus
2018-01-30
1
-0
/
+143
*
[ARM GlobalISel] Add inst selector tests for G_FPTOSI and G_FPTOUI
Diana Picus
2018-01-30
1
-0
/
+113
*
[ARM GlobalISel] Map G_FPTOSI and G_FPTOUI
Diana Picus
2018-01-30
1
-0
/
+91
*
[ARM GlobalISel] Legalize G_FPTOSI and G_FPTOUI
Diana Picus
2018-01-30
1
-0
/
+143
*
[ARM][GISel] PR35965 Constrain RegClasses of nested instructions built from D...
Daniel Sanders
2018-01-29
1
-0
/
+30
*
[ARM] Armv8.2-A FP16 code generation (part 1/3)
Sjoerd Meijer
2018-01-26
1
-1
/
+1
*
[GISel]: Remove redundant copies at the end of ISel
Aditya Nandakumar
2018-01-24
1
-21
/
+10
*
[globalisel][tablegen] Honour priority order within nested instructions.
Daniel Sanders
2018-01-17
1
-0
/
+40
*
[ARM GlobalISel] Add instselect tests for G_FPEXT and G_FPTRUNC
Diana Picus
2018-01-17
1
-0
/
+55
*
[ARM GlobalISel] Map G_FPEXT and G_FPTRUNC to FPR
Diana Picus
2018-01-17
1
-0
/
+45
*
[ARM GlobalISel] Legalize G_FPEXT and G_FPTRUNC
Diana Picus
2018-01-17
1
-0
/
+79
*
[ARM GlobalISel] Add inst selector tests for G_FMA
Diana Picus
2018-01-12
2
-0
/
+253
*
[ARM GlobalISel] Map G_FMA to FPR
Diana Picus
2018-01-12
1
-2
/
+58
*
[ARM GlobalISel] Legalize G_FMA
Diana Picus
2018-01-12
1
-0
/
+121
*
[arm] Implement Target Operand Flag MIR serialization.
Evgeniy Stepanov
2018-01-11
1
-2
/
+2
*
[ARM GlobalISel] Add inst selector tests for G_FNEG s32 and s64
Diana Picus
2018-01-10
2
-0
/
+154
*
[ARM GlobalISel] Map G_FNEG to the FPR bank
Diana Picus
2018-01-10
1
-0
/
+49
*
[ARM GlobalISel] Legalize G_FNEG for s32 and s64
Diana Picus
2018-01-10
1
-0
/
+81
*
[ARM GlobalISel] Legalize s32/s64 G_FCONSTANT
Diana Picus
2018-01-10
1
-0
/
+56
*
[ARM GlobalISel] Legalize G_CONSTANT for scalars > 32 bits
Diana Picus
2018-01-10
1
-0
/
+11
*
[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.
Puyan Lotfi
2018-01-10
2
-112
/
+112
*
[ARM GlobalISel] Select G_PHI
Diana Picus
2018-01-04
1
-0
/
+95
*
[ARM GlobalISel] Add RegBankSelect tests for G_PHI
Diana Picus
2018-01-04
1
-0
/
+85
*
[ARM GlobalISel] Legalize scalar G_PHI
Diana Picus
2018-01-04
1
-0
/
+170
*
[ARM GlobalISel] Fix selection of pointer constants
Diana Picus
2018-01-04
1
-3
/
+22
[prev]
[next]