platform/upstream/llvm.git
2019-10-01 Alexey Bataev[OPENMP50]Initial codegen for declare variant implement...
2019-10-01 Bardia Mahjour[DDG] Data Dependence Graph - Root Node
2019-10-01 Louis Dionne[libc++] Re-apply workaround for D63883
2019-10-01 Louis Dionne[libc++] Remove workaround for D63883
2019-10-01 Alina Sbirlea[MemorySSA] Check for unreachable blocks when getting...
2019-10-01 Jakub KuderskiAdd a missing pass in ARM O3 pipeline
2019-10-01 Louis Dionne[libc++abi] Remove uses of C++ headers when possible
2019-10-01 Alina Sbirlea[MemorySSA] Update last_access_in_block check.
2019-10-01 Louis Dionne[NFC][libc++abi] Remove trailing whitespace from sources
2019-10-01 Jakub Kuderski[Dominators][CodeGen] Don't mark MachineDominatorTree...
2019-10-01 Jakub Kuderski[Dominators][CodeGen] Fix MachineDominatorTree preserva...
2019-10-01 Jakub KuderskiReapply [Dominators][CodeGen] Clean up MachineDominators
2019-10-01 David Bolvansky[NFC] Updated tests after rL373371
2019-10-01 Alexey Bataev[OPENMP]Fix PR43330: OpenMP target: Mapping of partial...
2019-10-01 Adrian PrantlMake another attempt at fixing SymbolFilePDBTests.
2019-10-01 Louis Dionne[libc++] Update link to Itanium C++ ABI documentation
2019-10-01 David Bolvansky[Diagnostics] Make -Wenum-compare-conditional off by...
2019-10-01 Teresa Johnson[ThinLTO] Enable index-only WPD from clang
2019-10-01 Rong Xu[PGO] Fix typos from r359612. NFC.
2019-10-01 David Green[ARM] Some MVE shuffle plus extend tests. NFC
2019-10-01 Vitaly BukaRevert "compiler-rt: use __GLIBC_PREREQ for SANITIZER_I...
2019-10-01 Tom StellardAMDGPU/SILoadStoreOptimizer: Add helper functions for...
2019-10-01 Louis Dionne[libc++abi] Remove redundant #include of <string.h>
2019-10-01 Roman Lebedev[InstCombine] Deal with -(trunc(X >>u 63)) -> trunc...
2019-10-01 Roman Lebedev[InstCombine] Preserve 'exact' in -(X >>u 31) -> (X...
2019-10-01 Roman Lebedev[NFC][InstCombine] (Better) tests for sign-bit-smearing...
2019-10-01 Jonas Devlieghere[JSON] Use LLVM's library for argdumper
2019-10-01 Jonas Devlieghere[JSON] Use LLVM's library for decoding JSON in Structur...
2019-10-01 Jonas Devlieghere[JSON] Use LLVM's library for encoding JSON in Structur...
2019-10-01 David Green[llvm-mca] Add a -mattr flag
2019-10-01 Peter CollingbourneAdd missing REQUIRES: arm.
2019-10-01 Vedant Kumar[ReleaseProcess] Document requirement to set MACOSX_DEP...
2019-10-01 Adrian PrantlFix a syntax error.
2019-10-01 Adrian PrantlFix a condition-flip regression introduced in r373344.
2019-10-01 Adrian PrantlTypo (NFC)
2019-10-01 Adrian PrantlSimplify condition (NFC)
2019-10-01 Philip Reames[IndVars] An implementation of loop predication without...
2019-10-01 Matt ArsenaultAMDGPU/GlobalISel: Increase max legal size to 1024
2019-10-01 Craig Topper[X86] Add a VBROADCAST_LOAD ISD opcode representing...
2019-10-01 Alexey Bataev[OPENMP]Fix PR43516: Compiler crash with collapse(2...
2019-10-01 Peter CollingbourneELF: Add .interp synthetic sections first in createSynt...
2019-10-01 Jay Foad[AMDGPU] Add VerifyScheduling support.
2019-10-01 David Bolvansky[Diagnostics] Move warning into the subgroup (-Wenum...
2019-10-01 Adrian PrantlRemove size_t return parameter from FindTypes
2019-10-01 Simon Pilgrim[DAG][X86] Convert isNegatibleForFree/GetNegatedExpress...
2019-10-01 Adrian PrantlUpdate SymbolFilePDB for FindTypes API change.
2019-10-01 Jakub Kuderski[Dominators][CodeGen] Add MachinePostDominatorTree...
2019-10-01 Kadir Cetinkaya[clang] Make handling of unnamed template params simila...
2019-10-01 Raphael Isemann[lldb][NFC] Mark ClangASTContext constructor as explicit
2019-10-01 Simon PilgrimRevert rL349624 : Let TableGen write output only if...
2019-10-01 Raphael Isemann[lldb][NFC] Remove unused ClangASTContext::GetHasExtern...
2019-10-01 Djordje TodorovicRevert "Reland "[utils] Implement the llvm-locstats...
2019-10-01 David BolvanskyRevert [InstCombine] sprintf(dest, "%s", str) -> memccp...
2019-10-01 Raphael Isemann[lldb][NFC] Remove unused ClangASTContext functions...
2019-10-01 David Bolvansky[InstCombine] sprintf(dest, "%s", str) -> memccpy(dest...
2019-10-01 Michal Gorny[llvm-exegesis/lib] Fix missing linkage to MCParser
2019-10-01 Sam Parker[NFC][ARM][MVE] More tests
2019-10-01 Raphael Isemann[lldb][NFC] Disallow changing the ASTContext of an...
2019-10-01 Raphael Isemann[lldb][NFC] Modernize ClangASTContext constructor
2019-10-01 Louis Dionne[libc++] Harden usage of static_assert against C++03
2019-10-01 Raphael Isemann[clang] Ignore builtin namespaces in test/Import/cxx...
2019-10-01 Simon PilgrimDIExpression::createFragmentExpression - silence static...
2019-10-01 Simon PilgrimVirtualFileSystem - replace dyn_cast<>+assert with...
2019-10-01 Simon PilgrimObjectFile makeTriple - silence static analyzer dyn_cas...
2019-10-01 Haojian Wu[clangd] Implement getBeginning for overloaded operators.
2019-10-01 Simon PilgrimInstrProf - avoid static analyzer dyn_cast<ConstantInt...
2019-10-01 Simon PilgrimConstantFold - ConstantFoldSelectInstruction - assume...
2019-10-01 Haojian Wu[clangd] Use the index-based API to do the header-sourc...
2019-10-01 George Rimar[obj2yaml] - Fix BB after r373315.
2019-10-01 Ilya Biryukov[clangd] Handle template arguments in findExplicitRefer...
2019-10-01 Djordje TodorovicReland "[utils] Implement the llvm-locstats tool"
2019-10-01 George Rimar[yaml2obj] - Allow specifying custom Link values for...
2019-10-01 George Rimar[yaml2obj/obj2yaml] - Add support for SHT_HASH sections.
2019-10-01 Diana PicusFixup r373278: Move test to X86 directory
2019-10-01 Clement Courbet[llvm-exegesis][NFC] Refactor X86 tests fixtures into...
2019-10-01 Raphael Isemann[clang][lldb][NFC] Encapsulate ExternalASTMerger::Impor...
2019-10-01 Dmitri GribenkoRevert "[OCaml] Handle nullptr in Llvm.global_initializer"
2019-10-01 Dmitri GribenkoRevert "GlobalISel: Handle llvm.read_register"
2019-10-01 Sam Parker[NFC][HardwareLoops] Update some iterators
2019-10-01 Sylvestre LedruDecrease the verbosity of the -ftime-trace option
2019-10-01 Ilya Biryukov[clangd] Handle OverloadExpr in targetDecl
2019-10-01 Dmitri Gribenko[clang-tidy] Fix module registry name and description...
2019-10-01 Craig Topper[X86] Consider isCodeGenOnly in the EVEX2VEX pass to...
2019-10-01 Heejin Ahn[WebAssembly] Make sure EH pads are preferred in sorting
2019-10-01 Heejin Ahn[WebAssembly] Unstackify regs after fixing unwinding...
2019-10-01 Aleksandr Urakov[Windows] Added support of watchpoints to `NativeProces...
2019-10-01 Aditya Kumar[OCaml] Handle nullptr in Llvm.global_initializer
2019-10-01 Matt ArsenaultAMDGPU/GlobalISel: Select s1 src G_SITOFP/G_UITOFP
2019-10-01 Yuanfang ChenRemove a undefined constructor introduced by r373244.
2019-10-01 Matt ArsenaultAMDGPU/GlobalISel: Add support for init.exec intrinsics
2019-10-01 Matt ArsenaultAMDGPU/GlobalISel: Allow scc/vcc alternative mappings...
2019-10-01 Matt ArsenaultGlobalISel: Handle llvm.read_register
2019-10-01 Matt ArsenaultAMDGPU/GlobalISel: Avoid creating shift of 0 in arg...
2019-10-01 Matt ArsenaultTLI: Remove DAG argument from getRegisterByName
2019-10-01 Fangrui Song[llvm-readobj/llvm-readelf] Delete --arm-attributes...
2019-10-01 Craig Topper[X86] Add test case to show missed opportunity to shrin...
2019-10-01 Richard SmithDon't elide the use of the thread wrapper for a thread_...
2019-10-01 Matt ArsenaultAMDGPU/GlobalISel: Select G_UADDO/G_USUBO
2019-10-01 Matt ArsenaultGlobalISel: Implement widenScalar for G_SITOFP/G_UITOFP...
2019-10-01 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_GLOBAL_VALUE
next