platform/upstream/llvm.git
2022-06-27 Wei Yi Tee[clang][dataflow] Singleton pointer values for null...
2022-06-27 Nicolas Vasilache[SCF] Add thread_dim_mapping attribute to scf.foreach_t...
2022-06-27 Matthias Springer[mlir][bufferization][NFC] Add error handling to getBuffer
2022-06-27 Matthias Springer[mlir][bufferization][NFC] Fix typo in AllocTensorOp...
2022-06-27 Matthias Springer[mlir][SCF][bufferize][NFC] Bufferize scf.for terminato...
2022-06-27 Matthias Springer[mlir][SCF][bufferize] Bufferize scf.if/execute_region...
2022-06-27 Matthias Springer[mlir][SCF][bufferize][NFC] Bufferize parallel_insert_s...
2022-06-27 Jay Foad[AMDGPU] Regenerate MIR checks. NFC.
2022-06-27 Aaron BallmanFix clang docs build; NFC
2022-06-27 Matthias Springer[mlir][shape][bufferize][NFC] Bufferize block terminato...
2022-06-27 Dmitry Preobrazhensky[AMDGPU][GFX9][DOC][NFC] Update assembler syntax descri...
2022-06-27 Edd Barrett[STACKMAPS] Document+test UINT64_MAX stack size.
2022-06-27 Bradley Smith[IR] Move vector.insert/vector.extract out of experimen...
2022-06-27 Simon Pilgrim[X86] combineConcatVectorOps - IsConcatFree must check...
2022-06-27 Matthias Springer[mlir][bufferization][NFC] Bufferize with PostOrder...
2022-06-27 Jolanta Jensen[AArch64] Define __FP_FAST_FMA[F]
2022-06-27 Matthias Springer[mlir][bufferization] Add `memory_space` op attribute
2022-06-27 gbreynoo[llvm-ar] Improve MRI script CREATE command handling
2022-06-27 Andrzej Warzynski[flang][driver] Add support for `-O{0|1|2|3}`
2022-06-27 Wei Yi Tee[clang][dataflow] Implement functionality for flow...
2022-06-27 Andrzej Warzynski[flang] Update the release notes
2022-06-27 Wei Yi Tee[clang][dataflow] Move logic for `createStorageLocation...
2022-06-27 Siva Chandra... [libc] Add a simple arm32 config.
2022-06-27 Sven van Haastregt[OpenCL] Reduce emitting candidate notes for builtins
2022-06-27 Nikita Popov[SCEV] Assert that GEP source element type is sized...
2022-06-27 Jay Foad[AMDGPU] Fix assertion failure on mad with negative...
2022-06-27 Siva Chandra... [libc][NFC] Make the support thread library an object...
2022-06-27 Matthias Springer[mlir][bufferization][NFC] Change signature of getMemRe...
2022-06-27 Simon Tatham[libunwind,EHABI,ARM] Fix get/set of RA_AUTH_CODE.
2022-06-27 Florian Hahn[SCEV] Use SCEVUnknown(poison) instead of SCEVUnknown...
2022-06-27 Mikhail GoncharovRevert "[lldb] Fix thread step until to not set breakpo...
2022-06-27 Nikita Popov[FunctionAttrs] Add missing pass dependency
2022-06-27 Nikita Popov[ArgPromotion] Remove legacy PM support
2022-06-27 Adrian Kuegel[mlir] Fix ClangTidyPerformance finding (NFC)
2022-06-27 Chuanqi Xu[NFC] Add parentheses around && within || to avoid...
2022-06-27 Jacques Pienaar[mlir] Flip MemRef dialect to _Both (NFC)
2022-06-27 Chuanqi XuRevert "[Coroutines] Only do symmetric transfer if...
2022-06-27 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-27 Kazu Hirata[lld] Don't use Optional::hasValue (NFC)
2022-06-27 Kazu Hirata[lld] Don't use Optional::hasValue (NFC)
2022-06-27 Jacques Pienaar[mlir] Flip more uses to prefixed accessor form (NFC).
2022-06-27 Kazu Hirata[clang] Don't use Optional::hasValue (NFC)
2022-06-27 Kazu Hirata[llvm] Don't use Optional::hasValue (NFC)
2022-06-27 Craig Topper[RISCV] Remove extra semicolon. NFC
2022-06-27 Fangrui Song[ELF] Remove deprecated -dc
2022-06-26 Kazu Hirata[llvm] Use Optional::has_value instead of Optional...
2022-06-26 Paul Walker[NFC][SVE] Auto-generate CHECK lines for intrinsic...
2022-06-26 Uday Bondhugula[MLIR] NFC. Fix doc comment for AliasResult::isNo
2022-06-26 sstwcw[clang-format] Fix uninitialized memory problem
2022-06-26 Craig Topper[RISCV] Evaluate ICE operands to builtins using getInte...
2022-06-26 Frederic Cambus[Driver][test] Add libclang_rt.profile{{.*}}.a tests...
2022-06-26 owenca[clang-format] Quit analyzing solution space for large...
2022-06-26 Greg Steuck[Driver] Use Component in OpenBSD::getCompilerRT to...
2022-06-26 Craig Topper[RISCV] Refactor SelectAddrRegImm to not depend on...
2022-06-26 Stella Laurenzo[mlir] Generalize SCF passes to not have to run on...
2022-06-26 Nuno LopesPHINode::removeIncomingValue: use poison as a placehold...
2022-06-26 Craig Topper[CodeGenPrepare] Avoid double map lookup. NFCI
2022-06-26 Nuno Lopes[LICM] Use poison to replace unreachable values instead...
2022-06-26 ShivamUpdate LibASTImporter.rst
2022-06-26 Vassil Vassilev[clang] Add missing Interpreter -> ClangDriverOptions...
2022-06-26 Tapasweni PathakAllow interfaces to operate on in-memory buffers with...
2022-06-26 Nuno Lopes[LoopSimplifyCFG] use poison when replacing dead instru...
2022-06-26 Sunho KimRevert "[clang-repl] Support destructors of global...
2022-06-26 Nikolas Klauser[libc++] Simplify type_traits and use more builtins
2022-06-26 Nuno Lopes[ArgumentPromotion] use poison when replacing dead...
2022-06-26 Benjamin Kramer[Support] Work around an issue when building with old...
2022-06-26 Jun Zhang[clang-repl] Implement code undo.
2022-06-26 Sunho Kim[clang-repl] Support destructors of global objects.
2022-06-26 Nikita PopovRevert "[LiveInterval] Simplify. NFC"
2022-06-26 Patryk Wychowaniec[AVR] Fix expanding MOVW for overlapping registers
2022-06-26 Fangrui Song[ELF] Improve compound assignment tests
2022-06-26 Kazu Hirata[clang] Don't use Optional::hasValue (NFC)
2022-06-26 Fangrui Song[ELF] Support -= *= /= <<= >>= &= |= in symbol assignments
2022-06-26 Kazu Hirata[llvm] Don't use Optional::hasValue (NFC)
2022-06-26 Fangrui Song[ELF] Allow ? without adjacent space
2022-06-26 Fangrui Song[ELF][test] Improve expression test
2022-06-26 Fangrui Song[ELF] Fix assertion failure when PROVIDE/HIDDEN/PROVIDE...
2022-06-26 Fangrui Song[ELF] Allow an expression to follow = in a symbol assig...
2022-06-26 LLVM GN Syncbot[gn build] Port 9ed2e68c9ae5
2022-06-26 sstwcw[clang-format] Handle Verilog preprocessor directives
2022-06-26 sstwcw[clang-format] Parse Verilog if statements
2022-06-26 sstwcw[clang-format] Fix whitespace counting stuff
2022-06-25 Joachim Priesner[clang-tidy] cppcoreguidelines-virtual-class-destructor...
2022-06-25 Fangrui Song[ELF] Fix precedence of ? when there are 2 or more...
2022-06-25 Fangrui Song[ELF] Fix precedence of == and != in expressions
2022-06-25 Craig Topper[RISCV] Merge more rv32/rv64 vector intrinsic tests...
2022-06-25 Kazu Hirata[flang] Restore Optional::value() (NFC)
2022-06-25 Brad Smith[Driver][Minix] -r: imply -nostdlib like GCC
2022-06-25 Manoj GuptaRevert "[libc++] Simplify type_traits and use more...
2022-06-25 Fangrui Song[ELF] Support quoted name in the TARGET command
2022-06-25 Fangrui Song[ELF] Support quoted symbol in the ENTRY command
2022-06-25 Fangrui Song[ELF][test] Improve linkerscript/entry.s
2022-06-25 Philip ReamesFix build after ab736a27
2022-06-25 Fangrui Song[LiveInterval] Simplify. NFC
2022-06-25 Kazu HirataRevert "Don't use Optional::hasValue (NFC)"
2022-06-25 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-25 Kazu Hirata[clang, clang-tools-extra] Don't use Optional::{hasValu...
2022-06-25 Sunho Kim[ORC][LLJIT] Define atexit symbol in GenericLLVMIRPlatf...
2022-06-25 Philip Reames[RISCV] Implement getVScaleForTuning and thus prefer...
2022-06-25 Kazu Hirata[llvm] Don't use Optional::{hasValue,getValue} (NFC)
next