platform/upstream/llvm.git
2021-03-17 Bing1 Yu[X86][AMX] Rename amx-bf16 intrinsic according to corre...
2021-03-17 Jianzhou Zhao[dfsan] Add origin ABI wrappers
2021-03-17 Stephen Kelly[AST] Suppress diagnostic output when generating code
2021-03-17 peter klausler[flang] Fix build error (unused data member warning)
2021-03-16 River Riddle[mlir][Python] Fix test broken after D98474
2021-03-16 Stephen Kelly[AST] Hide errors from the attempt to introspect nodes
2021-03-16 Raman TennetiThis introduces gmtime to LLVM libc, based on C99/C2X...
2021-03-16 River Riddle[mlir][IR] Move the remaining builtin attributes to...
2021-03-16 River Riddle[mlir][AttrTypeDefGen] Add support for custom parameter...
2021-03-16 River Riddle[mlir][pdl] Cast the OperationPosition to Position...
2021-03-16 Eugene Zhulenev[mlir] Add lowering from math::Log1p to LLVM
2021-03-16 Anirudh PrasadRevert "[AsmParser][SystemZ][z/OS] Reland "Introduce...
2021-03-16 peter klausler[flang] Order Symbols by source provenance
2021-03-16 Emily Shi[asan] disable MallocNanoZone for no fd test on darwin
2021-03-16 Vitaly Buka[sanitizer][NFC] Fix compilation error on Windows
2021-03-16 Zequan WuRevert "[ConstantFold] Handle vectors in ConstantFoldLo...
2021-03-16 Michael Kruse[Polly][CodeGen] Allow nesting of BandAttr mark without...
2021-03-16 Sanjay Patel[SLP] separate min/max matching from its instruction...
2021-03-16 Fangrui Song[RISCV] Make empty name symbols SF_FormatSpecific so...
2021-03-16 Vitaly Buka[sanitizer][NFC] Remove InternalScopedString::size()
2021-03-16 Anirudh Prasad[AsmParser][SystemZ][z/OS] Reland "Introduce HLASM...
2021-03-16 Roland McGrath[AArch64] Parse "rng" feature flag in .arch directive
2021-03-16 Mohammad Hadi... [InstCombine] Avoid Bitcast-GEP fusion for pointers...
2021-03-16 Ricky Taylor[M68k] Add more specific operand classes
2021-03-16 Min-Yih Hsu[M68k] Fixed incorrect `extract-section` command substi...
2021-03-16 Martin Storsjö[compiler-rt] Use try_compile_only to check for __ARM_FP
2021-03-16 River Riddle[mlir][PDL] Add support for variadic operands and resul...
2021-03-16 River Riddle[mlir][PDL] Add support for variadic operands and resul...
2021-03-16 River Riddle[mlir][PDL] Add support for variadic operands and resul...
2021-03-16 River Riddle[mlir][pdl] Remove CreateNativeOp in favor of a more...
2021-03-16 River Riddle[mlir][pdl] Restructure how results are represented.
2021-03-16 Martin Storsjö[sanitizers] [windows] Use InternalMmapVector instead...
2021-03-16 Philip Reames[rs4gc] Simplify code by cloning existing instructions...
2021-03-16 Philip Reames[rs4gc] don't force a conflict for a canonical broadcast
2021-03-16 Peter Collingbournescudo: Allow TBI to be disabled on Linux with a macro.
2021-03-16 Philip Reames[rs4gc] don't duplicate existing values which are prova...
2021-03-16 Nikita PopovRevert "[regalloc] Ensure Query::collectInterferringVre...
2021-03-16 Liam Keegan[MemCpyOpt] Add missing MemorySSAWrapperPass dependency...
2021-03-16 Mircea Trofin[regalloc] Ensure Query::collectInterferringVregs is...
2021-03-16 Arthur O'Dwyer[libc++] Improve src/filesystem's formatting of paths.
2021-03-16 Nick LewyckyAdd ConstantDataVector::getRaw() to create a constant...
2021-03-16 Maksym WezdeckiFix for memory leak reported by Valgrind
2021-03-16 Philip Reames[gvn] CSE gc.relocates based on meaning, not spelling...
2021-03-16 Florian Hahn[VPlan] Remove PredInst2Recipe, use VP operands instead...
2021-03-16 Giorgis Georgakoudis[Utils] Support lit-like substitutions in update_cc_tes...
2021-03-16 Vaivaswatha... [Docs] Mention linking to reviews page when committing
2021-03-16 Aart Bik[mlir][amx] reformatted examples
2021-03-16 Fangrui Song[llvm-nm] Add --format=just-symbols and make --just...
2021-03-16 Adrian PrantlSupport !heapallocsite attachments in StripDebugInfo().
2021-03-16 Adrian PrantlSupport !heapallocsite attachments in stripNonLineTable...
2021-03-16 Fangrui Song[RISCV] Support clang -fpatchable-function-entry &...
2021-03-16 Simonas Kazlauskas[InstSimplify] Restrict a GEP transform to avoid proven...
2021-03-16 Jeremy MorseTweak spelling of system-windows UNSUPPORTED line
2021-03-16 Tomas Matheson[libcxx][type_traits] add tests for is_signed and is_un...
2021-03-16 Luke Drummond[OpenCL][NFCI] Prefer CodeGenFunction::EmitRuntimeCall
2021-03-16 Sanjay Patel[LoopVectorize] add FP induction test with minimal...
2021-03-16 Thomas Preud... [MemDepAnalysis] Remove redundant comment.
2021-03-16 Aart Bik[mlir][amx] blocked tilezero integration test
2021-03-16 Josh Berdine[OCaml] Add missing TypeKinds, Opcode, and AtomicRMWBinOps
2021-03-16 Joe Ellis[AArch64][SVE] Fold vector ZExt/SExt into gather loads...
2021-03-16 Max Kazantsev[SCEV][NFC] Move check up the stack
2021-03-16 Craig Topper[RISCV] Look through copies when trying to find an...
2021-03-16 David Zarzycki[lit testing] Mark reorder.py as unavailable on Windows
2021-03-16 Joe Ellis[AArch64][SVEIntrinsicOpts] Factor out redundant SVE...
2021-03-16 Craig Topper[RISCV] Improve i32 UADDSAT/USUBSAT on RV64.
2021-03-16 Aaron PuchertCorrect Doxygen syntax for inline code
2021-03-16 LLVM GN Syncbot[gn build] Port 9a5af541ee05
2021-03-16 Nathan James[clang-tidy] Remove readability-deleted-default
2021-03-16 Michael Kruse[Polly][Unroll] Fix unroll_double test.
2021-03-16 Hansang Bae[OpenMP] Add runtime interface for OpenMP 5.1 error...
2021-03-16 Simon Pilgrim[X86][SSE] canonicalizeShuffleWithBinOps - add PERMILPS...
2021-03-16 RamNalamothu[AMDGPU, NFC] Refactor FP/BP spill index code in emitPr...
2021-03-16 Simonas Kazlauskas[InstSimplify] Match PtrToInt more directly in a GEP...
2021-03-16 David Zarzycki[lit testing] Fix Windows reliability?
2021-03-16 Max Kazantsev[Test] Add test with loops guarded by trivial conditions
2021-03-16 Max Kazantsev[Test] Update auto-generated checks
2021-03-16 Kirill Bobyrev[clangd] Add basic monitoring info request for remote...
2021-03-16 serge-sans... [NFC] Use SmallString instead of std::string for the...
2021-03-16 Nicolas Vasilache[mlir] NFC - Expose GlobalCreator so it can be reused.
2021-03-16 David Zarzycki[llvm-exegesis testing] Workaround unreliable test
2021-03-16 Kadir Cetinkaya[clangd] Introduce pullDiags endpoint
2021-03-16 serge-sans... [NFC] Replace loop by idiomatic llvm::find_if
2021-03-16 Sam McCall[CodeCompletion] Avoid spurious signature help for...
2021-03-16 Bjorn Pettersson[TableGen/GlobalISel] Emit MI_predicate custom code...
2021-03-16 Sanjay Patel[SLP] improve readability in reduction logic; NFC
2021-03-16 Sam McCall[clangd] Add `limit` extension on completion and worksp...
2021-03-16 Sam McCall[clangd] Turn off implicit cancellation based on client...
2021-03-16 Markus Böck[test] Make sure the test program in GetErrcMessages...
2021-03-16 Sam McCall[clangd] Reject renames to non-identifier characters
2021-03-16 Sam McCall[CodeCompletion] Don't track preferred types if code...
2021-03-16 Vitaly Buka[sanitizer][NFC] Don't inherit InternalMmapVector
2021-03-16 Dmitry Preobrazhensky[AMDGPU][MC] Disabled lds_direct for GFX90a
2021-03-16 Markus Böck[test][NFC] Minor formatting and comment adjustments...
2021-03-16 Adrian Kuegel[mlir]: Add canonicalization for dim of 1D alloc of...
2021-03-16 Jean Perier[flang] Save AllocateObject and PointerObject analyzed...
2021-03-16 David Zarzycki[lit] Sort test start times based on prior test timing...
2021-03-16 serge-sans... [NFC] Wisely nest dyn_cast in FunctionLoweringInfo
2021-03-16 Caroline Concatto[SVE][LoopVectorize] Add support for scalable vectoriza...
2021-03-16 Lorenzo Cheliniscf::ForOp: Fold away iterator arguments with no use...
2021-03-16 Jim Lin[RISCV] Don't emit #undef BUILTIN from RISCVVEmitter.cpp
next