aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-10[RISCV] Use DefaultAttrsIntrinsic for some vector intrinsics. (#94819)Craig Topper1-4/+4
2024-06-10[RISCV] Remove stale comments. NFC (#94925)Craig Topper1-5/+0
2024-06-10[clang-format] Fix a bug in indenting lambda trailing arrows (#94560)c8ef2-0/+21
2024-06-10[AArch64] set A14/M1 architecture version to v8.4-a (#92600)Tomas Matheson9-16/+24
2024-06-10[flang] Fix copy creation in #94718Valentin Clement1-1/+1
2024-06-10[mlir][Bazel] Fix for 4722911Dmitry Chernenkov1-1/+2
2024-06-10[flang] Generate fir.do_loop reduce from DO CONCURRENT REDUCE clause (#94718)khaki32-2/+81
2024-06-10[OpenMP][NFC] Fix argument order of SourceLocations for allocate clause (#94777)Mike Rice1-1/+1
2024-06-10[gn build] Port 151bd7cab4fcLLVM GN Syncbot1-0/+1
2024-06-10[clang][test] Update link for Arm clang-repl test disableDavid Spickett1-1/+1
2024-06-10[libc++][TZDB] Implements zoned_traits. (#91059)Mark de Wever9-2/+182
2024-06-10[clang][OpenMP][NFC] Remove unnecessary nullptr check (#94680)Mike Rice1-12/+11
2024-06-10[libc][math][c23] Add {remainder,remquo}f16 C23 math functions (#94773)OverMighty14-17/+151
2024-06-10[mlir][Arith] Generalize and improve -int-range-optimizations (#94712)Krzysztof Drewniak10-256/+183
2024-06-10[lldb] Fix TestModuleLoadedNotifys API test to work correctly on most of Linu...Dmitry Vasilyev7-18/+84
2024-06-10[AMDGPU] Restore non-buffer atomic tests lost in #93801 (#94978)Jay Foad3-0/+178
2024-06-10[test][OpenMP] Avoid writing to a potentially write-protected dir (#94931)Karl-Johan Karlsson1-1/+1
2024-06-10[InstCombine] fold `ldexp(x, zext(i1 y))` to `fmul x, (select y, 2.0, 1.0)` (...c8ef2-0/+67
2024-06-10AMDGPU: Do not assert on v6x16 buffer load intrinsics (#94966)Matt Arsenault3-2/+23
2024-06-10[bazel][libc]Fix test bazel for 6b21e17049Dmitry Chernenkov1-0/+1
2024-06-10[libunwind] Tweak tests for musl support. (#85097)Alastair Houghton4-24/+65
2024-06-10[libc][math][c23] Temporarily disable float16 on RISC-V (#94984)OverMighty1-1/+2
2024-06-10AMDGPU: Simplify some tests by not using amdgpu_psMatt Arsenault2-63/+45
2024-06-10AMDGPU: Fix using useless cachepolicy argument in buffer atomic testMatt Arsenault2-9/+11
2024-06-10[RemoveDIs] Update migration doc to explain how to handle textual IR updates ...Stephen Tozer1-0/+101
2024-06-10Revert "[Misc] Use `LLVM_ENABLE_ABI_BREAKING_CHECKS` correctly" (#94982)paperchalice0-0/+0
2024-06-10Restore 'REQUIRES: shell' for some tests after 878deaeHans Wennborg2-0/+2
2024-06-10Revert 291b415c6c39156c82c7cdefd7a6a67657fb6927 : [Misc] Use `LLVM_ENABLE_ABI...Simon Pilgrim7-13/+13
2024-06-10[CUDA][HIP] warn incompatible redeclare (#77359)Yaxun (Sam) Liu4-16/+60
2024-06-10[libc] Add WordTypeSelector<16> specialization (#94979)OverMighty6-6/+25
2024-06-10[libc++][test] Avoid `-Wunused-variable` warnings in mutex tests (#94907)Stephan T. Lavavej3-9/+9
2024-06-10[AArch64] fix Windows buildbot failureTomas Matheson1-0/+2
2024-06-10[libc++] Fix invalid escape sequences in Python comments (#94032)Eisuke Kawashima4-4/+4
2024-06-10[clang] NFCI: improve TemplateArgument and TemplateName dump methods (#94905)Matheus Izvekov5-22/+36
2024-06-10[gn build] port 77116bd7d268Nico Weber2-0/+4
2024-06-10[Frontend] Introduce `getDirectiveCategory` for ACC/OMP directives (#94689)Krzysztof Parzyszek7-3/+225
2024-06-10[AArch64] Decouple feature dependency expansion. (#94279)Alexandros Lamprineas11-222/+211
2024-06-10[libc][math][c23] Temporarily disable modff16 on AArch64 (#94972)OverMighty1-1/+1
2024-06-10[LVI] Remove unused get of Range metadata (#94914)Andreas Jonson1-3/+0
2024-06-10[libc][math][c23] Add {frexp,ilogb,llogb,logb,modf}f16 C23 math functions (#9...OverMighty31-36/+480
2024-06-10[AMDGPU] Fix -Wunused-variable in AMDGPUAsmPrinter.cpp (NFC)Jie Fu1-1/+1
2024-06-10[Misc] Use `LLVM_ENABLE_ABI_BREAKING_CHECKS` correctly (#94212)paperchalice7-13/+13
2024-06-10[Flang] Update test to not check for tail calls on debug intrinsicsStephen Tozer1-8/+8
2024-06-10[LV] Add extra X86 cost tests for any_of reduction and multi-exit loops.Florian Hahn1-1/+210
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer20-252/+237
2024-06-10[KnownBits] re-introduce RefinePosionToZero in unittest (#94848)c8ef1-17/+24
2024-06-10[mlir][EmitC] Fix call ops with zero arguments in func to emitc conversion (#...Simon Camphausen2-5/+20
2024-06-10Revert "[scudo] Apply filling when realloc shrinks and re-grows a block in-pl...Fabio D'Urso2-32/+5
2024-06-10[AMDGPU] Support SIProgramInfo MCExpr for comments and remarks (#94350)Janek van Oirschot2-47/+78
2024-06-10[RFC][AMDGPU] Remove old llvm.amdgcn.buffer.* and tbuffer intrinsics (#93801)Jay Foad39-4445/+155