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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Use MIR syntax for MachineMemOperand printing
Francis Visoiu Mistrih
2018-03-14
15
-47
/
+47
*
[X86] Add haswell testing for PR35635 as well.
Simon Pilgrim
2018-03-14
1
-16
/
+34
*
[AArch64] Emit CSR loads in the same order as stores
Francis Visoiu Mistrih
2018-03-14
1
-0
/
+72
*
[X86] Add back fast-isel code for handling i8 shifts.
Craig Topper
2018-03-14
1
-0
/
+12
*
[AArch64] Keep track of MIFlags in the LoadStoreOptimizer
Francis Visoiu Mistrih
2018-03-14
1
-0
/
+99
*
[X86] Teach X86TargetLowering::targetShrinkDemandedConstant to set non-demand...
Craig Topper
2018-03-14
3
-11
/
+18
*
[X86][AVX] Use WriteFShuffleLd for broadcast reg-mem instructions
Simon Pilgrim
2018-03-14
2
-10
/
+10
*
SjLjEHPrepare: Don't reg-to-mem swifterror values
Arnold Schwaighofer
2018-03-14
1
-2
/
+31
*
[GlobalIsel][X86] Support for G_SDIV instruction
Alexander Ivchenko
2018-03-14
5
-0
/
+607
*
[X86][Btver2] Fix YMM shuffle, permute and permutevar scheduler costs
Simon Pilgrim
2018-03-14
2
-15
/
+15
*
[X86][SSE] Use WriteFShuffleLd for MOVDDUP/MOVSHDUP/MOVSLDUP reg-mem instruct...
Simon Pilgrim
2018-03-14
2
-15
/
+18
*
[AArch64] Don't produce R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC
Martin Storsjo
2018-03-14
1
-2
/
+3
*
[GlobalISel][X86] Support G_LSHR/G_ASHR/G_SHL
Alexander Ivchenko
2018-03-14
13
-13
/
+2331
*
[GlobalIsel][X86] Support for G_ZEXT instruction
Alexander Ivchenko
2018-03-14
3
-0
/
+812
*
[X86] Re-generate test to get proper capitalization of its CHECK lines. NFC
Craig Topper
2018-03-13
1
-41
/
+41
*
[X86] Rewrite LowerAVXCONCAT_VECTORS similar to how we handle vXi1 concats.
Craig Topper
2018-03-13
2
-6
/
+0
*
[DAGCombiner] Allow visitEXTRACT_SUBVECTOR to combine with BUILD_VECTORS betw...
Craig Topper
2018-03-13
7
-165
/
+190
*
[MIR] Allow frame-setup and frame-destroy on the same instruction
Francis Visoiu Mistrih
2018-03-13
1
-0
/
+4
*
[x86] add test for WriteZero sched class instructions; NFC
Sanjay Patel
2018-03-13
1
-0
/
+92
*
[DAGCombine] visitREM - Don't assume that one divrem isn't driving another
Simon Pilgrim
2018-03-13
1
-0
/
+30
*
[X86][Btver2] Split i8/i16/i32/i64 div/idiv costs
Simon Pilgrim
2018-03-13
1
-14
/
+14
*
[mips] Fix the definitions of the EVA instructions
Simon Dardis
2018-03-13
1
-2
/
+2
*
[mips] Don't create nested CALLSEQ_START..CALLSEQ_END nodes.
Simon Dardis
2018-03-13
1
-0
/
+430
*
[X86][SSE41] createVariablePermute v2X64 - PCMPEQQ can test for index 0/1 and...
Simon Pilgrim
2018-03-13
1
-15
/
+14
*
[CodeGenPrepare] Respect endianness in splitMergedValStore.
Jonas Paulsson
2018-03-13
1
-0
/
+22
*
bpf: Extends zero extension elimination beyond comparison instructions
Yonghong Song
2018-03-13
1
-0
/
+16
*
bpf: J*_RR should check both operands
Yonghong Song
2018-03-13
1
-0
/
+20
*
bpf: Tighten subregister definition check
Yonghong Song
2018-03-13
1
-1
/
+32
*
bpf: Add more check directives in peephole testcase
Yonghong Song
2018-03-13
1
-0
/
+4
*
[LegalizeTypes] In SplitVecOp_TruncateHelper, use GetSplitVector on the input...
Craig Topper
2018-03-13
1
-328
/
+165
*
[AArch64] Fold adds with tprel_lo12_nc and secrel_lo12 into a following ldr/str
Martin Storsjo
2018-03-12
2
-15
/
+6
*
[Hexagon] Fix typo in testcase
Krzysztof Parzyszek
2018-03-12
1
-1
/
+1
*
[Hexagon] Counting leading/trailing bits is cheap
Krzysztof Parzyszek
2018-03-12
1
-0
/
+75
*
[Hexagon] Subtarget feature to emit one instruction per packet
Krzysztof Parzyszek
2018-03-12
2
-0
/
+109
*
[AMDGPU] Fix lowering enqueue kernel when kernel has no name
Yaxun Liu
2018-03-12
1
-9
/
+47
*
[Hexagon] Add REQUIRES: asserts to testcases that use -stats
Krzysztof Parzyszek
2018-03-12
2
-0
/
+2
*
[Hexagon] Add REQUIRES: asserts to testcases that use -debug-only
Krzysztof Parzyszek
2018-03-12
3
-1
/
+3
*
[AMDGPU][MC] Corrected GATHER4 opcodes
Dmitry Preobrazhensky
2018-03-12
2
-56
/
+0
*
[Hexagon] Add more lit tests
Krzysztof Parzyszek
2018-03-12
386
-0
/
+32789
*
AMDGPU/GlobalISel: Legality and RegBankInfo for G_{INSERT|EXTRACT}_VECTOR_ELT
Matt Arsenault
2018-03-12
4
-0
/
+392
*
AMDGPU/GlobalISel: InstrMapping for G_MERGE_VALUES
Matt Arsenault
2018-03-12
2
-1
/
+45
*
AMDGPU/GlobalISel: Make some G_MERGE_VALUEs legal
Matt Arsenault
2018-03-12
2
-0
/
+147
*
[X86][SSE] createVariablePermute - PSHUFB requires SSSE3 not just SSE3
Simon Pilgrim
2018-03-12
1
-14
/
+455
*
[X86][MMX] Support MMX build vectors to avoid SSE usage (PR29222)
Simon Pilgrim
2018-03-11
4
-1650
/
+565
*
[X86][AVX512] Added more non-VLX test cases
Simon Pilgrim
2018-03-11
2
-264
/
+197
*
[X86][AVX] createVariablePermute - scale v16i16 variable permutes to use v32i...
Simon Pilgrim
2018-03-11
1
-560
/
+103
*
[X86][AVX] createVariablePermute - widen permutes for cases where the source ...
Simon Pilgrim
2018-03-11
2
-83
/
+100
*
[X86][AVX] createVariablePermute - use PSHUFB+PCMPGT+SELECT for v32i8 variabl...
Simon Pilgrim
2018-03-11
1
-1198
/
+73
*
[X86][AVX] createVariablePermute - use 2xVPERMIL+PCMPGT+SELECT for v8i32/v8f3...
Simon Pilgrim
2018-03-11
1
-240
/
+132
*
[X86][AVX512] createVariablePermute - Non-VLX targets can widen v4i64/v8f64 v...
Simon Pilgrim
2018-03-11
1
-72
/
+28
[next]