platform/upstream/llvm.git
2020-10-24 Med Ismail... [llvm/DebugInfo] Emit DW_OP_implicit_value when tuning...
2020-10-24 Vitaly Buka[NFC][UBSAN] Refine CHECK pattern in test
2020-10-24 Peter Collingbournehwasan: Disable operator {new,delete} interceptors...
2020-10-24 Michael Kruse[flang][msvc] Fix lambda capture ambiguity. NFC.
2020-10-24 Michael Kruse[flang][windows] Support platform-specific path separator.
2020-10-24 Zequan Wu[llvm-cov] don't include all source files when provided...
2020-10-24 David Blaikiefix lldb for recent libDebugInfoDWARF API change
2020-10-24 Vitaly Buka[NFC][UBSAN] Avoid "not FileCheck" in tests
2020-10-24 Duncan P. N... HeaderSearch: Simplify use of FileEntryRef in HeaderSea...
2020-10-24 David Blaikiellvm-dwarfdump: Support verbose printing DW_OP_convert...
2020-10-24 Duncan P. N... clangd: Stop calling FileEntryRef::FileEntryRef
2020-10-24 Mehdi AminiAdd CMake dependency from MLIRJitRunner on all dialects
2020-10-24 Duncan P. N... FileManager: Reorder declarations of FileEntry and...
2020-10-24 Hongtao Yu[AutoFDO] Remove a broken assert in merging inlinee...
2020-10-24 Mehdi AminiRemove unused verifyRegStateMapping() function in RegAl...
2020-10-24 Mehdi AminiRemove global dialect registration
2020-10-24 Mehdi AminiTopologically sort the library to link to mlir-cpu...
2020-10-24 Mehdi AminiFix a few warnings from GCC (NFC)
2020-10-23 Walter Erquinigo[intel-pt] Disable/Enable tracing to guarantee the...
2020-10-23 Richard SmithDon't allow structured binding declarations to decompose a
2020-10-23 Krzysztof Parzyszek[Hexagon] Handle selection between HVX vector predicates
2020-10-23 Max Moroz[libFuzzer] Added -print_full_coverage flag.
2020-10-23 Teresa Johnson[MemProf] Attempt to debug avr bot failure
2020-10-23 Arthur Eubanks[StructurizeCFG][NewPM] Port -structurizecfg to NPM
2020-10-23 Arthur Eubanks[Inliner][NPM] Properly pass callee AAResults
2020-10-23 Arthur Eubanks[test] Simplify pr33641_remove_arg_dbgvalue.ll
2020-10-23 Keith Smiley[llvm-install-name-tool] Add -prepend_rpath option
2020-10-23 Akira Hatanaka[CodeGen] Emit destructor calls to destruct non-trivial...
2020-10-23 Evandro Menezes[RISCV] Use the commercial name for scheduling model...
2020-10-23 Richard SmithPR47954 / DR2126: permit temporary objects that are...
2020-10-23 Mehdi AminiRevert "Remove global dialect registration"
2020-10-23 Cameron McInally[SVE] Lower fixed length VECREDUCE_SEQ_FADD operation
2020-10-23 Kirsten LeeAdd a mlir natvis file for debugging with Visual Studio
2020-10-23 Artur PilipenkoGC-parseable element atomic memcpy/memmove
2020-10-23 Peter Steinfeld[flang] An erroneous type bound procedure was causing...
2020-10-23 MaheshRavishankar[mlir][Vector] Introduce UnrollVectorOptions to control...
2020-10-23 Mehdi AminiRemove global dialect registration
2020-10-23 Richard SmithFix typo in diagnostic name.
2020-10-23 Amy Huang[Asan][Windows] Fix asan stack traces on Windows.
2020-10-23 Michael LiaoFix shared build. NFC.
2020-10-23 Eugene Zhulenev[mlir] Link with pthreads in AsyncRuntime
2020-10-23 Louis Dionne[libc++] NFC: Remove unused includes from the test...
2020-10-23 Florian Hahn[AArch64] Add vector compare/select cost-model tests.
2020-10-23 Jonas Devlieghere[lldb] Move copying of files into reproducer out of...
2020-10-23 Louis Dionne[libc++] Clean up unused CI files
2020-10-23 Thomas Raoux[mlir][vector] Add folder for ExtractStridedSliceOp
2020-10-23 Geoffrey Martin... Unconditionally #include <future>
2020-10-23 Louis Dionne[libc++] Refactor the run-buildbot script to make it...
2020-10-23 Thomas Raoux[mlir][vector] Add folding for ExtractOp with ShapeCast...
2020-10-23 Arthur Eubanks[gn build] Add missing comma
2020-10-23 Duncan P. N... SourceManager: Simplify by inlining what remains of...
2020-10-23 Nick Desaulniers[IR] add fn attr for no_stack_protector; prevent inlini...
2020-10-23 Jonas Devlieghere[lldb] Fix use of undefined type 'lldb_private::Utility...
2020-10-23 Xiangling Liao[AIX] Let alloca return 16 bytes alignment
2020-10-23 Stanislav Mekhanoshin[AMDGPU] Fixed isLegalRegOperand() with physregs
2020-10-23 Hubert Tong[AIX][cmake] Adjust management of `-G` for linking
2020-10-23 Teresa Johnson[MemProf] XFAIL test on avr until issue can be debugged
2020-10-23 Nikita Popov[BasicAA] Add additional phi cycle test (NFC)
2020-10-23 Mircea Trofin[NFC] Use [MC]Register in RegAllocGreedy
2020-10-23 Baptiste Saleil[PowerPC] Add intrinsics for MMA
2020-10-23 Nikita Popov[PhiValues] Use SetVector to avoid non-determinism
2020-10-23 Sean Silva[mlir] Add FuncOp::eraseResults
2020-10-23 Fangrui Song[ELF] Don't error on R_PPC64_REL24/R_PPC64_REL24_NOTOC...
2020-10-23 Mircea Trofin[MLInliner] Disable always inliner in bounds tests
2020-10-23 Duncan P. N... SourceManager: Make LastLineNoContentCache and ContentC...
2020-10-23 Amara Emerson[AArch64][GlobalISel] Introduce a new post-isel optimiz...
2020-10-23 LLVM GN Syncbot[gn build] Port dbbc4f4e226
2020-10-23 Artem Belevich[CUDA] Extract CUDA version from cuda.h if version...
2020-10-23 Artem Belevich[CUDA] Improve clang's ability to detect recent CUDA...
2020-10-23 Jonas Devlieghere[lldb] Redesign Target::GetUtilityFunctionForLanguage API
2020-10-23 Alex OrlovThese compiler-rt tests should be UNSUPPORTED instead...
2020-10-23 Duncan P. N... SourceManager: Encapsulate line number mapping into...
2020-10-23 Arthur EubanksRevert "[CGSCC] Detect devirtualization in more cases"
2020-10-23 Alex OrlovAdded utility to launch tests on a target remotely.
2020-10-23 Lang HamesRe-apply "[JITLink][ELF] Add support for ELF::R_X86_64_...
2020-10-23 Huihui Zhang[AArch64][SVE] Fix umin/umax lowering to handle out...
2020-10-23 Duncan P. N... SourceManager: Clarify that FileInfo always has a Conte...
2020-10-23 Victor Huang[PowerPC] Fix the Predicates for enabling pcrelative...
2020-10-23 LLVM GN Syncbot[gn build] Port 00255f41929
2020-10-23 vpykhtin[AMDGPU] Fix access beyond the end of the basic block...
2020-10-23 Kadir Cetinkaya[clangd] Fix remote-server build and add it to check...
2020-10-23 Paulo Matos[WebAssembly] Implementation of (most) table instructions
2020-10-23 Sourabh Singh... [flang][OpenMP] Upstream lowering of OpenMP `Flush...
2020-10-23 Jeremy Morse[DebugInstrRef] Handle DBG_INSTR_REFs use-before-defs...
2020-10-23 Jay Foad[AMDGPU] Add simplification/combines for llvm.amdgcn...
2020-10-23 Denis AntrushinRevert "[Statepoints] Allow deopt GC pointer on VReg...
2020-10-23 Nicolai HähnleCfgInterface: rename interface() to getInterface()
2020-10-23 Sourabh Singh... [flang][OpenMP] Upstream lowering of `ParallelOp` clauses
2020-10-23 Simon Pilgrim[InstCombine] Add i8 bitreverse by multiplication test...
2020-10-23 Simon Pilgrim[InstCombine] Add 8/16/32/64 bitreverse test coverage
2020-10-23 Simon Pilgrim[InstCombine] Add initial bitreverse test coverage
2020-10-23 Paul C. Anagnostopoulos[TableGen] Change !getop and !setop to !getdagop and...
2020-10-23 Matt ArsenaultAMDGPU: Don't query for TII in TII
2020-10-23 Matt ArsenaultAMDGPU: Increase branch size estimate with offset bug
2020-10-23 Valentin Clement[flang][openacc] Fix semantic check for wait and atomic...
2020-10-23 David Van CleveExport TemplateArgumentMatcher so clients defining...
2020-10-23 Frederik Gossen[MLIR] Fix bad merge with buffer alias analysis.
2020-10-23 Evgeny Leviant[llvm-mca] Extend cortex-a57 memory instructions test
2020-10-23 Jeremy Morse[DebugInstrRef] Convert DBG_INSTR_REFs into variable...
2020-10-23 Nico Weber[gn build] port 48e4b0f (__config_site revert)
next