GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][StandardToSPIRV] Add support for lowering std.xor on bool to SPIR-V
main
Hanhan Wang
2021-04-20
2
-1
/
+32
*
[gn build] reformat all gn files
Nico Weber
2021-04-20
4
-5
/
+8
*
[AArch64][SVE] Lower MULHU/MULHS nodes to umulh/smulh instructions
Bradley Smith
2021-04-20
9
-7
/
+1452
*
Revert "[SLP] Add detection of shuffled/perfect matching of tree entries."
Alexey Bataev
2021-04-20
3
-168
/
+128
*
[ARM] Create VMOVRRD from adjacent vector extracts
David Green
2021-04-20
83
-8619
/
+7329
*
[flang][driver] Refactor methods for parsing options (nfc)
Andrzej Warzynski
2021-04-20
2
-18
/
+25
*
[SLP] Add detection of shuffled/perfect matching of tree entries.
Alexey Bataev
2021-04-20
3
-128
/
+168
*
[AArch64][AsmParser] NFC: Remove unused ExtendOp struct
Cullen Rhodes
2021-04-20
1
-4
/
+0
*
Fix PR46880: Fail CHECK-NOT with undefined variable
Thomas Preud'homme
2021-04-20
8
-82
/
+77
*
[AMDGPU] Add TransVALU to gfx10
Sebastian Neubauer
2021-04-20
4
-43
/
+136
*
[RISCV][NFC] Add tests for scalable-vector DAGCombiner improvements
Fraser Cormack
2021-04-20
6
-1
/
+125
*
[AMDGPU] Use if instead of foreach in a few places. NFC.
Jay Foad
2021-04-20
2
-7
/
+7
*
[flang][nfc] Port 2 tests to use the new driver when enabled
Andrzej Warzynski
2021-04-20
2
-2
/
+2
*
[libc++][ci] Re-split the CI pipeline to try and reduce load on more builders
Louis Dionne
2021-04-20
1
-29
/
+35
*
[MCA][LSUnit] Fix a potential use after free in the logic that updates memory...
Andrea Di Biagio
2021-04-20
2
-2
/
+7
*
[PowerPC] Canonicalize shuffles on big endian targets as well
Nemanja Ivanovic
2021-04-20
28
-2902
/
+3646
*
[llvm-objdump] Add an llvm-otool tool
Nico Weber
2021-04-20
29
-68
/
+509
*
[ValueTypes] Fix sizes of v256i32 and v256f32 (8182 -> 8192)
Cullen Rhodes
2021-04-20
1
-2
/
+2
*
[AMDGPU] Use simpler alternatives to !foldl. NFC.
Jay Foad
2021-04-20
1
-4
/
+4
*
[mlir][linalg] lower index operations during linalg to vector lowering.
Tobias Gysi
2021-04-20
7
-27
/
+134
*
[DAG] SelectionDAG.cpp - breakup if-else chains where each block returns. NFCI.
Simon Pilgrim
2021-04-20
1
-22
/
+19
*
Fix Wdocumentation warning by consistently using '///' comment blocks. NFCI.
Simon Pilgrim
2021-04-20
1
-4
/
+4
*
[mlir] test gather/scatter index vector of type index.
Tobias Gysi
2021-04-20
1
-6
/
+11
*
[lit, test] Fix test cancellation feature detection
Thomas Preud'homme
2021-04-20
2
-3
/
+24
*
clang-format: [JS] do not merge imports and exports.
Martin Probst
2021-04-20
2
-0
/
+10
*
[C++, test] Fix typo in NSS* vars
Thomas Preud'homme
2021-04-20
1
-3
/
+2
*
[AMDGPU] Re-arrange ds_read/ds_write ISel pattern for better readability.
hsmahesha
2021-04-20
1
-16
/
+4
*
[MemoryBuiltins] Added support for memalign
Dávid Bolvanský
2021-04-20
2
-0
/
+53
*
[Support] APInt.h - remove <algorithm> include. NFCI.
Simon Pilgrim
2021-04-20
1
-3
/
+4
*
[CodeGen] CodeGenPassBuilder.h - remove unnecessary <string> include. NFCI.
Simon Pilgrim
2021-04-20
1
-1
/
+0
*
[RISCV] Refactor an optimization of addition with immediate
Ben Shi
2021-04-20
3
-23
/
+41
*
[AArch64] Constant fold sve_convert_from_svbool(zero) to zero
Joe Ellis
2021-04-20
3
-17
/
+45
*
[AArch64][SVE][InstCombine] Replace last{a,b} intrinsics with extracts...
Joe Ellis
2021-04-20
3
-0
/
+250
*
[libcxx][test] Split off debug mode tests
Kristina Bessonova
2021-04-20
50
-562
/
+1168
*
[ARM] Regenerate a couple of tests. NFC
David Green
2021-04-20
2
-611
/
+1905
*
[mlir] Progressively lower vector to SCF
Matthias Springer
2021-04-20
6
-0
/
+641
*
[mlir] Add patterns to lower Math operations to LLVM based libm calls.
Tres Popp
2021-04-20
7
-0
/
+277
*
[Support] BinaryStreamReader.h - remove unnecessary <string> include. NFCI.
Simon Pilgrim
2021-04-20
1
-2
/
+1
*
Re-land [GreedyRA ORE] Add Cost of spill locations into remark
Serguei Katkov
2021-04-20
5
-15
/
+71
*
[RISCV] Fix missing emergency slots for scalable stack offsets
Fraser Cormack
2021-04-20
6
-37
/
+275
*
[LV] Let selectVectorizationFactor reason directly on VectorizationFactor.
Sander de Smalen
2021-04-20
5
-36
/
+62
*
[PowerPC] Use mtvsrdd to put callee-saved GPR into VSR
Qiu Chaofan
2021-04-20
3
-27
/
+103
*
[DAGCombiner] Support fold zero scalar vector.
Jun Ma
2021-04-20
7
-56
/
+73
*
[AMDGPU] GCNDPPCombine: don't shrink V_ADD_CO_U32 if carry out is used
Jay Foad
2021-04-20
2
-0
/
+27
*
[X86][AMX] Verify illegal types or instructions for x86_amx.
Luo, Yuanke
2021-04-20
13
-19
/
+90
*
Explicitly pass type to cast load constant folding result
Arthur Eubanks
2021-04-20
5
-32
/
+37
*
[PowerPC] Support f128 under VSX
Qiu Chaofan
2021-04-20
15
-1634
/
+1499
*
[SelectionDAG] Relax constraints on STEP_VECTOR step operand
Fraser Cormack
2021-04-20
4
-248
/
+36
*
[CSKY 6/n] Add support branch and symbol series instruction
Zi Xuan Wu
2021-04-20
13
-11
/
+817
*
[CSKY 5/n] Add support for all CSKY basic integer instructions except for bra...
Zi Xuan Wu
2021-04-20
5
-46
/
+407
[next]