platform/upstream/llvm.git
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...
2020-05-03 Kadir Cetinkaya[clangd] Reland LSP latency test
2020-05-03 Sergey Dmitriev[Attributor] Bitcast constant to the returned value...
2020-05-03 Nikita PopovRevert "[InstSimplify] Remove known bits constant folding"
2020-05-03 Nikita Popov[InstSimplify] Remove known bits constant folding
2020-05-03 Casey Carter[libc++][test] Use a non-narrowing conversion in assign...
2020-05-03 Hongtao Yu[ICP] Handling must tail calls in indirect call promotion
2020-05-03 Mircea Trofin[llvm][NFC] Inliner: factor cost and reporting out...
2020-05-03 Florian Hahn[VPlan] Remove unused & undefined print method (NFC).
2020-05-03 Johannes Doerfert[Attributor][NFC] Encode IRPositions in the bits of...
2020-05-03 Johannes Doerfert[Attributor][NFC] Let AbstractAttribute be an IRPosition
2020-05-03 Nico WeberRevert "Optimize path::remove_dots"
2020-05-03 Simon Pilgrim[X86] Add tests showing failure to fold mul(abs(x)...
2020-05-03 Mircea Trofin[llvm][NFC] Inliner.cpp shouldInline post-commit feedback
2020-05-03 Kadir Cetinkaya[clangd] Change include to be relative to current directory
2020-05-03 Reid KlecknerOptimize path::remove_dots
2020-05-03 Reid Kleckner[COFF] Paritally inline Symbol::getName, NFC
2020-05-03 Sanjay Patel[InstCombine] use select-of-constants with set/clear...
2020-05-03 Kadir Cetinkaya[clangd] Drop duplicate header
2020-05-03 Benjamin Kramer[Support] Don't initialize buffer allocated by zlib...
2020-05-03 Simon Pilgrim[X86] Use splitVector helper in truncateVectorWithPACK...
2020-05-03 LLVM GN Syncbot[gn build] Port e64f99c51a8
2020-05-03 Nico Weber[gn build] (manually) port ad97ccf6b26a more, for inclu...
2020-05-03 Simon Pilgrim[X86] Don't limit splitVector helper to simple types.
2020-05-03 Alexey Lapshin[Debuginfo][NFC] Avoid double calling of DWARFDie:...
2020-05-03 Nikita Popov[InstCombine] Duplicate some InstSimplify tests (NFC)
2020-05-03 Simon Pilgrim[X86][SSE] splitAndLowerShuffle - use splitVector helpe...
2020-05-03 Simon Pilgrim[X86] detectAVGPattern - use matchUnaryPredicate helper...
2020-05-03 Nikita Popov[ValueTracking] Convert test to unit test (NFC)
2020-05-03 Kadir Cetinkaya[clangd] Fix name hiding in TestTracer and disable...
2020-05-03 Kadir Cetinkaya[clangd] Metric tracking through Tracer
2020-05-03 Ten TzenTest Commit: add two head comments in WinEHPrepare.cpp
next