Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1804 commits
Select commit Hold shift + click to select a range
4b90f24
[LLDB] Add integration test for libsanitizers trace collection (#134323)
yln Apr 7, 2025
c75eac7
[LLD][COFF] Don't dllimport from static libraries (#134443)
aganea Apr 7, 2025
b09daa4
[llvm][docs] 2 small fixes to GitHub guide (#134620)
Apr 7, 2025
268c065
[fatlto] Add coroutine passes when using FatLTO with ThinLTO (#134434)
ilovepi Apr 7, 2025
7fe6e70
[NFC][LLVM][NVPTX] Cleanup pass initialization for NVPTX (#134311)
jurahul Apr 7, 2025
16c84c4
[DirectX] Add target builtins (#134439)
farzonl Apr 7, 2025
efce8f1
[X86] combineX86ShufflesRecursively - use enumerate to iterate over s…
RKSimon Apr 7, 2025
0a35dd7
[llvm-ar] --help: fix unquoted angle bracket (#101364)
LinuxUserGD Apr 7, 2025
1847b00
[libc++][ci] Removes C++2b selection option. (#88557)
mordante Apr 7, 2025
01ec74d
[flang][OpenMP] Fix copyprivate of procedure pointers (#134292)
luporl Apr 7, 2025
a406fb8
[libc++] Clang-tidy operator& hijacker. (#128366)
mordante Apr 7, 2025
f7cc213
[ConstraintSystem] Update comments (#127351)
leewei05 Apr 7, 2025
f413772
[SLP]Fix last instruction selection for vectorized last instruction i…
alexey-bataev Apr 7, 2025
600eeed
[JITLink][NFC] Guard functions used only for debug for `XCOFFLinkGrap…
mustartt Apr 7, 2025
112af87
[mlir][tosa] Add parenthesis for the weight padding calculation (#134…
Jerry-Ge Apr 7, 2025
1c8291f
RISCV: Convert test to opaque pointers
arsenm Apr 7, 2025
cb9afe5
[mlir][tosa] Fix validation pass assert (#134445)
Tai78641 Apr 7, 2025
fbc8335
[MLIR][OpenMP] Add codegen for teams reductions (#133310)
jsjodin Apr 7, 2025
4701afa
[X86] combineX86ShufflesRecursively - merge loops peeking through shu…
RKSimon Apr 7, 2025
783201b
Attributor: Don't follow uses of ConstantData (#134573)
arsenm Apr 7, 2025
23c27f3
[NFC][LLVM][AArch64] Cleanup pass initialization for AArch64 (#134315)
jurahul Apr 7, 2025
c1c0d55
[flang] Non-type-bound defined IO lowering for an array of derived ty…
vdonaldson Apr 7, 2025
1043f5c
[gn] port 16c84c4475b9
nico Apr 7, 2025
4607d39
[bazel] Fix build (#134697)
pranavk Apr 7, 2025
21d9121
[lldb][debugserver] Fix an off-by-one error in watchpoint identificat…
jasonmolenda Apr 7, 2025
369c773
Revert "[lldb][debugserver] Fix an off-by-one error in watchpoint ide…
jasonmolenda Apr 7, 2025
529e912
[clang][doc]: Merge entries with duplicate content. (#134089)
YLChenZ Apr 7, 2025
10bef36
[RISCV][test] Fix a comment typo (#134242)
pfusik Apr 7, 2025
8f5a3ec
[sanitizer_common] Use HW_NCPUONLINE sysctl on NetBSD in GetNumberOfC…
brad0 Apr 7, 2025
76fee8f
[flang][OpenMP][NFC] Don't use special chars in error messages (#134686)
luporl Apr 7, 2025
27c099b
Move CodeGen cuda.h to Inputs from include (#134706)
calewis Apr 7, 2025
9965f3d
[libc++] Improve diagnostic when violating `std::atomic` trivially co…
dalg24 Apr 7, 2025
3479c57
PowerPC32:PIC: Update to bcl to fix branch prediction mis-predict iss…
lei137 Apr 7, 2025
19dbde0
[NFC][LLVM] Cleanup pass initialization for ARM/ARV/Lanai/X86/XCore (…
jurahul Apr 7, 2025
9fdac84
[sanitizer_common] Fix building with NetBSD 10.99.12 or newer (#134708)
brad0 Apr 7, 2025
7d4cdda
[gn build] Port 0a1742708ddc
llvmgnsyncbot Apr 7, 2025
06bf7a9
[gn build] Port 1f72fa29ecb4
llvmgnsyncbot Apr 7, 2025
e1f6e40
[gn build] Port 475cbf0ad6e7
llvmgnsyncbot Apr 7, 2025
78f624a
[gn build] Port 7013b51548c0
llvmgnsyncbot Apr 7, 2025
7aedeba
[VPlan] Populate ExitBlocks when cloning VPlan (NFC).
fhahn Apr 7, 2025
d4c1642
[LLVM][Demangle] Fix MS Demangler to be stricter about wide string li…
shafik Apr 7, 2025
9222607
gn build: Add check-builtins target.
pcc Apr 7, 2025
15750a0
[clang-tidy] Use --match-full-lines instead of --strict-whitespace in…
nicovank Apr 7, 2025
d1a0572
[AMDGPU] Add buffer.fat.ptr.load.lds intrinsic wrapping raw rsrc vers…
krzysz00 Apr 7, 2025
3756ba3
[SandboxIR] Implement ConstantDataSequential and subclasses (#133547)
Apr 7, 2025
df28c81
[lldb][debugserver] Fix an off-by-one error in watchpoint identificat…
jasonmolenda Apr 7, 2025
2ac11da
[SCEV] Improve code around constant TC (NFC) (#133261)
artagnon Apr 7, 2025
6a94bd1
[PPC] Change placeholder from `undef` to `poison` (#134552)
pedroclobo Apr 7, 2025
3382aef
[libc] Fixed typo in porting.rst (#134488)
amansharma612 Apr 7, 2025
eeebdb9
[llvm] Fix Typo in Kaleidoscope BuildingAJIT Example (#134391)
StevenH34 Apr 7, 2025
ad9f15a
[VPlan] Introduce and use VPValue::replaceUsesOfWith (NFC).
fhahn Apr 7, 2025
01bc672
[HLSL] Desugar ConstantArrayType when calculating cbuffer field layou…
spall Apr 7, 2025
9ce4557
[RISCV] Add coverage for reported miscompile in shuffle lowering
preames Apr 7, 2025
9b63a92
Implement areInlineCompatible for SystemZ using feature bitset (#132976)
chavandres Apr 7, 2025
ddb32a6
[NFC] Add a precommit test for aarch64 jump table partitioning (#125987)
mingmingl-llvm Apr 7, 2025
a38ad6e
[mlir][tosa] Check empty Concat input for inferReturnTypeComponents (…
Jerry-Ge Apr 7, 2025
65813e0
Control Darwin parallel image loading with target.parallel-module-loa…
zhyty Apr 7, 2025
0afa872
[DirectX] Scalarize the dx.saturate intrinsic (#134381)
bogner Apr 7, 2025
99d12ac
[bazel] Fix build after 65813e0e94c0403dad61e8365b39d76d7b3bfc14
slackito Apr 8, 2025
d7354e3
[SLP][REVEC] Fix ShuffleVector does not consider alternate instructio…
HanKuanChen Apr 8, 2025
1f35961
ObjCARC: Drop pointer bitcast handling (#134274)
arsenm Apr 8, 2025
735f5b1
[clang] fix DependentTemplateSpecializationType transform (#134748)
mizvekov Apr 8, 2025
1356e20
[NFC][LLVM][BPF] Cleanup pass initialization for BPF (#134414)
jurahul Apr 8, 2025
a3754ad
[NFC][LLVM][AMDGPU] Cleanup pass initialization for AMDGPU (#134410)
jurahul Apr 8, 2025
7073676
[NFC][LLVM][DirectX] Cleanup pass initialization for DirectX (#134419)
jurahul Apr 8, 2025
87afe4d
OMPIRBuilder: Cleanup checking for GlobalValue (#134583)
arsenm Apr 8, 2025
8286b80
OMPIRBuilder: Do not try to expand uses of ConstantData (#134584)
arsenm Apr 8, 2025
76e219d
SeparateConstOffsetFromGEP: Add more tests with lower-gep (#134684)
arsenm Apr 8, 2025
1a99284
SeparateConstOffsetFromGEP: Avoid looking at constant uses (#134685)
arsenm Apr 8, 2025
a168ddc
[MLIR][LLVM] Block address support (#134335)
bcardosolopes Apr 8, 2025
80fde75
[NFC][LLVM][SystemZ] Cleanup pass initialization for SystemZ (#134450)
jurahul Apr 8, 2025
20eb60d
[NFC][LLVM] Cleanup pass initialization for wasm/LoongArch (#134452)
jurahul Apr 8, 2025
bb1f32d
[NFC][LLVM] Change `initialize<PassName>PassOnce` to return void (#13…
jurahul Apr 8, 2025
3f4e4e0
[flang][cuda] Add on_device interface to cudadevice (#134747)
clementval Apr 8, 2025
3a0c95f
llvm-reduce: Fix introducing unreachable code in simplify conditional…
arsenm Apr 8, 2025
d057811
[clang] fix diagnostic printing of expressions ignoring LangOpts (#13…
mizvekov Apr 8, 2025
499930e
gn build: Spell arm64 correctly.
pcc Apr 8, 2025
5aae0ee
[clang-tidy] give dummy path when create ClangTidyContext (#134670)
HerrCai0907 Apr 8, 2025
6a3e5f8
[ctxprof] Only prune the profile in modules containing only context t…
mtrofin Apr 8, 2025
f1bb2fe
[ctxprof] Use `isInSpecializedModule` as criteria for using contextua…
mtrofin Apr 8, 2025
ac42b08
[clang][modules] Guard against bad -fmodule-file mappings (#132059) (…
naveen-seth Apr 8, 2025
49d6e39
[AMDGPU] add tests for loop definition of bitconvert (#133052)
Shoreshen Apr 8, 2025
bdd0870
[clang][bytecode] Fix various issues with multidimensional arrays (#1…
tbaederr Apr 8, 2025
fb9915a
[clang][bytecode] Fix emitDestruction() for dummy descriptors (#134665)
tbaederr Apr 8, 2025
65cede2
[clang][bytecode] Fix emitting dtors of zero-sized arrays (#134672)
tbaederr Apr 8, 2025
642481a
[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (#115821)
lalaniket8 Apr 8, 2025
0d19efa
[NFC]In codegen pipeline, turn static-data-splitter pass on/off with …
mingmingl-llvm Apr 8, 2025
2c1bdd4
[LLD][ELF] Allow merging XO and RX sections, and add `--[no-]xosegmen…
Il-Capitano Apr 8, 2025
03f21e2
[LangRef] Update initializes definition (#134370)
nikic Apr 8, 2025
8a53cc8
remove failed test (#134793)
Shoreshen Apr 8, 2025
3086546
[Clang][NFC] Move some static functions into CodeGenFunction (#134634)
OCHyams Apr 1, 2025
87a187c
[MLIR][NFC] Retire let constructor for Tosa (#134784)
chelini Apr 8, 2025
e7365d3
[MLIR][NFC] Retire let constructor for Reducer (#134786)
chelini Apr 8, 2025
0df0906
[JumpThreading] Use [BB->SuccIndx] to get probability when updating B…
tianleliu Apr 8, 2025
ccdc44f
[mlir][tosa] Remove perms input for tosa.transpose tests (#134740)
Jerry-Ge Apr 8, 2025
f4328d0
[mlir][tosa] Remove out_shape attribute from transpose_2d attributes …
Jerry-Ge Apr 8, 2025
f0bdeb4
[mlir][tosa] Cleanup ops.mlir (#134751)
Jerry-Ge Apr 8, 2025
bb50061
[CodeGen] Change placeholder from `undef` to `poison` (#134731)
pedroclobo Apr 8, 2025
e1fc118
[CI] Reduce false positives in undef checker (#134687)
MacDue Apr 8, 2025
93505f8
[DebugInfo][InstCombine] Propagate DILocation when noop-ing invoke (#…
SLTozer Apr 8, 2025
9d82ab8
[BasicAA] Add some test cases for coerced function args
davemgreen Apr 8, 2025
c23e1cb
[BasicAA] Treat ExtractValue(Argument) similar to Argument in relatio…
davemgreen Apr 8, 2025
fe4f666
[CI] Always upload queue/running count (#134814)
Keenuts Apr 8, 2025
446d4f5
[flang][OpenMP][Lower] fix statement context cleanup insertion point …
tblah Apr 8, 2025
4c09ae0
[flang][OpenMP] Lowering for CANCEL and CANCELLATIONPOINT (#134248)
tblah Apr 8, 2025
a5509d6
[clang] fp options fix for __builtin_convertvector (#134102)
Apr 8, 2025
6f93c06
[AMDGPU] Make a few WaitcntBrackets methods const. NFC. (#134824)
jayfoad Apr 8, 2025
6a42fb8
[LV] Clarify code in isPredicatedInst (NFC) (#134251)
artagnon Apr 8, 2025
ff5b649
[libc++] Fix a comment typo in __tree (#134831)
MisakaVan Apr 8, 2025
8521bd2
[BOLT][AArch64] Handle PAuth call instructions in isIndirectCall (#13…
atrosinenko Apr 8, 2025
83fbe67
[X86] combineX86ShufflesRecursively - iteratively peek through bitcas…
RKSimon Apr 8, 2025
1997073
[LLVM][InstCombine][SVE] Refactor sve.mul/fmul combines. (#134116)
paulwalker-arm Apr 8, 2025
7af2b51
[AArch64][v8.5A] Omit BTI for non-addr-taken static fns on Linux (#13…
statham-arm Apr 8, 2025
204d8c0
[clang][llvm] Fix AArch64 MOP4{A/S} intrinsic tests (NFC) (#134746)
jthackray Apr 8, 2025
739062d
[SPIR-V] Add spv.gep support for ptrcast legal (#134388)
Keenuts Apr 8, 2025
483edfe
[libc++] Use __add_pointer and __remove_pointer builtins when they ar…
philnik777 Apr 8, 2025
e06a9ca
[LLVM][CodeGen][SVE] Improve lowering of fixed length masked mem ops.…
paulwalker-arm Apr 8, 2025
e8dc8ad
[CMake] Fix using precompiled headers with ccache (#131397)
mrkajetanp Apr 8, 2025
c2c1031
[Flang][Windows] Fix test_errors.py by enforcing UTF-8 encoding (#134…
omjavaid Apr 8, 2025
69c4e17
[Flang][OpenMP] Add semantic tests for threadprivate variables with h…
mjklemm Apr 8, 2025
a51e282
[LV] Check if plan has an early exit via plan's exit blocks. (NFC) (#…
fhahn Apr 8, 2025
25e08c0
Revert "[CMake] Fix using precompiled headers with ccache" (#134848)
mrkajetanp Apr 8, 2025
db7fb70
[lldb][test] Explain why TestExprFromNonZeroFrame is disabled on Windows
Apr 8, 2025
79cb6f0
[Clang] Unify 'nvptx-arch' and 'amdgpu-arch' into 'offload-arch' (#13…
jhuber6 Apr 8, 2025
fcaefc2
[AMDGPU][NPM] Port SIPreEmitPeephole to NPM (#130065)
optimisan Apr 8, 2025
728320f
[mlir][tosa] Increase test coverage for profile-based validation (#13…
tatwaichong Apr 8, 2025
7e1b76c
Revert "[flang] Use precompiled parsing headers" (#134851)
mrkajetanp Apr 8, 2025
008c875
[AMDGPU] Fix excessive stack usage in SIInsertWaitcnts::run (#134835)
jayfoad Apr 8, 2025
94b9d75
[gn] port 65813e0e94c04
nico Apr 8, 2025
dae0ef5
[MLIR][AMDGPU] Add a wrapper for global LDS load intrinsics in AMDGPU…
lialan Apr 8, 2025
fdf2094
[libc][math] Fix signaling NaN handling for math functions. (#133347)
wldfngrs Apr 8, 2025
35b3886
[win/arm64] Enable tail call with inreg arguments when possible (#134…
zmodem Apr 8, 2025
3a6b9b3
[mlir][bazel] Fix after dae0ef53a0b99c6c2b74143baee5896e8bc5c8e7
chsigg Apr 8, 2025
0e98817
libclc: frexp: fix implementation regarding denormals (#134823)
rjodinchr Apr 8, 2025
f19c6f2
[Clang][AMDGPU] Improve error message when device libraries for COV6 …
shiltian Apr 8, 2025
b2dea4f
[ctxprof] root autodetection mechanism (#133147)
mtrofin Apr 8, 2025
8b11c39
[llvm-mt] Do not build llvm-mt if not functional (#134631)
Meinersbur Apr 8, 2025
c1e95b2
[RISCV] Fix matching bug in VLA shuffle lowering (#134750)
preames Apr 8, 2025
97c4cb4
[SLP][REVEC] getNumElements should not be used as VF when REVEC is en…
HanKuanChen Apr 8, 2025
2347aa1
[SLP][REVEC] Fix the mismatch between the result of getAltInstrMask a…
HanKuanChen Apr 8, 2025
4f77e50
[MLIR][AMDGPU] Fix shared build. NFC
darkbuck Apr 8, 2025
b5045ae
[MLIR][Fix] Fix missing dep in AMDGPUDialect. (#134862)
lialan Apr 8, 2025
ae3faea
[MLIR][mlir-opt] move action debugger hook flag (#134842)
chrsmcgrr Apr 8, 2025
dfe4d91
GCStrategy: Use Twine properly for error message (#132760)
arsenm Apr 8, 2025
5615061
[dsymutil] Avoid copying binary swiftmodules built from textual (#134…
adrian-prantl Apr 8, 2025
2cf4254
Attributor: Add baseline tests for propagating align to atomics (#134…
arsenm Apr 8, 2025
66f0343
Attributor: Propagate align to atomicrmw instructions (#134837)
arsenm Apr 8, 2025
34e8f00
Attributor: Propagate align to cmpxchg instructions (#134838)
arsenm Apr 8, 2025
6c74fe9
[Clang] [NFC] Tablegen component diags headers (#134777)
Sirraide Apr 8, 2025
4e9cfcf
[llvm][bazel] Fix BUILD after 561506144531cf0a760bb437fd74c683931c60ae.
chsigg Apr 8, 2025
76d2e08
[mlir] fix references of attributes which are not defined earlier (#1…
tdanyluk Apr 8, 2025
bd49d27
[clang-tidy][NFC] update test name and config for bugprone-unintended…
HerrCai0907 Apr 8, 2025
b0cb672
Inline: Propagate callsite nofpclass attribute
arsenm Apr 8, 2025
b416e7f
[CI] adjust the undef warning regex so it doesn't catch %undef in .ll…
nunoplopes Apr 8, 2025
4a7b34d
Revert "[AMDGPU] Add buffer.fat.ptr.load.lds intrinsic wrapping raw r…
krzysz00 Apr 8, 2025
84fde79
[Reassociate] Apply Debugloc to instrs produced when optimizing add (…
SLTozer Apr 8, 2025
bb7ff13
[gn] port 6c74fe9087
nico Apr 8, 2025
26475f5
[AArch64] Refactor @plt, @gotpcrel, and @AUTH to use parseDataExpr
MaskRay Apr 8, 2025
3f38cd0
Revert "Inline: Propagate callsite nofpclass attribute"
arsenm Apr 8, 2025
16d1054
[libc++] Remove _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS (#…
philnik777 Apr 8, 2025
df0ccf6
[asan] Disable TestCases/Linux/asan_rt_confict_test-2.cpp to fix build
thurstond Apr 8, 2025
d6c8e89
Rename `F_no_mmap` to `F_mmap` (#134787)
chestnykh Apr 8, 2025
46d4c3b
[X86] combineX86ShuffleChain - always prefer VPERMQ/PD for unary subv…
RKSimon Apr 8, 2025
e3d114c
[DebugInfo][Reassociate] Propagate source loc when negating mul facto…
SLTozer Apr 8, 2025
f869d6e
[LLDB][Minidump]Update MinidumpFileBuilder to read and write in chunk…
Jlalond Apr 8, 2025
2721d50
Revert "[dsymutil] Avoid copying binary swiftmodules built from textual"
adrian-prantl Apr 8, 2025
2713998
[MSan] Change overflow_size_tls type to IntPtrTy (#117689)
k-kashapov Apr 8, 2025
441f879
[CIR] Upstream CmpOp (#133159)
mmha Apr 8, 2025
02a708b
[SLP][NFC]Extract TryToFindDuplicates lambda into a separate function…
alexey-bataev Apr 8, 2025
edcbd4a
[SLP][NFC]Extract a check for strided loads into separate function, NFC
alexey-bataev Apr 8, 2025
231aa30
[OpenACC][CIR] Basic infrastructure for OpenACC lowering (#134717)
erichkeane Apr 8, 2025
6d2b767
[NFC][libc++] Removes Clang 16 work-arounds. (#91636)
mordante Apr 8, 2025
7117dea
AsmPrinter: Remove ELF's special lowerRelativeReference for unnamed_a…
MaskRay Apr 8, 2025
5ebe22a
[flang][cuda] Add async id to allocators (#134724)
clementval Apr 8, 2025
b7b3758
[mlir][IR] Add `VectorTypeElementInterface` with `!llvm.ptr` (#133455)
matthias-springer Apr 8, 2025
9bfb4b8
[MachineScheduler] Add more debug prints w.r.t hazards and pending SU…
mshockwave Apr 8, 2025
4928093
[CIR] Upstream support for address of and dereference (#134317)
andykaylor Apr 8, 2025
658f848
[NFC][libc++][test] Refactor new ftm generator tests. (#134490)
mordante Apr 8, 2025
4ab86ed
[libc++] Fix misplaced _LIBCPP_POP_MACROS (#134874)
ldionne Apr 8, 2025
6010d5b
gn build: Port 2f1416bbcde8 more
pcc Apr 8, 2025
19ee7ff
[AggrInstCombine][DebugInfo] Propagate DILocation for inlined memchr …
SLTozer Apr 8, 2025
e84a804
[lldb] Make sure the process is stopped when computing the symbol con…
JDevlieghere Apr 8, 2025
a557550
[clang][bazel] add missing target
yijia-g Apr 8, 2025
11fdea9
[clang] NFC: remove trailing whitespaces from clang/test/CXX/temp/tem…
mizvekov Apr 8, 2025
3b84b1e
[clang][bazel] fix typo
yijia-g Apr 8, 2025
7e70d70
[LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (#134…
slydiman Apr 8, 2025
9ba1a3f
Reject invalid integer constants in unevaluated preprocessor operands…
AaronBallman Apr 8, 2025
234d30e
[mlir][LLVM] Delete `LLVMFixedVectorType` and `LLVMScalableVectorType…
matthias-springer Apr 8, 2025
8364766
[mlir][bazel] add missing deps for LLVMOpsTdFiles
yijia-g Apr 8, 2025
c4c0ff6
[LLDB] Fix warnings in DIL. (#134778)
cmtice Apr 8, 2025
550d148
[SandboxIR] Fix warning when building on Windows with clang-cl. NFC.
aganea Apr 8, 2025
446e793
[SandboxIR] Fix warning when building on Windows with clang-cl. NFC.
aganea Apr 8, 2025
661f90a
[SandboxIR] Fix warning when building on Windows with clang-cl. NFC.
aganea Apr 8, 2025
4cb320e
[RISCV] Add coverage for shuffles which if widened could be zipeven/z…
preames Apr 8, 2025
96f95c9
[dsymutil] Avoid copying binary swiftmodules built from textual
adrian-prantl Apr 3, 2025
556fb4c
[libc] Disable sin/cospif16 on aarch64 (#134918)
michaelrj-google Apr 8, 2025
6f92339
[LV] Compute register usage for interleaving on VPlan. (#126437)
fhahn Apr 8, 2025
c4b343a
[flang][cuda] Implicitly load cudadevice in host,device and grid_glob…
clementval Apr 8, 2025
fed0f58
[flang][cuda] Avoid triggering host array error in host device proc (…
clementval Apr 8, 2025
189baed
[mlir][tosa] Add missing divider in tosa-infer-shapes.mlir (#134883)
Jerry-Ge Apr 8, 2025
320c13e
[dsymutil] Add missing dependency
adrian-prantl Apr 8, 2025
8d90a54
[clang] Add comment about misleading alloc_size argument names (#134899)
thejh Apr 8, 2025
dbcde15
[libc] Add remaining math function entrypoints to darwin/arm. (#134920)
lntue Apr 8, 2025
156e253
Revert "Rename `F_no_mmap` to `F_mmap`" (#134924)
dgg5503 Apr 8, 2025
9f46305
[Clang] add ext warning for missing return in 'main' for C89 mode (#1…
a-tarasyuk Apr 8, 2025
8b34986
[SLP][NFC]Add a test with potential segmented loads, recognized as st…
alexey-bataev Apr 8, 2025
c13436e
[SDAG][NVPTX] Add TLI hook to get preferred FP->INT opcode (#132470)
kalxr Apr 8, 2025
a6853cd
[NVPTX] Auto-Upgrade llvm.nvvm.atomic.load.{inc,dec}.32 (#134111)
AlexMaclean Apr 8, 2025
1a1698b
[CIR] Handle NullStmt (#134889)
andykaylor Apr 8, 2025
76d7227
[lldb][Minidump] Fix MAX_WRITE_CHUNK_SIZE type
jasonmolenda Apr 8, 2025
cfa6a59
[ctxprof] Don't lower instrumentation for `noreturn` functions (#134932)
mtrofin Apr 8, 2025
1d0f835
[flang][cuda] Relax compatibility rules when host,device procedure is…
clementval Apr 8, 2025
b712068
[nfc][Msan] Split PPC VarArg Helper into PPC32 and PPC64 (#134860)
k-kashapov Apr 8, 2025
1365b5b
[clang][DependencyScanning] Track dependencies from prebuilt modules…
cyndyishida Apr 8, 2025
9c38b2e
[mlir][tosa] Fold PadOp to tensor operations (#132700)
GeorgeARM Apr 8, 2025
0428252
Fix some page size assumptions in the HWASan tests.
pcc Apr 8, 2025
93096bf
gn build: Add hwasan_preinit.cpp to hwasan static library to match CM…
pcc Apr 8, 2025
d3a9d47
gn build: Replace ${hwasan_name}-preinit with hwasan-preinit.
pcc Apr 8, 2025
bd2df7b
gn build: Enable check-hwasan on aarch64 Linux.
pcc Apr 8, 2025
36cb81c
Change python to python3 in some shebangs.
pcc Apr 8, 2025
ab95005
[libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573)
frederick-vs-ja Apr 8, 2025
ad01e0a
[RISCV][Xqcilo] Load/Store Pseudos (#134931)
lenary Apr 9, 2025
4c90d97
[ctxprof] Use the flattened contextual profile pre-thinlink (#134723)
mtrofin Apr 9, 2025
442050c
[ctxprof] Flatten indirect call info in pre-thinlink compilation (#13…
mtrofin Apr 9, 2025
34d586f
[MLIR][XeGPU] Extend SGMapAttr and Add ConvertLayoutOp (#132425)
chencha3 Apr 9, 2025
ccf2284
[CIR] Add if statement support (#134333)
Andres-Salamanca Apr 9, 2025
9a762bb
[RISCV] Reuse existing tablegen classes for Zilsd/Zclsd. NFC (#134946)
topperc Apr 9, 2025
8ebc98c
[flang] Update IEEE_SUPPORT_FLAG implementation (#134937)
vdonaldson Apr 9, 2025
deef649
Poison unused tail of FakeFrame (#133689)
brandb97 Apr 9, 2025
cf7d34a
[libc] Extend fputil::sqrt to use floating point instructions for arm…
lntue Apr 9, 2025
333f2c3
[gn] Use exec_script_allowlist in //llvm/utils/gn/.gn (#134172)
dpranke Apr 9, 2025
02b377d
[llc] Add -M for InstPrinter options
MaskRay Apr 9, 2025
438ade1
[libc] Fix wrong #ifdef for riscv's sqrt. (#134964)
lntue Apr 9, 2025
a1f1bbf
[RISCV,test] Replace -riscv-no-aliases with -M no-aliases
MaskRay Apr 9, 2025
50428fb
[WebAssembly] Add WebAssembly::Specifier
MaskRay Apr 9, 2025
1c09dd5
[LoongArch] Pre-commit test for vector byte rotate & vector shift (la…
tangaac Apr 9, 2025
e6b55cd
MCExpr: Remove unused VK_GOT/VK_GOTPCREL
MaskRay Apr 9, 2025
43bb6ba
[clang] Fix GCC -Wparentheses warning. NFC.
ChunyuLiao Apr 9, 2025
bada5eb
[llvm-nm] Fix how inlined dylibs are reported from tbd files (#134498)
cyndyishida Apr 9, 2025
c5e07fb
[libc] Use correct instruction for arm32 sqrt inline asm. (#134968)
lntue Apr 9, 2025
50e218a
Revert "[lldb] Clear thread-creation breakpoints in ProcessGDBRemote:…
jasonmolenda Apr 9, 2025
559540d
[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instru…
lakshayk-nv Apr 9, 2025
5c27511
[RISCV] Support Load/Store Global assembler pseudos for Zilsd. (#134950)
topperc Apr 9, 2025
fbc6241
[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server …
slydiman Apr 9, 2025
d28b4d8
[RISCV] Lower BUILD_VECTOR with i64 type to VID on RV32 if possible (…
tclin914 Apr 9, 2025
154d360
[RISCV] Avoid unnecessary MCOperand copies. NFC
topperc Apr 9, 2025
9b8f534
Improve readability of <Target>GenCompressionInstEmitter. NFC (#134834)
svs-quic Apr 9, 2025
1d2f5ea
[RISCV] Add symbol parsing support for Xqcili load large immediate in…
svs-quic Apr 9, 2025
3472a00
Merge commit '1d2f5ead05e85057b8d0c6198203b392e9f855f8' into bump_to_…
jorickert Jul 23, 2026
1953d1e
Merge remote-tracking branch 'gh-pub/aie-public' into bump_to_1d2f5ea…
jorickert Jul 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
194 changes: 0 additions & 194 deletions .ci/compute-projects.sh

This file was deleted.

Loading