platform/upstream/llvm.git
2019-09-16 Sanjay Patel[InstCombine] add icmp tests with extra uses; NFC
2019-09-16 Sanjay Patel[InstCombine] fix comments to match code; NFC
2019-09-16 Nico Webergn build: Merge r371976
2019-09-16 Utkarsh SaxenaImplement semantic selections.
2019-09-16 Simon Pilgrim[VPlanSLP] Don't dereference a cast_or_null<VPInstructi...
2019-09-16 Simon Pilgrim[SLPVectorizer] Assert that we find a LastInst to silen...
2019-09-16 Simon Pilgrim[SLPVectorizer] Don't dereference a dyn_cast result...
2019-09-16 Sjoerd MeijerAdded return statement to fix compile and build warning:
2019-09-16 Haojian Wu[clangd] Fix a crash when renaming operator.
2019-09-16 Peter Smith[ELF][ARM] Fix -Werror buildbots NFC.
2019-09-16 Karl-Johan... Change signature of __builtin_rotateright64 back to...
2019-09-16 Haojian WuFix the rst doc, unbreak buildbot.
2019-09-16 Kerry McLaughlin[SVE][Inline-Asm] Add constraints for SVE predicate...
2019-09-16 Nico Webergn build: Merge r371965
2019-09-16 Peter Smith[ELF][ARM] Implement --fix-cortex-a8 to fix erratum...
2019-09-16 Haojian Wu[clang-tidy] performance-inefficient-vector-operation...
2019-09-16 Fangrui Song[test] Add -z separate-code to fix tests that ae sensit...
2019-09-16 Nico Webergn build: Merge r371959
2019-09-16 Sjoerd Meijer[AArch64] Some more FP16 FMA pattern matching
2019-09-16 Jonas Paulsson[SystemZ] Merge the SystemZExpandPseudo pass into...
2019-09-16 Fangrui Song[ELF][X86] Allow PT_LOAD to have overlapping p_offset...
2019-09-16 Fangrui Song[ELF] Map the ELF header at imageBase
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Remove illegal select tests
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Select SMRD loads for more types
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for kill
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Legalize s1 source G_[SU]ITOFP
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Set type on vgpr live in special...
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Select S16->S32 fptoint
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Select s32->s16 G_[US]ITOFP
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Fix VALU s16 fneg
2019-09-15 Stefan Stipanovic[Attributor] Heap-To-Stack Conversion
2019-09-15 Kamil RytarowskiCommit missing part of "Split many_tls_keys.cpp into...
2019-09-15 Sanjay Patel[InstCombine] remove unneeded one-use checks for icmp...
2019-09-15 Sanjay Patel[InstCombine] add icmp tests with extra uses; NFC
2019-09-15 Jinsong Ji[PowerPC][NFC] Add a testcase for fdiv expansion.
2019-09-15 Simon Pilgrim[GlobalISel] findGISelOptimalMemOpLowering - remove...
2019-09-15 Simon Pilgrim[LoadStoreVectorizer] vectorizeLoadChain - ensure we...
2019-09-15 Simon PilgrimInterleavedLoadCombine - merge isa<> and dyn_cast<...
2019-09-15 Simon Pilgrim[OpenMP] Fix OMPClauseReader::readClause() uninitialize...
2019-09-15 Simon Pilgrim[DebugInfo] Don't dereference a dyn_cast<PDBSymbolData...
2019-09-15 David Green[ARM] Masked loads and stores
2019-09-15 Sanjay Patel[SLP] limit vectorization of Constant subclasses (PR33958)
2019-09-15 David Green[ARM] Simplify and update vmla test. NFC
2019-09-15 James Molloy[CodeEmitter] Improve testing for APInt encoding
2019-09-15 James Molloy[CodeEmitter] Support instruction widths > 64 bits
2019-09-14 Nico Weberlld-link: Make Options.td formatting more self-consistent.
2019-09-14 Nico Webercompiler-rt/builtins: Make check-builtins run tests...
2019-09-14 Eric FiselierAdd debug check for null pointers passed to <string_view>
2019-09-14 David Bolvansky[Diagnostics] Added silence note for -Wsizeof-array...
2019-09-14 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - add EXTRACT_SUB...
2019-09-14 Jan Kratochvil[lldb] Code cleanup: FormattersContainer.h: Use range...
2019-09-14 Roman Lebedev[InstSimplify] simplifyUnsignedRangeCheck(): handle...
2019-09-14 Fangrui Song[clang-scan-deps] Add -M to work around -MT issue after...
2019-09-14 Fangrui Song[Driver] Fix multiple bugs related to dependency file...
2019-09-14 Fangrui Song[Driver] Improve Clang::getDependencyFileName and its...
2019-09-14 Mingjie Xing[ScheduleDAGMILive] Fix typo in comment.
2019-09-14 Johannes Doerfert[Attributor][Fix] Use right type to replace expressions
2019-09-14 Fangrui Song[llvm-objcopy] Ignore -B --binary-architecture=
2019-09-14 Fangrui Song[llvm-objcopy] Default --output-target to --input-targe...
2019-09-14 Fangrui Song[llvm-ar] Uncapitalize error messages and delete full...
2019-09-14 Michael Pozulp[llvm-objcopy] Add support for response files in llvm...
2019-09-14 David BlaikieBugpoint: Remove some unnecessary c_str conversions...
2019-09-13 Jonas Devlieghere[Reproducer] Add reproducer dump command.
2019-09-13 Jonas Devlieghere[Reproducer] Move GDB Remote Packet into Utility. ...
2019-09-13 Thomas Lively[WebAssembly] Narrowing and widening SIMD ops
2019-09-13 Jonas Devlieghere[test] Update TestAPILog to pass on Windows.
2019-09-13 Douglas YungMake test check position independent as they sometimes...
2019-09-13 Alex Lorenz[clang-scan-deps] Fix for headers having the same name...
2019-09-13 Tim Shen[LLDB] Add missing breaks for switch statement
2019-09-13 Amara Emerson[GlobalISel] Fix insertion point of new instructions...
2019-09-13 Steven Wu[NFC][libLTO] Rearrange declaration in lto.h
2019-09-13 Jonas Devlieghere[test] Print the log output on failure.
2019-09-13 Sanjoy DasAdd dependency from Orc to Passes
2019-09-13 Tim ShenFix test to use %t for newly created files.
2019-09-13 Francis Visoiu... [llvm-opt-report] Improve error handling
2019-09-13 Eric FiselierFix C++03 build failures due to >>
2019-09-13 Jessica Paquette[AArch64][GlobalISel] Tail call memory intrinsics
2019-09-13 Alexey Bataev[OPENMP5.0]Add basic support for declare variant directive.
2019-09-13 Jan Korous[Support] Add overload writeFileAtomically(std::functio...
2019-09-13 DeForest Richards[Docs] Bug fix for reference to nonexistent document
2019-09-13 Kevin P. Neal[FPEnv] Document that constrained FP intrinsics cannot...
2019-09-13 Sebastian Pop[aarch64] move custom isel of extract_vector_elt to...
2019-09-13 Eric FiselierMark [[nodiscard]] test as unsupported with GCC 5
2019-09-13 Jonas Devlieghere[Reproducer] Include the this pointer in the API log.
2019-09-13 Eric FiselierFix pretty printer test with GCC
2019-09-13 Tim NorthoverAArch64: fix EXPENSIVE_CHECKS for arm64_32.
2019-09-13 Adrian McCarthyFix error in ProcessLauncherWindows.cpp
2019-09-13 Eric FiselierUpdate XFAIL list for new GCC versions
2019-09-13 Eric FiselierFix various test failures with GCC
2019-09-13 Sanjay Patel[SLP] add test for vectorization of constant expression...
2019-09-13 Manoj GuptaReland r371785: Add -Wpoison-system-directories warning
2019-09-13 Roman Lebedev[NFC][InstSimplify] Add some more tests for D67498...
2019-09-13 Erich KeaneFix build error in 371875
2019-09-13 Erich Keane[NFCI]Create CommonAttributeInfo Type as base type...
2019-09-13 Eric FiselierFix failing negative compilation test for some versions...
2019-09-13 Alexander TimofeevRevert for: [AMDGPU]: PHI Elimination hooks added for...
2019-09-13 Dan LiewFix bug in `darwin_test_archs()` when the cache variabl...
2019-09-13 Dan Liew[CMake] Separate the detection Darwin platforms archite...
2019-09-13 Francis Visoiu... [Remarks][NFC] Forward declare ParsedStringTable
2019-09-13 Francis Visoiu... [Remarks][NFC] Use StringLiteral for magic numbers
next