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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][SSE] Remove unnecessary NonceMasks from combineX86ShufflesRecursively c...
Simon Pilgrim
2017-09-20
1
-25
/
+14
*
'into' instruction should not be decoded as a valid instr in 64-bit mode
Andrew V. Tischenko
2017-09-20
1
-1
/
+1
*
[X86] Remove isel checks for immediate size on floating point compare and xop...
Craig Topper
2017-09-20
3
-36
/
+26
*
[AMDGPU] Fixed memory leak with inliner replaced
Stanislav Mekhanoshin
2017-09-20
1
-1
/
+3
*
AMDGPU: Move r600 only code into r600 only td file
Matt Arsenault
2017-09-20
2
-53
/
+54
*
[AMDGPU] Fix regression in test clang/test/CodeGen/backend-unsupported-error.ll
Stanislav Mekhanoshin
2017-09-20
1
-1
/
+2
*
AMDGPU: Match load d16 hi instructions
Matt Arsenault
2017-09-20
5
-50
/
+161
*
[AMDGPU] Port of HSAIL inliner
Stanislav Mekhanoshin
2017-09-20
5
-1
/
+218
*
AMDGPU: Cleanup load/store PatFrags
Matt Arsenault
2017-09-20
7
-271
/
+244
*
AMDGPU: Match store d16_hi instructions
Matt Arsenault
2017-09-20
4
-18
/
+77
*
[ARM] Relax 'cpsie'/'cpsid' flag parsing.
Jonathan Roelofs
2017-09-19
1
-1
/
+1
*
[MSP430] Align functions on 2-byte boundary instead of 4.
Vadzim Dambrouski
2017-09-19
1
-1
/
+1
*
[AMDGPU] Prevent post-RA scheduler from breaking memory clauses
Stanislav Mekhanoshin
2017-09-19
2
-0
/
+58
*
[SystemZ] Fix truncstore + bswap codegen bug
Ulrich Weigand
2017-09-19
1
-1
/
+2
*
[X86] Convert X86ISD::SELECT to ISD::VSELECT just before instruction selectio...
Craig Topper
2017-09-19
3
-22
/
+3
*
[PowerPC Peephole] Constants into a join add, use ADDI over LI/ADD.
Tony Jiang
2017-09-19
1
-0
/
+116
*
[Power9] Add missing Power9 instructions.
Tony Jiang
2017-09-19
5
-442
/
+67
*
[globalisel] Add a G_BSWAP instruction and support bswap using it.
Daniel Sanders
2017-09-19
1
-0
/
+3
*
[Nios2] Subtarget, basic infrastructure for frame, instructions and registers
Nikolai Bozhenov
2017-09-19
15
-20
/
+545
*
[x86] Lowering Mask Set1 intrinsics to LLVM IR
Jina Nahias
2017-09-19
1
-24
/
+0
*
[ARM] Use ADDCARRY / SUBCARRY
Roger Ferrer Ibanez
2017-09-19
2
-20
/
+169
*
AMDGPU: Run internalize symbols at -O0
Matt Arsenault
2017-09-19
1
-21
/
+21
*
[X86][Skylake] Adding the scheduling information for the SkylakeClient target
Gadi Haber
2017-09-19
3
-3
/
+4014
*
[X86] Remove some unnecessary patterns for truncate with X86ISD::SELECT and u...
Craig Topper
2017-09-19
1
-6
/
+0
*
[X86] Add VPERMPD/VPERMQ and VPERMPS/VPERMD to the execution domain fixing ta...
Craig Topper
2017-09-19
1
-0
/
+16
*
bpf: add inline-asm support
Yonghong Song
2017-09-18
4
-0
/
+121
*
[DAGCombiner] fold assertzexts separated by trunc
Sanjay Patel
2017-09-18
1
-33
/
+0
*
AMDGPU: Start selecting s_xnor_{b32, b64}
Konstantin Zhuravlyov
2017-09-18
3
-2
/
+48
*
[X86] Make sure we still emit zext for GR32 to GR64 when the source of the ze...
Craig Topper
2017-09-18
1
-2
/
+4
*
[X86] Don't emit COPY_TO_REG to ABCD registers before EXTRACT_SUBREG of sub_8bit
Craig Topper
2017-09-18
3
-59
/
+7
*
[X86] Don't emit COPY_TO_REG to ABCD registers before EXTRACT_SUBREG of sub_8...
Craig Topper
2017-09-18
2
-56
/
+19
*
[AArch64] Adjust the cost model for Exynos M1 and M2
Evandro Menezes
2017-09-18
1
-18
/
+57
*
[AArch64] Adjust the cost model for Exynos M1 and M2
Evandro Menezes
2017-09-18
2
-15
/
+84
*
[AArch64] Adjust the cost model for Exynos M1 and M2
Evandro Menezes
2017-09-18
1
-1
/
+2
*
[X86][AVX] Improve (i8 bitcast (v8i1 x)) handling for 256-bit vector compare ...
Simon Pilgrim
2017-09-18
1
-1
/
+1
*
[X86] Fix two more places to prefer VPERMQ/PD over VPERM2X128 when AVX2 is en...
Craig Topper
2017-09-18
1
-9
/
+7
*
[AArch64] Add V8_2aOps feature to Cortex-A55 and 75
Sam Parker
2017-09-18
1
-0
/
+2
*
[ARM] Implement isTruncateFree
Sam Parker
2017-09-18
2
-1
/
+22
*
[X86][SSE] Improve support for vselect(Cond, 0, X) -> ANDN(Cond, X)
Simon Pilgrim
2017-09-18
1
-0
/
+14
*
[ARM] Fix for indexed dot product instruction descriptions
Sjoerd Meijer
2017-09-18
1
-1
/
+1
*
[X86] combineVSelectWithAllOnesOrZeros - cleanup variable names. NFCI.
Simon Pilgrim
2017-09-18
1
-4
/
+3
*
[X86FixupBWInsts] More precise register liveness if no <imp-use> on MOVs.
Nikolai Bozhenov
2017-09-18
1
-12
/
+82
*
[X86] Strengthen some of the SD type constraints in X86InstrFragmentsSIMD.td
Craig Topper
2017-09-18
1
-37
/
+32
*
[X86] Teach the execution domain fixing tables to use movlhps inplace of unpc...
Craig Topper
2017-09-18
1
-3
/
+3
*
[X86] Teach execution domain fixing to convert between FP and int unpack inst...
Craig Topper
2017-09-18
1
-0
/
+48
*
[X86] Teach execution domain fixing to convert between VPERMILPS and VPSHUFD.
Craig Topper
2017-09-18
1
-0
/
+10
*
[X86] Remove the X86ISD::MOVLHPD. Lowering doesn't use it and it's not a real...
Craig Topper
2017-09-18
4
-25
/
+2
*
[X86] Teach shuffle lowering to use MOVLHPS/MOVHLPS for lowering v4f32 unary ...
Craig Topper
2017-09-17
1
-5
/
+17
*
[X86] Synchronize a pattern between SSE1 and AVX/AVX512.
Craig Topper
2017-09-17
2
-2
/
+2
*
[X86] Colocate all of the X86VBroadcast patterns for v2i64 and v2f64. NFC
Craig Topper
2017-09-17
1
-7
/
+4
[next]