platform/upstream/llvm.git
2022-03-25 Jay Foad[AMDGPU] Move VOP3 classes into VOPInstructions.td...
2022-03-25 Simon Pilgrim[X86] Add test showing failure to fold multiple constan...
2022-03-25 Javier Setoain[mlir][Vector] Add integration tests for ArmSVE
2022-03-25 Sam McCall[pseudo] Use box-drawing chars to prettify debug dumps...
2022-03-25 Roman Lebedev[SimplifyCFG] `FoldBranchToCommonDest()`: allow branch...
2022-03-25 Roman Lebedev[NFC][SimplifyCFG] Add test from https://github.com...
2022-03-25 Simon Pilgrim[X86] combineADC - pull out repeated dyn_cast<ConstantS...
2022-03-25 Louis Dionne[libc++] Remove the _LIBCPP_BOOL_CONSTANT macro
2022-03-25 Sergei LebedevUpdated MLIR type stubs to work with pytype
2022-03-25 AakankshaPrevent comparison with wider type in loop condition
2022-03-25 Aaron BallmanFix clang Sphinx build bot
2022-03-25 Simon Pilgrim[SDAG] enable binop identity constant folds for multiplies
2022-03-25 Benjamin Kramer[bazel] Add missing dependency after a75a46db89
2022-03-25 Benjamin Kramer[bazel] Add missing dependency after a75a46db89
2022-03-25 Javier Setoain[mlir][Sparse] Add option for VLA sparsification
2022-03-25 Simon Pilgrim[X86] combineAdd - fold ADD(ADC(Y,0,W),X) -> ADC(X...
2022-03-25 Javier Setoain[mlir][Vector] Enable create_mask for scalable vectors
2022-03-25 Thomas Symalla[AMDGPU] Improve v_cmpx usage on GFX10.3.
2022-03-25 Simon Pilgrim[AArch64] isProfitableToHoist - remove nullptr test
2022-03-25 Simon Pilgrim[Utils] stripDebugifyMetadata - use cast<> instead...
2022-03-25 Simon Pilgrim[AsmPrinter] AIXException::endFunction - use cast<...
2022-03-25 Simon Pilgrim[clang] CheckSizelessVectorOperands - use castAs<>...
2022-03-25 Simon Pilgrim[X86] Add test showing failure to fold add(adc(x,0...
2022-03-25 David GreenRevert "[AArch64] Lower 3 and 4 sources buildvectors...
2022-03-25 Marek Kurdej[clang-format] Clean up DefinitionBlockSeparatorTest...
2022-03-25 Kai Luo[PowerPC] Add test for failing lowering llvm.ppc.cfence...
2022-03-25 Dávid Bolvanský[Clang] Added release note for improved -Wunused-but...
2022-03-25 Daniil Kovalev[NVPTX] Remove code duplication in LowerCall
2022-03-25 Iain Sandoe[C++20][Modules][HU 1/5] Introduce header units as...
2022-03-25 Nikita Popov[BPF] Don't fetch alignment of llvm.preserve.union...
2022-03-25 Jean Perier[flang][NFC] fix comment typo in SetLowerBound description
2022-03-25 Jean Perier[flang][codegen] ensure descriptor lower bounds are...
2022-03-25 Jean Perier[flang] Fix LBOUND rewrite on descriptor components
2022-03-25 Tom StellardRelease Workflow: Remove cherry-pick-failed label when...
2022-03-25 LLVM GN Syncbot[gn build] Port 75112133b83e
2022-03-25 Carlos Alberto... [llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter...
2022-03-25 Valentin Clement[flang] Lower mvbits intrinsic
2022-03-25 Nathan Ridge[clang] Propagate requires-clause from constructor...
2022-03-25 Fangrui Song[ELF] addSectionSymbols: simplify isec->getOutputSectio...
2022-03-25 Thomas Raoux[mlir][gpu] Relax restriction on mma load/store op
2022-03-25 Ben Shi[AVR] Add more devices
2022-03-25 Nico WeberMake BLAKE3 a component library
2022-03-25 Akira HatanakaFix a bug where an extended vector of __fp16 was being...
2022-03-25 Hubert Tong[Clang] Work with multiple pragmas weak before definition
2022-03-25 Groverkss[MLIR][Presburger] Merge PresburgerLocalSpace and Presb...
2022-03-25 Nikolas Klauser[libc++] Rename __identity to __type_identity
2022-03-24 Tom StellardRe-commit: Driver: Don't warn on -mbranch-protection...
2022-03-24 Joseph Huber[OpenMP] Add a semantic check for updating hidden or...
2022-03-24 Thomas Raoux[mlir][linalg] Add pattern to split reduction dimension...
2022-03-24 Jason MolendaDon't search for sim SDK path until we know we need it
2022-03-24 Fangrui Song[Bazel] Add BLAKE3 files to llvm:Support
2022-03-24 Peter Steinfeld[flang] Make not yet implemented messages more consistent
2022-03-24 Zixu Wang[NFC][clang][extract-api] Rename variable
2022-03-24 Tue Ly[libc] Improve the performance of exp2f.
2022-03-24 Zixu Wang[NFC][clang][extract-api] Add missing virtual anchors
2022-03-24 Arthur Eubanks[opt] Remove -analyze option
2022-03-24 Lei Zhang[mlir][spirv] Add Apple into the vendor list
2022-03-24 Jennifer YuEliminate extra set of simd variant function attribute.
2022-03-24 Stanislav Mekhanoshin[AMDGPU] Use GenericTable to classify DGEMM
2022-03-24 Stanislav Mekhanoshin[AMDGPU] gfx940 MAI hazard recognizer
2022-03-24 Valentin Clement[flang][NFC] Remove unused variable
2022-03-24 Stanislav Mekhanoshin[AMDGPU] Support gfx940 smfmac instructions
2022-03-24 Kirill Stoimenov[ASan] Reland of D116182 to always link asan_static...
2022-03-24 Nico WeberRevert "[gn build] Manually port llvm/lib/Support/BLAKE3"
2022-03-24 wangyihan[clang][CodeGen]Fix clang crash and add bitfield suppor...
2022-03-24 Yaxun (Sam... [CUDA][HIP] Fix hostness check with -fopenmp
2022-03-24 Fraser Cormack[VectorCombine] Insert addrspacecast when crossing...
2022-03-24 Stanislav Mekhanoshin[AMDGPU] New gfx940 mfma instructions
2022-03-24 LLVM GN Syncbot[gn build] Port
2022-03-24 Fangrui Song[gn build] Manually port llvm/lib/Support/BLAKE3
2022-03-24 Johannes DoerfertRevert "[Intrinsics] Add `nocallback` to the default...
2022-03-24 Nico Weber[gn build] ugly hack to work around sync script for now
2022-03-24 David BlaikieDebugInfo: Classify noreturn function types as non...
2022-03-24 Nico Weber[gn build] (manually) port 9aa701984d39 (BLAKE3)
2022-03-24 Johannes Doerfert[Intrinsics] Add `nocallback` to the default intrinsic...
2022-03-24 Sanjay Patel[InstCombine] add more tests for nsw propagation; NFC
2022-03-24 Argyrios Kyrtzidis[Support/BLAKE3] Temporarily disable building neon...
2022-03-24 Fangrui Song[ELF] Implement --build-id={md5,sha1} with truncated...
2022-03-24 Argyrios Kyrtzidis[Support/BLAKE3] Temporarily disable building the assem...
2022-03-24 Gulfem Savrun... Revert "[clang][deps] NFC: De-duplicate clang-cl tests"
2022-03-24 Simon Pilgrim[X86] combineSub - fold SUB(X,ADC(Y,0,W)) -> SBB(X...
2022-03-24 Arthur Eubanks[gn build] Manually port 0c86198b2
2022-03-24 Daniel Grumberg[clang][extract-api] Stop allocating APIRecords via...
2022-03-24 Simon PilgrimFix unused variable warning by embedding inside assertion
2022-03-24 Argyrios Kyrtzidis[Support/BLAKE3] LLVM-specific changes over the origina...
2022-03-24 Argyrios Kyrtzidis[Support] Introduce the BLAKE3 hashing function impleme...
2022-03-24 Shraiysh Vaishay[mlir][OpenMP][IRBuilder] Add support for nowait on...
2022-03-24 Simon Pilgrim[X86] Add additional 'add/sub single bit' patterns
2022-03-24 Michael Jones[libc][obvious] only test FILE on working platforms
2022-03-24 Louis Dionne[libc++] Audit all uses of _LIBCPP_ASSERT and _LIBCPP_D...
2022-03-24 Shafik Yaghmour[LLDB] Cleanup for Fixing DWARFExpression handling...
2022-03-24 Arthur Eubanks[polly] Remove last instances of -analyze
2022-03-24 Dmitry Vyukov[TSan] Add a runtime flag to print full thread creation...
2022-03-24 Mike Rice[OpenMP] Initial parsing/sema for the 'omp target paral...
2022-03-24 Momchil Velikov[AArch64] Async unwind - function prologues
2022-03-24 Valentin Clement[flang[OpenACC] Lower wait directive
2022-03-24 Craig Topper[SelectionDAG] Add AssertAlign to AddNodeIDCustom so...
2022-03-24 Alexander Belyaev[llvm] Initialize and move UseUpRegs outside of `union...
2022-03-24 Aaron BallmanDiagnose use of a naked attribute on a member function...
2022-03-24 Jakob KoschelReland "[ELF] Enable new passmanager plugin support...
next