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
*
[lldb] Fix fallout caused by D89156 on 11.0.1 for MacOS
llvmorg-11.1.0-rc3
llvmorg-11.1.0
release/11.x
Andi-Bogdan Postelnicu
2021-02-03
7
-17
/
+17
*
workflows: Re-enable lldb test on Mac OS X
Tom Stellard
2021-02-03
1
-2
/
+4
*
workflows: Update action branch names
Tom Stellard
2021-02-03
5
-17
/
+17
*
workflows: Add job to check for ABI changes in libclang.so and libclang-cpp.so
Tom Stellard
2021-02-03
1
-0
/
+132
*
Add minor version to libclang.so and libclang-cpp.so SONAME
llvmorg-11.1.0-rc2
Tom Stellard
2021-01-21
3
-1
/
+7
*
Address ABI issues introduced with CXCursor_CXXAddrspaceCastExpr
llvmorg-11.1.0-rc1
Marco Antognini
2021-01-12
1
-29
/
+29
*
Bump version to 11.1.0
Tom Stellard
2021-01-12
6
-9
/
+9
*
[AArch64][GlobalISel] Promote scalar G_SHL constant shift amounts to s64.
llvmorg-11.0.1-rc2
llvmorg-11.0.1
Amara Emerson
2020-12-18
5
-20
/
+28
*
[AArch64][GlobalISel] Use the look-through constant helper for the shift s32-...
Amara Emerson
2020-12-18
2
-8
/
+7
*
[CMake] Avoid __FakeVCSRevision.h with no git repository
Jonas Hahnfeld
2020-12-17
2
-1
/
+9
*
Don't error for zero-length arange entries
James Henderson
2020-12-16
2
-11
/
+67
*
[AArch64][GlobalISel] Narrow 128-bit regs to 64-bit regs in emitTestBit
Jessica Paquette
2020-12-15
4
-77
/
+67
*
[AArch64][GlobalISel] Look through a G_ZEXT when trying to match shift-extend...
Amara Emerson
2020-12-15
2
-12
/
+61
*
[Support] PR42623: Avoid setting the delete-on-close bit if a TempFile doesn'...
Ronald Wampler
2020-12-15
1
-0
/
+14
*
[Support][Windows] Fix incorrect GetFinalPathNameByHandleW() return value che...
Aleksandr Platonov
2020-12-15
1
-4
/
+3
*
Don't reject calls to MinGW's unusual _setjmp declaration.
Richard Smith
2020-12-14
4
-23
/
+52
*
Recognize setjmp and friends as builtins even if jmp_buf is not declared yet.
Richard Smith
2020-12-14
6
-32
/
+116
*
[Sema] Handle objc_super special lookup when checking builtin compatibility
Raul Tambre
2020-12-14
2
-0
/
+9
*
[Sema] Introduce BuiltinAttr, per-declaration builtin-ness
Raul Tambre
2020-12-14
19
-216
/
+193
*
Stop ExtractTypeForDeductionGuide from recursing on TypeSourceInfo
Erich Keane
2020-12-14
2
-2
/
+41
*
[MC][ELF] Accept abbreviated form with sh_flags and sh_entsize
Tobias Burnus
2020-12-14
3
-2
/
+19
*
[KernelAddressSanitizer] Fix globals exclusion for indirect aliases
Marco Elver
2020-12-14
2
-14
/
+39
*
[InstCombine] canonicalizeSaturatedAdd(): last fold is only valid for strict ...
Roman Lebedev
2020-12-14
2
-17
/
+27
*
[NFC][InstCombine] Add test coverage for @llvm.uadd.sat canonicalization
Roman Lebedev
2020-12-14
1
-0
/
+178
*
[SemaTemplate] Stop passing insertion position around during VarTemplate inst...
Bruno Cardoso Lopes
2020-12-14
2
-8
/
+12
*
[X86] Fix crash with i64 bitreverse on 32-bit targets with XOP.
Craig Topper
2020-12-14
2
-0
/
+205
*
[lldb] Report old modules from ModuleList::ReplaceEquivalent
Joseph Tremoulet
2020-12-11
3
-10
/
+39
*
[lldb] GetSharedModule: Collect old modules in SmallVector
Joseph Tremoulet
2020-12-11
13
-101
/
+154
*
[lldb] Minidump: check for .text hash match with directory
Joseph Tremoulet
2020-12-11
4
-49
/
+133
*
Add hashing of the .text section to ProcessMinidump.
Greg Clayton
2020-12-11
6
-0
/
+218
*
[lldb] Normalize paths in new test
Joseph Tremoulet
2020-12-11
1
-2
/
+3
*
[lldb] Fix GetRemoteSharedModule fallback logic
Joseph Tremoulet
2020-12-11
2
-4
/
+38
*
[Sparc] Remove cast that truncates immediate operands to 32 bits.
Brad Smith
2020-12-09
2
-1
/
+10
*
[LLD][COFF] Fix crash with /summary and PCH input files
Tom Stellard
2020-12-09
4
-1
/
+191
*
[CUDA] Another attempt to fix early inclusion of <new> from libstdc++
Artem Belevich
2020-12-09
1
-24
/
+22
*
[CUDA] Unbreak CUDA compilation with -std=c++20
Artem Belevich
2020-12-09
1
-14
/
+24
*
[X86][AVX] Only share broadcasts of different widths from the same SDValue of...
Simon Pilgrim
2020-12-09
2
-6
/
+11
*
[X86] Add broadcast merge test case for PR48215
Simon Pilgrim
2020-12-09
1
-0
/
+75
*
Fix missed SI_RETURN_TO_EPILOG in pre-emit peephole
Carl Ritson
2020-12-09
2
-8
/
+85
*
[Clang][CodeGen][RISCV] Fix hard float ABI for struct with empty struct and c...
Luís Marques
2020-12-09
2
-1
/
+16
*
[Clang][CodeGen][RISCV] Fix hard float ABI test cases with empty struct
Luís Marques
2020-12-09
2
-11
/
+8
*
[Clang][CodeGen][RISCV] Add hard float ABI tests with empty struct
Luís Marques
2020-12-09
1
-0
/
+37
*
Guard `find_library(tensorflow_c_api ...)` by checking for TENSORFLOW_C_LIB_P...
Mehdi Amini
2020-12-08
1
-8
/
+7
*
Implement .variant_pcs directive
Cullen Rhodes
2020-12-08
8
-0
/
+142
*
Add fatal error for unnamed SVE variadic arguments
David Sherwood
2020-12-08
6
-0
/
+94
*
Add fatal error when running out of registers for SVE tuple call arguments
David Sherwood
2020-12-08
4
-30
/
+69
*
Fix unwind info relocation with large code model on AArch64
Valentin Churavy
2020-12-08
2
-0
/
+22
*
[GNU ObjC] Fix a regression listing methods twice.
David Chisnall
2020-12-03
2
-13
/
+23
*
[HIP] Fix static-lib test CHECK bug
Aaron En Ye Shi
2020-12-01
1
-2
/
+6
*
[HIP] Fix HIP test on windows due to lld suffix
Aaron En Ye Shi
2020-12-01
2
-3
/
+3
[next]