summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [X86][VARARG] Assign MMO earlier to avoid prolog insert point been sunk acros...forTomPhoebe Wang2021-11-136-43/+33
* [X86][NFC] Pre-commit test to show prolog insert problemPhoebe Wang2021-11-131-0/+45
* [SystemZ] Give the EXRL_Pseudo a size value of 6 bytes.Jonas Paulsson2021-11-101-1/+1
* Bad SLPVectorization shufflevector replacement, resulting in write to wrong m...Jameson Nash2021-11-102-8/+20
* [SLP][NFC]Add a test to show an issue with incorrectly extractedAlexey Bataev2021-11-101-1/+34
* [Aarch64] Correct register class for pseudo instructionsJameson Nash2021-11-0911-37/+39
* [MergeICmps] Don't merge icmps derived from pointers with addressspacesValentin Churavy2021-11-092-0/+98
* Fix building with GCC 12:Martin Liska2021-11-091-1/+1
* MLIR can't support -Bsymbolic link option, fail at CMake time with a helpful ...Mehdi Amini2021-11-081-0/+6
* [clang] Partially revert d8cd7806310c51af912a647a6ca46de62ff13214.Brad Smith2021-11-082-5/+1
* [ARM] Use hardware TLS register in Thumb2 mode when -mtp=cp15 is passedArd Biesheuvel2021-11-084-2/+12
* [libc++] Fix hang in counting_semaphore::try_acquireArthur O'Dwyer2021-11-052-11/+19
* [libc++] Remove non-atomic "platform" semaphore implementations.Arthur O'Dwyer2021-11-057-171/+19
* [libc++] counting_semaphore should not be default-constructible.Arthur O'Dwyer2021-11-054-7/+39
* Re-apply the fix on DwarfEHPrepare and add a testTakafumi Arakaki2021-11-012-1/+6
* [IntelJITListener] Fix order in JitListener/multiple.llAndy Kaylor2021-10-271-5/+5
* [openmp] [elf_common] Fix linking against LLVM dylibMichał Górny2021-10-271-0/+3
* compiler-rt: Fix arch detection for ppc64leTom Stellard2021-10-271-1/+1
* fixes bug #51926 where dangling comma caused overrunFred Grim2021-10-272-3/+27
* [CUDA] Make sure <string.h> is included with original __THROW defined.Artem Belevich2021-10-221-5/+1
* [Support][mips] Remove unnecessary includes from Memory.incVisa Hankala2021-10-221-8/+0
* [Mips] Add glue between CopyFromReg, CopyToReg and RDHWR nodes for TLSJessica Clarke2021-10-222-5/+6
* [CMake] Re-enable use --gc-sections on OpenBSDBrad Smith2021-10-211-1/+1
* [clang] Omit most AttributedStatements from the CFGNico Weber2021-10-213-2/+56
* [runtimes] Properly handle the sysroot/triple/gcc-toolchainLouis Dionne2021-10-213-29/+28
* [clang-format] [PR51640] - New AfterEnum brace wrapping changes have cause C#...mydeveloperday2021-10-204-8/+264
* [HIP] Fix test rcom-detect.hipYaxun (Sam) Liu2021-10-201-1/+2
* workflows: Update lldb workaround to latest version of Mac OS XTom Stellard2021-10-201-1/+1
* Remove "In Progress" text from release notesTom Stellard2021-10-187-46/+6
* [GHA] Cancel intermediate builds on PRsValentin Churavy2021-10-186-0/+40
* Bump version to 13.0.1Tom Stellard2021-10-148-9/+9
* [cte] Release notes for clangd-13Kadir Cetinkaya2021-10-061-1/+87
* [clang] don't mark as Elidable CXXConstruct expressions used in NRVOllvmorg-13.0.0-rc4llvmorg-13.0.0Matheus Izvekov2021-09-2413-33/+122
* [analyzer] Add 13.0.0 release notesKristóf Umann2021-09-231-1/+47
* Thread safety analysis: Warn when demoting locks on back edgesAaron Puchert2021-09-212-14/+59
* [AArch64][GlobalISel] Use ZExtValue for zext(xor) when invert tb(n)zguopeilin2021-09-212-2/+42
* [debuginfo-test][cross-project-tests] Release note for new project nameJames Henderson2021-09-211-0/+9
* [X86] combineX86ShuffleChain - ensure we only peek through bitcasts to vector...Simon Pilgrim2021-09-202-1/+59
* [clang][scan-build] Use cc/c++ instead of gcc/g++ on OpenBSD.Frederic Cambus2021-09-201-0/+3
* Fix syntax error in Clang release notesAaron Puchert2021-09-181-0/+2
* [compiler-rt] Implement __clear_cache() on OpenBSD/riscv64Jeremie Courreges-Anglas2021-09-171-1/+8
* [LLD] Add required `ppc` target to the test cases. NFCSimon Atanasyan2021-09-172-2/+2
* [OpenMP]Fix PR51349: Remove AlwaysInline for if regions.Joseph Huber2021-09-172-1/+40
* [compiler-rt] Move -fno-omit-frame-pointer check to common config-ixMichał Górny2021-09-172-1/+1
* [clang] disable implicit moves when not in CPlusPLusMatheus Izvekov2021-09-173-1/+45
* [clang-repl] Install clang-replVassil Vassilev2021-09-171-1/+1
* -Wunused-but-set-parameter/-Wunused-but-set-variable Add to the release notesSylvestre Ledru2021-09-141-0/+3
* [openmp] Apply code change from D109500llvmorg-13.0.0-rc3Jon Chesterfield2021-09-131-4/+19
* [VPlan] Fix crash caused by not updating all users properly.Florian Hahn2021-09-132-2/+71
* [clang-format] Restrict the special handling for K&R C to C/C++owenca2021-09-132-4/+17