summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/vitalybuka/spr/try-patch-from-76218Vitaly Buka2024-01-191-8/+3
* [lldb-dap] Add a CMake variable for defining a welcome message (#78811)Walter Erquinigo2024-01-192-4/+22
* [mlir][index] Fold `cmp(x, x)` when `x` isn't a constant (#78812)Xiangxi Guo (Ryan)2024-01-192-0/+42
* [libc] Redo the install targets (#78795)Petr Hosek2024-01-194-35/+41
* [mlir][amdgpu] Shared memory access optimization pass (#75627)erman-gurses2024-01-1910-1/+466
* Revert "[InstrProf] Adding utility weights to BalancedPartitioning (#72717)"spupyrev2024-01-195-146/+49
* [dsymutil] Fix spurious warnings in MachODebugMapParser (#78794)Jonas Devlieghere2024-01-194-3/+7
* [RISCV] Don't look for sext in RISCVCodeGenPrepare::visitAnd.Craig Topper2024-01-192-14/+8
* [RISCV] Add test case for #78783. NFCCraig Topper2024-01-191-0/+12
* [lld][WebAssembly] Use the archive offset with --whole-archive (#78791)Sam Clegg2024-01-192-5/+40
* [llvm-objdump] Add support for symbolizing PGOBBAddrMap Info (#76386)Aiden Grossman2024-01-192-17/+263
* [X86] Refine X86DAGToDAGISel::isSExtAbsoluteSymbolRef() (#76191)Arthur Eubanks2024-01-192-8/+16
* Add a "don't override" mapping for -fvisibility-from-dllstorageclass (#74629)bd1976bris2024-01-196-49/+160
* [lld][WebAssembly] Reset context object after each link (#78770)Sam Clegg2024-01-192-1/+18
* [libc++][hardening] In production hardening modes, trap rather than abort (#7...Konstantin Varlamov2024-01-19119-354/+483
* [Statepoint][NFC] Use uint16_t and add an assert (#78717)Danila Malyutin2024-01-202-11/+9
* [InstrProf] Adding utility weights to BalancedPartitioning (#72717)spupyrev2024-01-195-49/+146
* [CMake] Detect properly new linker introduced in Xcode 15 (#77806)Eric Miotto2024-01-192-5/+5
* Revert "[InstCombine] Try to fold trunc(shuffle(zext)) to just a shuffle (#78...Pranav Kant2024-01-193-14/+10
* [lld][ELF] Simplify handleLibcall. NFC (#78659)Sam Clegg2024-01-191-7/+1
* [libc] remove extra -Werror (#78761)Nick Desaulniers2024-01-191-1/+0
* Remove an unused API; NFCAaron Ballman2024-01-191-1/+0
* [RISCV] Prevent RISCVMergeBaseOffsetOpt from calling getVRegDef on a physical...Craig Topper2024-01-192-7/+75
* [SemaCXX] Implement CWG2137 (list-initialization from objects of the same typ...Mital Ashok2024-01-198-33/+215
* [llvm-exegesis] Make duplicate snippet repetitor produce whole snippets (#77224)Aiden Grossman2024-01-192-6/+20
* [SHT_LLVM_BB_ADDR_MAP] Add assertion and clarify docstring (#77374)Aiden Grossman2024-01-192-5/+10
* [mlir][transform]: fix broken bazel build for TensorTransformOps (#78766)Jeremy Kun2024-01-191-2/+1
* [RISCV] Add support for Smepmp 1.0 (#78489)Min-Yih Hsu2024-01-198-0/+24
* [mlir][transform]: fix broken bazel build (#78757)Jeremy Kun2024-01-191-0/+1
* [LLVM][NVPTX] Add cp.async.bulk.commit/wait intrinsics (#78698)Durgadoss R2024-01-193-0/+54
* [mlir][transform] Add an op for replacing values with function calls (#78398)Quinn Dawkins2024-01-1910-5/+538
* Re-exec TSan with no ASLR if memory layout is incompatible on Linux (#78351)Thurston Dang2024-01-194-50/+138
* [lld][WebAssembly] Fix use of undefined funcs under --warn-unresolved-symbols...Sam Clegg2024-01-192-17/+23
* [AsmPrinter][DebugNames] Implement DW_IDX_parent entries (#77457)Felipe de Azevedo Piovezan2024-01-1912-58/+356
* [libc] Add float.h header. (#78737)lntue2024-01-1914-0/+68
* [lldb][test] Apply @expectedFailureAll/@skipIf early for debug_info tests (#7...Jordan Rupprecht2024-01-193-6/+179
* [libc] Fix test failing on GPU using deprecated 'add_unittest'Joseph Huber2024-01-191-1/+1
* [mlir][docs] Fix broken linkMarius Brehler2024-01-191-1/+1
* [AArch64] NFC: Simplify discombobulating 'requiresSMChange' interface (#78703)Sander de Smalen2024-01-195-80/+28
* [Clang] Refactor diagnostics for SME builtins. (#78258)Sander de Smalen2024-01-195-319/+329
* [AMDGPU] Update comment on SIInstrInfo::isLegalFLATOffset for GFX12Jay Foad2024-01-191-2/+3
* [AMDGPU] Make use of CPol::SWZ_* in SelectionDAG. NFC.Jay Foad2024-01-191-2/+3
* [MLIR][OpenMP] Better error reporting for unsupported `nowait` (#78551)Kareem Ergawy2024-01-192-3/+45
* [AMDGPU] Remove gws feature from GFX12 (#78711)Jay Foad2024-01-193-20/+32
* [AMDGPU] Update hazard recognition for new GFX12 wait counters (#78722)Jay Foad2024-01-191-7/+20
* [AMDGPU] Do not widen scalar loads on GFX12 (#78724)Jay Foad2024-01-193-68/+149
* [Flang][OpenMP] Consider renames when processing reduction intrinsics (#70822)Kiran Chandramohan2024-01-194-17/+48
* [FileCheck]: Fix diagnostics for NOT prefixes (#78412)Vinayak Dev2024-01-196-42/+126
* [AsmParser] Add support for reading incomplete IR (part 1) (#78421)Nikita Popov2024-01-199-15/+151
* [gn build] Port 9ff4be640fb1LLVM GN Syncbot2024-01-191-1/+4