aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-09Fix -Wbitfield-constant-conversion on 1-bit signed bitfieldShawn Zhong12-20/+52
2022-08-09[clang] fix deprecationThorsten Schütt1-1/+1
2022-08-09[DAG] Avoid hasOneUse() calls if the cheaper !AssumeSingleUse test has alread...Simon Pilgrim1-2/+2
2022-08-09[lld-macho][test] Rename dtrace test (NFC)Keith Smiley1-0/+0
2022-08-09Change prototype merging error into a warning for builtinsAaron Ballman2-2/+2
2022-08-09[DAG] SimplifyDemandedVectorElts - and/mul(x,y) - if a demanded element of y ...Simon Pilgrim6-51/+47
2022-08-09[libc++][ranges] Sets ranges feature-test macro.Mark de Wever9-39/+42
2022-08-09[flang] Don't inherit ELEMENTAL attribute from intrinsics for TBP bindingsPeter Klausler3-5/+8
2022-08-09Extend ptr32 support to be applied on typedefAriel Burton4-16/+90
2022-08-09[flang] Don't lose homonymous specific when copying genericPeter Klausler3-3/+28
2022-08-09[flang] Ignore inaccessible components when extending types or constructing s...Peter Klausler3-21/+87
2022-08-09[mlir][spirv] Clean up SPIRVOps.cpp. NFC.Jakub Kuderski1-154/+154
2022-08-09[AMDGPU] Unify unreachable intrinsicsYaxun (Sam) Liu5-61/+230
2022-08-09[flang] Pass the pipeline config to the passValentin Clement3-3/+17
2022-08-09[RISCV] Add target feature to force-enable atomicsNikita Popov6-17/+3697
2022-08-09[AIX][tests] XFAIL atan.ll test on AIXJake Egan1-0/+1
2022-08-09[X86] Regenerate statepoint-vreg.llSimon Pilgrim1-1/+1
2022-08-09[flang] Clarify CheckReductionDIM()Peter Klausler2-15/+21
2022-08-09Clang: fix AST representation of expanded template arguments.Matheus Izvekov15-29/+113
2022-08-09[LoongArch] Add codegen support for ISD::ROTL and ISD::ROTRgonglingqin4-0/+667
2022-08-09[mlir] Use C++17 structured bindings instead of std::tie where applicable. NFCIBenjamin Kramer20-82/+37
2022-08-09[LoongArch] Support register-register-addressed GPR loads/storesWANG Xuerui2-0/+278
2022-08-09[AMDGPU][MC][GFX11][NFC] Rename testsDmitry Preobrazhensky24-0/+0
2022-08-09[openmp] Fix enumeration build issue for openmp libraryRon Lieberman2-0/+2
2022-08-09[AMDGPU][MC][GFX11][NFC] Split large testsDmitry Preobrazhensky25-26429/+26294
2022-08-09[Sema] Merge variable template specializationsIlya Biryukov3-0/+115
2022-08-09[ARM] Use getSymbolPreferLocal() in GetARMGVSymbolAlex Richardson4-17/+18
2022-08-09[Thumb] Baseline test for incorrect relocation with -ffunction-sectionsAlex Richardson1-0/+97
2022-08-09[ARM] Emit local aliases (.Lfoo$local) for functionsAlex Richardson3-4/+3
2022-08-09[ARM] Add a baseline test for D131392Alex Richardson1-0/+33
2022-08-09[ARM] Add a baseline elf-preemption testAlex Richardson1-0/+192
2022-08-09[Support] TaskQueue.h - replace std::result_of_t with std::invoke_result_tSimon Pilgrim1-3/+3
2022-08-09[clang-pseudo] Forest.h - don't inherit from std::iteratorSimon Pilgrim1-1/+3
2022-08-09[cmake] Fix ms-compat version in WinMsvc.cmakeTobias Hieta1-1/+1
2022-08-09[DAG] canCreateUndefOrPoison - add freeze(ctpop(x)) -> ctpop(freeze(x)) and f...Simon Pilgrim2-32/+6
2022-08-09Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim1-0/+1
2022-08-09[mlir][OpenMP] omp.parallel side effectsShraiysh Vaishay2-1/+55
2022-08-09[RelLookupTableConverter] Bail on invalid pointer size (x32)Nikita Popov2-2/+29
2022-08-09[clang][ASTImporter] Improve import of functions with auto return type.Balázs Kéri2-133/+429
2022-08-09LLVM_NODISCARD => [[nodiscard]]. NFCFangrui Song7-14/+14
2022-08-09[clang][clang-tools-extra] LLVM_NODISCARD => [[nodiscard]]. NFCFangrui Song25-244/+227
2022-08-09[LoongArch] Add codegen support for notgonglingqin3-3/+248
2022-08-09[LoongArch] Implement branch analysiswanglei6-70/+331
2022-08-09[LoongArch] Add codegen support for bswapWANG Xuerui4-0/+204
2022-08-08[llvm] Don't rely on C++17 deduction guide for array creationJonas Devlieghere1-1/+1
2022-08-09[globalisel] Select register bank for DBG_VALUELuo, Yuanke10-10/+99
2022-08-08[asan] Faster version of QuickCheckForUnpoisonedRegionVitaly Buka1-10/+14
2022-08-08[llvm] Alternative attempt at fixing the modules build with C++17Jonas Devlieghere1-2/+3
2022-08-08[Basic] Deprecate MapEntryOptionalStorage::{hasValue,getValue}Kazu Hirata1-3/+6
2022-08-09[NFC] fix warningChen Zheng1-0/+2