platform/upstream/llvm.git
2022-09-07 Marco Elver[MachineInstrBuilder] Introduce MIMetadata to simplify...
2022-09-07 Marco Elver[SelectionDAG] Propagate PCSections through SDNodes
2022-09-07 Jay Foad[AMDGPU] Simplify mad/mac patterns. NFC.
2022-09-07 Jay Foad[TableGen] Document sequence with stride
2022-09-07 Jay Foad[AMDGPU] Add a comment for a missing fold
2022-09-07 Nikita Popov[Reassociate] Avoid ConstantExpr::getFNeg() (NFCI)
2022-09-07 Alexander Belyaev[mlir] Remove `materializeOpFoldResult` functions.
2022-09-07 chenglin.bi[AArch64] add tests for non-power2 int types; NFC
2022-09-07 serge-sans... [clang][doc] Do not keep a copy of ClangCommandLineRefe...
2022-09-07 Uday Bondhugula[MLIR] NFC. Introduce mlir::hasEffect and refactor...
2022-09-07 Zi Xuan Wu... [CSKY] Fix the compiling error about missing Log2 funct...
2022-09-07 Xiang1 Zhang[X86][NFC] Refine load/store reg to StackSlot for exten...
2022-09-07 Jan Ole Hüser[LLD][COFF] Fix writing a map file when range extension...
2022-09-07 Michał Górny[compiler-rt] [test] Handle missing ld.gold gracefully
2022-09-07 Vitaly Buka[NFC][sancov] Rename ModuleSanitizerCoveragePass
2022-09-07 Vitaly Buka[NFC][msan] Rename ModuleMemorySanitizerPass
2022-09-07 jacquesguan[mlir][Math] Add constant folder for RoundEvenOp.
2022-09-07 Sinan Lin[cmake] do not set execution permission to regular...
2022-09-07 jacquesguan[mlir][Math] Add constant folder for CosOp.
2022-09-07 Chuanqi Xu[NFC] [Frontend] Correct the use of 'auto' in SemaCorou...
2022-09-07 Xiang1 Zhang[CodeGen] Limit building time in CodeGenPrepare for...
2022-09-07 Jordan Rupprecht[test] Fix typo in setting the wrong Context test field
2022-09-07 Joseph Huber[CUDA] Actually fix the test correctly this time
2022-09-07 Joseph Huber[CUDA] Fix test failing when using the new driver
2022-09-07 Joseph Huber[Clang] Fix the new driver crashing when using '-fsynta...
2022-09-07 natashaknk[mlir][tosa] Support non-batch dynamic dims for tosa...
2022-09-07 Richard SmithEnforce module decl-use restrictions and private header...
2022-09-06 Florian Mayer[HWASan] Show memory rather than tag addresses in tag...
2022-09-06 Fangrui Song[test] Remove PowerPC/aix-xcoff-exported-nondefault.ll
2022-09-06 Craig Topper[RISCV] Use llvm::none_of to replace a loop. NFC
2022-09-06 Ruobing Han[SimpleLoopUnswitch] Skip non-trivial unswitching of...
2022-09-06 River Riddle[mlir] Flip default value of emitAccessorPrefix to...
2022-09-06 Vitaly Buka[test][hwasan] Update test for D132622
2022-09-06 Vitaly Buka[pipelines] OptimizerEarlyEPCallbacks for ThinLTO prelink
2022-09-06 Anastasia Stulova[mlir][tosa] Fix dynamic shape inference in conv2d
2022-09-06 Peiming Liu[mlir][tensor] Fix a typo in the example code for Unran...
2022-09-06 Fangrui Song[Verifier] Allow dllexport protected after D133267
2022-09-06 Vitaly Buka[NFC][asan] Rename ModuleAddressSanitizerPass
2022-09-06 Vitaly Buka[msan] Convert Msan to ModulePass
2022-09-06 River Riddle[mlir:vscode] Add support for loading big bytecode...
2022-09-06 Arthur Eubanks[ThinLTOBitcodeWriter] Mark pass as required
2022-09-06 Craig Topper[RISCV] Add '32bit' feature to rv32 only builtins.
2022-09-06 River Riddle[mlir] Allow passing AsmState when printing Attributes...
2022-09-06 Krzysztof Drewniak[mlir] Improve BitEnumAttr, update documentation
2022-09-06 Simon Pilgrim[CostModel][X86] getIntrinsicInstrCost - convert to...
2022-09-06 Peiming Liu[mlir][sparse] Add lowering rules for sparse_tensor...
2022-09-06 bzcheeseman[LLVM][Support/ADT] Add assert for isPresent to dyn_cast.
2022-09-06 Florian Mayer[HWASan] rename left/right to before/after.
2022-09-06 Aaron BallmanFix the Clang sphinx build bot; NFC
2022-09-06 raghavmedicherla[AMDGPU/Metadata] Rename HSAMD::MetadataStreamer classes
2022-09-06 raghavmedicherlaSupport: Add mapped_file_region::sync(), equivalent...
2022-09-06 Vitaly Buka[test][libcxx] Mark ubsan test as UNSUPPORTED
2022-09-06 Florian Mayer[ASan] Fix libfuzzer test
2022-09-06 Philip Reames[docs][RISCV] Document status of Zicpo(m,p,z) extensions
2022-09-06 Alexander Shaposhnikov[AArch64] Increase AddedComplexity of BIC
2022-09-06 Joseph Huber[Libomptarget][NFC] Clean up CUDA plugin and address...
2022-09-06 Simon Pilgrim[CostModel][X86] Fix check prefixes on cttz cost kinds...
2022-09-06 Florian Mayer[ASan] rename left/right to before/after.
2022-09-06 Jim InghamFix another place were we suggest lldb.target in a...
2022-09-06 Jim InghamYou can't use lldb.target in a frame recognizer.
2022-09-06 Alexander Shaposhnikov[clang-tidy] Skip union-like classes in use-equals...
2022-09-06 Vitaly Buka[tsan] Replace mem intrinsics with calls to interceptors
2022-09-06 Vitaly Buka[tsan][go] Fix buildgo.sh when GOAMD64 undefined
2022-09-06 Chenguang Wang[mlir] Fix DenseElementsAttr::mapValues(i1, splat).
2022-09-06 Philip Reames[docs] Add a RISC-V Usage page
2022-09-06 Roy Jacobson[DOC][Clang] Update cxx_status.html after the 15 releas...
2022-09-06 Joseph Huber[OpenMP] Fix logic error when building offloading appli...
2022-09-06 Joseph Huber[OpenMP] Remove use of removed '-f[no-]openmp-new-drive...
2022-09-06 Markus Böck[MC] Emit Stackmaps before debug info
2022-09-06 Joseph Huber[OpenMP] Fix `omp_get_wtime` function being marked...
2022-09-06 Jakub Kuderski[ADT] Remove is_splat
2022-09-06 Dave Lee[lldb] Fix CommunicationKDP following D133251
2022-09-06 Krzysztof Drewniak[mlir] Make bit enum operators constexpr
2022-09-06 Jakub Kuderski[mlir][spirv] Change vendor op mnemonics to `spv.VENDOR...
2022-09-06 Jakub Kuderski[mlir][spirv] Refactor vendor op definitions
2022-09-06 Jakub Kuderski[mlir][spirv] Add base classes for vendor ops
2022-09-06 Matheus Izvekov[clang] Implement setting crash_diagnostics_dir through...
2022-09-06 Florian HahnRevert "[SCCP] convert signed div/rem to unsigned for...
2022-09-06 Guozhi Wei[AArch64] Add an option to reserve physical registers...
2022-09-06 Nikolas Klauser[libc++] Avoid instantiating type_trait classes
2022-09-06 Florian Hahn[ConstraintElimination] Replace pair with named struct...
2022-09-06 Peiming Liu[mlir][sparse] Refactoring: renaming StorageNewOp to...
2022-09-06 Vitaly BukaRevert "[tsan] Replace mem intrinsics with calls to...
2022-09-06 Aart Bik[mlir][sparse] codegen for sparse alloc
2022-09-06 Craig Topper[RISCV] Improve vector fround lowering by changing...
2022-09-06 Matheus Izvekov[clang] fix profiling of template arguments of template...
2022-09-06 Simon Pilgrim[CostModel][X86] Add CostKinds handling for ctpop ops
2022-09-06 Michael EiselAdd docs for Mach-O lld
2022-09-06 Sanjay Patel[InstCombine] remove dead code for add (select cond...
2022-09-06 Sanjay Patel[InstCombine] add/move tests for add with select operan...
2022-09-06 Sanjay Patel[InstCombine] add tests for add of select with 0 and...
2022-09-06 Doru BerceaFix OpenMP Opt for target without a parallel region.
2022-09-06 Stella StamenovaRevert "[lldb][bindings] Fix module_access handling...
2022-09-06 Benjamin Kramer[bazel] port 5dbc7cf7cac44
2022-09-06 Nico Weber[gn build] port 5dbc7cf7cac44
2022-09-06 Matthias GehreFix remaining test failures for "[llvm/CodeGen] Enable...
2022-09-06 Vitaly Buka[tsan] Replace mem intrinsics with calls to interceptors
2022-09-06 Matthias GehreFix AMDGPU test failures due to "[llvm/CodeGen] Enable...
2022-09-06 Matthias GehreFix "[llvm/CodeGen] Enable the ExpandLargeDivRem pass...
2022-09-06 David Green[AArch64] Additional tests for sinking splats to muls...
next