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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump the trunk version to 10.0.0svn
llvmorg-10-init
Hans Wennborg
2019-07-18
5
-59
/
+13
*
[ARM][DAGCOMBINE][FIX] PerformVMOVRRDCombine
Diogo N. Sampaio
2019-07-18
2
-3
/
+38
*
[SCEV] add no wrap flag for SCEVAddExpr.
Chen Zheng
2019-07-18
5
-8
/
+8
*
[RISCV] Reset NoPHIS MachineFunctionProperty in emitSelectPseudo
Alex Bradbury
2019-07-18
1
-0
/
+1
*
[LoopInfo] Use early return in branch weight update functions. NFC.
Serguei Katkov
2019-07-18
1
-29
/
+30
*
[RISCV][DebugInfo] Fix dwarf-riscv-relocs.ll test on Windows
Alex Bradbury
2019-07-18
1
-1
/
+1
*
[NFC][PowerPC] Add the test to test the pass block-placement
Kang Zhang
2019-07-18
2
-1
/
+318
*
[X86] Disable combineConcatVectors for vXi1 vectors.
Craig Topper
2019-07-18
2
-116
/
+116
*
Fix typo in programmer's manual cantFile -> cantFail
Nathan Lanza
2019-07-18
1
-1
/
+1
*
[DWARF][RISCV] Add support for RISC-V relocations needed for debug info
Alex Bradbury
2019-07-18
9
-12
/
+192
*
[RISCV] Re-land r366331 d RISCV to LLVM_ALL_TARGETS
Alex Bradbury
2019-07-18
1
-0
/
+1
*
[RISCV] Avoid signed integer overflow UB in RISCVMatInt::generateInstSeq
Alex Bradbury
2019-07-18
1
-1
/
+1
*
[RISCV] Don't acccess an invalidated iterator in RISCVInstrInfo::removeBranch
Alex Bradbury
2019-07-18
1
-2
/
+2
*
[AArch64] Add dependency from AArch64CodeGen to TransformUtils to fix -DBUILD...
Fangrui Song
2019-07-18
1
-1
/
+1
*
[Tests] Add a test showing how we handle overaligned allocas w/ no-realign-stack
Philip Reames
2019-07-18
1
-0
/
+55
*
Changes to display code view debug info type records in hex format
Nilanjana Basu
2019-07-17
7
-122
/
+149
*
Make DT a transitive dependency of LI.
Evgeniy Stepanov
2019-07-17
1
-1
/
+1
*
[llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or d...
Denis Bakhvalov
2019-07-17
1
-2
/
+5
*
llvm-pdbdump: Fix several smaller issues with injected source compression han...
Nico Weber
2019-07-17
14
-27
/
+181
*
[AMDGPU] Simplify AMDGPUInstPrinter::printRegOperand()
Stanislav Mekhanoshin
2019-07-17
2
-157
/
+37
*
AMDGPU: Set inaccessiblememonly on sendmsg intrinsics
Matt Arsenault
2019-07-17
1
-2
/
+2
*
[X86] Make sure we mark 128/256 MLOAD as Legal with VLX when min-legal-vector...
Craig Topper
2019-07-17
2
-5
/
+20
*
gn build: Merge r366361.
Peter Collingbourne
2019-07-17
1
-0
/
+1
*
hwasan: Initialize the pass only once.
Peter Collingbourne
2019-07-17
4
-13
/
+26
*
[AMDGPU] Stop special casing flat_scratch for register name
Stanislav Mekhanoshin
2019-07-17
2
-13
/
+1
*
Speculative fix for stack-tagging.ll failure.
Evgeniy Stepanov
2019-07-17
1
-2
/
+2
*
[Attributor][NFC] Remove unnecessary debug output
Hideto Ueno
2019-07-17
1
-1
/
+0
*
Adding inline comments to code view type record directives for better readabi...
Nilanjana Basu
2019-07-17
5
-265
/
+325
*
[PEI] Don't re-allocate a pre-allocated stack protector slot
Francis Visoiu Mistrih
2019-07-17
7
-10
/
+37
*
[CodeGen] Add stack protector tests where the guard gets re-assigned
Francis Visoiu Mistrih
2019-07-17
6
-0
/
+134
*
[CodeGen][NFC] Simplify checks for stack protector index checking
Francis Visoiu Mistrih
2019-07-17
2
-13
/
+11
*
GlobalISel: Handle widenScalar of arbitrary G_MERGE_VALUES sources
Matt Arsenault
2019-07-17
5
-186
/
+490
*
GlobalISel: Handle more cases for widenScalar of G_MERGE_VALUES
Matt Arsenault
2019-07-17
3
-4
/
+118
*
Basic MTE stack tagging instrumentation.
Evgeniy Stepanov
2019-07-17
8
-0
/
+577
*
Basic codegen for MTE stack tagging.
Evgeniy Stepanov
2019-07-17
22
-8
/
+818
*
Revert [AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
15
-251
/
+12
*
[AMDGPU] Tune inlining parameters for AMDGPU target
Daniil Fukalov
2019-07-17
9
-19
/
+60
*
[ORC] Add deprecation warnings to ORCv1 layers and utilities.
Lang Hames
2019-07-17
26
-156
/
+400
*
[RISCV] Revert r366331 as it exposed some sanitizer failures
Alex Bradbury
2019-07-17
1
-1
/
+0
*
AMDGPU: Use getTargetConstant
Matt Arsenault
2019-07-17
2
-6
/
+6
*
[Attributor] Deduce "willreturn" function attribute
Hideto Ueno
2019-07-17
8
-9
/
+274
*
[llvm-ar][test] Add tests failing on Darwin
Owen Reynolds
2019-07-17
3
-0
/
+125
*
[RISCV] Add RISCV to LLVM_ALL_TARGETS so it s built by default
Alex Bradbury
2019-07-17
1
-0
/
+1
*
[RISCV][NFC] Remove outdated TODO from test/CodeGen/RISCV/dwarf-eh.ll
Alex Bradbury
2019-07-17
1
-1
/
+1
*
[AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...
Alex Bradbury
2019-07-17
7
-13
/
+44
*
Mips: Remove immarg from copy and insert intrinsics
Matt Arsenault
2019-07-17
1
-12
/
+12
*
[RISCV] Set correct encodings for DWARF exception handling
Alex Bradbury
2019-07-17
2
-16
/
+22
*
[RISCV][NFC] Add tests that capture current encodings for DWARF EH
Alex Bradbury
2019-07-17
3
-0
/
+133
*
[llvm-ar][test] \r\n -> \n
Fangrui Song
2019-07-17
17
-1167
/
+1164
*
[AMDGPU] Optimize atomic AND/OR/XOR
Jay Foad
2019-07-17
2
-16
/
+91
[next]