platform/upstream/llvm.git
2020-05-22 Sanjay Patel[VectorCombine] position pass after SLP in the optimiza...
2020-05-22 Pengxuan Zheng[RISCV] Register null target streamer for RISC-V
2020-05-22 Valeriy Savchenko[analyzer] SATestBuild.py: Fix hang when one of the...
2020-05-22 Simon Pilgrim[CGP] Ensure address offset is representable as int64_t
2020-05-22 Sanjay Patel[InstCombine] (A + B) + B --> A + (B << 1)
2020-05-22 Sanjay Patel[InstCombine] add tests for adds with common operand...
2020-05-22 Denis Antrushin[SCEV] Constant fold MultExpr before applying depth...
2020-05-22 Xiangling_Liao[NFC][AIX] Remove spaces after the comma for '.csect...
2020-05-22 Matt ArsenaultAMDGPU/GlobalISel: Fix masked control flow with fallthr...
2020-05-22 Sanjay Patel[PhaseOrdering] regenerate test checks; NFC
2020-05-22 Anh Tuyen TranTitle: [LV] Handle Fold-Tail of loops with vectorizario...
2020-05-22 Simon PilgrimTargetLowering.h - remove unnecessary includes. NFC.
2020-05-22 Simon Pilgrim[TargetLowering] Move TargetLoweringBase::isJumpTableRe...
2020-05-22 Louis Dionne[libc++] NFC: Inline array<T,N>::at methods inside...
2020-05-22 Sanjay Patel[SLP] fix verification check for valid IR
2020-05-22 Artem Dergachev[analyzer] LoopUnrolling: fix crash when a parameter...
2020-05-22 Sanjay Patel[SLP] fix test to have valid IR; NFC
2020-05-22 Nemanja Ivanovic[PowerPC] Treat 'Z' inline asm constraint as a true...
2020-05-22 Nemanja Ivanovic[PowerPC] Add missing handling for half precision
2020-05-22 Marek Kurdej[CMake] Fix typos. NFC
2020-05-22 Marek Kurdej[Target] Fix typos. NFC
2020-05-22 Matt ArsenaultInstCombine: Add constant folding/simplify for amdgcn...
2020-05-22 Jon RoelofsRevert "[llvm][test] Add COM: directives before colon...
2020-05-22 Simon Pilgrim[AVR] Remove unsigned <= 0 checks. NFCI.
2020-05-22 Dmitry Preobrazhensky[AMDGPU][MC][GFX8+] Enabled clamp for v_mul_i32_i24_e64...
2020-05-22 Simon PilgrimRemove superfluous semicolon to stop Wpedantic warning...
2020-05-22 Simon PilgrimReplace dyn_cast<> with isa<> to fix unused variable...
2020-05-22 QingShan Zhang[NFC][Test] Add test coverage for fsqrt on PowerPC
2020-05-22 Valeriy Savchenko[analyzer] SumTimerInfo.py: Partially modernize
2020-05-22 Valeriy Savchenko[analyzer] SATestUpdateDiffs.py: Refactor and add type...
2020-05-22 Valeriy Savchenko[analyzer] SATestUtils.py: Refactor and add type annota...
2020-05-22 Valeriy Savchenko[analyzer] SATestBuild.py: Refactor and add type annota...
2020-05-22 Pavel Labath[lldb] Increase timeout in TestExitDuringExpression
2020-05-22 Alexey Bader[SYCL] Prohibit arithmetic operations for incompatible...
2020-05-22 Victor CamposRevert "[ARM] Improve codegen of volatile load/store...
2020-05-22 Simon PilgrimStatepointLowering.h - remove unused includes. NFC.
2020-05-22 Simon PilgrimFix msvc "switch statement contains 'default' but no...
2020-05-22 Simon PilgrimMILexer.h/cpp - remove unused includes. NFC.
2020-05-22 Raphael Isemann[lldb] Enable C++14 when evaluating expressions in...
2020-05-22 Raphael Isemann[lldb][NFC] Overload raw_ostream operator << for ConstS...
2020-05-22 Roman Lebedev[NFC] InstCombineNegator: use auto where type is obviou...
2020-05-22 Max Kazantsev[InstCombine] Sink pure instructions down to return...
2020-05-22 Jonas Devlieghere[lldb/REPL] Fix unhandled switch case
2020-05-22 LLVM GN Syncbot[gn build] Port 2e40cf06df0
2020-05-22 Craig Topper[X86] Allow avx512vp2intersect to be used with __builti...
2020-05-22 Craig Topper[X86] Add avx512vp2intersect feature to compiler-rt...
2020-05-22 Lang Hames[JITLink] Initial implementation of ELF / x86-64 suppor...
2020-05-22 ISHIGURO, Hiroshi[OPENMP] Fix mixture of omp and clang pragmas
2020-05-22 Jinsong Ji[docs][llvm-extract] Add missing alias/bb options
2020-05-22 Jonas Devlieghere[lldb/Reproducers] Skip test that changes the source...
2020-05-22 Jonas Devlieghere[lldb/Test] Fix replay with TestSetWatchpoint.py
2020-05-22 Nico Weber[gn build] (manually) port 49a4f3f7d88
2020-05-22 Jessica Paquette[AArch64][GlobalISel] Add a post-legalizer combiner...
2020-05-22 Paula Toth[libc] Make clang-tidy use host compiler's resource...
2020-05-22 Jim InghamMaybe I need ENABLE_THREADS in the Makefile.
2020-05-22 Jim InghamThis very simple .c file is failing on the Debian bot...
2020-05-22 Dominic Chen[llvm-extract] Fix basic block extraction by delaying...
2020-05-22 Jim InghamHandle the case where a thread exits while we are runni...
2020-05-22 Tony[AMDGPU] Correct formatting typos in documentation
2020-05-22 Jonas Devlieghere[lldb/Test] Cleanup TestSymbolContext.py
2020-05-22 Heejin Ahn[WebAssembly] Warn on exception spec only when Wasm...
2020-05-22 Zequan Wu[clang] Add nomerge function attribute to clang
2020-05-22 Jonas Devlieghere[lldb/Reproducers] Skip lldb-vscode category when lldb...
2020-05-21 LLVM GN Syncbot[gn build] Port 54e91a3c701
2020-05-21 Jan KorousReland "[Analyzer][WebKit] RefCntblBaseVirtualDtorChecker"
2020-05-21 Adrian PrantlRename FunctionOptimizationWarning to the more generic...
2020-05-21 Zequan WuRevert "Add nomerge function attribute to clang"
2020-05-21 Vedant Kumar[Instruction] Set metadata uses to undef on deletion
2020-05-21 Alexey Lapshin[AARCH64][NEON] Allow to sink operands of aarch64_neon_...
2020-05-21 Zequan WuAdd nomerge function attribute to clang
2020-05-21 Craig Topper[Target] Use Align in TargetLoweringObjectFile::getSect...
2020-05-21 Arthur EubanksDon't jump to landing pads in Control Flow Optimizer
2020-05-21 Jinsong Ji[docs] Fix buildbot failures
2020-05-21 Ben Dunbobbin[PS4] Enable relaxed relocations by default
2020-05-21 Dominic Chenllvm-diff: Avoid crash with complex expressions
2020-05-21 Stephen KellyMake the ExprMutationAnalyzer explicit about how it...
2020-05-21 Stephen KellySet traversal explicitly where needed in tests
2020-05-21 Stephen KellySet traversal explicitly where needed in clang-tidy
2020-05-21 Tim Renouf[AMDGPU] Fixed incorrect PAL metadata register naming
2020-05-21 Tim Renouf[MsgPack] Added convenience assignment to MsgPackDocument
2020-05-21 Jean-Michel... [CodeGen] Add support for multiple memory operands...
2020-05-21 Stanislav Mekhanoshin[AMDGPU] Promote alloca to vector in opt
2020-05-21 Sean Silva[NFC] Make assertion more informative.
2020-05-21 Eli Friedman[AArch64][SVE] Fill out missing unpredicated load/store...
2020-05-21 Tim Renouf[MsgPack] MsgPackDocument::readFromBlob now merges
2020-05-21 Hendrik Greving[ModuloSchedule] Add missing comma.
2020-05-21 Yitzhak Mandelbaum[libTooling][NFC]Fix typo in comment in RangeSelectors
2020-05-21 Marcello Maggioni[SelectionDAG] Add the option of disabling generic...
2020-05-21 Marek KurdejReland [libc++] [LWG3321] Mark "year_month_day_last...
2020-05-21 Nico WeberRevert "[Analyzer][WebKit] RefCntblBaseVirtualDtorChecker"
2020-05-21 Jonas Devlieghere[dsymutil] Add llvm_unreachable to silence warning
2020-05-21 Thomas Raoux[mlir][spirv] Enable composite instructions for coopera...
2020-05-21 Stanislav Mekhanoshin[AMDGPU] Added opt pipeline test. NFC.
2020-05-21 Thomas Raoux[mlir][spirv] Add remaining cooperative matrix instructions
2020-05-21 Jan Korous[Analyzer][WebKit] RefCntblBaseVirtualDtorChecker
2020-05-21 Louis Dionne[libc++] Link back-deployment tests against the latest...
2020-05-21 Jonas Devlieghere[dsymutil] Fix conversion between unique_ptr and Expected
2020-05-21 Hiroshi Yamauchi[IR] Make Module::setProfileSummary to replace an exist...
2020-05-21 Thomas Lively[lld][WebAssembly] Do not emit initialization for ...
2020-05-21 LLVM GN Syncbot[gn build] Port 92fd3971e0d
next