platform/upstream/llvm.git
2019-10-16 Owen Reynolds[llvm-ar] Make paths case insensitive when on windows
2019-10-16 Simon Tatham[Driver,ARM] Make -mfloat-abi=soft turn off MVE.
2019-10-16 Guillaume Chatelet[Alignment][NFC] Optimize alignTo
2019-10-16 Simon PilgrimRedirectingFileSystem::openFileForRead - replace bitwis...
2019-10-16 Simon PilgrimRealFile - fix self-initialization warning in constructor.
2019-10-16 Piotr Sobczak[InstCombine][AMDGPU] Fix crash with v3i16/v3f16 buffer...
2019-10-16 Sjoerd MeijerRevert "[HardwareLoops] Optimisation remarks"
2019-10-16 Simon PilgrimRewriteModernObjC - silence static analyzer getAs<...
2019-10-16 Mikhail Maltsev[ARM] Add a register class for GPR pairs without SP...
2019-10-16 Simon PilgrimCGDebugInfo - silence static analyzer dyn_cast<> null...
2019-10-16 Simon PilgrimCGExprConstant - silence static analyzer getAs<> null...
2019-10-16 Simon PilgrimCGBuiltin - silence static analyzer getAs<> null derefe...
2019-10-16 Simon PilgrimSimpleLoopUnswitch - fix uninitialized variable and...
2019-10-16 Nico WeberRevert 374967 "[Concepts] ConceptSpecializationExprs...
2019-10-16 Piotr Sobczak[AMDGPU] Extend the SI Load/Store optimizer
2019-10-16 GN Sync Botgn build: Merge r374982
2019-10-16 Utkarsh Saxena[clangd] Add RemoveUsingNamespace tweak.
2019-10-16 Sam Parker[ARM][ParallelDSP] Change smlad insertion order
2019-10-16 Sjoerd Meijer[HardwareLoops] Optimisation remarks
2019-10-16 Orlando Cazalet... [NFC] Replace a linked list in LiveDebugVariables pass...
2019-10-16 Dan Liew[CMake] Disable building all Darwin libraries (except...
2019-10-16 Craig Topper[LegalizeTypes] Don't use PromoteTargetBoolean in Widen...
2019-10-16 Saar RazFix failing mangle-concept.cpp test.
2019-10-16 Craig Topper[LegalizeTypes] Don't call PromoteTargetBoolean from...
2019-10-16 Ryan Prichard[libunwind][Android] Improve workaround for PIE zero...
2019-10-16 Saar Raz[Concepts] ConceptSpecializationExprs mangling
2019-10-16 Julian LettnerRevert "[ASan] Refine diagnoses messages"
2019-10-16 Lawrence D... update ScriptInterpreterPython to use File, not FILE*
2019-10-16 Aditya KumarCodeExtractor: NFC: Use Range based loop
2019-10-16 Yitzhak Mandelbaum[libTooling] Put all Transformer declarations in a...
2019-10-16 David L. JonesFix an unused variable introduced in rL374955 / rG21703543.
2019-10-16 Julian Lettner[ASan] Refine diagnoses messages
2019-10-15 Jonas Devlieghere[dsymutil] Support and relocate base address selection...
2019-10-15 Jonas Devlieghere[Reland][VirtualFileSystem] Support virtual working...
2019-10-15 Richard SmithPR43674: fix incorrect constant evaluation of 'switch...
2019-10-15 Haibo Huang[lldb] Creates _liblldb symlink from cmake
2019-10-15 Richard SmithRemove unnecessary and inappropriate forward-declaratio...
2019-10-15 Lang Hames[Orc] Add a method for ObjectLinkingLayer to return...
2019-10-15 DeForest Richards[Docs] Updates sidebar links and sets max-width propert...
2019-10-15 Lang Hames[JITLink] Switch to slab allocation for InProcessMemory...
2019-10-15 Julian Lettner[lit] Add back LitTestCase
2019-10-15 Digger Lin[XCOFF]implement parsing relocation information for...
2019-10-15 Alexander Shaposhnikov[llvm-lipo] Add missing cast
2019-10-15 Austin KerbowAMDGPU: Fix infinite searches in SIFixSGPRCopies
2019-10-15 Alexey Bataev[OPENMP]Fix comments/params, NFC.
2019-10-15 Alexey Bataev[OPENMP]Allow final clause in combined task-based direc...
2019-10-15 Digger Lin[llvm-readobj][xcoff] implement parsing overflow sectio...
2019-10-15 Thomas Lively[WebAssembly] Elide data segments for .bss sections
2019-10-15 Saar Raz[Concept] Associated Constraints Infrastructure
2019-10-15 Sergey Dmitriev[Clang][OpenMP Offload] Move offload registration code...
2019-10-15 Reid KlecknerFix as-w-option.c on Windows where no assembler exists
2019-10-15 Jonas DevlieghereRevert "[VirtualFileSystem] Support virtual working...
2019-10-15 Dmitry MikulinAdded support for "#pragma clang section relro=<name>"
2019-10-15 Thomas Lively[WebAssembly] Allow multivalue types in block signature...
2019-10-15 Jian Cai[clang] refactor -Wa,-W test cases.
2019-10-15 Jordan Rupprecht[llvm-objdump] Use a counter for llvm-objdump -h instea...
2019-10-15 Jonas Devlieghere[test] Update YAML mapping in VirtualFileSystemTest
2019-10-15 Jan KorousFix Driver/working-directory.c test
2019-10-15 Simon Pilgrim[X86] combineX86ShufflesRecursively - split the getTarg...
2019-10-15 Vedant Kumar[llvm-profdata] Reinstate tools/llvm-profdata/malformed...
2019-10-15 Jan KorousReland [Driver] Fix -working-directory issues
2019-10-15 Siva Chandra[libc] Do not add unittests if LLVM_INCLUDE_TESTS is...
2019-10-15 Lawrence D... remove FILE* usage from SBStream.i
2019-10-15 Digger Lin[XCOFF] Output object text section header and symbol...
2019-10-15 David Zarzycki[X86] Make memcmp() use PTEST if possible and also...
2019-10-15 Aaron BallmanAdd more information to JSON AST dumping of source...
2019-10-15 Alina Sbirlea[NewGVN] Check that call has an access.
2019-10-15 Jon Chesterfield[libomptarget][nfc] Make interface.h target independent
2019-10-15 Alina Sbirlea[MemorySSA] Update DomTree before applying MSSA updates.
2019-10-15 Jonas Devlieghere[VirtualFileSystem] Support virtual working directory...
2019-10-15 Lawrence D... eliminate virtual methods from PythonDataObjects
2019-10-15 Vedant Kumar[llvm-profdata] Remove tools/llvm-profdata/malformed...
2019-10-15 Digger Lin[AIX][XCOFF] Output XCOFF object text section header...
2019-10-15 James Clarke[lld][WebAssembly] Fix static linking of -fPIC code...
2019-10-15 Lawrence D... convert SBDebugger::***FileHandle() wrappers to native...
2019-10-15 Lawrence D... SBFile::GetFile: convert SBFile back into python native...
2019-10-15 Stanislav Mekhanoshin[AMDGPU] Support mov dpp with 64 bit operands
2019-10-15 Dmitry MikulinCFI: wrong type passed to llvm.type.test with multiple...
2019-10-15 Stanislav Mekhanoshin[AMDGPU] Allow DPP combiner to work with REG_SEQUENCE
2019-10-15 Saar Raz[Concepts] Remove unused and illegal Sema includes...
2019-10-15 Adrian PrantlIncrease gdbremote_testcase timeouts when running under...
2019-10-15 Adrian PrantlSkip PExpect tests under ASAN, I can't get them to...
2019-10-15 GN Sync Botgn build: Merge r374903
2019-10-15 Saar Raz[Concepts] Concept Specialization Expressions
2019-10-15 Sanjay Patel[DAGCombiner] fold select-of-constants based on sign...
2019-10-15 Kadir Cetinkaya[clangd][NFC] Update comments to use triple-slashes
2019-10-15 GN Sync Botgn build: Merge r374899
2019-10-15 Nico WeberRevert 374882 "[Concepts] Concept Specialization Expres...
2019-10-15 Digger Linrevert git test commit
2019-10-15 Digger Lina test commit access
2019-10-15 Bruno Cardoso... Reapply: [Modules][PCH] Hash input files content
2019-10-15 Benjamin Kramer[AsmPrinter] Fix unused variable warning in Release...
2019-10-15 Benjamin Kramer[AST] Remove unused Sema includes to fix a cyclic depen...
2019-10-15 Kadir Cetinkaya[clangd] Propagate main context into ClangdServer
2019-10-15 Sid Manning[lld] Check for branch range overflows.
2019-10-15 Guillaume Chatelet[Alignment][NFC] Value::getPointerAlignment returns...
2019-10-15 Aleksandr Urakov[Windows][NFC] Fix tests after r374528.
2019-10-15 Sam Parker[ARM][MVE] validForTailPredication insts
2019-10-15 Sanjay Patel[InstCombine] fold a shifted bool zext to a select...
2019-10-15 Michal Gorny[clang-tools-extra] Fix overzealous linking of dylib...
next