platform/upstream/llvm.git
2023-01-06 Jakub Kuderski[mlir][spirv] Add smul_extended expansion for WebGPU
2023-01-06 Yitzhak MandelbaumRevert "[clang][dataflow] Only model struct fields...
2023-01-06 Craig Topper[RISCV] Rename SDT_RISCVVecCvtX2FOp_VL->SDT_RISCVVecCvt...
2023-01-06 Kirill Stoimenov[LSAN][NFC] Removed FinishThreadLocked from the LSAN...
2023-01-06 Jeffrey Byrnes[AMDGPU] Switch to autogenerated checks
2023-01-05 Murali Vijayaraghavan[NFC][MLIR] Adding better names to lit test for pooling...
2023-01-05 bixia1[mlir][sparse] Replace sparse_tensor.sort with sparse_t...
2023-01-05 Jakub Kuderski[mlir][spirv] Fix extended umul expansion for WebGPU
2023-01-05 Owen Pan[clang-format] Add an option to insert a newline at...
2023-01-05 Murali Vijayaraghavan[mlir][linalg] Vectorize 1D convolution
2023-01-05 Keno Fischer[LVI] Look through negations when evaluating conditions
2023-01-05 Fangrui Song[C] Make (c ? e1 : e2) noreturn only if both e1 and...
2023-01-05 Peter Rong[Transform] Rewrite LowerSwitch using APInt
2023-01-05 Aaron BallmanAdd isInAnonymousNamespace() to the dynamic AST matchers
2023-01-05 Zibi SarbinowskiDisable a part of the unit test CommandLineTest/BadResp...
2023-01-05 Joshua Cranmer[NFC][IR] Avoid string leak with target extension types.
2023-01-05 Yitzhak Mandelbaum[clang][dataflow] Only model struct fields that are...
2023-01-05 Adrian PrantlRevert an unintentional API ABI break
2023-01-05 Matt Arsenaultclang/AMDGPU: Remove flat-address-space from feature map
2023-01-05 Xiang Li[NFC] [Doc] Fix example for AnnotateTypeDocs
2023-01-05 Vang Thao[AMDGPU] Add .uniform_work_group_size metadata to v5
2023-01-05 Fangrui Song[CodeGen] Default TargetOptions::RelaxELFRelocations...
2023-01-05 Owen Pan[clang-format] Improve UnwrappedLineParser::mightFitOnO...
2023-01-05 Saleem AbdulrasoolParse: handle another case of invalid handling for...
2023-01-05 Alexander Timofeev[AMDGPU] MachineScheduler: schedule execution metric...
2023-01-05 ziqingluo-90[Fix]"[-Wunsafe-buffer-usage] Add a new `forEachDescend...
2023-01-05 ziqingluo-90Revert "Revert "[-Wunsafe-buffer-usage] Add a new ...
2023-01-05 Matt ArsenaultVerifier: Disallow uses of intrinsic global variables
2023-01-05 Aaron BallmanRemove documentation about the Go bindings
2023-01-05 Craig Topper[RISCV] Prevent constant hoisting for or/and/xor that...
2023-01-05 Fangrui Song[test] Test __attribute__((noreturn)), _Noreturn, and...
2023-01-05 Jez Ng[lld-macho] Don't support relocations in cstring sections
2023-01-05 Florian Hahn[profile] Update test to make condition non-redundant.
2023-01-05 Luke DrummondFix typos
2023-01-05 Matt ArsenaultAMDGPU: Fix broken opaque pointer handling in printf...
2023-01-05 Roman Lebedev[NFC][YAMLTraits] Use `SmallString<>`+SSO when yamlizin...
2023-01-05 Roman Lebedev[NFC][exegesis] `SnippetGenerator::generateConfiguratio...
2023-01-05 Jez Ng[lld-macho][test] Simplify classrefs test
2023-01-05 Tom Honermann[clang] Correct -frewrite-includes generation of line...
2023-01-05 David Green[AArch64] Regenerate fp16-vector-nvcast.ll check lines...
2023-01-05 Valery N Dmitriev[SLP] Unify GEP cost modeling for load, store and GEP...
2023-01-05 Siva Chandra... [libc] Make the sidebar colors have a higher constract...
2023-01-05 Siva Chandra... [libc] Add document for a recipe to do a full standalon...
2023-01-05 bixia1[mlir][sparse] Add operator sparse_tensor.indices_buffer.
2023-01-05 Sanjay Patel[InstCombine] add tests for cmp of pow2 mask; NFC
2023-01-05 Jeff Bailey[libc] Add documentation on hacking with vscode
2023-01-05 Roman Lebedev[NFC][exegesis] `BenchmarkCodeStreamer`: use existing...
2023-01-05 Roman Lebedev[NFC][AttributesTest] Fix signedness warnings
2023-01-05 Kito Cheng[RISCV][NFC] Refine the patch of D141061
2023-01-05 Kito Cheng[RISCV][InsertVSETVLI] Using right instruction during...
2023-01-05 Craig Topper[SelectionDAG] Improve codegen for udiv by constant...
2023-01-05 Matt ArsenaultAMDGPU: Switch enqueue kernel test to generated checks
2023-01-05 Roman Lebedev[NFC][Exegesis][X86] Test that we don't crash while...
2023-01-05 serge-sans... By-pass some ArrayRef deduction guide
2023-01-05 Nikita Popov[Attributes] Remove trailing empty attribute sets ...
2023-01-05 OCHyams[DebugInfo][SelectionDAGISel] Do not drop all dbg.decla...
2023-01-05 Chris Cotter[clang-tidy] Fix minor bug in add_new_check.py
2023-01-05 Matt ArsenaultVerifier: Move test from test/Analysis to test/Verifier
2023-01-05 Matt Arsenaultllvm-reduce: Don't delete instructions in global variab...
2023-01-05 Matt ArsenaultIROutliner: Fix missing C++ mode comment
2023-01-05 Alex Zinenko[mlir] fix out-of-bounds in reduction tiling
2023-01-05 Roman Lebedev[exegesis] "Skip codegen" dry-run mode
2023-01-05 Roman Lebedev[ScalarEvolutionExpanderTest] Avoid sign warning
2023-01-05 Zahira AmmarguellatImplement support for option 'fexcess-precision'.
2023-01-05 Guillaume Chatelet[libc] get_table_negative cannot be constexpr
2023-01-05 serge-sans... [NFC] Use std::size(x) Instead of ArrayRef(x).size
2023-01-05 Matt ArsenaultAMDGPU: Fix broken and permissive handling of printf...
2023-01-05 LLVM GN Syncbot[gn build] Port b06b248ad9dc
2023-01-05 Guillaume Chatelet[libc] Fix invalid constructor declaration
2023-01-05 Chris Cotter[clang-tidy] Implement CppCoreGuideline CP.53
2023-01-05 Jean Perier[flang][NFC] share Constant<SomeDerived> lowering
2023-01-05 Nikita Popov[Examples] Convert test to opaque pointers (NFC)
2023-01-05 Nikita Popov[DFSan] Convert test to opaque pointers (NFC)
2023-01-05 serge-sans... Move from llvm::makeArrayRef to ArrayRef deduction...
2023-01-05 Nikita Popov[LoopSimplifyCFG] Convert test to opaque pointers ...
2023-01-05 Luke Drummond[NFC][NVPTX] Move a comment back to its proper place
2023-01-05 Christian Ulmann[mlir] Add function_entry_count to LLVMFuncOp
2023-01-05 Freddy Ye[X86] Support -march=emeraldrapids
2023-01-05 Nikita Popov[CodeGen] Convert some tests to opaque pointers (NFC)
2023-01-05 Nikita Popov[Verifier] Convert some tests to opaque pointers (NFC)
2023-01-05 Owen Pan[clang-format] Add an option for breaking after C+...
2023-01-05 Freddy Ye[X86] Modify model value of meteorlake.
2023-01-05 Nikita Popov[SCEVExpanderTest] Convert to opaque pointers (NFC)
2023-01-05 Nikita Popov[PredicateInfo] Enable test with broken REQUIRES condit...
2023-01-05 Ties Stuij[AArch64][GlobalISel] implement GPR (U/S)(MIN/MAX)...
2023-01-05 Nikita Popov[Transforms] Convert some tests to opaque pointers...
2023-01-05 David Green[LoopVectorizer] Fix inloop reductions mask placement
2023-01-05 Nikita Popov[CVP] Convert tests to opaque pointers (NFC)
2023-01-05 Nikita Popov[SLPVectorizer] Convert test to opaque pointers (NFC)
2023-01-05 Nikita Popov[llvm-reduce] Remove typed pointer test (NFC)
2023-01-05 Nikita Popov[UpdateTestChecks] Convert tests to opaque pointers...
2023-01-05 Brad Smith[Driver] move NetBSD header search path management...
2023-01-05 Jay Foad[GlobalISel] New combine to commute constant operands...
2023-01-05 Nikita Popov[LinkModulesTest] Convert to opaque pointers (NFC)
2023-01-05 Mehdi AminiUse --pass-pipeline syntax for mlir/test/Dialect/LLVMIR...
2023-01-05 Nikita Popov[OperationsTest] Convert to opaque pointers (NFC)
2023-01-05 Nikita Popov[RandomIRBuilderTest] Convert to opaque pointers (NFC)
2023-01-05 Nikita Popov[CodeGenOpenCLCXX] Convert tests to opaque pointers...
2023-01-05 Guillaume Chatelet[libc][NFC] Use a function instead of templated static...
2023-01-05 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
next