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
*
Change encodeU/SLEB128 to pad to certain number of bytes
Sam Clegg
2017-09-15
1
-5
/
+2
*
[llvm] Fix some typos. NFC.
Mandeep Singh Grang
2017-09-15
1
-1
/
+1
*
Revert r313343 "[X86] PR32755 : Improvement in CodeGen instruction selection ...
Hans Wennborg
2017-09-15
2
-479
/
+10
*
[X86] Prefer VPERMQ over VPERM2F128 for any unary shuffle, not just the ones ...
Craig Topper
2017-09-15
1
-3
/
+4
*
[X86] Use SDNode::ops() instead of makeArrayRef and op_begin(). NFCI
Craig Topper
2017-09-15
1
-5
/
+5
*
[X86] Don't create i64 constants on 32-bit targets when lowering v64i1 consta...
Craig Topper
2017-09-15
1
-0
/
+12
*
[X86] Add isel pattern infrastructure to begin recognizing when we're inserti...
Craig Topper
2017-09-15
1
-0
/
+59
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
29
-13785
/
+2407
*
[AArch64] allow v8f16 types when FullFP16 is supported
Sjoerd Meijer
2017-09-15
1
-33
/
+31
*
[X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.
Jatin Bhateja
2017-09-15
2
-10
/
+479
*
[X86] Remove an unnecessary SmallVector from LowerBUILD_VECTOR.
Craig Topper
2017-09-14
1
-4
/
+2
*
Fix warnings in r313297.
Jan Sjodin
2017-09-14
2
-5
/
+3
*
AMDGPU: Fix violating constant bus restriction
Matt Arsenault
2017-09-14
1
-4
/
+5
*
Add AddresSpace to PseudoSourceValue.
Jan Sjodin
2017-09-14
4
-4
/
+29
*
AMDGPU: Fix assert on alloca of array of struct
Matt Arsenault
2017-09-14
1
-6
/
+5
*
AMDGPU: Stop modifying SP in call sequences
Matt Arsenault
2017-09-14
1
-3
/
+3
*
[mips] Implement the 'dext' aliases and it's disassembly alias.
Simon Dardis
2017-09-14
5
-43
/
+162
*
AMDGPU: Make frame register caller preserved
Matt Arsenault
2017-09-14
2
-10
/
+16
*
[mips] Implement the 'dins' aliases.
Simon Dardis
2017-09-14
5
-25
/
+139
*
Test commit.
Aleksandar Beserminji
2017-09-14
1
-1
/
+1
*
[Hexagon] Make getMemAccessSize return size in bytes
Krzysztof Parzyszek
2017-09-14
7
-58
/
+65
*
[X86] When applying the shuffle-to-zero-extend transformation on floating poi...
Ayman Musa
2017-09-14
1
-4
/
+9
*
[mips] Pick the right variant of DINS upfront and enable target instruction v...
Simon Dardis
2017-09-14
8
-44
/
+119
*
AMDGPU: Don't spill SP reg like a normal CSR
Matt Arsenault
2017-09-13
3
-0
/
+16
*
Allow target to decide when to cluster loads/stores in misched
Stanislav Mekhanoshin
2017-09-13
4
-2
/
+47
*
AMDGPU: Handle coldcc in more places
Matt Arsenault
2017-09-13
1
-0
/
+2
*
Refactoring the stride 4 code in the X86interleavedaccess NFC
Michael Zuckerman
2017-09-13
1
-34
/
+32
*
[mips] correct operand range for DINSM instruction
Petar Jovanovic
2017-09-13
1
-1
/
+1
*
[Power9] Add missing instructions: extswsli, popcntb
Stefan Pintilie
2017-09-13
2
-0
/
+22
*
[GlobalISel][X86] support G_FPEXT operation.
Igor Breger
2017-09-13
2
-3
/
+15
*
[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (llvm)
Uriel Korach
2017-09-13
1
-18
/
+0
*
[X86] Adding X86 Processor Families
Mohammed Agabaria
2017-09-13
3
-5
/
+59
*
[X86] Make sure we emit a SUBREG_TO_REG after the MOV32ri when creating a BEX...
Craig Topper
2017-09-13
1
-2
/
+9
*
[X86 CodeGen] Optimization of ZeroExtendLoad for v2i8 vector
Elena Demikhovsky
2017-09-13
1
-0
/
+1
*
[X86] Use isUInt<32> to simplify some code. NFC
Craig Topper
2017-09-13
1
-1
/
+1
*
[Fuchsia] Magenta -> Zircon
Petr Hosek
2017-09-13
2
-4
/
+4
*
[WebAssembly] Add sign extend instructions from atomics proposal
Derek Schuff
2017-09-13
2
-2
/
+24
*
[x86] eliminate unnecessary vector compare for AVX masked store
Sanjay Patel
2017-09-12
1
-2
/
+27
*
[mips] handle UImm16_AltRelaxed match type
Petar Jovanovic
2017-09-12
1
-0
/
+1
*
[AArch64][GlobalISel] Select all fpexts.
Ahmed Bougacha
2017-09-12
2
-33
/
+7
*
[AArch64][GlobalISel] Select all fptruncs.
Ahmed Bougacha
2017-09-12
1
-28
/
+3
*
Update branch coalescing to be a PowerPC specific pass
Lei Huang
2017-09-12
4
-0
/
+794
*
bpf: Add BPF AsmParser support in LLVM
Yonghong Song
2017-09-12
5
-1
/
+500
*
[X86] Move matching of (and (srl/sra, C), (1<<C) - 1) to BEXTR/BEXTRI instruc...
Craig Topper
2017-09-12
4
-52
/
+92
*
Revert r313009 "[ARM] Use ADDCARRY / SUBCARRY"
Hans Wennborg
2017-09-12
2
-168
/
+20
*
[SystemZ] Add the CoveredBySubRegs bit to GPR64, GPR128 and FPR128 registers.
Jonas Paulsson
2017-09-12
1
-0
/
+3
*
[AArch64] ISel: Add some debug messages to LowerBUILDVECTOR. NFC.
Sjoerd Meijer
2017-09-12
1
-19
/
+59
*
[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IR
Yael Tsafrir
2017-09-12
1
-10
/
+0
*
[ARM] Fix typo when creating ISD::SUB nodes
Roger Ferrer Ibanez
2017-09-12
1
-5
/
+5
*
[ARM] Use ADDCARRY / SUBCARRY
Roger Ferrer Ibanez
2017-09-12
2
-20
/
+168
[next]