Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ModuleSplitter] llvm module splitter for parallel llvm compilation. #2

Draft
wants to merge 1,501 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1501 commits
Select commit Hold shift + click to select a range
e7dc05e
MCValue: Make print private
MaskRay Apr 6, 2025
c0b4a8e
MCValue: Replace getRefKind with getSpecifier
MaskRay Apr 6, 2025
53e1c8b
AArch64MCExpr: Remove unused getSpecifier
MaskRay Apr 6, 2025
8d71a2a
[VPlan] Use ExitBocks to check in VPlan::isExitBlock (NFC).
fhahn Apr 6, 2025
7013b51
[libc++] Implement `std::flat_multiset` (#128363)
huixie90 Apr 6, 2025
0a17427
[SelectionDAG] Wire up -gen-sdnode-info TableGen backend (#125358)
s-barannikov Apr 6, 2025
3e08dcd
[mlir][inliner] Move callback types from InlinerConfig -> InlinerInte…
d0k Apr 6, 2025
283a78a
Reapply "[LV] Don't add blocks to loop in GeneratedRTChecks (NFC)."
fhahn Apr 6, 2025
ba3fa39
[EarlyCSE] Re-generate checks for intrinsics.ll.
fhahn Apr 6, 2025
0defd83
[AArch64] Avoid unused variable warnings in release builds
d0k Apr 6, 2025
449e2f5
[LV] Remove more DT updates from legacy code path (NFCI).
fhahn Apr 6, 2025
48441cb
[Matrix] Properly set Changed status when optimizing transposes.
fhahn Apr 6, 2025
eb70253
[LangRef/DataLayout] Spell out requirements for alignment values (#10…
s-barannikov Apr 6, 2025
976de53
[MC,MachO] Replace SectionAddrMap workaround with cleaner variable ha…
MaskRay Apr 6, 2025
b90a926
MCExpr: Remove unused SectionAddrMap workaround
MaskRay Apr 6, 2025
12a377e
[LV] Add test for mis-compile when narrowing interleave groups.
fhahn Apr 6, 2025
768ccf6
MCSymbolRefExpr: Remove HasSubsectionsViaSymbolsBit
MaskRay Apr 6, 2025
464286b
[VPlan] Don't narrow interleave groups if there are vector pointers.
fhahn Apr 6, 2025
146ad71
[IR] Deprecate PointerType::get/getUnqual pointee type overload (#134…
junlarsen Apr 6, 2025
f2987f2
[X86][AVX10] Make warning message more informative, NFCI (#134528)
phoebewang Apr 7, 2025
aef000d
[clang] fix serialization of SubstNonTypeTemplateParmExpr (#134560)
mizvekov Apr 7, 2025
c9497a2
[OCaml] Fix test with invalid usage of #dbg_declare (#134508)
alan-j-hu Apr 7, 2025
da6e245
[clang-tidy] Improve `bugprone-capturing-this-in-member-variable` che…
vbvictor Apr 7, 2025
8f0d8d2
Delete duplicated hlfir.declare op of induction variables of do concu…
wangzpgi Apr 7, 2025
6ce0fd7
[clang] NFC: clean trailing whitespaces in clang/test/CXX/drs/cwg15xx…
mizvekov Apr 7, 2025
0d68bad
IR: Fix typo in unreachable message
arsenm Apr 7, 2025
e90d40a
NaryReassociate: Remove redundant run lines
arsenm Apr 7, 2025
d9ccfd7
[mlir][llvm] Respect call noinline attr in inliner (#134493)
gysit Apr 7, 2025
f280d60
[CSKY] Simplify shouldForceRelocation with MCValue::Specifier
MaskRay Apr 7, 2025
87a4215
[Clang] Always verify LLVM IR inputs (#134396)
nikic Apr 7, 2025
31ef7ac
[clang][analyzer] Fix a possible crash in CastSizeChecker (#134387)
balazske Apr 7, 2025
7b3b4a5
IR: Use poison in dropDroppableUse (#134576)
arsenm Apr 7, 2025
4a5ff3e
Value: Remove redundant removeFromList in dropDroppableUse (#134580)
arsenm Apr 7, 2025
2f8b486
[IR][JumpThreading] Fix infinite recursion on compare self-reference …
ro-i Apr 7, 2025
04bb8ec
AMDGPU: Disable sincos fold for constant inputs (#134579)
arsenm Apr 7, 2025
4a425a4
NaryReassociate: Check pattern before user scan (#134587)
arsenm Apr 7, 2025
44e32fb
[Clang][OpenCL] Fix wait_for_event argument address space with -fdecl…
jmmartinez Apr 7, 2025
f20cb3f
[mlir][bufferization] Drop the assumption for alloc result index (#13…
FruitClover Apr 7, 2025
be6ccc9
[VPlan] Split out VPBlendRecipe simplifications from simplifyRecipes.…
lukel97 Apr 7, 2025
387a885
Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFCI.
RKSimon Apr 7, 2025
679b2f7
Fix MSVC "not all control paths return a value" warning. NFCI.
RKSimon Apr 7, 2025
ec40027
Fix MSVC "not all control paths return a value" warning. NFCI.
RKSimon Apr 7, 2025
65c7ea7
SLPVectorizer: Avoid looking at uselists of constants (#134578)
arsenm Apr 7, 2025
431c8dd
[mlir][IR] Add support for UnknownLoc to `verify-diagnostics` (#134421)
matthias-springer Apr 7, 2025
5748ddb
[SLP] NFC. Add a comment to introduce the alternate instruction. (#13…
HanKuanChen Apr 7, 2025
3654621
[X86][NFC] Use `Triple &` to avoid copy (#134532)
abhishek-kaushik22 Apr 7, 2025
0fc7aec
[BOLT] Gadget scanner: detect address materialization and arithmetic …
atrosinenko Apr 7, 2025
c9157d4
[llvm][docs] Reorder sections in GitHub.rst (#134212)
banach-space Apr 7, 2025
7b007c0
[mlir][tosa-to-linalg] Add acc_type lowering Support (#134267)
FranklandJack Apr 7, 2025
2c10723
[BOLT] Make DataflowAnalysis::getStateBefore() const (NFC) (#133308)
atrosinenko Apr 7, 2025
409df9f
[TTI][LV] Change the prototype of preferInLoopReduction. nfc (#132698)
Mel-Chen Apr 7, 2025
b9c876d
[flang][test] fix sporadically failing test (#134608)
tblah Apr 7, 2025
b9ec684
Correctly diagnose incomplete arrays with static storage in C (#134374)
AaronBallman Apr 7, 2025
96de843
[mlir][NVVM] Fix default label unreachable warning in `getVoteSyncInt…
jtuyls Apr 7, 2025
6c7c8b4
[X86] LowerINTRINSIC_WO_CHAIN - cleanup and clang-format VP2INTERSECT…
RKSimon Apr 7, 2025
c9280ba
[AMDGPU] Simplify emitAtomicRMWLegalRemark. NFC. (#134614)
jayfoad Apr 7, 2025
bd84d66
[lld][LoongArch] Convert TLS IE to LE in the normal or medium code mo…
ylzsx Apr 7, 2025
37deb09
[MLIR][Affine] Fix signatures of normalize memref utilities (#134466)
bondhugula Apr 7, 2025
4d1e4ef
[IR] Avoid call to deprecated PointerType::get (NFC) (#134609)
junlarsen Apr 7, 2025
9fe6f6a
[bazel] Change `gentbl_cc_library(tbl_outs)` to dicts (#134349)
chsigg Apr 7, 2025
e2fe787
[Clang] Use "syncscope" instead of "synchscope". NFC. (#134616)
jayfoad Apr 7, 2025
4509bc1
[X86][GlobalISel] Enable POWI function with libcall mapping (#134369)
JaydeepChauhan14 Apr 7, 2025
bafa2f4
[mlir][memref] Check memory space before lowering alloc ops (#134427)
matthias-springer Apr 7, 2025
2f6bc47
[mlir][vector] Standardise `valueToStore` Naming Across Vector Ops (N…
banach-space Apr 7, 2025
382962b
[GlobalISel] Fix dangling reference in CombinerHelper::matchCombineEx…
KRM7 Apr 4, 2025
67dd201
Recommit [AArch64][SVE]Use FeatureUseFixedOverScalableIfEqualCost fo…
nasherm Apr 7, 2025
771b94f
[NFC][SPIRV] remove unimplemented function define for `selectCross` (…
farzonl Apr 7, 2025
0ab2061
[WebAssembly] Represent trap instructions as `poison` (#134553)
pedroclobo Apr 7, 2025
b2711e1
[flang][nfc] Support volatile on ref, box, and class types (#134386)
ashermancinelli Apr 7, 2025
0d71d9a
Reland [Clang][Cmake] fix libtool duplicate member name warnings (#13…
farzonl Apr 7, 2025
cff6565
[mlir][spirv] Fix incorrect argument erasure in deserializer (#134610)
IgWod-IMG Apr 7, 2025
82103df
Revert "Reland [Clang][Cmake] fix libtool duplicate member name warni…
farzonl Apr 7, 2025
8fddef8
[SelectionDAG] Introducing a new ISD::POISON SDNode to represent the …
diggerlin Apr 7, 2025
28a3918
Bitcode: Convert test to opaque pointers
arsenm Apr 7, 2025
48bad5b
[HLSL] Include SPIRV in LLVM_TARGETS_TO_BUILD in the HLSL cmake cache…
bogner Apr 7, 2025
7fa388d
[Flang][OpenMP] Fix bug with default(none) and host-assoc threadpriva…
mjklemm Apr 7, 2025
954ccee
[clang] fix partial ordering of NTTP packs (#134461)
mizvekov Apr 7, 2025
e288577
[libc] Fix function that wasn't updated in wrapper headers
jhuber6 Apr 7, 2025
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)
DavidSpickett 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)
vporpo 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)
ficol 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
DavidSpickett 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
cc3f908
Merge branch 'main' of https://github.com/llvm/llvm-project into weiw…
weiweichen Apr 8, 2025
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
Loading