platform/upstream/llvm.git
2022-03-25 Sam McCall[cmake] Provide CURRENT_TOOLS_DIR centrally, replacing...
2022-03-25 Chia-hung Duan[mlir] Add InferTensorType without supporting reifyRetu...
2022-03-25 Philip Reames[SLP] Simplify eraseInstruction [NFC]
2022-03-25 LLVM GN Syncbot[gn build] Port cef52105bd4b
2022-03-25 Douglas YungRevert "[clang-tidy] Add modernize-macro-to-enum check"
2022-03-25 Corentin Jabot[Clang] Fix error in Documentation introduced by 3784e8...
2022-03-25 Peter Klausler[flang] Fix bogus error from assignment to CLASS(*)
2022-03-25 Corentin Jabot[Clang] Fix Unevaluated Lambdas
2022-03-25 Florian Hahn[Clang,TBAA] Use pattern for metadata reference in...
2022-03-25 Florian Hahn[ConstraintElimination] Use AddOverflow for offset...
2022-03-25 Florian Hahn[ConstraintElimination] Add test where offset additions...
2022-03-25 Emil Kieri[clang][driver] Disable non-functional --version option...
2022-03-25 Nathan JamesReland "[ASTMatchers] Output currently processing match...
2022-03-25 Philip ReamesReapply "[SLP] Schedule only sub-graph of vectorizable...
2022-03-25 Christopher... [mlir][NVVM] Add support for nvvm mma.sync ops
2022-03-25 Jean Perier[flang][lowering] Handle zero extent case in LBOUND
2022-03-25 Philip Reames[SLP] Optimize stacksave dependence handling [NFC]
2022-03-25 Philip Reames[SLP] Explicit track required stacksave/alloca dependen...
2022-03-25 Gulfem Savrun... [InstrProfiling] No runtime hook for unused funcs
2022-03-25 Argyrios Kyrtzidis[Support/BLAKE3] Do manual instrumentation of `llvm_bla...
2022-03-25 Florian Hahn[LV] Use getVectorLoopRegion to retrieve header. (NFC)
2022-03-25 Jonas Devlieghere[lldb] Conditionalize target_link_libraries on the...
2022-03-25 lipracer[mlir][tosa] : adding folder and canonicalizer for...
2022-03-25 Peter Klausler[flang] Fix cycle-catcher in procedure characterization
2022-03-25 Yitzhak Mandelbaum[clang][dataflow] Add support for disabling warnings...
2022-03-25 Johannes Doerfert[OpenMP][FIX] Ensure exclusive access to the HDTT map
2022-03-25 Jonas Devlieghere[lldb] Add a fuzzer for target creation
2022-03-25 Tue Ly[libc] Improve the performance of expf.
2022-03-25 Dávid Bolvanský[NFCI] Fix set-but-unused warning in DenseMap.h in...
2022-03-25 Dávid Bolvanský[NFCI] Fix set-but-unused warning in AArch64AsmParser.cpp
2022-03-25 Hongtao Yu[CSSPGO] Turn on profi and ext-tsp when using probe...
2022-03-25 Philip Reames[slp] Factor out a lambda to avoid uplicating code...
2022-03-25 Ben Shi[AVR][NFC] Fix incorrect register states in expanding...
2022-03-25 LLVM GN Syncbot[gn build] Port 39b80c8380c8
2022-03-25 Philip Reames[test,slp] Add another stacksave related dependence...
2022-03-25 Richard[clang-tidy] Add modernize-macro-to-enum check
2022-03-25 Simon Pilgrim[InstCombine] SimplifyDemandedUseBits - remove ashr...
2022-03-25 Joseph Huber[OpenMP] Replace device kernel linkage with weak_odr
2022-03-25 Dmitry Preobrazhensky[AMDGPU][DOC][NFC] Added GFX1030 assembler syntax descr...
2022-03-25 Iain Sandoe[C++20][Modules] Correct an assert for modules-ts.
2022-03-25 Adam Czachorowski[clang] Do not crash on arrow operator on dependent...
2022-03-25 Johannes DoerfertReapply "[Intrinsics] Add `nocallback` to the default...
2022-03-25 Kiran Chandramohan[Flang] Lower achar intrinsic
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
next