platform/upstream/llvm.git
2021-12-16 Nikita Popov[CodeGen] Always update map entry after adding initializer
2021-12-16 Daniel Kiss[lld] Add cet-report and bti-report flags
2021-12-16 Nathan SidwellAvoid by-value copies of referenced objects
2021-12-16 Nathan Sidwell[clang] p2085 out-of-class comparison operator defaulting
2021-12-16 Stuart BradyRevert "[OpenCL] Add pure attribute to vload builtins"
2021-12-16 Valentin Clement[fir] Move Factory.h to flang/Optimizer/Builder
2021-12-16 Stuart Brady[OpenCL] Add pure attribute to vload builtins
2021-12-16 Alexander Belyaev[mlir] Add canonicalization for extract(tensor.from_ele...
2021-12-16 Lei Zhang[mlir][spirv] Perform partial conversion in VectorToSPI...
2021-12-16 Nikita Popov[CodeGen] Store element type in ParamValue
2021-12-16 Florian Hahn[VPlan] Add VPBlockBase::successors() returning an...
2021-12-16 Nikita Popov[CodeGen] Avoid more pointer element type accesses
2021-12-16 Sanjay Patel[CodeGen] use saturating FP casts when compiling with...
2021-12-16 Neumann Hon[z/OS] Implement prologue and epilogue generation...
2021-12-16 Jamie SchmeiserA new hidden option exec-on-ir-change=exe that calls...
2021-12-16 Alexander Belyaev[mlir] Extend `tensor.from_elements` to support N-D...
2021-12-16 Kiran Chandramohan[Flang][NFC] Add test with shape for allocmem and freemem
2021-12-16 OCHyams[Dexter] Remove the Windows dependency on lld from...
2021-12-16 Yitzhak Mandelbaum[clang][dataflow] Fix unused-variable warning.
2021-12-16 Nikolas Klauser[libc++] Add GCC workaround in std::char_traits<char...
2021-12-16 Paul AltinAllow disabling integer to floating-point narrowing...
2021-12-16 Aaron BallmanFix crash on invalid code involving late parsed inline...
2021-12-16 Pavel Labath[lldb] (Semi-automatically) format .swig files
2021-12-16 Sjoerd MeijerRevert "[FuncSpec] Decouple cost/benefit analysis,...
2021-12-16 Diego Caballero[mlir] Fix Bazel build after 32fe1a8a2594
2021-12-16 Sjoerd Meijer[FuncSpec] Decouple cost/benefit analysis, allowing...
2021-12-16 Diego Caballero[mlir][GPU] Extend GPU kernel outlining to generate...
2021-12-16 Florian Hahn[PPC] Update test after f5f421e0eefa492.
2021-12-16 Nikita Popov[CodeGen] Avoid more pointer element type accesses
2021-12-16 Florian Hahn[SCEV] Apply loop guards in reverse order.
2021-12-16 Nikita Popov[CodeGen] Remove an unused MakeAddrLValue() overload...
2021-12-16 Paulo Matos[WebAssembly] Fix typechecking for else MCInst
2021-12-16 eopXDRevert "[LoopVersioning] Allow versionLoop to create...
2021-12-16 Hsiangkai Wang[RISCV] Precommit a test for vector copy conversion...
2021-12-16 Jay Foad[MachineVerifier] Undef subreg operands do not require...
2021-12-16 Diego Caballero[mlir][vector] Remove default value in populateVectorMu...
2021-12-16 Nikita Popov[Inline] Disable deferred inlining
2021-12-16 Jan Svoboda[clang][deps] Squash caches for original and minimized...
2021-12-16 Lang Hames[ORC] Add custom object interface support to StaticLiba...
2021-12-16 Lang Hames[llvm-jitlink] Fix a typo.
2021-12-16 Lang Hames[llvm-jitlink] Remove unused struct member.
2021-12-16 Yueh-Ting Chen[LoopVersioning] Allow versionLoop to create plain...
2021-12-16 Nikita Popov[llvm-c] Make LLVMConstGEP/LLVMConstInBoundsGEP opaque...
2021-12-16 Marek Kurdej[clang-format] Fix tabs when using BreakBeforeTernaryOp...
2021-12-16 Fangrui Song[ELF] maybeReportUndefined: move sym.isUndefined()...
2021-12-16 Nikita Popov[CodeGen] Store ElementType in LValue
2021-12-16 Vitaly Buka[sanitizer] Update global_symbols.txt
2021-12-16 Fangrui Song[ELF] parseSymbolVersion: remove unussed pos == 0 check
2021-12-16 LLVM GN Syncbot[gn build] Port db5aceb97939
2021-12-16 Mircea Trofin[NFC] Expose the ReleaseModeModelRunner
2021-12-16 jacquesguan[RISCV] Fold (and (not (srl X, C)), 1) to (xor (bexti...
2021-12-16 Fangrui Song[ELF] SharedFile::parse: cache symbols size for a loop...
2021-12-16 Siva Chandra... [libc] Disable signal.h API and its users.
2021-12-16 Fangrui Song[ELF] Move -l -L canonical and --library-path --library...
2021-12-16 eopXD[LoopIdiom] Use utility from SE instead of local rewriter
2021-12-16 River Riddle[PDLL] Fix GCC5 build after D115093
2021-12-16 River Riddle[PDLL] Fix windows build after D115093
2021-12-16 Ellis Hoag[dwarf][NFC] Move expandBundle() to MachO.h
2021-12-16 jacquesguan[RISCV] Fix whole vector register move instruction...
2021-12-16 Matthias Springer[mlir][linalg][bufferize][NFC] Pass BufferizationState...
2021-12-16 minglotus-6[ThinLTO] Ignore unreachable virtual functions in WPD...
2021-12-16 Fangrui Song[ELF] ObjFile<ELFT>::initializeSymbols: don't call...
2021-12-16 River Riddle[PDLL] Add a `rewrite` statement to enable complex...
2021-12-16 River Riddle[PDLL] Add a `replace` rewrite statement for replacing...
2021-12-16 River Riddle[PDLL] Add support for tuple types and expressions
2021-12-16 River Riddle[PDLL] Add support for `op` Operation expressions
2021-12-16 River Riddle[PDLL] Add support for literal Attribute and Type expre...
2021-12-16 River Riddle[PDLL] Add support for parsing pattern metadata
2021-12-16 River Riddle[mlir][PDLL] Add an initial frontend for PDLL
2021-12-16 Julian Lettner[TSan][Darwin] Fix CheckAndProtect() for MappingAppleAa...
2021-12-16 Fangrui Song[ELF] Change Symbol::verdefIndex from uint32_t to uint16_t
2021-12-16 Richard SmithUpdate bazel build rules to match 169ebf03ab2a6f16bfa32...
2021-12-16 Julian Lettner[Darwin] Remove workaround for symbolication in iOS...
2021-12-16 Arthur O'Dwyer[libc++] Enable the optimized _IsSame on GCC as well...
2021-12-16 Fangrui Song[ELF] Speed up ObjFile<ELFT>::createInputSection
2021-12-16 Vincent Lee[lld-macho] Make writing map file asynchronous
2021-12-16 Arthur O'Dwyer[libc++] Reorder a comment pertaining to `struct __two...
2021-12-16 Fangrui Song[ELF] Symbol::replace: remove dead code
2021-12-16 Yuanfang Chen[Verifier] Make error message precise about which varia...
2021-12-15 LLVM GN Syncbot[gn build] Port 2b4876157562
2021-12-15 Eric SchweitzAdd a new memory allocation rewrite pass.
2021-12-15 Fangrui Song[LTO][WPD] Simplify mustBeUnreachableFunction and test...
2021-12-15 Nico Weber[gn build] Remove unhelpful default for goma_dir
2021-12-15 Matt ArsenaultAMDGPU: Update pass pipeline test
2021-12-15 Matt ArsenaultInliner: Correctly merge amdgpu-unsafe-fp-atomics attribute
2021-12-15 Matt ArsenaultAMDGPU: Add baseline test for unsafe fp atomics attribu...
2021-12-15 Fangrui Song[ELF] ObjFile<ELFT>::initializeSymbols: avoid StringRef...
2021-12-15 Matt ArsenaultAMDGPU: Use v_accvgpr_mov_b32 when copying AGPR tuples...
2021-12-15 Matt ArsenaultAMDGPU: Combine is.shared/is.private of null/undef
2021-12-15 Matt ArsenaultAMDGPU: Regenerate checks
2021-12-15 Matt ArsenaultAMDGPU: Remove AMDGPUFixFunctionBitcasts pass
2021-12-15 Fangrui Song[ELF] SymbolTable::insert: keep @@ in the name
2021-12-15 Andrew Smith[clang-format] Remove spurious JSON binding when Disabl...
2021-12-15 mydeveloperday[clang-format] put non-empty catch block on one line...
2021-12-15 Adrian PrantlRemove redundant check (NFC)
2021-12-15 Adrian PrantlUse StringRef instead of char* (NFC)
2021-12-15 Arthur Eubanks[NFC] Remove more calls to getAlignment()
2021-12-15 Arthur Eubanks[FunctionComparator] Use getAlign() instead of getAlign...
2021-12-15 Arthur Eubanks[SafeStack] Use Align instead of uint64_t
2021-12-15 Noah Shutty[Debuginfod] Fix debuginfod unit test when $HOME is...
next