platform/upstream/llvm.git
2020-05-05 River Riddle[mlir] Add support for merging identical blocks during...
2020-05-05 Geoffrey Martin... [mlir] Remove tabs from predecessor comments
2020-05-05 Sergey Dmitriev[CallGraphUpdater] Removed references to calles when...
2020-05-05 Yaxun (Sam... [CUDA][HIP] Fix empty ctor/dtor check for union
2020-05-05 Zakk Chen[LTO] Suppress emission of empty combined module by...
2020-05-05 Adrian PrantlClarify comment
2020-05-05 Nicolas Vasilache[mlir][EDSC] Fix off-by-one BlockBuilder insertion...
2020-05-05 River Riddle[mlir][IR] Add a Region::getOps method that returns...
2020-05-05 River Riddle[mlir][mlir-opt] Disable multithreading when parsing...
2020-05-05 Reid KlecknerUpdate LLDB filespec tests for remove_dots change
2020-05-04 Lang Hames[ORC] Rename SearchOrder operations on JITDylib to...
2020-05-04 Reid KlecknerRe-land "Optimize path::remove_dots"
2020-05-04 Reid Kleckner[PDB] Use the global BumpPtrAllocator
2020-05-04 Hanhan Wang[mlir][StandardToSPIRV] Emulate bitwidths not supported...
2020-05-04 Haruki Imai[mlir] Support big endian in DenseElementsAttr
2020-05-04 Fangrui Song[lld-macho] Support X86_64_RELOC_SIGNED_{1,2,4}
2020-05-04 Krzysztof Parzyszek[RegisterCoalescer] Extend a subrange if needed when...
2020-05-04 Vedant Kumar[lldb/Expression] Make Language() const, NFC
2020-05-04 Jonas Devlieghere[lldb] Fix -Wdtor-name warnings
2020-05-04 Sanjay Patel[x86] add test for shift+op+concat; NFC
2020-05-04 Davide Italiano[arm64] Remove an old special case that's not needed...
2020-05-04 Stephen Neuendorffer[cmake] restrict object library dependency generation...
2020-05-04 Vedant Kumar[lldb/DataFormatters] Delete GetStringPrinterEscapingHelper
2020-05-04 Vedant KumarRevert "[lldb/Expression] Make Language() const, NFC"
2020-05-04 Vedant Kumar[lldb/Expression] Make Language() const, NFC
2020-05-04 Vedant Kumar[Verifier] Constrain where DILocations may be nested
2020-05-04 shafik[LLDB] Fix overloaded operator new cases in TestCppOper...
2020-05-04 David Green[ARM] Complex LSR test showing inefficient codegen...
2020-05-04 Dan LiewTry to make `duplicate_os_log_reports.cpp` more reliable.
2020-05-04 Sander de SmalenRevert "[SveEmitter] Add builtins for svdupq and svdupq...
2020-05-04 Erich KeaneReject operations between vectors and enum types.
2020-05-04 Julian Lettner[lit] Disable test on Windows
2020-05-04 Lang Hames[JITLink] Fix missing ADDITIONAL_HEADER_DIRS for the...
2020-05-04 Lang Hames[JITLink] Fix a typo in a comment.
2020-05-04 Stephen NeuendorfferRevert "[MLIR] Adjust libMLIR building to more closely...
2020-05-04 Sander de Smalen[SveEmitter] Add builtins for svdupq and svdupq_lane
2020-05-04 Eli Friedman[ARM] Fix tail call validity checking for varargs calls.
2020-05-04 Sanjay Patel[x86] add tests for concat of casts; NFC
2020-05-04 Snehasish KumarDescriptive symbol names for machine basic block sections.
2020-05-04 peter klausler[flang] Fix x87 binary->decimal
2020-05-04 Fangrui Song[llvm-objdump][ARM] Print inline relocations when dumpi...
2020-05-04 Sander de Smalen[SveEmitter] Add builtins for Int & FP reductions
2020-05-04 Valentin Churavy[MLIR] Adjust libMLIR building to more closely follow...
2020-05-04 Siva Chandra... [libc] Include object files from alias entrypoints...
2020-05-04 Denys PetrovA test commit as a new contributor to verify commit...
2020-05-04 Sean Fertile[PowerPC][AIX][NFC] Remove spills and reloads from...
2020-05-04 David Green[ARM] isHardwareLoopProfitable debug messages. NFC
2020-05-04 Alexandre Ganea[DebugInfo][CodeView] Include namespace into emitted...
2020-05-04 Louis Dionne[libc++] Always enable local submodule visibility in...
2020-05-04 Med Ismail... [lldb/test] Fix wrong target command failure message...
2020-05-04 ZarkoTest commit. Modified comment to add a period at the...
2020-05-04 Zola Bridges[llvm][dfsan][NFC] Factor out fcn initialization
2020-05-04 Louis Dionne[libc++] NFC: Remove unnecessary scope
2020-05-04 Yaxun (Sam... Let clang print registered targets for --version
2020-05-04 Louis Dionne[libc++] Translate the modules-support Lit feature...
2020-05-04 Stanislav Mekhanoshin[AMDGPU] fix copies between 32 and 16 bit
2020-05-04 Stephen Neuendorffer[cmake] Ensure that LINK_LIBS are dependencies for...
2020-05-04 Louis Dionne[libc++] NFC: Remove outdated #if comment
2020-05-04 Christopher... [SVE] Remove invalid usage of getNumElements in Instruc...
2020-05-04 Med Ismail... [lldb/Host] Improve error messages on unowned read...
2020-05-04 Nicolas Vasilache[mlir][Linalg] Mostly NFC - Refactor Linalg patterns...
2020-05-04 Fangrui Song[ELF] Don't advance sh_offset for an empty section...
2020-05-04 Louis Dionne[libc++] Translate compiler-identification Lit features...
2020-05-04 Pete Steinfeld[flang] Fixed a crash
2020-05-04 Melanie BlowerFix LABEL match for test case for D72841 #pragma float_...
2020-05-04 Simon Pilgrim[InstCombine] Fold (mul(abs(x),abs(x))) -> (mul(x,x...
2020-05-04 Simon Pilgrim[X86][SSE] Move some VZEXT_MOVL combines into combineTa...
2020-05-04 Louis Dionne[libc++] NFC: Print Lit available features in sorted...
2020-05-04 Frederik Gossen[MLIR] Add complex numbers to standard dialect
2020-05-04 Reid Kleckner[COFF] Avoid allocating temporary vectors during ICF
2020-05-04 Alex Richardson[SelectionDAGBuilder] Stop setting alignment to one...
2020-05-04 Alex Richardson[MIPS] Add a baseline test showing current inefficient...
2020-05-04 alex-t[AMDGPU] Enable carry out ADD/SUB operations divergence...
2020-05-04 Pavel Labath[lldb/DWARF] Remove dead code in DWARFDebugInfoEntry
2020-05-04 Peter Smith[ELF] Move SHF_LINK_ORDER till OutputSection addresses...
2020-05-04 Louis Dionne[libc++] Define a few Lit features using the new DSL
2020-05-04 Raul Tambre[AArch64] Add NVIDIA Carmel support
2020-05-04 Melanie BlowerReapply "Add support for #pragma float_control" with...
2020-05-04 Marcel Koester[mlir] Removed tight coupling of BufferPlacement pass...
2020-05-04 Kerry McLaughlin[SVE][Codegen] Lower legal min & max operations
2020-05-04 Jay Foad[SLC] Allow llvm.pow(x,2.0) -> x*x etc even if no pow...
2020-05-04 Simon Pilgrim[InstCombine] Add tests showing failure to fold mul...
2020-05-04 Florian Hahn[SCCP] Re-use pushToWorkList in pushToWorkListMsg ...
2020-05-04 Hans WennborgFix building with GCC5 after e64f99c51a8e
2020-05-04 Jay FoadPrecommit test updates for D68231.
2020-05-04 Wen-Heng (Jack... [mlir][rocdl] add rocdl.barier op.
2020-05-04 Wen-Heng (Jack... [mlir][vector] add tests for type_cast taking non-zero...
2020-05-04 Simon Moll[VE][NFC] formatting VEISD enum
2020-05-04 Djordje Todorovic[llvm-dwarfdump][Stats] Clean up
2020-05-04 Craig Topper[X86] Simplify some code in combineTruncatedArithmetic...
2020-05-04 Craig Topper[X86] Custom legalize v16i64->v16i8 truncate with avx512.
2020-05-04 serge-sans... Make Polly tests dependencies explicit
2020-05-04 Fangrui Song[llvm-objcopy] Avoid invalid Sec.Offset after D79229
2020-05-04 Johannes Doerfert[Attributor][NFC] Replace the nested AAMap with a key...
2020-05-04 Johannes Doerfert[Attributor] Remember only necessary dependences
2020-05-04 Johannes Doerfert[Attributor] Inititialize "value attributes" w/ must...
2020-05-04 Johannes Doerfert[Attributor][NFC] Use reference instead of pointer
2020-05-04 Johannes Doerfert[Attributor][NFC] Proactively ask for `nocapure` on...
2020-05-03 Sam McCall[clangd] Fix yet-another gratuitous llvm::Error crash
2020-05-03 Shilei Tian[OpenMP] Fix an issue of wrong return type of DeviceRTL...
next