platform/upstream/llvm.git
2021-04-22 Krzysztof ParzyszekRevert "[Hexagon] Masked and unmasked load to same...
2021-04-22 Tim NorthoverAArch64: support mixed-size fp <-> int conversions...
2021-04-22 Tim NorthoverAArch64: expand G_DIVREM operations in GlobalISel
2021-04-22 David ZarzyckiRevert "[libcxx][iterator] adds `std::indirectly_readab...
2021-04-22 Paula TothUpdate shebang for clang-format-diff script to python3.
2021-04-22 Coplin, Jared[Hexagon] Masked and unmasked load to same base ->...
2021-04-22 Nico Weber[lld/mac] add a comment pointing to a test that took...
2021-04-22 Simon Pilgrim[X86] Regenerate atomic-eflags-reuse.ll
2021-04-22 Simon Pilgrim[LTO] Caching.h - remove unused <string> include. NFCI.
2021-04-22 Dawid Jurczak[InstCombine][NFC] Use --check-globals flag in tests.
2021-04-22 Dawid Jurczak[SimplifyLibCalls][NFC] Use StringRef::back instead...
2021-04-22 Jun Ma[DAGCombiner] Allow operand of step_vector to be negative.
2021-04-22 Alexander Belyaev[mlir] Add `tensor.reshape`.
2021-04-22 Wang, Pengfei[X86][AMX][NFC] Remove assert for comparison between...
2021-04-22 Nico Weber[gn build] (manually) port aee6c86c4d better
2021-04-22 Stephen Kelly[AST] Make comment a bit more specific
2021-04-22 Nico Weber[gn build] (manually) port aee6c86c4d
2021-04-22 Pavel Labath[lldb/elf] Avoid side effects in function calls ParseUn...
2021-04-22 Nathan Sidwellclang: libstdc++ LWM is 4.8.3
2021-04-22 Sander de Smalen[AArch64][SVE] Regression test all ACLE tests with C++
2021-04-22 Valeriy Savchenko[-Wcalled-once] Do not run analysis on Obj-C++
2021-04-22 Frederik Gossen[MLIR][Shape] Add canonicalizations for `shape.broadcast`
2021-04-22 Raphael Isemann[lldb] Don't leak LineSequence in PDB parsers
2021-04-22 Jan Svoboda[clang][deps] Check extra args in tests
2021-04-22 Stephen Kelly[AST] Add clarification comment
2021-04-22 Raphael Isemann[lldb] XFAIL TestStoppedInStaticMemberFunction on Windows
2021-04-22 Jay FoadFix typo "beneficiates" in comments
2021-04-22 Stephen Kelly[AST] De-duplicate empty node introspection
2021-04-22 Benjamin Kramer[lldb-vscode] Use a DenseMap to pacify overly aggressiv...
2021-04-22 Stephen Tozer[Bitcode] Ensure DIArgList in bitcode has no null or...
2021-04-22 Hamza Mahfooz[Matrix] Support #pragma clang fp
2021-04-22 Simon PilgrimMipsSEFrameLowering.h - remove unused headers. NFCI.
2021-04-22 Simon Pilgrim[X86][AVX] Add PR49971 test case
2021-04-22 Nemanja Ivanovic[PowerPC] Add vec_roundc as alias for vec_rint in altivec.h
2021-04-22 Stephen Kelly[AST] Add NestedNameSpecifierLoc accessors to node...
2021-04-22 Raphael Isemann[lldb][NFC] Fix unsigned/signed cmp warning in MainLoopTest
2021-04-22 Raphael Isemann[lldb] Add support for evaluating expressions in static...
2021-04-22 Nemanja Ivanovic[PowerPC] Improve codegen for vector fp to int widening...
2021-04-22 Thomas Schmeyer[mlir] Move memref-tests from standard to memref folder.
2021-04-22 Martin Storsjö[AArch64] Fix calling windows varargs with floats in...
2021-04-22 Jan Svoboda[clang][deps] Include "-cc1" in the arguments
2021-04-22 Tobias Gysi[mlir][linalg] remove interchange option on linalg...
2021-04-22 Martin Probstclang-format: [JS] do not merge side-effect imports.
2021-04-22 Jay Foad[AMDGPU] SIWholeQuadMode: don't add duplicate implicit...
2021-04-22 Serge Pavlov[RISCV] Custom lowering of SET_ROUNDING
2021-04-22 David Sherwood[LoopVectorize] Don't create unnecessary vscale intrins...
2021-04-22 Wenlei He[CSSPGO][llvm-profdata] Support trimming cold context...
2021-04-22 Martin Storsjö[libcxx] [test] Fix testing on windows with c++experime...
2021-04-22 Georgy Komarov[clang-tidy] Avoid bugprone-macro-parentheses warnings...
2021-04-22 Arthur Eubanks[NewPM] Mark some more wrapper passes as ignored
2021-04-22 Craig Topper[RISCV] Use TargetConstant for condition code of RISCVI...
2021-04-22 Max Kazantsev[GVN] Introduce loop load PRE
2021-04-22 Pushpinder... [AMDGPU][OpenMP] Add amdgpu-arch tool to list AMD GPUs...
2021-04-22 Snehasish Kumar[CodeGen] Do not split functions with attr "implicit...
2021-04-22 Peter Collingbournescudo: Obtain tag from pointer instead of loading it...
2021-04-22 Chen Zheng[Debug-Info] implement -gstrict-dwarf
2021-04-22 Serge Pavlov[RISCV] Custom lowering of FLT_ROUNDS_
2021-04-22 thomasraoux[mlir][linalg] Add pattern to push reshape after elemen...
2021-04-22 Craig Topper[RISCV] Teach lowerSPLAT_VECTOR_PARTS to detect cases...
2021-04-22 Chuanqi Xu[Coroutine] Collect CoroBegin if all of terminators...
2021-04-22 Evgeniy BrevnovWordsmith the semantics of invariant.load
2021-04-22 Jonas Devlieghere[lldb] Disable TestSimulatorPlatform.py because it...
2021-04-22 Rob Suderman[mlir][tosa] Add tosa.avg_pool2d lowering
2021-04-22 Matt ArsenaultAMDGPU: Fix assert when trying to fold reg_sequence...
2021-04-22 Giorgis Georgakoudis[OpenMP] Simplify offloading parallel call codegen
2021-04-22 Fangrui SongDelete le32/le64 targets
2021-04-22 Jessica Paquette[AArch64][GlobalISel] Fix regbankselect for G_FCMP...
2021-04-22 Jessica Paquette[AArch64][GlobalISel] Mark some vector G_ABS cases...
2021-04-22 Hongtao Yu[CSSPGO][llvm-profgen] Always report dangling probes...
2021-04-22 Matt Morehouse[HWASan] Untag argument to __hwasan_tag_memory.
2021-04-21 Eugene Zhulenev[mlir] Linalg : do not forward memrefs to outputs when...
2021-04-21 Fangrui Song[IR] Add doc about Function::createWithDefaultAttr...
2021-04-21 Fangrui Song[IR][sanitizer] Set nounwind on module ctor/dtor, addit...
2021-04-21 Walter ErquinigoFix VSCode/TestOptions.test
2021-04-21 Petr Hosek[libcxx] Stop using use c++ subdirectory for libc+...
2021-04-21 Michael Holman[CodeView] Add CodeView support for PGO debug information
2021-04-21 Walter ErquinigoFix TestVSCode_runInTerminal
2021-04-21 Walter Erquinigo[lldb-vscode] Distinguish shadowed variables in the...
2021-04-21 Louis Dionne[libc++] Move the debug_level feature to the DSL
2021-04-21 Craig Topper[RISCV] Cleanup up the spec version references around...
2021-04-21 Craig Topper[RISCV] Temporary in vmsge(u).vx pseudo instructions...
2021-04-21 Walter Erquinigo[lldb-vscode] redirect stderr/stdout to the IDE's console
2021-04-21 River Riddle[mlir][mlir-lsp-server] Add some initial documentation...
2021-04-21 River Riddle[mlir] Add a vscode language extension for MLIR
2021-04-21 River Riddle[mlir][mlir-lsp] Add a new C++ LSP server for MLIR...
2021-04-21 River RiddleAdd a new AsmParserState class to capture detailed...
2021-04-21 Petr Hosek[MC] Use COMDAT for LSDA only if IR comdat type is any
2021-04-21 Walter ErquinigoFix TestVSCode_launch test
2021-04-21 Olle Fredriksson[MemCpyOpt] Allow variable lengths in memcpy optimizer
2021-04-21 Jonas DevlieghereRe-land "[Driver] Support default libc++ library locati...
2021-04-21 Yaxun (Sam... [HIP] Add option -fgpu-inline-threshold
2021-04-21 Louis Dionne[libc++] Move macOS testing out of the 2nd CI stage
2021-04-21 Peter Collingbournescudo: Make prepareTaggedChunk() and resizeTaggedChunk...
2021-04-21 Peter Collingbournescudo: Use DC GZVA instruction in storeTags().
2021-04-21 Walter Erquinigo[lldb-vscode] Add postRunCommands
2021-04-21 Arthur Eubanks[Evaluator] Bitcast result of pointer stripping
2021-04-21 Jonas Devlieghere[lldb] Use the compiler from the SDK in simulator tests
2021-04-21 Mehdi Chinoune[flang][msvc] Fix compilation of external-hello-world...
2021-04-21 Alexey Bataev[SLP]Add a test with broadcast shuffle kind in SLP...
2021-04-21 Arthur Eubanks[LLParser] Print mismatched types in error message
next