aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [mlir][StandardToSPIRV] Add support for lowering std.xor on bool to SPIR-VmainHanhan Wang2021-04-202-1/+32
* [gn build] reformat all gn filesNico Weber2021-04-204-5/+8
* [AArch64][SVE] Lower MULHU/MULHS nodes to umulh/smulh instructionsBradley Smith2021-04-209-7/+1452
* Revert "[SLP] Add detection of shuffled/perfect matching of tree entries."Alexey Bataev2021-04-203-168/+128
* [ARM] Create VMOVRRD from adjacent vector extractsDavid Green2021-04-2083-8619/+7329
* [flang][driver] Refactor methods for parsing options (nfc)Andrzej Warzynski2021-04-202-18/+25
* [SLP] Add detection of shuffled/perfect matching of tree entries.Alexey Bataev2021-04-203-128/+168
* [AArch64][AsmParser] NFC: Remove unused ExtendOp structCullen Rhodes2021-04-201-4/+0
* Fix PR46880: Fail CHECK-NOT with undefined variableThomas Preud'homme2021-04-208-82/+77
* [AMDGPU] Add TransVALU to gfx10Sebastian Neubauer2021-04-204-43/+136
* [RISCV][NFC] Add tests for scalable-vector DAGCombiner improvementsFraser Cormack2021-04-206-1/+125
* [AMDGPU] Use if instead of foreach in a few places. NFC.Jay Foad2021-04-202-7/+7
* [flang][nfc] Port 2 tests to use the new driver when enabledAndrzej Warzynski2021-04-202-2/+2
* [libc++][ci] Re-split the CI pipeline to try and reduce load on more buildersLouis Dionne2021-04-201-29/+35
* [MCA][LSUnit] Fix a potential use after free in the logic that updates memory...Andrea Di Biagio2021-04-202-2/+7
* [PowerPC] Canonicalize shuffles on big endian targets as wellNemanja Ivanovic2021-04-2028-2902/+3646
* [llvm-objdump] Add an llvm-otool toolNico Weber2021-04-2029-68/+509
* [ValueTypes] Fix sizes of v256i32 and v256f32 (8182 -> 8192)Cullen Rhodes2021-04-201-2/+2
* [AMDGPU] Use simpler alternatives to !foldl. NFC.Jay Foad2021-04-201-4/+4
* [mlir][linalg] lower index operations during linalg to vector lowering.Tobias Gysi2021-04-207-27/+134
* [DAG] SelectionDAG.cpp - breakup if-else chains where each block returns. NFCI.Simon Pilgrim2021-04-201-22/+19
* Fix Wdocumentation warning by consistently using '///' comment blocks. NFCI.Simon Pilgrim2021-04-201-4/+4
* [mlir] test gather/scatter index vector of type index.Tobias Gysi2021-04-201-6/+11
* [lit, test] Fix test cancellation feature detectionThomas Preud'homme2021-04-202-3/+24
* clang-format: [JS] do not merge imports and exports.Martin Probst2021-04-202-0/+10
* [C++, test] Fix typo in NSS* varsThomas Preud'homme2021-04-201-3/+2
* [AMDGPU] Re-arrange ds_read/ds_write ISel pattern for better readability.hsmahesha2021-04-201-16/+4
* [MemoryBuiltins] Added support for memalignDávid Bolvanský2021-04-202-0/+53
* [Support] APInt.h - remove <algorithm> include. NFCI.Simon Pilgrim2021-04-201-3/+4
* [CodeGen] CodeGenPassBuilder.h - remove unnecessary <string> include. NFCI.Simon Pilgrim2021-04-201-1/+0
* [RISCV] Refactor an optimization of addition with immediateBen Shi2021-04-203-23/+41
* [AArch64] Constant fold sve_convert_from_svbool(zero) to zeroJoe Ellis2021-04-203-17/+45
* [AArch64][SVE][InstCombine] Replace last{a,b} intrinsics with extracts...Joe Ellis2021-04-203-0/+250
* [libcxx][test] Split off debug mode testsKristina Bessonova2021-04-2050-562/+1168
* [ARM] Regenerate a couple of tests. NFCDavid Green2021-04-202-611/+1905
* [mlir] Progressively lower vector to SCFMatthias Springer2021-04-206-0/+641
* [mlir] Add patterns to lower Math operations to LLVM based libm calls.Tres Popp2021-04-207-0/+277
* [Support] BinaryStreamReader.h - remove unnecessary <string> include. NFCI.Simon Pilgrim2021-04-201-2/+1
* Re-land [GreedyRA ORE] Add Cost of spill locations into remarkSerguei Katkov2021-04-205-15/+71
* [RISCV] Fix missing emergency slots for scalable stack offsetsFraser Cormack2021-04-206-37/+275
* [LV] Let selectVectorizationFactor reason directly on VectorizationFactor.Sander de Smalen2021-04-205-36/+62
* [PowerPC] Use mtvsrdd to put callee-saved GPR into VSRQiu Chaofan2021-04-203-27/+103
* [DAGCombiner] Support fold zero scalar vector.Jun Ma2021-04-207-56/+73
* [AMDGPU] GCNDPPCombine: don't shrink V_ADD_CO_U32 if carry out is usedJay Foad2021-04-202-0/+27
* [X86][AMX] Verify illegal types or instructions for x86_amx.Luo, Yuanke2021-04-2013-19/+90
* Explicitly pass type to cast load constant folding resultArthur Eubanks2021-04-205-32/+37
* [PowerPC] Support f128 under VSXQiu Chaofan2021-04-2015-1634/+1499
* [SelectionDAG] Relax constraints on STEP_VECTOR step operandFraser Cormack2021-04-204-248/+36
* [CSKY 6/n] Add support branch and symbol series instructionZi Xuan Wu2021-04-2013-11/+817
* [CSKY 5/n] Add support for all CSKY basic integer instructions except for bra...Zi Xuan Wu2021-04-205-46/+407