aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-20Fix op testsusers/ivanradanov/flang-workshare-ompIvan Radanov Ivanov2-7/+6
2024-10-20Fix wsloopwrapperopIvan Radanov Ivanov4-76/+5
2024-10-19wrong replaceIvan Radanov Ivanov1-4/+4
2024-10-19[MLIR][omp] Add omp.workshare opIvan Radanov Ivanov5-4/+246
2024-10-19[llvm][NVPTX] Strip unneeded '+0' in PTX load/store (#113017)Youngsuk Kim66-1209/+1225
2024-10-19[hwasan], [gn]: Fix formatting of hwasan cmake; re-sync gn file for b515d9ea1e43Nico Weber2-5/+14
2024-10-19[llvm] Ensure that soft float targets don't emit `fma()` libcalls. (#106615)Alex Rønne Petersen9-0/+3742
2024-10-19[mlir][docs] Fix name of `mlir-linalg-ods-yaml-gen`(NFC) (#113029)Longsheng Mou1-1/+1
2024-10-19[mlir][spirv] Add spirv-to-llvm conversion for OpControlBarrier (#111864)Finlay4-3/+94
2024-10-19[libc++] Fix `reverse_iterator` when underlying is c++20 `bidirectional_itera...Hui26-56/+229
2024-10-19[lldb][ClangASTImporter][NFC] Emit a log message when we break MapImported in...Michael Buch1-9/+25
2024-10-19[lldb][test][NFC] Document DYLIB_NAME Makefile variable (#112735)Michael Buch1-0/+7
2024-10-19[analyzer][doc] Fix typo in "translation unit" in analyzer doc CommandLineUsa...BrnBlrg1-1/+1
2024-10-19[GlobalISel] Combine G_UNMERGE_VALUES with anyext and build vector (#112370)Thorsten Schütt27-884/+948
2024-10-18[lldb] Add GetMangledTypeName to TypeSystem/CompilerType (#113006)Augusto Noronha4-0/+18
2024-10-18[flang][cuda] Translate cuf.register_kernel and cuf.register_module (#112972)Valentin Clement (バレンタイン クレメン)8-0/+197
2024-10-18[flang][cuda] Add cuf.register_module operation (#112971)Valentin Clement (バレンタイン クレメン)5-10/+36
2024-10-18[clang-format] Fix a bug that always returns error for JSON (#112839)Owen Pan2-7/+30
2024-10-18[libc] temporaliy disable __USE_EXTERN_INLINES and set __USE_FORITFY_LEVEL to...Job Henandez Lara2-0/+44
2024-10-19[mlir][doc] Emit `\n` if description not end with `\n`. (#112898)Longsheng Mou1-1/+4
2024-10-18[LV] Use type from InsertPos for cost computation of interleave groups.Florian Hahn3-12/+205
2024-10-18[lsan] Fix compilation on Android (#113003)Vitaly Buka1-4/+5
2024-10-19[gn build] Port b515d9ea1e43LLVM GN Syncbot1-8/+2
2024-10-18gn build: Sync hwasan assembly file source list.Peter Collingbourne1-2/+15
2024-10-18[RISCV] Support inline assembly 'f' constraint for Zfinx. (#112986)Craig Topper4-12/+211
2024-10-18[flang][cuda] Call CUFGetDeviceAddress to get global device address from host...Renaud Kauffmann3-15/+126
2024-10-18[Clang] Fix missing `-` in argument to nvlinkerJoseph Huber2-2/+2
2024-10-18[lldb] Add missing whitespace in help textAdrian Prantl1-1/+1
2024-10-19[libc][math][c23] Add sqrtf16 C23 math function (#112406)OverMighty14-2/+125
2024-10-19[libc][math][c23] Add log10f16 C23 math function (#106091)OverMighty13-1/+340
2024-10-18[nfc][lsan] Rename `ScanExtraStack` and pass `region_type` (#113004)Vitaly Buka1-5/+5
2024-10-18[gn build] Port 1d09925b4a6fLLVM GN Syncbot2-0/+2
2024-10-18[SandboxVec][Scheduler] Boilerplate and initial implementation. (#112449)vporpo8-2/+540
2024-10-19[libc][math][c23] Add log2f16 C23 math function (#106084)OverMighty14-2/+326
2024-10-18[libc] Scanf shouldn't match just "0x" for hex int (#112440)Michael Jones2-14/+42
2024-10-18[lld-macho] Fix category merging sed issue - Try nr.2 (#112981)alx321-1/+1
2024-10-18[NvlinkWrapper] Use `-plugin-opt=mattr=` instead of a custom feature (#111712)Joseph Huber4-7/+4
2024-10-18[llvm-c][MC] Expose color printing via LLVMSetDisasmOptions (#112980)Jon Roelofs2-1/+14
2024-10-18[lsan] Process non-suspended threads (#112807)Vitaly Buka2-0/+43
2024-10-18[LV] Use SCEV to check if minimum iteration check is known. (#111310)Florian Hahn8-58/+49
2024-10-18[mlir] Allow CXX standard to be overridden (#112957)Nikhil Kalra1-1/+1
2024-10-18[RISCV][ISel] Ensure 'in X' Constraints prevent X0 (#112563)Sam Elliott2-3/+6
2024-10-18[NFC][MLIR][TableGen] Eliminate `llvm::` for commonly used types (#112456)Rahul Joshi9-177/+193
2024-10-18[lldb][docs] Add JSON symbol file docs to the ToCJonas Devlieghere2-0/+1
2024-10-18[lldb] Speed up FindInMemory tests (#111951)Igor Kudrin3-31/+45
2024-10-18[lldb] Fix and re-enable TestUseSourceCache.py (#111237)Igor Kudrin1-9/+12
2024-10-18[SLP]Check that operand of abs does not overflow before making it part of min...Alexey Bataev2-2/+20
2024-10-18[clang] Make LazyOffsetPtr more portable (#112927)Jessica Clarke1-13/+35
2024-10-18[SLP][NFC]Add a test with the incorrect casting of the abs argument, NFCAlexey Bataev1-0/+31
2024-10-18[SLP]Fix minbitwidth emission and analysis for freeze instructionAlexey Bataev2-2/+10