platform/upstream/llvm.git
2019-07-28 Raphael Isemann[lldb] Also include the array definition in CommandOpti...
2019-07-28 Hideto Ueno[IR] Fix getPointerAlignment for CallBase
2019-07-28 Hideto Ueno[FunctionAttrs] Annotate "willreturn" for intrinsics
2019-07-28 Eric FiselierFix PR35637: suboptimal codegen for `vector<unsigned...
2019-07-27 Bjorn Pettersson[Driver] Additional fixup of NOWARN test case from...
2019-07-27 Simon Pilgrim[DAGCombine] narrowInsertExtractVectorBinOp - early...
2019-07-27 Joerg SonnenbergerStricter check for the memory access.
2019-07-27 Simon PilgrimRegenerate UXTB tests
2019-07-27 Bjorn Pettersson[clangd] Fix NDEBUG build problem introduced by rL366698
2019-07-27 Bjorn Pettersson[Driver] Fix "unannotated fall-through between switch...
2019-07-27 Nico WeberAttempt to make test in r367165 more robust.
2019-07-27 Simon Pilgrim[AMDGPU] Regenerate tests.
2019-07-27 Simon Pilgrim[TargetLowering] SimplifyMultipleUseDemandedBits -...
2019-07-27 Sanjay Patel[InstSimplify] remove quadratic time looping (PR42771)
2019-07-27 Simon Pilgrim[X86][SSE] Replace PMULDQ GetDemandedBits combine with...
2019-07-27 Simon Pilgrim[SelectionDAG] Check for any recursion depth greater...
2019-07-27 Alexander Richardson[compiler-rt] Fix running tests on macOS when XCode...
2019-07-27 Simon Pilgrim[TargetLowering] Add depth limit to SimplifyMultipleUse...
2019-07-27 Simon Atanasyan[mips] Add (dis)assembler tests for beqzl and bnezl...
2019-07-27 Nico Weberclang-format: Support `if CONSTEXPR` if CONSTEXPR is...
2019-07-27 Petr HosekRevert "[ARM] Set default alignment to 64bits"
2019-07-27 Nico Weberdriver: Don't warn about assembler flags being unused...
2019-07-26 Amara Emerson[AArch64][GlobalISel] Implement narrowing of G_SEXT.
2019-07-26 Jessica Paquette[AArch64][GlobalISel] Select @llvm.aarch64.stlxr for...
2019-07-26 Francis Visoiu... [Remarks] Silence Wreturn-type warning
2019-07-26 Francis Visoiu... [Remarks] Update unit test to use StringRef::lower
2019-07-26 Florian HahnRevert [IPSCCP] Add assertion to surface cases where...
2019-07-26 Reid KlecknerFix remarks unit test on Windows
2019-07-26 Leonard Chan[NewPM] Run avx*-builtins.c tests under the new pass...
2019-07-26 Sanjay Patel[InstCombine] add tests for fsub with negated operand...
2019-07-26 Francis Visoiu... Reland: [Remarks] Support parsing remark metadata in...
2019-07-26 Wei Mi[JumpThreading] Stop searching predecessor when the...
2019-07-26 Jonas Devlieghere[CMake] Print the correct variables
2019-07-26 Jonas Devlieghere[TableGen] Fix stale include paths
2019-07-26 Francis Visoiu... Revert "[Remarks] Support parsing remark metadata in...
2019-07-26 Sanjay Patel[CodeGen] fix test that broke with rL367146
2019-07-26 Francis Visoiu... [Remarks] Support parsing remark metadata in the YAML...
2019-07-26 Hubert TongPartially revert rC365414; `ln -n` is not portable
2019-07-26 Sanjay Patel[InstCombine] canonicalize negated operand of fdiv
2019-07-26 Sanjay Patel[InstCombine] add tests for fdiv with negated operand...
2019-07-26 Yuanfang Chen[CMake] Allow LLVM_EXTERNAL_<proj>_SOURCE_DIR to be...
2019-07-26 Alina Sbirlea[MemorySSA & LoopPassManager] Analysis can be preserved...
2019-07-26 Bob Haarmanadd 'a' to chmod in llvm-lipo executability tests
2019-07-26 Vlad TsyrklevichRevert "[X86][SSE] Replace PMULDQ GetDemandedBits combi...
2019-07-26 Jonas Devlieghere[TableGen] Move core properties into a separate file...
2019-07-26 Jonas Devlieghere[TableGen] Move target properties into a separate file...
2019-07-26 Jonas Devlieghere[TableGen] Move interpreter properties into a separate...
2019-07-26 Diego Astiazaran[clang-format] Fix style of css file paths
2019-07-26 Bob Haarman[lld-link] diagnose undefined symbols before LTO when...
2019-07-26 Nathan Huckleberry[Sema] Fix -Wuninitialized for struct assignment from...
2019-07-26 Sean Fertile[PowerPC][AIX]Add lowering of MCSymbol MachineOperand.
2019-07-26 Jim InghamDocument that LLDB_LOG macros use the format_providers.
2019-07-26 Michael Liao[AMDGPU] Fix typo.
2019-07-26 Sergey Dmitriev[llvm-objcopy] Add support for --add-section for COFF
2019-07-26 Jonas Devlieghere[CMake] Fix find_python_libs_windows
2019-07-26 Fangrui Song[ELF] Simplify with dyn_cast_or_null. NFC
2019-07-26 Jonas Devlieghere[CMake] Print Python version on Windows
2019-07-26 Cullen Rhodes[AArch64][SVE2] Rename bitperm feature to sve2-bitperm
2019-07-26 Michal Gorny[llvm] [lit/tests] Replace 'env -u' with more portable...
2019-07-26 Michal Gorny[llvm] [FileCheck] Use FILECHECK_DUMP_INPUT_ON_FAILURE...
2019-07-26 Sam McCall[clangd] Support extraction of binary "subexpressions...
2019-07-26 Marshall ClowFix a bug in std::chrono::abs where it would fail when...
2019-07-26 Simi Pallipurath[ARM] Set default alignment to 64bits
2019-07-26 Nico WeberRevert r367091, it caused PR42777.
2019-07-26 Fangrui Song[ELF] Detemplate maybeReportUndefined and copySectionsI...
2019-07-26 Alexey Bataev[OPENMP]Add support for analysis of reduction variables.
2019-07-26 Jonas Devlieghere[CMake] Loosen Python version check and ignore patch...
2019-07-26 Sam Parker[ARM][ParallelDSP] Combine structs
2019-07-26 Shaurya Gupta[Clangd] Disable ExtractVariable for all types of assig...
2019-07-26 Sam McCall[clangd] Fix background index not triggering on windows...
2019-07-26 Sean Fertile[PowerPC] Add getCRSaveOffset to improve readability...
2019-07-26 Raphael Isemann[lldb][NFC] Remove eDiagnosticOriginGo
2019-07-26 Nico Webergn build: Merge r367043
2019-07-26 Nico Webergn build: Merge r366956
2019-07-26 Petar Avramovic[MIPS GlobalISel] Fix check for void return during...
2019-07-26 Pavel LabathDWARF: Improve type safety or range lists parsing
2019-07-26 Carl Ritson[AMDGPU] Move WQM/WWM intrinsic instruction selection...
2019-07-26 Petar Avramovic[MIPS GlobalISel] Select inttoptr and ptrtoint
2019-07-26 Erich KeaneMake the CXXABIs respect the target's default calling...
2019-07-26 Raphael Isemann[lldb] Don't dynamically allocate the posix option...
2019-07-26 Sanjay Patel[InstCombine] remove flop from lerp patterns
2019-07-26 Simon Pilgrim[X86][SSE] Replace PMULDQ GetDemandedBits combine with...
2019-07-26 Sam Parker[NFC][ARM][ParallelDSP] Cleanup isNarrowSequence
2019-07-26 Simon Pilgrim[SelectionDAG] GetDemandedBits - update SIGN_EXTEND_INR...
2019-07-26 Carl Ritson[AMDGPU] Add llvm.amdgcn.softwqm intrinsic
2019-07-26 Simon Pilgrim[TargetLowering] SimplifyMultipleUseDemandedBits -...
2019-07-26 Pavel LabathFix some "control reaches end of non-void function...
2019-07-26 Simon Pilgrim[ARM][ParallelDSP] Regenerate multi-use-loads.ll test...
2019-07-26 Momchil Velikov[AArch64] Define ETE and TRBE system registers
2019-07-26 Simon Pilgrim[SelectionDAG] GetDemandedBits - update OR/XOR ops...
2019-07-26 Simon Pilgrim[TargetLowering] SimplifyMultipleUseDemandedBits -...
2019-07-26 Fangrui SongObjectFileELF: Use llvm::JamCRC to refactor CRC32 compu...
2019-07-26 Sam Parker[ARM][LowOverheadLoops] Add CPSR defs
2019-07-26 Pengfei Wang[WinEH] Allocate space in funclets stack to save XMM...
2019-07-26 Serguei Katkov[Loop Utils] Extend the scope of addStringMetadataToLoop.
2019-07-26 Pavel LabathSymbolVendor: Move Symtab construction into the SymbolFile
2019-07-26 Serguei Katkov[Loop Utils] Move utilty addStringMetadataToLoop to...
2019-07-26 Yi KongFix macOS build after r358716
2019-07-26 Kang ZhangSome case eror for: detected memory leaks
2019-07-26 Matt ArsenaultAMDGPU/GlobalISel: Handle most function return types
next