summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [tests] precommit tests for D107692Yunde Zhong2021-09-071-0/+29
* Fix for commit d8cd7806310c51af912a647a6ca46de62ff13214.Brad Smith2021-09-071-4/+4
* [clang] OpenBSD does not support C11 atomics or threads.Brad Smith2021-09-072-0/+15
* PR50294: Fix a performance regression from 2c9dbcd.Richard Smith2021-09-071-0/+2
* [clang] fix error recovery ICE on copy elision when returing invalid variableMatheus Izvekov2021-09-072-1/+35
* Support linking against OpenMP runtime on OpenBSD.Brad Smith2021-09-072-1/+23
* OpenBSD also needs execinfoBrad Smith2021-09-071-1/+2
* [clang] Allow the OpenBSD driver to link the libclang_rt.profile library.Frederic Cambus2021-09-071-0/+2
* [docs] Update release notes with items related to FlangAndrzej Warzynski2021-09-061-0/+2
* [libomptarget][amdcgn] Only add opt/llvm-link dependency if TARGET is availableJoachim Protze2021-09-032-3/+16
* [libomptarget][amdcgn] Add build dependency for llvm-link and optJoachim Protze2021-09-033-3/+9
* [RISCV] Fix reporting of incorrect commutable operand indicesFraser Cormack2021-09-032-1/+46
* [libc++][NFC] Mark values in gdb pretty print comparison functions as live to...Amy Kwan2021-09-031-0/+4
* [Orc] Enable debug object tests only on x86_64 hostsStefan Gränitz2021-09-022-0/+4
* [Linker] Support weak symbols in nodeduplicate COMDAT groupPetr Hosek2021-09-022-4/+29
* [docs] Mention that the legacy PM is deprecated and will be removed after 14Arthur Eubanks2021-09-011-0/+4
* [OpenMP][FIX] Allow declare variant to work with reference typesJohannes Doerfert2021-09-012-0/+422
* [NewPM] Add missing LTO ArgPromotion passNikita Popov2021-09-012-1/+5
* [AlignFromAssume] Bailout w/non-constant alignments (pr51680)Philip Reames2021-09-012-0/+17
* libclang: also add a link to the announcementSylvestre Ledru2021-09-011-2/+3
* libclang: Document the soname change in the release notesSylvestre Ledru2021-09-011-1/+2
* [clang] Move the soname declaration in a variable at the top of the fileSylvestre Ledru2021-09-011-4/+7
* [profile] Add static keyword to binary id functionsGulfem Savrun Yeniceri2021-08-311-5/+6
* [libomptarget][amdgpu] don't declare Elf_Note on FreeBSDDimitry Andric2021-08-311-0/+3
* [SelectionDAG] Fix miscompile bugs related to smul.fix.sat with scale zeroBjorn Pettersson2021-08-314-146/+146
* [WebAssembly] Fix FastISel of condition in different block (PR51651)Nikita Popov2021-08-312-11/+48
* [M68k] Update pointer data layoutRicky Taylor2021-08-312-6/+10
* [M68k][NFC] Rename M68kOperand::Kind to KindTyRicky Taylor2021-08-301-14/+14
* [libc++] Document the removal of std::result_of and std::is_literal_type in C...Louis Dionne2021-08-271-0/+3
* [CMake] Change -DENABLE_EXPERIMENTAL_NEW_PASS_MANAGER=off to -DLLVM_ENABLE_NE...Fangrui Song2021-08-264-8/+7
* [docs] Update release notes for OpenMP 5.1 loop transformations.llvmorg-13.0.0-rc2Michael Kruse2021-08-261-0/+18
* [libc++] Fix incorrect bypassing of <wctype.h>Louis Dionne2021-08-262-0/+12
* [libc++] XFAIL align.pass.cpp for PowerPC LELouis Dionne2021-08-261-0/+6
* [libc++abi] Apply simplify scan_eh_tab to SjLjKazushi (Jam) Marukawa2021-08-261-1/+1
* [LoopIdiom] Don't transform loop into memmove when load from body has more th...Dawid Jurczak2021-08-252-5/+7
* [NFC][LoopIdiom] Add reproducer of wrong memmove transformationDawid Jurczak2021-08-251-0/+47
* Revert "[RISCV] Fix reporting of incorrect commutable operand indices"Tom Stellard2021-08-242-46/+1
* ThinLTO: Fix inline assembly references to static functions with CFISami Tolvanen2021-08-245-0/+53
* [clang-tidy] Hotfix default parameter value in 'bugprone-easily-swappable-par...Whisperity2021-08-241-1/+1
* [RISCV] Fix reporting of incorrect commutable operand indicesFraser Cormack2021-08-242-1/+46
* [Coverage][llvm-cov] Correctly export branch coverage in LCOV formatChristian Fetzer2021-08-232-3/+3
* [profile] Don't use pragma comment linker on mingwNikita Popov2021-08-232-4/+1
* [profile] Add underscore to /alternatename for Win/x86Arthur Eubanks2021-08-231-3/+9
* [profile] Build with -fms-extensions in MinGW modeMartin Storsjö2021-08-231-0/+3
* [scudo][standalone] Link tests against libatomic if libatomic existsAmy Kwan2021-08-231-1/+4
* [libomptarget] Apply D106710 to amdgcn devicertlJon Chesterfield2021-08-231-1/+1
* [libomptarget][amdcgn] Add build dependency for optJoachim Protze2021-08-231-1/+1
* [clang] Replace asm with __asm__ in cuda headerJon Chesterfield2021-08-231-102/+174
* [openmp] Annotate tmp variables with omp_thread_mem_allocJon Chesterfield2021-08-232-0/+54
* [AMDGPU][OpenMP] Wrap amdgcn declare variant inside ifdefPushpinder Singh2021-08-231-0/+2