aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-22[libc++] [ranges] Introduce _LIBCPP_AUTO_CAST(x) for auto(x).Arthur O'Dwyer15-99/+80
2021-12-22[mlir][arith] Fix CmpIOP folding for vector types.Adrian Kuegel2-1/+35
2021-12-22[DAG][X86] Add TargetLowering::isSplatValueForTargetNode overrideSimon Pilgrim7-46/+78
2021-12-22Revert "[AMDGPU] Move call clobbered return address registers s[30:31] to cal...Ron Lieberman97-5826/+6960
2021-12-22[Clang][DebugInfo] Cease turning instruction-referencing off by defaultJeremy Morse2-5/+0
2021-12-22[NFC][Clang] Move function implementation of `OpenMPAtomicUpdateChecker` into...Shilei Tian1-1/+1
2021-12-22[OpenMP] Regenerate test checks (NFC)Nikita Popov39-8961/+8940
2021-12-22[JSONNodeDumper] Regenerate test checks (NFC)Nikita Popov11-2/+141
2021-12-22[clang-tidy] abseil-string-find-startswith: detect `s.rfind(z, 0) == 0`Ivan Gerasimov3-8/+75
2021-12-22[libc++] [ranges] Remove the static_assert from ranges::begin and ranges::end.Arthur O'Dwyer13-279/+162
2021-12-22[AMDGPU] Move call clobbered return address registers s[30:31] to callee save...RamNalamothu97-6960/+5826
2021-12-22[lldb] [Process/FreeBSDKernel] Introduce libkvm supportMichał Górny4-38/+173
2021-12-22[clang][OpenMP][DebugInfo] Debug support for variables in shared clause of Op...Alok Kumar Sharma3-0/+110
2021-12-22[msan] Break optimization in memccpy testsNikita Popov1-0/+2
2021-12-22[libc++] Add from-scratch testing configs for WindowsMartin Storsjö5-3/+105
2021-12-22[libcxx] [test] Remove a leftover unused function in config.py. NFC.Martin Storsjö1-8/+0
2021-12-22[libcxx] [test] Prepare the ctime.timespec test for mingw CI env upgradesMartin Storsjö1-2/+5
2021-12-22[lldb] Use GetSupportedArchitectures on darwin platformsPavel Labath19-398/+96
2021-12-22[lldb/python] Avoid more dangling pointers in python glue codePavel Labath8-103/+64
2021-12-22[VPlan] Create header & latch blocks for skeleton up front (NFC).Florian Hahn4-32/+72
2021-12-22[LV] Adjust comment to say the induction is created in header.Florian Hahn1-1/+1
2021-12-22[unittest][DebugInfo/DWARF] Do not report skipped tests as passedIgor Kudrin5-49/+49
2021-12-22[unittest][DebugInfo/DWARF] Do not create dwarfgen::Generator if MCAsmBackend...Igor Kudrin4-20/+13
2021-12-22[unittest][DebugInfo/DWARF] Check that dwarfgen::Generator is createdIgor Kudrin1-9/+13
2021-12-22[mlir][NFC] Use .empty() instead of .size()Adrian Kuegel1-1/+1
2021-12-22[CodeGen] Make lifetime marker test more robust (NFC)Nikita Popov1-9/+22
2021-12-22[mlir][NFC] Fix typo in VectorOps.cppAdrian Kuegel1-5/+5
2021-12-22[MemoryLocation] Don't require nocapture in getForDest()Nikita Popov3-30/+48
2021-12-22[ConstantFolding] Tests for constrained compare intrinsicsSerge Pavlov1-0/+116
2021-12-22[Clang] Add __builtin_reduce_xorJun Zhan7-13/+70
2021-12-22[flang] Add missing include. NFCI.Diana Picus1-0/+1
2021-12-22fix build bots after f5ac23b5ae090d64d31f0b6624470af97dc20bf6Krasimir Georgiev1-1/+1
2021-12-22[RS4GC] Clean up attribute removal (NFC)Nikita Popov1-33/+18
2021-12-22[DataFlowSanitizer] Simplify attribute removal (NFC)Nikita Popov1-1/+1
2021-12-22[Mips16HardFloat] Simplify attribute change (NFC)Nikita Popov1-4/+2
2021-12-22[ArgPromotion][TTI] Pass types to ABI compatibility hookNikita Popov8-47/+41
2021-12-22[Test] Add test showing missing opportunity in IndVar's handling of lshrMax Kazantsev1-0/+244
2021-12-22Support v2 of 'main bin spec' Mach-O LC_NOTE in corefilesJason Molenda6-232/+366
2021-12-22[ConstantFolding] Do not remove side effect from constrained functionsSerge Pavlov4-9/+7
2021-12-21[llvm] Use depth_first (NFC)Kazu Hirata4-10/+10
2021-12-21[ELF] Change mipsGotIndex to uint32_tFangrui Song2-10/+9
2021-12-22[NFC] Use %clang_cc instead of %clang in c++20 module testsChuanqi Xu3-6/+6
2021-12-22[NFC] [C++20] [Modules] Add tests for template instantiation in transitively ...Chuanqi Xu4-0/+38
2021-12-22[gn build] Port 7056250f517aLLVM GN Syncbot1-0/+16
2021-12-22[libc++][NFC] Granularize <filesystem>Nikolas Klauser35-2771/+3562
2021-12-21[libc++] [test] Simplify some ranges tests.Arthur O'Dwyer6-84/+99
2021-12-21[TSan] Don't instrument code that is executed from __tsan_on_report()Julian Lettner2-0/+4
2021-12-21[clang-format][NFC] Handle wrapping after => in mustBreakBefore()Owen Pan3-43/+18
2021-12-22[lldb] Use `GNUInstallDirs` to support custom installation dirs.John Ericson3-3/+7
2021-12-21Reland - [CodeView] Emit S_OBJNAME recordAlexandre Ganea25-68/+255