Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3201 commits
Select commit Hold shift + click to select a range
226300a
[InstCombine][FP] Fix nnan preservation for transform fcmp + sel => f…
rajatbajpai Dec 3, 2024
59ae4fe
[GlobalISel] Combine [s,z]ext of undef into 0 (#117439)
tschuett Dec 3, 2024
91be432
[clang][bytecode] Handle memmove like memcpy (#118431)
tbaederr Dec 3, 2024
a0fc29f
[InstructionCost] Optimize operator==
MaskRay Dec 3, 2024
38f11cc
[AMDGPU] Refine AMDGPUAtomicOptimizerImpl class. NFC. (#118302)
jayfoad Dec 3, 2024
5835af7
[RISCV][GISel] Support f64->f32 fptrunc and f32->f64 fpext without D …
topperc Dec 3, 2024
5bcebbe
Re-apply "[ORC][JITLink] Add jitlink::Scope::SideEffectsOnly" with fi…
lhames Dec 3, 2024
9894477
[InstCombine] Fold `icmp spred (and X, highmask), C1` into `icmp spre…
dtcxzyw Dec 3, 2024
eb261fd
[clang][bytecode][NFC] Diagnose non-constexpr builtin strcmp calls (#…
tbaederr Dec 3, 2024
8997a60
[MemCpyOpt] Introduce test for PR101930 (NFC)
antoniofrighetto Dec 3, 2024
c26cb3d
[MemCpyOpt] Drop dead `memmove` calls on `memset`'d source data
antoniofrighetto Dec 3, 2024
f72a042
[BasicAA] Treat returns_twice functions as clobbering unescaped objec…
nikic Dec 3, 2024
c854c4d
[flang][hlfir] optimize hlfir.eval_in_mem bufferization (#118069)
jeanPerier Dec 3, 2024
87ef6d3
[flang] optimize array function calls using hlfir.eval_in_mem (#118070)
jeanPerier Dec 3, 2024
a1ab6e9
[mlir] Add ScalableVectorType and FixedVectorType (#87986)
banach-space Dec 3, 2024
aebc0ab
[lldb] Expose discontinuous functions through SBFunction::GetRanges (…
labath Dec 3, 2024
a390f64
[ValueTracking] Fix typo in `isKnownNegative` and `MaskedValueIsZero`…
dtcxzyw Dec 3, 2024
4be5e67
[clang][HLSL] Add GroupMemoryBarrierWithGroupSync intrinsic (#111883)
adam-yang Dec 3, 2024
dceb943
[clang][bytecode] Handle __builtin_wcslen (#118446)
tbaederr Dec 3, 2024
e646751
[lldb] Use the function block as a source for function ranges (#117996)
labath Dec 3, 2024
43e1fab
Revert "[lldb] Use the function block as a source for function ranges…
labath Dec 3, 2024
bc36b9c
LV/test: clean up a test and regen with UTC (#118394)
artagnon Dec 3, 2024
48375e8
[clang] Warn [[clang::lifetimebound]] misusages on types (#118281)
emaxx-google Dec 3, 2024
2c47595
[clang][bytecode] Initialize elements in __builtin_elementwise_popcou…
tbaederr Dec 3, 2024
15a25d7
Revert "Add symbol visibility macros to abi-breaking.h.cmake" (#118464)
juliannagele Dec 3, 2024
ddf88d2
[AArch64] Fix STG instruction being moved past memcpy (#117191)
ostannard Dec 3, 2024
77b72b8
[InstCombine] Support nusw in icmp of gep with base
nikic Dec 3, 2024
2ea2cf7
[InstCombine] Support nusw in icmp of two geps with same base
nikic Dec 3, 2024
c14445d
[clang][bytecode] Reject memcpy dummy pointers after null check (#118…
tbaederr Dec 3, 2024
5dcf699
Reapply "[lldb] Use the function block as a source for function range…
labath Dec 3, 2024
bdd0ece
Revert "Re-apply [lldb] Do not use LC_FUNCTION_STARTS data to determi…
Michael137 Dec 3, 2024
c6ec9b2
[MLIR][TOSA] Update PowOp output name from z to output (#118407)
Jerry-Ge Dec 3, 2024
f2c10d7
Revert "[clang] Warn [[clang::lifetimebound]] misusages on types (#11…
hokein Dec 3, 2024
1c6c301
[lld] Convert CODE_OWNERS.txt to Maintainers.md (#118084)
DavidSpickett Dec 3, 2024
5cfbb26
[github] Change "code owners" note to refer to "maintainers" (#118087)
DavidSpickett Dec 3, 2024
44b4b11
[FastISel] Support unreachable with NoTrapAfterNoReturn (#118296)
nikic Dec 3, 2024
015f187
Revert "[clang][bytecode] Handle __builtin_wcslen (#118446)"
tbaederr Dec 3, 2024
2cafef1
[LoopVectorize] Add tests for dereferenceable loads in more loops (#1…
david-arm Dec 3, 2024
de8162b
[SPIR-V] Fixup storage class for global private (#118318)
Keenuts Dec 3, 2024
d4b0348
Add support for SPIR-V extension: SPV_INTEL_media_block_io (#118024)
vmaksimo Dec 3, 2024
4432b7d
[X86] Fix typo of gracemont (#118486)
phoebewang Dec 3, 2024
163e763
[flang] Treat pre-processed input as fixed (#117563)
macurtis-amd Dec 3, 2024
8b02ae4
[InstCombine] Support gep nuw in icmp folds (#118472)
nikic Dec 3, 2024
2cb0c69
IR: introduce struct with CmpInst::Predicate and samesign (#116867)
artagnon Dec 3, 2024
23d27e6
[clang][bytecode] Fix discarded pointer subtractions (#118477)
tbaederr Dec 3, 2024
c3a5424
IVDesc: strip redundant arg in getOpcode call (NFC) (#118476)
artagnon Dec 3, 2024
0057b3b
Reapply "[clang] Fix name lookup for dependent bases" (#118003)
vbe-sc Dec 3, 2024
d604b70
[clang][bytecode] Fix `__extension__` handling for vector operators (…
tbaederr Dec 3, 2024
0bdc8f2
[lldb] Fix "exact match" debug_names type queries (#118465)
labath Dec 3, 2024
db8b190
[clang-tidy] ignore `[[clang::lifetimebound]]` param in return-const-…
HerrCai0907 Dec 3, 2024
ecb87e4
[SPIR-V] Add XFAIL to the broken test (#118487)
VyacheslavLevytskyy Dec 3, 2024
d1696cc
[VPlan] Introduce VPScalarPHIRecipe, use for can & EVL IV codegen (NF…
fhahn Dec 3, 2024
067e2ac
[ConstraintElim] Use nusw flag for GEP decomposition
nikic Dec 3, 2024
8b0e046
[SPIR-V] Fix generation of invalid SPIR-V in cases of of bitcasts bet…
VyacheslavLevytskyy Dec 3, 2024
d6befa7
[mlir][llvm] Align linkage enum order with LLVM (NFC) (#118484)
xlauko Dec 3, 2024
dd03347
[SPIR-V] Fix emission of debug and annotation instructions and add SP…
VyacheslavLevytskyy Dec 3, 2024
8764250
[flang] Update CommandTest for AIX (NFC) (#118403)
kkwli Dec 3, 2024
8b7e037
[AMDGPU] Refine AMDGPUCodeGenPrepareImpl class. NFC. (#118461)
jayfoad Dec 3, 2024
d7ad36e
[Offload] Find libc relative to DeviceRTL path (#118497)
jplehr Dec 3, 2024
b42aa58
[SystemZ] Add realistic cost estimates for vector reduction intrinsic…
dominik-steenken Dec 3, 2024
c6aced0
[AMDGPU][Doc] Add `gfx950` to `gfx9-4-generic` in the document
shiltian Dec 3, 2024
24dade6
[ASTMatcher] Fix redundant macro expansion checks in getExpansionLocO…
mandymimi Dec 3, 2024
9e5dd13
Reland of #108413: [Offload] Introduce offload-tblgen and initial new…
callumfare Dec 3, 2024
15e7254
MLRegAlloc: Do not use float to count number of used registers [NFC] …
arsenm Dec 3, 2024
cf480c8
[LV] Pre-commit tests for fixed width VF fully unrolled loop cost mod…
igogo-x86 Dec 3, 2024
c429d89
[SPIR-V] Emit OpConstant instead of OpConstantNull to conform to NonS…
VyacheslavLevytskyy Dec 3, 2024
a75155b
libc: fixup include path and bazel stale comments (#118510)
nickdesaulniers Dec 3, 2024
2fd4a4c
[clang-format] Add support for `.cjs` as JavaScript file extension (#…
d3x0r Dec 3, 2024
e9ca106
[NFC] Remove trailing white spaces in `clang/include/clang/Driver/Opt…
shiltian Dec 3, 2024
d31bda5
[mlir python] Add nanobind support for standalone dialects. (#117922)
hawkinsp Dec 3, 2024
6e394d6
[ELF] Rename target-specific RelExpr enumerators
MaskRay Dec 3, 2024
6bf7f91
Revert "[mlir python] Add nanobind support for standalone dialects." …
makslevental Dec 3, 2024
3bd2e65
[NFC] Remove trailing white spaces in `clang/docs/ReleaseNotes.rst`
shiltian Dec 3, 2024
972fffd
[OpenACC] Enable 3 more clauses for combined constructs.
erichkeane Dec 3, 2024
5f4f93d
[SystemZ] Use nop mnemonics for disassembly
uweigand Dec 3, 2024
1ebc4f1
[Github] fix libc documentation path (#118514)
nickdesaulniers Dec 3, 2024
8b303f3
[lldb] Fix the DWARF index cache when index is partial. (#118390)
clayborg Dec 3, 2024
6d6f2b4
[bazel] update config.h.cmake
durin42 Dec 3, 2024
c37326c
Make SBMemoryRegionInfoList iterable with Python SWIG (#117358)
lukejriddle Dec 3, 2024
2481b6e
[PPC] Remove missed cases of ppc-merge-string-pool (#117626)
syzaara Dec 3, 2024
ac71cbd
[lldb][NFC] Remove unused field Platform::m_remote_url (#118411)
bulbazord Dec 3, 2024
5070ccb
[LLVM][TableGen] Refine overloaded intrinsic suffix check (#117957)
masonremy Dec 3, 2024
6300995
[SystemZ] Fix address parsing in HLASM mode
uweigand Dec 3, 2024
53a0c94
[clang][sema] Add support and documentation for `__has_extension(c_fi…
AidanGoldfarb Dec 3, 2024
f8276c8
Reland [NFC] Move DroppedVariableStats to its own file and redesign i…
rastogishubham Dec 3, 2024
ae8c615
[RISCV] Improve coverage for spread(N) shuffles
preames Dec 3, 2024
478eaf5
[RISCV] Clang-format a few lines to remove diff in a nearby patch
preames Dec 3, 2024
78af416
[gn build] Port acf3b1aa932b
llvmgnsyncbot Dec 3, 2024
0354e62
Fix test for bots where -std=c99 is the default
AaronBallman Dec 3, 2024
dd5b0b7
[lldb-dap] Fix the vscode-uninstall command
JDevlieghere Dec 3, 2024
bcc0548
Typo fix; NFC
AaronBallman Dec 3, 2024
dab436c
[lldb] For a host socket, add a method to print the listening address…
ashgti Dec 3, 2024
1b96fd2
[LLVM][Maintainers] Update LLVM maintainers for OpenMP runtime (#118521)
nawrinsu Dec 3, 2024
dc06dc9
[libc][math][c23] Add sinf16 C23 math function (#116674)
wldfngrs Dec 3, 2024
12e9d5c
[flang] Fix crash in HLFIR generation (#118399)
klausler Dec 3, 2024
c82fc5a
[ThinLTO][LowerTypeTests] Don't compute address taken set unless CFI …
teresajohnson Dec 3, 2024
cbd17fb
[ASTMatchers] AST matcher support for ObjC pointers (#117021)
t-rasmud Dec 3, 2024
a3260cf
[libc] delete hdrgen (#117220)
nickdesaulniers Dec 3, 2024
fd9698c
[libc] Change ctype to be encoding independent (#110574)
michaelrj-google Dec 3, 2024
bcc8172
Reland "Add a pass to collect dropped var stats for MIR" (#117044)
rastogishubham Dec 3, 2024
e6125a7
Revert "Reland of #108413: [Offload] Introduce offload-tblgen and ini…
jplehr Dec 3, 2024
c4ff5ee
Revert "Reland "Add a pass to collect dropped var stats for MIR" (#11…
rastogishubham Dec 3, 2024
14c4bca
Revert "Reland [NFC] Move DroppedVariableStats to its own file and re…
rastogishubham Dec 3, 2024
377b4d2
[llvm] Remove `br i1 undef` from some regression tests [NFC] (#118419)
leewei05 Dec 3, 2024
cf4f5a7
AMDGPU/GlobalISel: Add skeletons for new register bank select passes …
petar-avramovic Dec 3, 2024
db46d31
[ConstraintSystem] Fix signed overflow in negate.
fhahn Dec 3, 2024
7689e10
[gn build] Port 80987ef4b609
llvmgnsyncbot Dec 3, 2024
ad49891
[gn build] Port fef54d0393fd
llvmgnsyncbot Dec 3, 2024
efdb926
[ast matcher][NFC] make dump_ast_matchers.py run in any path (#117942)
HerrCai0907 Dec 3, 2024
7e4b0a5
[BOLT][AArch64] Add support for short LLD thunks/veneers (#118422)
maksfb Dec 3, 2024
5b1a42f
[StaticAnalyzer] Migrate away from PointerUnion::{is,get} (NFC) (#118…
kazutakahirata Dec 3, 2024
651e81d
[libc++] Drop dependency on __functional/operations.h from <atomic> (…
ldionne Dec 3, 2024
3b709b9
[flang][cuda] Allow AbstractResult to run in gpu.module (#118529)
clementval Dec 3, 2024
e24d329
Reland "[NFC] Move DroppedVariableStats to its own file and redesign …
rastogishubham Dec 3, 2024
92f53ae
[AArch64] Add tablegen patterns for concat(extract-high, extract-high…
davemgreen Dec 3, 2024
00c1aec
Rework attr-target-x86 test (#117091)
MatzeB Dec 3, 2024
846d9b9
[gn build] Port 0c8928d456ac
llvmgnsyncbot Dec 3, 2024
e958376
[nfc][MSan] Change for-loop to ArgNo instead of drop_begin (#117553)
k-kashapov Dec 3, 2024
152683d
[ast matcher] add `ExportDecl` in dynamically matchers (#118258)
HerrCai0907 Dec 3, 2024
02eba1e
allow prefer 256 bit attribute target (#117092)
MatzeB Dec 3, 2024
7e05110
Define a diagnostic group for missing variadic macro arguments (#116855)
ahatanak Dec 3, 2024
4914f44
[StructuralHash] Global Variable (#118412)
kyulee-com Dec 4, 2024
1b09c47
[mlir][Vector] Add support for 0-d shapes in extract-shape_cast folde…
Groverkss Dec 4, 2024
cb415b6
CodeGen: Don't assert when printing null GlobalAddress operands (#115…
arsenm Dec 4, 2024
e1b7481
[WebAssembly] Support the new "Lime1" CPU (#112035)
sunfishcode Dec 4, 2024
86c62c9
[AMDGPU] Use COV6 by default (#118515)
shiltian Dec 4, 2024
7c8aa46
Revert "Reland "[NFC] Move DroppedVariableStats to its own file and r…
rastogishubham Dec 4, 2024
2928279
[gn build] Port 259bdc0033d1
llvmgnsyncbot Dec 4, 2024
1e155ff
GlobalOpt: Use the correct address space when creating a "*.init" glo…
resistor Dec 4, 2024
70d6f00
Revert "[AMDGPU] Use COV6 by default (#118515)"
shiltian Dec 4, 2024
1c0e4ab
Revert "[StructuralHash] Global Variable (#118412)"
kyulee-com Dec 4, 2024
db6061a
[HLSL] get inout/out ABI for array parameters working (#111047)
spall Dec 4, 2024
bf36c60
[bazel] update for a0c4f854cad2b97e44a1b58dc1fd982e1c4d60f3
durin42 Dec 4, 2024
66e18e1
[SelectionDAG] Rename CallOptions::IsSExt to IsSigned. NFC (#118574)
topperc Dec 4, 2024
a9520bf
[libc] Fix the GPU build when building inside the NATIVE project (#11…
jhuber6 Dec 4, 2024
2460f2c
[mlir][transforms] Use `isExternal` instead of `isDeclaration` for `F…
CoTinker Dec 4, 2024
affe64c
[memprof] Fix IndexedMemProfRecord::clear (#118533)
kazutakahirata Dec 4, 2024
92b9e23
[RISCV] Match deinterleave(4,8) shuffles to SHL/TRUNC when legal (#11…
preames Dec 4, 2024
a8038b5
[RISCV] Reduce redundancy in vnsrl tests
preames Dec 4, 2024
eae294b
[Clang][AST] Fix MS Mangle concept uneval context template instantiat…
MaxEW707 Dec 4, 2024
47160f8
[lld-link] Add context-aware diagnostic functions (#118430)
MaskRay Dec 4, 2024
3232de2
[lldb-dap] Fix Markdown tables in README.md
JDevlieghere Dec 4, 2024
0bf4f1f
[ORC] Merge ostream operators for SymbolStringPtrs into SymbolStringP…
lhames Dec 4, 2024
542f19b
[CodeGen] Fix warning after #115531
MaskRay Dec 4, 2024
f36575d
[lld-link] Replace message(...) with Msg(ctx)
MaskRay Dec 4, 2024
eb79491
Reapply "[StructuralHash] Global Variable (#118412)"
kyulee-com Dec 4, 2024
8f4fee5
[RISCV] Handle zeroinitializer of vector tuple Type (#113995)
4vtomat Dec 4, 2024
559309e
[ORC] Move ostream operator for SymbolStringPtrBase into OrcShared.
lhames Dec 4, 2024
0b49b4d
[gn build] Port 9c9d4b9e73c1
llvmgnsyncbot Dec 4, 2024
4d4e427
[TargetLowering] Use Type* instead of EVT in shouldSignExtendTypeInLi…
topperc Dec 4, 2024
b639cc3
[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
HighCommander4 Dec 4, 2024
4be49da
[lld][wasm] Clear lazyBitcodeFiles while resetting context (#118440)
anutosh491 Dec 4, 2024
56385af
[lld-link] Replace warn(...) with Warn(ctx)
MaskRay Dec 4, 2024
218dd29
[lld-link] Simplify warnUnusable. NFC
MaskRay Dec 4, 2024
7548a94
[CodeGen][PM] Use errs() instead of dbgs() in printer passes (#118469)
optimisan Dec 4, 2024
20af761
[PGO] Add option to always instrumenting loop entries (#116789)
ronryvchin Dec 4, 2024
413d8dd
[RISCV] Mark vmvNr.v as implicitly using vtype (#118414)
lukel97 Dec 4, 2024
4fb765f
[clangd] Fix warnings
kazutakahirata Dec 4, 2024
c697a6c
[Clang] Don't add top-level const qualifiers to captured function typ…
zyn0217 Dec 4, 2024
e67c249
[DAG] SimplifyDemandedVectorElts - add handling for INT<->FP conversi…
RKSimon Dec 4, 2024
8d6b09e
[AMDGPU] Emit amdgcn.if.break in the same BB as amdgcn.loop (#118081)
mariusz-sikora-at-amd Dec 4, 2024
30a97fc
[mlir] Improve error message when number of operands and types differ…
zero9178 Dec 4, 2024
7d4d8d6
[mlir] Specify deps via `LLVM_LINK_COMPONENTS` (#118542)
kwk Dec 4, 2024
9fd86d4
[clang-repl][CMake][MSVC] Use LINKER: instead of `-Wl` (#118518)
Maetveis Dec 4, 2024
bc6a643
[CodeGen][NewPM] Port LiveDebugVariables to NPM (#115468)
optimisan Dec 4, 2024
a857df0
[OpenMP] Add Maintainers.md file
DavidSpickett Dec 4, 2024
a59dcd5
[compiler-rt][MSVC][CMake] Wrap Linker flags for ICX (#118496)
Maetveis Dec 4, 2024
7c6e48a
[TOSA] Use attributes for unsigned rescale (#118075)
RoboTux Dec 4, 2024
3716ba3
[llvm-tblgen] Increase Coverage Index Size (#118329)
lenary Dec 4, 2024
f421db7
[AggressiveInstCombine] Use APInt and avoid truncation when folding l…
antoniofrighetto Dec 4, 2024
77af1ab
[RISCV][CostModel] Correct the cost of some reductions (#118072)
LiqinWeng Dec 4, 2024
ffc6466
[AArch64] Fix scheduling information for arithmetic and logical instr…
Dec 4, 2024
978d4c3
[MLIR][Arith] Add ExpandOps to convertArithToLLVM (#117305)
nujaa Dec 4, 2024
0e1062a
[bazel] Port 9c9d4b9e73c1
gribozavr Dec 4, 2024
0ce992a
[MLIR][TOSA] Update CustomOp input and output names (#118408)
Jerry-Ge Dec 4, 2024
96ad531
[mlir][transform] Guard parametric loop tiling pass from no option (#…
Lewuathe Dec 4, 2024
48f0c89
[SLP][X86] Add test coverage for #111126
RKSimon Dec 4, 2024
40c0de7
[NFC][IRCE] Don't require LoopStructure to determine IRCE profitabili…
JanJecmen Dec 4, 2024
7cc8b45
[clang][bytecode] Handle bitcasts involving bitfields (#116843)
tbaederr Dec 4, 2024
f474193
[DAGCombiner] Add support for scalarising extracts of a vector setcc …
david-arm Dec 4, 2024
b2e9b95
[gn build] Port 4b5e7fa4de54
llvmgnsyncbot Dec 4, 2024
6a50bdd
Revert "[MLIR][Arith] Add ExpandOps to convertArithToLLVM (#117305)"
banach-space Dec 4, 2024
85c252c
Revert "[clang][bytecode] Handle bitcasts involving bitfields (#116843)"
tbaederr Dec 4, 2024
e98ec9f
[gn build] Port 54db16221c92
llvmgnsyncbot Dec 4, 2024
68d66f7
[IR] Allow fast math flags on fptrunc and fpext (#115894)
john-brawn-arm Dec 4, 2024
625eaaa
Reapply "[clang][bytecode] Handle bitcasts involving bitfields (#1168…
tbaederr Dec 4, 2024
da4e0af
[vim] Improve iskeyword for LLVM IR (#117905)
frasercrmck Dec 4, 2024
9b2de2b
[gn build] Port 12ca72ba7f11
llvmgnsyncbot Dec 4, 2024
45dff72
[offload] Standalone build fixes (#118173)
mgorny Dec 4, 2024
d946c67
[AArch64][Clang] Define __ARM_NEON_SVE_BRIDGE unconditionally (#118272)
SpencerAbson Dec 4, 2024
4e1acea
[X86] getMemoryOpCost - ensure we pass through OpInfo / Instruction a…
RKSimon Dec 4, 2024
3a84652
[GlobalISel] Add G_ABDS and G_ABDU instructions (#118122)
tschuett Dec 4, 2024
0f1df6a
[Flang][OpenMP] Issue an error for loop directive without a loop (#11…
kiranchandramohan Dec 4, 2024
55cc74b
[ConstraintElim] Add tests for gep nuw (NFC)
nikic Dec 4, 2024
81eb852
[SLP][X86] Update test coverage for #111126
RKSimon Dec 4, 2024
5f9cd5b
[LLVM][IR] When evaluating GEP offsets don't assume ConstantInt is a …
paulwalker-arm Dec 4, 2024
636d6e6
[SPIR-V] Replace assert with report_fatal (#118617)
Keenuts Dec 4, 2024
3371ee8
[clang][www] Remove ClangDataFormat.py from docs (#117943)
emaxx-google Dec 4, 2024
a154895
[clang][NFC] Generalize getSpecificAttr for const attributes (#116606)
steakhal Dec 4, 2024
f33b472
[Clang] Deleting an incomplete enum type is not an error (#118455)
cor3ntin Dec 4, 2024
6da5f86
[DAGISel][ARM] Fix vector truncate combine for big-endian (#118101)
ostannard Dec 4, 2024
4ca390f
[LLD][COFF] Check load config size before setting its DependentLoadFl…
cjacek Dec 4, 2024
8bb3ac3
[Matrix] Use DenseMap for ShapeMap instead of ValueMap. (#118282)
fhahn Dec 4, 2024
c4727f9
[ConstraintElim] Add support for decomposing gep nuw (#118639)
nikic Dec 4, 2024
99fe0dd
[libunwind][Haiku] Improve support (#115462)
korli Dec 4, 2024
2b7b049
[clang][bytecode] Initialize bases when bitcasting (#117179)
tbaederr Dec 4, 2024
47853b2
[lldb][tests] Fix passing pthread library to a linker for some API te…
dzhidzhoev Dec 4, 2024
9a5948d
[InstCombine] Preserve nuw in OptimizePointerDifference
nikic Dec 4, 2024
ae77314
[LLDB] Fix error returns in CastToBasicType and CastToEnumType in Val…
cmtice Dec 4, 2024
68d6c5d
[IR] Fix accumulateConstantOffset() on zero-index GEP
nikic Dec 4, 2024
5eeef25
[InstCombine] Fix use after free
nikic Dec 4, 2024
02a9335
[msan] Add handling for sse41_round_pd/sse41_round_ps (#118441)
alexander-shaposhnikov Dec 4, 2024
199fa80
[Instrumentation] Fix a warning
kazutakahirata Dec 4, 2024
d990bfc
[TTI][X86] getMemoryOpCost - reduced costs when loading uniform value…
RKSimon Dec 4, 2024
8d4caef
[mlir][spirv][vector] Support converting vector.from_elements to SPIR…
andfau-amd Dec 4, 2024
8937ee4
[lldb] Correct an issue when using Socket to listen on `localhost:0` …
ashgti Dec 4, 2024
61e4f60
[libc] rename newhdrgen to just hdrgen (#118545)
nickdesaulniers Dec 4, 2024
d975f59
[Passes] Generalize ShouldRunExtraVectorPasses to allow re-use (NFCI)…
fhahn Dec 4, 2024
e0b0e75
[NFC] Eliminate need of Emacs tag and file name in file header (#118553)
jurahul Dec 4, 2024
ffbb41a
[AMDGPU] Preserve `noundef` and `range` during kernel argument loads …
krzysz00 Dec 4, 2024
87d76d0
[lld-link] Replace log(...) with Log
MaskRay Dec 4, 2024
a9cf088
[mlir][spirv] Handle vectors of integers of unsupported width (#118663)
kuhar Dec 4, 2024
b6e271d
[mlir][Vector] Fix vector.extract lowering to llvm for 0-d vectors (#…
Groverkss Dec 4, 2024
e7042d8
[libc++][libunwind] Fix documentation CI job after #118159 (#118555)
ldionne Dec 4, 2024
ba53cc0
[flang][cuda] Do not register global constants (#118582)
Renaud-K Dec 4, 2024
f33f861
[lldb-dap] Support finding the lldb-dap binary (#118547)
JDevlieghere Dec 4, 2024
6f0ab6b
[win/asan] Populate test for function GetInstructionSize. (#118204)
bernhardu Dec 4, 2024
a2de357
[llvm][AArch64] Fix a crash in performPostLD1Combine (#118538)
jroelofs Dec 4, 2024
b4e7b10
[libc++][CI] Also restart failed jobs when they fail for a spurious r…
ldionne Dec 3, 2024
ec6acaa
Add support for referencable labels for attribute documentation (#118…
ojhunt Dec 4, 2024
b43efc1
[SPIR-V] Add SPV_INTEL_joint_matrix extension (#118578)
MrSidims Dec 4, 2024
d1382cf
[flang][cuda] Run target rewrite in gpu.module (#118592)
clementval Dec 4, 2024
5a767d6
[hexagon] Add support for llvm.debugtrap (#117049)
androm3da Dec 4, 2024
0580c70
Fix to account for multiple ISA enumeration (#118676)
hidekisaito Dec 4, 2024
0ec47f9
[X86] fsxor-alignment.ll - add nounwind to prevent cfi noise in an up…
RKSimon Dec 4, 2024
bf271d1
[X86] Add fabs/fneg rmw style test coverage for #117557
RKSimon Dec 4, 2024
861940b
Revert "[flang][cuda] Run target rewrite in gpu.module" (#118679)
clementval Dec 4, 2024
4ee31b5
[flang][OpenMP] Add comments to IsContiguous, improve formatting, NFC
kparzysz Dec 4, 2024
ce6251f
[aarch64] Add support for the __{inc|add}x18{byte|word|dword|qword in…
dpaoliello Dec 4, 2024
c296090
[Clang] Add '-Warray-compare' flag for C++ below version 20 (#118031)
AmrDeveloper Dec 4, 2024
c5fbb3f
[OpenACC] Fix bug with worker/vector/gang clause inside another
erichkeane Dec 4, 2024
1dae903
Reland "[flang][cuda] Run target rewrite in gpu.module" (#118682)
clementval Dec 4, 2024
e9bfea0
[InstSimplify] Refine `abs(min/undef, true)` to `poison` (#118669)
pedroclobo Dec 4, 2024
f571703
[RISCV][GISel] Stop over promoting G_SITOFP/UITOFP libcalls on RV64. …
topperc Dec 4, 2024
3fa62e2
[flang][cuda] Fix test cuda-target-rewrite.mlir
clementval Dec 4, 2024
0f67c2e
[LLDB] Fix crash in TypeSystemClang::GetIndexofChildMemberWithName. (…
cmtice Dec 4, 2024
5823903
[flang][OpenMP] Use range-for to iterate over SymbolSourceMap, NFC
kparzysz Dec 4, 2024
488d16d
[lldb-dap] Fix links to LLVM issue tracker and pull requests (#118681)
JDevlieghere Dec 4, 2024
0b91eea
[scudo] Use internal list to manage the LRU cache (#117946)
ChiaHungDuan Dec 4, 2024
ebfecbb
[memprof] Move YAML traits to MemProf.h (NFC) (#118668)
kazutakahirata Dec 4, 2024
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.
4 changes: 2 additions & 2 deletions .ci/generate-buildkite-pipeline-premerge
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ if [[ "${linux_projects}" != "" ]]; then
artifact_paths:
- 'artifacts/**/*'
- '*_result.json'
- 'build/test-results.xml'
- 'build/test-results.*.xml'
agents: ${LINUX_AGENTS}
retry:
automatic:
Expand All @@ -295,7 +295,7 @@ if [[ "${windows_projects}" != "" ]]; then
artifact_paths:
- 'artifacts/**/*'
- '*_result.json'
- 'build/test-results.xml'
- 'build/test-results.*.xml'
agents: ${WINDOWS_AGENTS}
retry:
automatic:
Expand Down
Loading