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