aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-01Revert HWASAN failure (#74163)revert-hwasan-failureKirill Stoimenov19-336/+7
2023-12-02[gn build] Port c45a66ecd4cbLLVM GN Syncbot2-0/+2
2023-12-01[clang-format] ObjCPropertyAttributeOrder to sort ObjC property attributesJared Grubb9-0/+740
2023-12-02[mlir][transform] Remove `cachedNames` expensive check (#73961)Matthias Springer2-133/+3
2023-12-01[mlir][Linalg] Fix foldFillPackIntoFillOp to work for general cases (#74148)Vivian2-16/+21
2023-12-01[mlir][tensor] Fix ReifyResultShapes implementation for tensor.concat (#74157)Quinn Dawkins2-23/+27
2023-12-01[Driver] Remove tests for NetBSD 7. No longer supported.Brad Smith3-245/+1
2023-12-01[OpenMP][NFC] Remove PluginAdaptorManagerTyJohannes Doerfert4-205/+198
2023-12-01[OpenMP][FIX] Fixup testJohannes Doerfert1-1/+1
2023-12-01[OpenMP][NFCI] Organize offload entry logicJohannes Doerfert10-55/+179
2023-12-01[OpenMP][NFC] Extract device image handling into a class/header (#74129)Johannes Doerfert6-47/+103
2023-12-01[cmake] Fix relative paths in prefix map (#74132)Paul Kirth1-2/+2
2023-12-01[OpenMP] Separate Requirements into a standalone header (#74126)Johannes Doerfert8-71/+118
2023-12-01[scudo] Fix realloc hooks behavior (#74149)ChiaHungDuan4-12/+39
2023-12-01Revert "[asan][win][msvc] override new and delete and seperate TUs (#68754)"Kirill Stoimenov46-1696/+75
2023-12-01Reland [X86] With large code model, put functions into .ltext with large sect...Arthur Eubanks8-51/+66
2023-12-01[mlir][sparse] fix crash when generate rotated convolution kernels. (#74146)Peiming Liu2-5/+40
2023-12-01[RISCV] Remove null terminator from CSRegs in determineCalleeSaves. NFC (#74131)Craig Topper1-3/+3
2023-12-01[CUDA][HIP] allow trivial ctor/dtor in device var init (#73140)Yaxun (Sam) Liu2-0/+66
2023-12-01[HIP] fix stack marking for -fgpu-rdc (#72782)Yaxun (Sam) Liu2-0/+4
2023-12-01[mlir][linalg] Fix weight dimension ordering in 2D grouped conv (#73855)Felix Schneider3-2/+159
2023-12-01[OpenMP] Re-enable KMP_HAVE_QUAD on NetBSD 10.0 with GCC 10.5 (#73478)Brad Smith1-2/+3
2023-12-01[lldb] Make use of LD_LIBRARY_PATH on OpenBSD (#74017)Brad Smith2-2/+2
2023-12-01[lldb] Simplify pipe2(2) handling on FreeBSD (#74019)Brad Smith1-2/+2
2023-12-01[lldb/test] Add OpenBSD to _get_platform_os (#74036)Brad Smith1-0/+2
2023-12-01[PowerPC] Fix the register class for the instruction paddi. (#73995)Stefan Pintilie2-2/+26
2023-12-01[libc++] Correct libcxx default linker script behavior (#74130)Haowei1-4/+4
2023-12-01[BOLT][NFC] Remove unused code for CDSplit (#74136)ShatianWang1-31/+0
2023-12-01[mlir][tensor] Add a tensor.concat operation (#72779)Quinn Dawkins13-58/+554
2023-12-01Support soft failure on DWP section overflow, producing a truncated but valid...Jinjie Huang4-21/+70
2023-12-01[asan][win][msvc] override new and delete and seperate TUs (#68754)Charlie Barto46-75/+1696
2023-12-01[nvptx] Fix autoupdater's intrinsic matcher (#73330)Nathan Sidwell1-5/+5
2023-12-01[llvm][NFC] Autoupdater AMD intrinsic detection (#73331)Nathan Sidwell1-5/+9
2023-12-01[libc] Allocate fine-grained memory for the RPC host symbolJoseph Huber1-1/+2
2023-12-01Allow libc++ image tag to be specified via enviroment variables.eric2-4/+8
2023-12-01[DebugInfo][RemoveDIs] Handle a debug-info splicing corner case (#73810)Jeremy Morse4-0/+231
2023-12-01Avoid nullptr+0 in Regex (#73071)Tanmay2-0/+11
2023-12-01[SLP]Improve gathering of the scalars used in the graph.Alexey Bataev2-268/+67
2023-12-01[RISCV][GISel] Support G_ABS with Zbb. (#72939)Craig Topper4-96/+356
2023-12-01[mlir][tensor] Fold padding_value away for pack ops when possible. (#74005)Han-Chung Wang2-10/+98
2023-12-01Revert "[libc] Explicitly pin memory for the client symbol lookup (#73988)"Joseph Huber1-10/+7
2023-12-01[AArch64] Regenerate fmin/fmax/memcpy legalization tests. NFCDavid Green3-169/+210
2023-12-01[LLD][RISCV] Fix incorrect call relaxation when mixing +c and -c objects (#73...Philip Reames2-1/+33
2023-12-01[RISCV] Collapse fast unaligned access into a single feature [nfc-ish] (#73971)Philip Reames20-68/+51
2023-12-01[OpenMP] Add an INFO message for data transfer of kernel launch env. (#74030)dhruvachak1-0/+6
2023-12-01[OpenMP][NFC] Extract OffloadPolicy into a helper class (#74029)Johannes Doerfert4-41/+68
2023-12-01[AIX][tests] Disable mixed-source.ll test using debug_addr sectionJake Egan1-0/+3
2023-12-01[OpenMP][NFC] Modernize the plugin handling (#74034)Johannes Doerfert5-174/+170
2023-12-01Report pass name when -llvm-verify-each reports breakage (#71447)chrulski-intel4-2/+52
2023-12-01Fix MSVC signed/unsigned mismatch warning. NFC.Simon Pilgrim1-1/+1