platform/upstream/llvm.git
2019-01-10 Thomas Lively[WebAssembly] Add unimplemented-simd128 subtarget feature
2019-01-10 Sterling AugustineProperly support -shared-libgcc.
2019-01-10 Martin Storsjo[llvm-objcopy] [COFF] Fix a test matching pathnames...
2019-01-10 Martin Storsjo[llvm-objcopy] [COFF] Fix warnings abuilt missing field...
2019-01-10 Peter Collingbournegn build: Use "git rev-parse --git-dir" to discover...
2019-01-10 Gerolf Hoflehner[MachineCombiner][NFC] Prevent dereferencing past-the...
2019-01-10 Alina Sbirlea[MemorySSA] Disable checkClobberSanity for SkipSelfWalker.
2019-01-10 Nico Webergn build: Merge r350893
2019-01-10 Martin Storsjo[llvm-objcopy] [COFF] Add support for removing symbols
2019-01-10 Aaron BallmanUpdate clang-tools-extra for r350891 from Clang.
2019-01-10 Aaron BallmanCorrect the source range returned from preprocessor...
2019-01-10 Stephen KellyNFC: Change case of identifiers
2019-01-10 Zachary TurnerChange SymbolFile::ParseTypes to ParseTypesForCompileUnit.
2019-01-10 Zachary Turner[NativePDB] Add support for parsing typedef records.
2019-01-10 Akira Hatanaka[Sema] Call CheckPlaceholderExpr to resolve typeof...
2019-01-10 Sanjoy DasAvoid use-after-free in ~LegacyRTDyldObjectLinkingLayer
2019-01-10 Yaxun Liu[HIP] Use nul instead of /dev/null when running on...
2019-01-10 Louis Dionne[libcxx] Reorganize tests since the application of...
2019-01-10 Julian Lettner[TSan] Remove ignore_interceptors_accesses flag
2019-01-10 Michal Gorny[sanitizer_common] Define __sanitizer_FILE on NetBSD
2019-01-10 Michal Gorny[sanitizer_common] Remove support for tirpc/rpc/xdr.h
2019-01-10 Matt Davis[GVN] Update BlockRPONumber prior to use.
2019-01-10 Alina SbirleaUse MemorySSA in LICM to do sinking and hoisting.
2019-01-10 Nick Desaulniersfixup: sphinx warning
2019-01-10 Nick Desaulniers[SemaCXX] add -Woverride-init alias to -Winitializer...
2019-01-10 Adrian Prantllldbtest.py: try to fix a runtime exception
2019-01-10 Craig Topper[X86] Call SimplifyDemandedBits on conditions of X86ISD...
2019-01-10 Nicolas LesserFix false positive unsequenced access and modification...
2019-01-10 Craig Topper[X86] Simplify the BRCOND handling for FCMP_UNE.
2019-01-10 JF BastienFilesystem tests: fix fs.op.relative
2019-01-10 Francis Visoiu... [llvm-objdump][MachO] Fix test to work on Windows
2019-01-10 George Karpenkov[analyzer] [hotfix] Fix the tests
2019-01-10 George Karpenkov[analyzer] Update the category name for RetainCountChec...
2019-01-10 George Karpenkov[analyzer] [NFC] [RetainCountChecker] Remove dead unuse...
2019-01-10 George Karpenkov[analyzer] Quote the type of the leaked/problematic...
2019-01-10 George Karpenkov[analyzer] [NFC] Reverse the argument order for "diff...
2019-01-10 George Karpenkov[analyzer] [NFC] Reduce redundancy in RetainSummaryMana...
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] [NFC] Remove SummaryLog
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] [NFC] Another minor...
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] [NFC] Refactor the...
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] Remove redundant enum...
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] Remove obsolete "MakeCo...
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] [NFC] Remove redundant...
2019-01-10 George Karpenkov[analyzer] [NFC] Track object type with ArgEffect in...
2019-01-10 George Karpenkov[analyzer] [NFC] Move ObjKind into a separate top-level...
2019-01-10 Erik PilkingtonSplit -Wdelete-non-virtual-dtor into two groups
2019-01-10 Rui UeyamaRemove an external test file. NFC.
2019-01-10 Dan Liew[lit] Make it possible for the lit test suite to pass...
2019-01-10 Rui UeyamaTrapInstr must be 4 bytes long. Currently we write...
2019-01-10 Rafael Stahl[analyzer][CrossTU][NFC] Generalize to external definit...
2019-01-10 Francis Visoiu... [llvm-objdump][MachO] Fix error reporting after r350848...
2019-01-10 Dan Liew[FileCheck] Don't propagate `FILECHECK_DUMP_INPUT_ON_FA...
2019-01-10 Francis Visoiu... [llvm-objdump][MachO] Use the -dsym file name when...
2019-01-10 Francis Visoiu... [llvm-objdump][MachO] Correctly handle the llvm::Error...
2019-01-10 Kadir Cetinkaya[clangd] Introduce loading of shards within auto-index
2019-01-10 Sanjay Patel[Docs] fix typo, adjust text order
2019-01-10 Sanjay Patel[Docs] add note to avoid 'errno' for better vectorizati...
2019-01-10 Sanjay Patel[DAGCombiner] simplify code; NFC
2019-01-10 James Y KnightRepair compilation of llvm-stress after r350835.
2019-01-10 George Rimar[LLD][ELF] - Fix tests after r350840.
2019-01-10 Nirav Dave[SelectionDAGBuilder] Refactor GetRegistersForValue...
2019-01-10 George Rimar[llvm-objdump] - Do not include reserved undefined...
2019-01-10 Nirav Dave[SelectionDAGBuilder] Fix formatting. NFC.
2019-01-10 Neil Henning[AMDGPU] Fix dwordx3/southern-islands failures.
2019-01-10 Nirav Dave[SelectionDAGBuilder] Refactor visitInlineAsm. NFC.
2019-01-10 Peter Smith[ELF] Fix ARM and Thumb V7PILongThunk overflow behavior.
2019-01-10 James Y Knight[opaque pointer types] Remove some calls to generic...
2019-01-10 Pavel LabathFix compilation error on 32-bit architectures introduce...
2019-01-10 George Rimar[LLD][ELF] - A follow up for r350819 ("Support MSP430...
2019-01-10 Dmitry Venikov[llvm-symbolizer] Add -p as alias to -pretty-print
2019-01-10 Alex Bradbury[RISCV][MC] Add support for evaluating constant symbols...
2019-01-10 Sanjay Patel[x86] fix remaining miscompile bug in horizontal binop...
2019-01-10 Nico Webergn build: Merge r350819
2019-01-10 Sean FertileModify InputSectionBase::getLocation to add section...
2019-01-10 Sean Fertile[PPC64] Fix RelType in checkInt and checkAlignment...
2019-01-10 Sanjay Patel[x86] fix horizontal binop matching for 256-bit vectors...
2019-01-10 Bryan Chan[AArch64] Fix operation actions for FP16 vector intrinsics
2019-01-10 George Rimar[LLD][ELF] - Fix the test cases after r350823.
2019-01-10 George Rimar[llvm-objdump] - Implement -z/--disassemble-zeroes.
2019-01-10 Simon Pilgrim[X86] Add SSE41 vector abs tests
2019-01-10 James Henderson[llvm-symbolizer] Add support for specifying addresses...
2019-01-10 Andrea Di Biagio[MCA] Fix wrong definition of ResourceUnitMask in Defau...
2019-01-10 George Rimar[LLD][ELF] - Support MSP430.
2019-01-10 Amy Kwan[compiler-rt][builtins][PowerPC] Implemented __floattit...
2019-01-10 Aaron BallmanCorrect the spelling of helpURI to helpUri.
2019-01-10 Amy Kwan[compiler-rt][builtins][PowerPC] Implemented __fixunstf...
2019-01-10 Jonas Toth[clang-tidy] Fix case of local variables in modernize...
2019-01-10 Louis Dionne[pstl] Fix compile errors when PARALLEL_POLICIES is...
2019-01-10 Louis Dionne[pstl] Fix CMake configuration when parallel policies...
2019-01-10 Sam Parker[ARM] Fix for verifier buildbot
2019-01-10 Pavel LabathRevert "Add a verbose mode to "image dump line-table...
2019-01-10 Pavel LabathPECOFF: Fix section name computation
2019-01-10 Fedor Sergeev[LoopUnroll] add parsing for unroll parameters in ...
2019-01-10 Bjorn PetterssonFix RUN line in test/Transforms/LoopDeletion/crashbc.ll
2019-01-10 Diana Picus[asan] Mark tests as UNSUPPORTED on arm
2019-01-10 Ivan Donchevskii[libclang] Fix clang_Cursor_isAnonymous
2019-01-10 Pavel LabathImplement ObjectFileELF::GetBaseAddress
2019-01-10 Haojian Wu[clangd] Don't store completion info if the symbol...
2019-01-10 Pavel LabathAdd a verbose mode to "image dump line-table" and use...
2019-01-10 Sam Parker[ARM] Size reduce teq to eors
next