platform/upstream/llvm.git
2019-10-02 Simon PilgrimLICM - remove unused variable and reduce scope of anoth...
2019-10-02 Fangrui SongFix libc++ pretty printer test for Python 3 after D67238
2019-10-02 Simon PilgrimLog2_32 returns an unsigned. NFCI.
2019-10-02 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-10-02 Simon PilgrimWinException::emitExceptHandlerTable - silence static...
2019-10-02 Simon PilgrimMetadataLoader upgradeCUVariables() - silence static...
2019-10-02 Simon PilgrimASTContext - silence static analyzer getAs<> null deref...
2019-10-02 David Green[ARM] Identity shuffles are legal
2019-10-02 Martin Storsjo[Support, ARM64] Define getHostCPUFeatures for Windows...
2019-10-02 Haojian Wu[clangd] Bail out early if we are sure that the symbol...
2019-10-02 Sam McCall[clangd] SelectionTree should mark a node as fully...
2019-10-02 Sam McCall[ClangFormat] relnotes for r373439
2019-10-02 Haojian Wu[clang-rename] Better renaming the typedef decl.
2019-10-02 Sam McCall[ClangFormat] Future-proof Standard option, allow float...
2019-10-02 Nico Webergn build: (manually) merge r373425
2019-10-02 Kerry McLaughlin[IntrinsicEmitter] Add overloaded type VecOfBitcastsToI...
2019-10-02 Sam McCall[clang-tidy] Fix typo in r373428
2019-10-02 Kadir Cetinkaya[clangd] Always send file URIs to editors
2019-10-02 Jay FoadRemove an unnecessary cast. NFC.
2019-10-02 Jay Foad[AMDGPU] Make printf lowering faster when there are...
2019-10-02 Florian HahnRevert [GlobalOpt] Pass DTU to removeUnreachableBlocks...
2019-10-02 Hans WennborgSwitch lowering: omit range check for bit tests when...
2019-10-02 Florian Hahn[GlobalOpt] Pass DTU to removeUnreachableBlocks instead...
2019-10-02 Florian Hahn[Local] Simplify function removeUnreachableBlocks(...
2019-10-02 Adam Balogh[clang-tidy] Fix for commits rL372706 and rL372711
2019-10-02 Djordje TodorovicReland "[utils] Implement the llvm-locstats tool"
2019-10-02 Rui Ueyama[llvm-lib] Detect duplicate input files
2019-10-02 John McCallRename TypeNodes.def to TypeNodes.inc for consistency...
2019-10-02 Rui Ueyama[llvm-lib] Correctly handle .lib input files
2019-10-02 Craig Topper[X86] Add broadcast load folding patterns to the NoVLX...
2019-10-02 Michael LiaoFix GCC -Wreturn-type warnings. NFC.
2019-10-02 Richard TrieuRevert r368237 - Update fix-it hints for std::move...
2019-10-02 David BlaikieDebugInfo: Update support for detecting C++ language...
2019-10-02 Nico Webergn build: (manually) merge r373407
2019-10-02 Richard SmithFix crash on constant-evaluation of pseudo-destruction...
2019-10-02 Matt ArsenaultAMDGPU/GlobalISel: Use getIntrinsicID helper
2019-10-02 John McCallRemove TypeNodes.def from the modulemap.
2019-10-02 Matt ArsenaultAMDGPU/GlobalISel: Assume VGPR for G_FRAME_INDEX
2019-10-02 Matt ArsenaultAMDGPU/GlobalISel: Private loads always use VGPRs
2019-10-02 Matt ArsenaultAMDGPU/GlobalISel: Legalize 1024-bit G_BUILD_VECTOR
2019-10-02 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for 1024-bit values
2019-10-02 Stanislav Mekhanoshin[AMDGPU] separate accounting for agprs
2019-10-02 Michael LiaoFix unused variable warning. NFCI.
2019-10-02 Adrian PrantlMake yet another attempt in restoring SymbolFilePDBTests
2019-10-01 Craig Topper[X86] Add a DAG combine to shrink vXi64 gather/scatter...
2019-10-01 John McCallEmit TypeNodes.def with tblgen.
2019-10-01 John McCallUse scope qualifiers in Clang's tblgen backends to...
2019-10-01 Dan Liew[CMake] Fix the value of `config.target_cflags` for...
2019-10-01 Changpeng FangAMDGPU: Fix an out of date assert in addressing FrameIndex
2019-10-01 Matt Morehouse[libFuzzer] Remove lazy counters.
2019-10-01 Sterling AugustineDetermine endianness at a time when it doesn't inadvert...
2019-10-01 Craig TopperRevert r373172 "[X86] Add custom isel logic to match...
2019-10-01 Jordan Rupprecht[clang][OpenMP][NFC] #include GlobalDecl.h to avoid...
2019-10-01 Jordan Rupprecht[lldb] Fix unused variable warning
2019-10-01 Simon PilgrimCGVTables - silence static analyzer getAs<FunctionProto...
2019-10-01 Craig Topper[X86] convertToThreeAddress, make sure second operand...
2019-10-01 Simon PilgrimCGExprAgg - remove duplicate code. NFCI.
2019-10-01 Thomas Preud... [FileCheck] Move private interface to its own header
2019-10-01 Sanjay Patel[BypassSlowDivision][CodeGenPrepare] avoid crashing...
2019-10-01 GN Sync Botgn build: Merge r373392
2019-10-01 Stephane Moore[clang-tidy] Rename objc-avoid-spinlock check to darwin...
2019-10-01 Leonard Chan[ASan][NFC] Address remaining comments for https:/...
2019-10-01 Louis Dionne[NFC] Fix typos in libc++ documentation
2019-10-01 Leonard Chan[ASan] Make GlobalsMD member a const reference.
2019-10-01 Paul Hoad[clang-format] [PR43372] - clang-format shows replaceme...
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)
next