platform/upstream/llvm.git
2020-04-30 Jay FoadFix silly mistake in 31c09d03a1f [AMDGPU] Remove Waitcn...
2020-04-30 David Spickett[globalopt] Don't emit DWARF fragments for members
2020-04-30 Sam Elliott[RISCV][NFC] Remove Duplicated F Extension Patterns
2020-04-30 Cullen Rhodes[AArch64][SVE] Remove unused FP reduction intrinsic...
2020-04-30 Cullen Rhodes[AArch64][SVE] Custom lowering of floating-point reductions
2020-04-30 David Sherwood[CodeGen] Add support for inserting elements into scala...
2020-04-30 Kadir Cetinkaya[clangd][Hover] Get rid of unused private field in...
2020-04-30 mydeveloperday[clang-format] Fix a bug causing BeforeLambdaBody to...
2020-04-30 mydeveloperday[clang-format] Correct the AfterControlStatement config...
2020-04-30 mydeveloperday[clang-format] Fix lambda with ellipsis in return type
2020-04-30 mydeveloperday[clang-format] [PR45357] Fix issue found with operator...
2020-04-30 mydeveloperday[clang-format] NFC Correct clang-format headers file...
2020-04-30 James Henderson[docs][llvm-cxxfilt] Fix indentation in rst file
2020-04-30 serge-sans... Fix spurious warning in ExtensionDependencies.inc ...
2020-04-30 Tres Popp[MLIR] Add isa<> support for Dialects.
2020-04-30 Evgeniy Brevnov[BPI][NFC] IRCE shoud qequest BPI through analysis...
2020-04-30 Kadir Cetinkaya[clangd] Fix windows build bots without rvalue refs
2020-04-30 Alexey Lapshin[Debuginfo][NFC] findRecursively: Replace std::vector...
2020-04-30 Jay Foad[AMDGPU] Simplify loops in SIInsertWaitcnts::generateWa...
2020-04-30 Jay Foad[AMDGPU] Remove Def argument from WaitcntBrackets:...
2020-04-30 Kadir Cetinkaya[clangd] Make use of URIs in FileShardedIndex
2020-04-30 Fangrui Song[MC] Move MCInstrAnalysis::evaluateBranch to X86MCInstr...
2020-04-30 Evgeniy Brevnov[BPI] Incorrect probability reported in case of mulptip...
2020-04-30 Evgeniy Brevnov[BPI][NFC] Reuse post dominantor tree from analysis...
2020-04-30 Julian Lettner[lit] Provide extension API for custom result categories
2020-04-30 Arthur EubanksMake wrong preallocated arg count verifier error clearer
2020-04-30 Nicolas Vasilache[mlir][Vector] Provide progressive lowering of masked...
2020-04-30 Fangrui Song[ELF] Add --print-archive-stats=
2020-04-30 Fangrui Song[ELF] Add --rosegment to complement --no-rosegment
2020-04-30 Dan AlbertReset another globalMemCounter.
2020-04-30 Evgenii Stepanov[scudo] Initialize the allocator in setTrackAllocationS...
2020-04-29 River Riddle[mlir] Simplify BranchOpInterface by using MutableOpera...
2020-04-29 River Riddle[mlir][DeclareOpInterfaceMethods] Allow specifying...
2020-04-29 River Riddle[mlir] Move the operation equivalence out of CSE and...
2020-04-29 River Riddle[mlir] Add a new MutableOperandRange class for adding...
2020-04-29 Puyan Lotfi[test][MachineOutliner] REQUIRES: asserts
2020-04-29 LLVM GN Syncbot[gn build] Port 9854edd817c
2020-04-29 Jez Ng[lld-macho] Support X86_64_RELOC_BRANCH
2020-04-29 Jez Ng[lld-macho] Have Symbol::getVA() return a non-relative...
2020-04-29 Jez Ng[lld-macho] Support reading of universal binaries
2020-04-29 Jez Ng[lld-macho] Disable colors in errors when not printing...
2020-04-29 Jez Ng[lld-macho] Implement basic export trie
2020-04-29 Mircea Trofin[llvm][NFC] Use CallBase explicitly instead of Instruct...
2020-04-29 Puyan Lotfi[NFCi] Iterative Outliner + clang-format refactoring.
2020-04-29 Mircea Trofin[llvm][NFC] Inliner: rename call site variables.
2020-04-29 Tom Stellardlibclc: Pass system libraries to the linker after llvm...
2020-04-29 River Riddle[mlir][Pass] Register a signal handler when generating...
2020-04-29 River Riddle[mlir][Pass] Add support for generating local crash...
2020-04-29 River Riddle[mlir][Pass][NFC] Merge OpToOpPassAdaptor and OpToOpPas...
2020-04-29 Sam McCall[clangd] Parse `foo` in documentation comments and...
2020-04-29 Fangrui Song[ELF] --gdb-index: support .debug_loclists
2020-04-29 Kirill NaumovRevert "[InlineCost] Addressing a very strict assert...
2020-04-29 Jacques PienaarRename NamedAttributeList to MutableDictionaryAttr
2020-04-29 Fangrui SongReland D78837 [lld] Remove special cases from default...
2020-04-29 Craig Topper[X86] Merge the last of the useBWIRegs() section into...
2020-04-29 Erich KeaneFix ext-int Sema test that didn't specify a triple.
2020-04-29 Julian Lettner[compiler-rt] Fix issue related to switch to Python3...
2020-04-29 Tobias Bosch[SVE][NFC] Remove unused variable
2020-04-29 Alina Sbirlea[MemorySSA] Pass DT to the upward iterator for proper...
2020-04-29 Christopher... [NFC] Make ConstantVector/ConstantDataVector::getType...
2020-04-29 Dan AlbertRevert "[lld] Remove special cases from default ld...
2020-04-29 Erich KeaneDisable _ExtInt by default
2020-04-29 Julian Lettner[Darwin] Fix compilation issues on arm64
2020-04-29 Sam McCall[clangd] Fix BUILD_SHARED_LIBS build more.
2020-04-29 Kirill Naumov[CFG] Turning on Heat Colors for CFG by default
2020-04-29 Kirill Naumov[InlineCost] Addressing a very strict assert check...
2020-04-29 Nico WeberUnbreak check-builtins on macOS after Python3 switch.
2020-04-29 Craig Topper[X86] Lower the cost of v4i64->v4i32 and v8i64->v8i32...
2020-04-29 Jacques Pienaar[mlir] Extract DictionaryAttr sort method
2020-04-29 Sam McCall[clangd] Still need pthreads in clangDaemon.
2020-04-29 Dan Albert[lld] Remove special cases from default ld driver mode.
2020-04-29 Erich Keane[NFC] Split ext-int calling convention tests into their...
2020-04-29 Jay Foad[AMDGPU] Remove WaitcntBrackets::MixedPendingEvents...
2020-04-29 Jay Foad[AMDGPU] Initialize gpr upper bounds to -1. NFC.
2020-04-29 Jay Foad[AMDGPU] Simplify MergeInfo calculations. NFC.
2020-04-29 Jan Korous[FileCollector] move Root creation
2020-04-29 Christopher... [SVE] Upgrade VectorType tests to test new types
2020-04-29 Ulrich Weigand[SystemZ] Allow specifying plain register numbers in...
2020-04-29 Ulrich Weigand[SystemZ] Simplify register parsing in AsmParser
2020-04-29 Sanjay Patel[x86] add tests for awkward 'icmp eq i1'; NFC
2020-04-29 Louis Dionne[libc++] Re-disable DSL test on Windows
2020-04-29 Erich KeaneFix x86/x86_64 calling convention for _ExtInt
2020-04-29 Martin Storsjö[lldb] Remove a redundant semicolon, fixing GCC warning...
2020-04-29 Martin Storsjö[clang] [MinGW] Add the compiler rt libdirs to the...
2020-04-29 Martin Storsjö[llvm-objcopy] [COFF] Fix a misconception about debug...
2020-04-29 Martin Storsjö[llvm-readobj] [COFF] Cope with debug directory payload...
2020-04-29 Anh Tuyen Tran[VFDatabase] Scalar functions are vector functions...
2020-04-29 MaheshRavishankar[mlir][StandardToSPIRV] Handle conversion of cmpi opera...
2020-04-29 Davide Italiano[MachineVerifier] Remove an unused function. NFCI.
2020-04-29 Louis Dionne[libc++] NFC: Properly indent nested #ifs in platform_s...
2020-04-29 Jonas Devlieghere[debuginfo-tests] Update Python CMake variable
2020-04-29 Louis Dionne[libc++] Re-disable parts of the failing RU locale...
2020-04-29 Mircea Trofin[llvm][NFC] Removed addressed fixme; formatting.
2020-04-29 Louis Dionne[libc++] Try re-enabling long-disabled locale tests...
2020-04-29 Hiroshi Yamauchi[PGO][PGSO] Prep for enabling non-cold code size opts...
2020-04-29 Simon Pilgrim[x86] Enable bypassing 64-bit division on generic x86-64
2020-04-29 Louis Dionne[libc++] Mark two timed_mutex tests as flaky
2020-04-29 Nico Weber[gn build] (manually) port ad97ccf6b26a
2020-04-29 Victor Campos[AArch64] Remove inexistent system register ERXTS_EL1
2020-04-29 Mircea Trofin[llvm][NFC] Change parameter type to more specific...
next