aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-08[CodeGen] Fixed undeclared MISchedCutoff in case of NDEBUG and LLVM_ENABLE_AB...llvmorg-15.0.0-rc2Dmitry Vassiliev1-1/+1
2022-08-08Wrap `llvm_unreachable` macro in do-while loopStefan Gränitz1-1/+5
2022-08-08[lld-macho] Support EH frame pointer encodings that use sdata4Jez Ng4-25/+117
2022-08-08[libc++] Allow enabling assertions when back-deployingLouis Dionne9-68/+94
2022-08-08[libc++][ranges][NFC] Mark the completed Ranges papers and issues as done.Konstantin Varlamov3-16/+16
2022-08-08[libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "ro...Konstantin Varlamov7-17/+18
2022-08-08[libc++] Clarify comment in CI pipeline definitionLouis Dionne1-2/+2
2022-08-08[libc++][NFC] Remove outdated comment in CI pipeline definitionLouis Dionne1-2/+2
2022-08-08[libc++] Fix a hard error in `contiguous_iterator<NoOperatorArrowIter>`.Konstantin Varlamov2-2/+68
2022-08-08[libc++][ranges] Implement `ranges::is_permutation`Nikolas Klauser18-125/+601
2022-08-08[libc++][NFC] Remove rebase artifactIgor Zhukov1-1/+0
2022-08-08[libc++][ranges] Implement `ranges::clamp`Nikolas Klauser14-9/+241
2022-08-08[libc++][ranges] Implement `ranges::rotate`.Konstantin Varlamov21-149/+418
2022-08-08[libc++] Mark -fexperimental-library test as unsupported on another AppleClangLouis Dionne1-1/+1
2022-08-08[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUALTobias Hieta5-2/+63
2022-08-08Revert "[compiler-rt][CMake] Enable TF intrinsics on powerpc32 Linux"Nikita Popov2-8/+10
2022-08-08[ELF][AArch64] Fix potentially corrupted section content for PACFangrui Song1-2/+2
2022-08-08[ELF] Keep only getTarget() call. NFCFangrui Song1-5/+0
2022-08-08[ELF][PPC64] Fix potentially corrupted section content with empty .gotFangrui Song1-0/+3
2022-08-08[ELF] mergeCmp: work around irreflexivity bugFangrui Song1-1/+2
2022-08-08[Sanitizer][Darwin] Support OS versions before DRIVERKITKeith Smiley1-1/+1
2022-08-08[clangd] Change the url for clang-tidy check documentationNathan James2-4/+14
2022-08-08[ConstProp] Don't fallthorugh for poison constants on vctp and active_lane_mask.David Green3-5/+18
2022-08-08[ORC] Actually propagate memory unmapping errors on WindowsMartin Storsjö1-2/+2
2022-08-08[ORC] Fix a warning about an unused variable on Windows. NFC.Martin Storsjö1-0/+1
2022-08-08[MLIR] Fix checks for native archNikita Popov8-17/+18
2022-08-08[ORC] Ensure that llvm_orc_registerJITLoaderGDBAllocAction is linked into tools.Lang Hames4-3/+9
2022-08-08[Orc] Disable use of shared memory on AndroidAnubhab Ghosh4-8/+21
2022-08-08[PowerPC] Change long to int64_t (which is always 64 bit or 8 bytes )Umesh Kalappa2-2/+45
2022-08-08[C++20] [Modules] Handle initializer for Header UnitsChuanqi Xu3-8/+41
2022-08-08[C++20] [Modules] Merge same concept decls in global module fragmentChuanqi Xu5-2/+269
2022-08-08[Sema] Return primary merged decl as canonical for conceptsIlya Biryukov3-7/+31
2022-08-08[Libomptarget] Deinitialize AMDGPU global state more intentionallyJoseph Huber1-33/+36
2022-08-08[openmp][amdgpu] Tear down amdgpu plugin accuratelyJon Chesterfield2-14/+32
2022-08-08[amdgpu][openmp][nfc] Restore stb_local on DeviceInfo symbolJon Chesterfield1-1/+1
2022-08-08[openmp][amdgpu] Move global DeviceInfo behind call syntax prior to using D13...Jon Chesterfield1-106/+109
2022-08-08[openmp] Introduce optional plugin init/deinit functionsJon Chesterfield5-1/+35
2022-08-05[mlir] Fix Analysis/Presburger/Utils.cpp compilation with GCC 11Rainer Orth1-3/+1
2022-08-05[C++2b] [Modules] Handle HaveModules with C++2bChuanqi Xu2-1/+8
2022-08-05Revert "[X86][DAGISel] Don't widen shuffle element with AVX512"Florian Hahn3-91/+45
2022-08-05[LLD] [MachO] Fix GCC build warningsMartin Storsjö2-3/+7
2022-08-05[lldb] Silence a GCC warning about missing returns after a fully covered swit...Martin Storsjö1-0/+1
2022-08-05[RISCV] Prevent infinite loop after D129980.Craig Topper2-0/+28
2022-08-05[RISCV][NFC] Use defined variable instead some code.wanglian1-1/+1
2022-08-05[libc++] Simplify how we define the linker script for libc++Louis Dionne2-72/+24
2022-08-05[libc++] More documentation improvements about running testsLouis Dionne1-0/+6
2022-08-05[libc++][ranges] Implement `ranges::{prev, next}_permutation`.Nikolas Klauser18-51/+811
2022-08-05[libc++][test] Replace `_LIBCPP_STD_VER` with `TEST_STD_VER`cpplearner2-4/+4
2022-08-05[libc++][ranges] Implement `ranges::sample`.Konstantin Varlamov14-59/+542
2022-08-05[libc++][ranges] Implement `ranges::replace_copy{,_if}`.Nikolas Klauser15-90/+569