platform/upstream/llvm.git
2020-01-07 Craig Topper[X86] Improve lowering of v2i64 sign bit tests on pre...
2020-01-07 LLVM GN Syncbot[gn build] Port 1d94fb21118
2020-01-07 Daniel Sanders[gicombiner] Add GIMatchTree and use it for the code...
2020-01-07 Alexandre GaneaFix issues reported by -Wrange-loop-analysis when build...
2020-01-07 Alexey Bataev[OPENMP]Allow using of members in standalone declaratio...
2020-01-07 Nathan Ridge[clangd] Heuristically resolve dependent call through...
2020-01-07 Nathan Ridge[clangd] Assert that the testcases in LocateSymbol...
2020-01-07 Pavel Labath[lldb] Initialize some bitfields in FuncUnwinders.cpp
2020-01-07 Simon Pilgrim[ARM] Regenerate bfi.ll test cases
2020-01-07 Simon Pilgrim[X86] Pull out repeated SrcVT.getVectorNumElements...
2020-01-07 Gabor Horvath[analyzer] Update help text to reflect sarif support
2020-01-07 Gabor Horvath[LifetimeAnalysis] Do not forbid void deref type in...
2020-01-07 diggerlin[AIX][XCOFF]Implement mergeable const
2020-01-07 Yaxun (Sam... [HIP] Add option --gpu-max-threads-per-block=n
2020-01-07 Sjoerd Meijer[ARM][MVE] Renamed VPT Block tests and files to somethi...
2020-01-07 Matt ArsenaultAMDGPU/GlobalISel: Fix readfirstlane pattern import
2020-01-07 Med Ismail... Remove extraneous spaces
2020-01-07 Sanjay Patel[InstCombine] try to pull 'not' of select into compare...
2020-01-07 Matt ArsenaultAMDGPU/GlobalISel: Fix import of s_abs_i32 pattern
2020-01-07 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.wqm.vote
2020-01-07 Tim NorthoverOpaquePtr: print byval types containing anonymous types...
2020-01-07 Matt Arsenaultllc: Change behavior of -mcpu with existing attribute
2020-01-07 Matt ArsenaultAMDGPU/GlobalISel: Partially fix llvm.amdgcn.kill patte...
2020-01-07 Hans Wennborg[docs] NFC: Fix typos in documents
2020-01-07 Sam Parker[TypePromotion] Use SetVectors instead of PtrSets
2020-01-07 Sanjay Patel[DAGCombiner] reduce shuffle of concat of same vector
2020-01-07 Alexey Bataev[OPENMP]Do not diagnose references to non-integral...
2020-01-07 Kadir Cetinkaya[clangd] Introduce bulletlists
2020-01-07 Sjoerd Meijer[ARM][MVE] VPT Blocks: findVCMPToFoldIntoVPS
2020-01-07 Simon Pilgrim[X86] Standardize shuffle match/lowering function names...
2020-01-07 Simon PilgrimFix "pointer is null" static analyzer warning. NFCI.
2020-01-07 Victor Campos[ARM] Improve codegen of volatile load/store of i64
2020-01-07 Simon PilgrimFix "use of uninitialized variable" static analyzer...
2020-01-07 Raphael Isemann[lldb][NFC] Use static_cast instead of reinterpret_cast...
2020-01-07 Ulrich Weigand[SystemZ] Extend fp-strict-alias test case
2020-01-07 LLVM GN Syncbot[gn build] Port c69ae835d0e
2020-01-07 Sam McCall[clangd] Add path mappings functionality
2020-01-07 Luís Marques[RISCV][Docs] Add RISC-V asm template argument modifiers
2020-01-07 Simon PilgrimFix Wdocumentation warnings. NFCI.
2020-01-07 Simon PilgrimFix "use of uninitialized variable" static analyzer...
2020-01-07 Simon PilgrimFix "use of uninitialized variable" static analyzer...
2020-01-07 James Henderson[DebugInfo] Fix infinite loop caused by reading past...
2020-01-07 Peter Smith[LLD][ELF][AArch64] Do not use thunk for undefined...
2020-01-07 Raphael Isemann[lldb][NFC] Take a llvm::Triple in ClangASTContext...
2020-01-07 Jim Lin[NFC] Use isX86() instead of getArch()
2020-01-07 Ulrich Weigand[SystemZ] Fix python failure in test case
2020-01-07 Ehud Katz[APFloat] Fix out of scope usage of a pointer to local...
2020-01-07 serge-sans... Fix compiler extension example cmake integration
2020-01-07 Raphael Isemann[lldb] Fix LLDB build after API change to printInst...
2020-01-07 Ehud Katz[APFloat] Fix fusedMultiplyAdd when `this` equals to...
2020-01-07 Siva Chandra... [libc] Move implementations of strcat and strcpy to...
2020-01-07 Kazuaki Ishizaki[OpenMP] NFC: Fix trivial typos in comments
2020-01-07 Siva Chandra... [libc] Add __attribute__((always_inline)) to x86_64...
2020-01-07 Juneyoung LeeLet PassBuilder Expose PassInstrumentationCallbacks
2020-01-07 Fangrui Song[MC] Add parameter `Address` to MCInstrPrinter::printIn...
2020-01-07 Fangrui Song[MC] Add parameter `Address` to MCInstPrinter::printInst
2020-01-07 Matt ArsenaultAMDGPU/GlobalISel: Fix unused variable warning in release
2020-01-07 Nicolas Vasilache[mlir][Linalg] Add a linalg.reshape op
2020-01-07 QingShan Zhang[NFC][Test] Add a test to verify the DAGCombine of fma
2020-01-07 Matt ArsenaultAMDGPU: Add run line to int_to_fp tests
2020-01-07 Matt ArsenaultAMDGPU: Select llvm.amdgcn.interp.p2.f16 directly
2020-01-07 Richard SmithAlways deduce the lengths of contained parameter packs...
2020-01-07 Matt ArsenaultAMDGPU: Use default operands for clamp/omod
2020-01-07 Heejin Ahn[WebAssembly] Fix landingpad-only case in Emscripten EH
2020-01-07 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_READCYCLECOUNTER
2020-01-07 Akira Hatanaka[CodeGen][ObjC] Push the properties of a protocol befor...
2020-01-07 Evgenii Stepanov[msan] Fix underflow in qsort interceptor.
2020-01-06 Mark de Wever[NFC] Fixes -Wrange-loop-analysis warnings
2020-01-06 Fangrui SongAdd Triple::isX86()
2020-01-06 Akira HatanakaUse FileCheck instead of grep
2020-01-06 Matt ArsenaultAMDGPU/GlobalISel: Select G_UADDE/G_USUBE
2020-01-06 Matt ArsenaultAMDGPU/GlobalISel: Replace handling of boolean values
2020-01-06 Matt ArsenaultTableGen/GlobalISel: Handle default operands that are...
2020-01-06 Matt ArsenaultGlobalISel: Implement lower for G_INTRINSIC_ROUND
2020-01-06 Jason MolendaChange the patterns to include the prefix '= ' so we...
2020-01-06 Philip Reames[X86] Move an enum definition into a header to simplify...
2020-01-06 Evgenii Stepanov[msan] Check qsort input.
2020-01-06 Davide Italiano[NSArray] Remove a very old and deprecated formatter.
2020-01-06 Petr Hosek[CMake] Pass symlink dependency to add_llvm_install_tar...
2020-01-06 Bill WendlingDon't rely on 'l'(ell) modifiers to indicate a label...
2020-01-06 Thomas Preud... [FileCheck] Remove FileCheck prefix in API
2020-01-06 Jinsong Ji[PowerPC][NFC] Rename record instructions to use _rec...
2020-01-06 Tyker[Diagnostic] make Wmisleading-indendation not warn...
2020-01-06 Matt ArsenaultGlobalISel: Fix unsupported legalize action
2020-01-06 Matt ArsenaultGlobalISel: Correct result type for G_FCMP in lowerFPTOUI
2020-01-06 Matt ArsenaultGlobalISel: Start adding computeNumSignBits to GISelKno...
2020-01-06 Matt ArsenaultAMDGPU: Fix legalizing f16 fpow
2020-01-06 Matt ArsenaultAMDGPU: Use ImmLeaf
2020-01-06 Matt ArsenaultAMDGPU: Use ImmLeaf for inline immediate predicates
2020-01-06 Matt Arsenaultllc/MIR: Fix setFunctionAttributes for MIR functions
2020-01-06 Craig Topper[X86] Improve v4i32->v4f64 uint_to_fp for AVX1/AVX2...
2020-01-06 Jonas Devlieghere[lldb/Docs] Describe optional dependencies on build...
2020-01-06 Craig Topper[LegalizeTypes] Add widening support for STRICT_FSETCC...
2020-01-06 Craig Topper[X86] Rename vec-strict-*-cmp.ll to vec-strict-cmp...
2020-01-06 Alexey Bataev[OPENMP50]Support lastprivate conditional updates in...
2020-01-06 stevewan [NFC] Test commit, revert whitespace change
2020-01-06 stevewan[NFC] Test commit, whitespace change
2020-01-06 Sanjay Patel[x86] add tests for concat self + shuffle; NFC
2020-01-06 Kelvin Li[OpenMP] Fix incorrect property of __has_attribute...
2020-01-06 Evgenii StepanovLower TAGPstack with negative offset to SUBG.
next