aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-06[Clang][Lex] Extend HeaderSearch::LookupFile to control OpenFile behavior.linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allmodconfigJun Zhang
2022-08-05[NFC] add test case for D129558linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allyesconfigChen Zheng
2022-08-05 [LLDB] Missing break in a switch statement alters the execution flow.linaro-local/ci/tcwg_bmk_llvm_fx/llvm-master-aarch64-cpu2017-O3Slava Gurevich
2022-08-05[ELF][AArch64] Fix potentially corrupted section content for PACFangrui Song
2022-08-05[ELF] Keep only getTarget() call. NFCFangrui Song
2022-08-05[test/Modules/cxx20-export-import.cpp] Pre-clean the modules cache directory ...Argyrios Kyrtzidis
2022-08-05[ELF] mergeCmp: work around irreflexivity bugFangrui Song
2022-08-05unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV=OFF after 663...Nico Weber
2022-08-05[HLSL] emit-obj when set output.Xiang Li
2022-08-05[CUDA] Fix output name being replaced in device-only modeJoseph Huber
2022-08-05[Serialization] Remove `ORIGINAL_PCH_DIR` recordArgyrios Kyrtzidis
2022-08-05[Sanitizer][Darwin] Support OS versions before DRIVERKITKeith Smiley
2022-08-05[ELF][PPC64] Fix potentially corrupted section content with empty .gotFangrui Song
2022-08-05[mlir] Use SymbolTableCollection to lookup referenced symbol in AddressOfOpEugene Zhulenev
2022-08-05[libc++][ranges][NFC] Mark the completed Ranges papers and issues as done.Konstantin Varlamov
2022-08-05[DAGCombiner] Hoist funnel shifts from logic operationFilipp Zhinkin
2022-08-05[libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "ro...Konstantin Varlamov
2022-08-05[ORC] Fix a memory leak in LLVMOrcIRTransformLayerSetTransform.Lang Hames
2022-08-05[examples][ORC] Add missing call to LLVMDisposeBuilder to example.Lang Hames
2022-08-05[mlir] Implement SymbolUserOpInterface in LLVM::CallOpEugene Zhulenev
2022-08-05[mlir][spirv] Define spv.IAddCarryJakub Kuderski
2022-08-05[NFC][Inliner] Add Load/Store handlerVitaly Buka
2022-08-05[test][SimpleLoopUnswitch] Precommit test for D129599Ruobing Han
2022-08-05[HWASan] Remove incorrect unreachable.Florian Mayer
2022-08-05[NFC] Regenerates X86's win64-bool.llAmaury Séchet
2022-08-05[flang] Lower MOD to Fortran runtime call.Slava Zakharin
2022-08-05[RISCV] Don't use li+sh3add for constants that can use lui+add.Craig Topper
2022-08-05[llvm][macos] Fix usage of std::shared_mutex on old macOS SDK versionsTobias Hieta
2022-08-05fixes clang-tidy/checks/list.rst: a line was accidentally removed in 95a92995...Rashmi Mudduluru
2022-08-05[clang][modules] Don't depend on sharing FileManager during module buildBen Langmuir
2022-08-05[clang] Fix redirection behaviour for cached FileEntryRefBen Langmuir
2022-08-05[CUDA] Fixed sm version constrain for __bmma_m8n8k128_mma_and_popc_b1.Jack Kirk
2022-08-05[RISCVInsertVSETVLI] Remove an unsound optimizationPhilip Reames
2022-08-05[WinEH][ARM64] Split Unwind Info for Fucntions Larger than 1MBZhaoshi Zheng
2022-08-05[flang] Propagate lowering options from driver.Slava Zakharin
2022-08-05[lldb] Improve EXC_RESOURCE exception reasonJonas Devlieghere
2022-08-05[libc] Update look and feel of libc.llvm.orgJeff Bailey
2022-08-05Reapply the commits to enable accurate hit-count detection for watchpoints.Jim Ingham
2022-08-05[mlir] Use SymbolUserOpInterface in LLVM::AddressOfOp verifierEugene Zhulenev
2022-08-05[mlir][spirv] Add default Vulkan memory space to storage class mappinglinaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfigLei Zhang
2022-08-05[mlir][spirv] Add a pass to map memref memory spaceLei Zhang
2022-08-05[InstSimplify] make uses of isImpliedCondition more efficient (NFCI)Sanjay Patel
2022-08-05[SVE] Expand DUPM patterns to handle all integer vector types.Paul Walker
2022-08-05tsan: fix bug in shadow reset introduced in D128909Than McIntosh
2022-08-05[InstSimplify] use isImpliedCondition() instead of semi-duplicated codeSanjay Patel
2022-08-05[x86] add tests for bitwise logic of funnel shifts; NFCFilipp Zhinkin
2022-08-05Revert "[compiler-rt][CMake] Enable TF intrinsics on powerpc32 Linux"Nikita Popov
2022-08-05[libc] Implement sincosf function correctly rounded to all rounding modes.linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allmodconfigTue Ly
2022-08-05[AMDGPU] Remove unused MIMG tablegen variantsMirko Brkusanin
2022-08-05Removing redundant code; NFCAaron Ballman