platform/upstream/llvm.git
2020-07-22 Simon PilgrimMappedBlockStream.h - remove unnecessary MSFLayout...
2020-07-22 Alexey Bataev[SLP]Add an extra test for vectorization of non-pow...
2020-07-22 Roman Lebedev[NFC][Reduce] Add a test showing that we fail to to...
2020-07-22 Roman Lebedev[NFC][Reduce] Rewrite remove-funcs.ll to use FileCheck...
2020-07-22 David Green[ARM] Extra MVE select(binop) patterns
2020-07-22 Aleksandr Platonov[clangd] Fixes in lit tests
2020-07-22 David Green[ARM] Add patterns for select(p, BinOp(x, y), z) -...
2020-07-22 OCHyams[DebugInfo] Drop location ranges for variables which...
2020-07-22 Georgii Rymar[llvm-readelf] - Introduce describe() helper functions.
2020-07-22 Sebastian Neubauer[AMDGPU] Don't combine memory intrs to v3i16
2020-07-22 Florian Hahn[lAA] Return SmallVectorImpl& instead of SmallVector...
2020-07-22 Georgii Rymar[llvm-readelf/readobj] - Fix the behavior when a sectio...
2020-07-22 Chen Zheng[PowerPC] fixupIsDeadOrKill start and end in different...
2020-07-22 Joachim Protze[OpenMP][NFC] pass on env variables to libomptarget...
2020-07-22 Ilya Golovenko[clangd] Fix conversion from Windows UNC paths to file...
2020-07-22 Georgii Rymar[llvm-readobj/readelf] - Don't fail dumping when unable...
2020-07-22 Max Kazantsev[Test] Add more simple tests for PR46786
2020-07-22 Vitaly Buka[sanitizer,NFC] InternalAlloc cleanup
2020-07-22 Valeriy Savchenko[analyzer][solver] Track symbol disequalities
2020-07-22 Valeriy Savchenko[analyzer][solver] Track symbol equivalence
2020-07-22 Valeriy Savchenko[analyzer] Introduce small improvements to the solver...
2020-07-22 Pavel Labath[lldb/test] Delete result formatter machinery entirely
2020-07-22 Sander de Smalen[AArch64][SVE] Correctly allocate scavenging slot in...
2020-07-22 Med Ismail... [lldb/interpreter] Fix formatting in CommandInterpreter...
2020-07-22 Marcel HlopkoMake lit TestRunner.py work in Python 3
2020-07-22 Med Ismail... [lldb/interpreter] Add ability to save lldb session...
2020-07-22 David Green[ARM] Predicated binary operation tests. NFC
2020-07-22 Pavel Labath[lldb/test] Do a better job at setting (DY)LD_LIBRARY_PATH
2020-07-22 Stefan Pintilie[PowerPC] Extend .reloc directive on PowerPC
2020-07-22 Kadir Cetinkaya[clangd] Fix Origin and MainFileOnly-ness for macros
2020-07-22 Simon Wallis[Thumb] set code alignment for 16-bit load from constan...
2020-07-22 Sjoerd Meijer[Matrix] Add LowerMatrixIntrinsics to the NPM
2020-07-22 Max Kazantsev[SCEV] Remove premature assert. PR46786
2020-07-22 Petar AvramovicAMDGPU: Simplify f16 to i64 custom lowering
2020-07-22 David Spickett[ARM] Fix Asm/Disasm of TBB/TBH instructions
2020-07-22 Luboš Luňákadd -fpch-codegen/debuginfo mapping to -fmodules-codege...
2020-07-22 Luboš Luňákaccept 'clang++ -c a.pch -o a.o' to create PCH's object...
2020-07-22 Haojian Wu[AST][RecoveryExpr] Error-dependent expression should...
2020-07-22 Haojian WuFix the clang-tidy build after get/isIntegerConstantExp...
2020-07-22 Raphael IsemannReland [lldb] Unify type name matching in FormattersCon...
2020-07-22 Haruki Imai[MLIR] Set alignment in AllocOp of normalizeMemref()
2020-07-22 Roman Lebedev[NFC][Reduce] Group llvm-reduce options into a group...
2020-07-22 Max Kazantsev[SimplifyCFG] Do not create unneeded PR Phi in block...
2020-07-22 Kai Luo[PowerPC] Fix wrong codegen when stack pointer has...
2020-07-22 Kai Luo[PowerPC] Fix wrong codegen when stack pointer has...
2020-07-22 Jonas Devlieghere[lldb] Adjust for getIntegerConstantExpression refactor
2020-07-22 Kang Zhang[PowerPC] Fix the implicit operands in PredicateInstruc...
2020-07-22 Pushpinder... [OpenMP] Add missing RUN lines for OpenMP 4.5
2020-07-22 David BlaikieFollow-on fixes for get/isIntegerConstantExpression
2020-07-22 Xing GUO[DWARFYAML] Make the length field of compilation units...
2020-07-22 David BlaikieReapply "Rename/refactor isIntegerConstantExpression...
2020-07-22 Xing GUO[DWARFYAML] Use yaml::Hex64 rather than uint64_t as...
2020-07-22 Zequan Wu[Coverage] fix failed test case.
2020-07-22 peter klausler[flang] Replay a FORMAT at the right position
2020-07-22 peter klausler[flang] Fix source line continuation in potential macro...
2020-07-22 peter klausler[flang] Implement byte-swapped external unformatted...
2020-07-22 peter klausler[flang] Handle leading zeroes after decimal in REAL...
2020-07-22 Zequan Wu[Coverage] Fix coverage test cases.
2020-07-22 peter klausler[flang] Check for misplaced labels
2020-07-22 Chen Zheng[PowerPC] add store (load float*) pattern to isProfitab...
2020-07-22 Brian Cain[test-release] fallback to py3's venv module
2020-07-22 Logan SmithDisable -Wsuggest-override for all remaining unittests...
2020-07-22 Logan Smith[lld] Disable -Wsuggest-override for unittests
2020-07-22 Zequan Wu[Coverage] Add comment to skipped regions
2020-07-22 Juneyoung Lee[ValueTracking] Fix incorrect handling of canCreateUnde...
2020-07-22 Wang, Pengfei[CFE] Add nomerge function attribute to inline assembly.
2020-07-21 Amy Huang[PDB][NativeSession] Clean up some things in NativeSession.
2020-07-21 Logan Smith[clang] Disable -Wsuggest-override for unittests/
2020-07-21 Adrian Prantl[NFC] Clean up doc comment and implementation for Modul...
2020-07-21 Matt ArsenaultGlobalISel: Use Register and update comment physical...
2020-07-21 Amy Kwan[PowerPC][Power10] Add Vector Multiply/Mod/Divide Instr...
2020-07-21 Amara EmersonRevert "[AArch64][GlobalISel] Add post-legalize combine...
2020-07-21 Amara Emerson[AArch64][GlobalISel] Fix TLS accesses clobbering regis...
2020-07-21 Matt ArsenaultAMDGPU/GlobalISel: Add some baseline degenerate call...
2020-07-21 Matt ArsenaultAMDGPU/GlobalISel: Fix not erasing inst when lowering...
2020-07-21 Matt ArsenaultGlobalISel: Legalize G_FPOWI
2020-07-21 Matt ArsenaultGlobalISel: Translate llvm.powi intrinsic
2020-07-21 Matt ArsenaultAMDGPU: Start interpreting byref on kernel arguments
2020-07-21 Chris Morin[mlir][docs] Fix Markdown format in Language Reference
2020-07-21 Yaxun (Sam... Fix pow and ldexp in HIP header
2020-07-21 Matt ArsenaultCodeGen: Add support for lowering byref attribute
2020-07-21 Tue LyAdd implementations for fmin, fminf, and fminl. Testin...
2020-07-21 Nikita Popov[SCCP] Add switch+range tests (NFC)
2020-07-21 Simon Pilgrim[X86][AVX] getTargetShuffleMask - don't decode VBROADCA...
2020-07-21 Sameer Arora[llvm-libtool-darwin] Allow flattening archives
2020-07-21 Tue LyUpdate Test (EXPECT_EQ and friends) to accept __uint128...
2020-07-21 David BlaikieDebugInfo: Add missing comment from llvm/test/DebugInfo...
2020-07-21 Aleksandr PlatonovRevert "[clangd] Fixes in lit tests"
2020-07-21 Matt ArsenaultDAG: Handle expanding strict_fsub into fneg and strict_fadd
2020-07-21 Sameer Arora[llvm-libtool-darwin] Add support for -static option
2020-07-21 diggerlin[AIX][XCOFF]emit extern linkage for the llvm intrinsic...
2020-07-21 Akira HatanakaFix the data layout mangling specification for 'i686...
2020-07-21 Dan LiewAvoid failing a CHECK in `DlAddrSymbolizer::SymbolizePC`.
2020-07-21 Alexey Bataev[OPENMP]Fix PR46012: declare target pointer cannot...
2020-07-21 Fangrui SongRevert D82927 "[Loop Fusion] Integrate Loop Peeling...
2020-07-21 David Green[ARM] Add MVE_TwoOpPattern. NFC
2020-07-21 Jim InghamRemove the "bool" return from OptionValue::Clear and...
2020-07-21 David BlaikieDebugInfo: make test/DebugInfo/X86/debug-macro-dwo...
2020-07-21 Vedant Kumar[lldb/test] Skip test in TestBitfieldIvars.py instead...
2020-07-21 Aleksandr Platonov[clangd] Fixes in lit tests
next