platform/upstream/llvm.git
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.
2020-01-06 Amara Emerson[X86] Fix an 8 bit testb being selected when folding...
2020-01-06 Jinsong Ji[PowerPC][LoopVectorize] Extend getRegisterClassForType...
2020-01-06 Kazuaki Ishizaki[lld] Fix trivial typos in comments
2020-01-06 Siva Chandra... [libc] Move all tests to a top level `test` directory.
2020-01-06 Jonas Devlieghere[lldb/Docs] Fix capitalization typo.
2020-01-06 Jonas Devlieghere[lldb/CMake] Only set PYTHON_HOME on Windows
2020-01-06 Fangrui Song[CMake] Add $ORIGIN/../../../../lib to rpath if BUILD_S...
2020-01-06 Nico WeberMake check-llvm run 50% faster on macOS, 18% faster...
2020-01-06 Jonas Devlieghere[lldb/Test] Move @skipIfAsan from test class to test...
2020-01-06 Fangrui Song[llvm-readelf] Print EI_ABIVERSION as decimal instead...
2020-01-06 LLVM GN Syncbot[gn build] Port 350da402ef6
2020-01-06 Tamás Zolnai[clang-tidy] new check: bugprone-signed-char-misuse
2020-01-06 Jonas Devlieghere[lldb/Test] Temporarily skip TestFoundationDisassembly...
2020-01-06 Jonas Devlieghere[lldb/CMake] Autodetect Python dependency
2020-01-06 diggerlin[AIX] Use csect reference for function address constants
2020-01-06 Guillaume Chatelet[llvm-libc] Fix missing virtual destructor
2020-01-06 David Green[ARM] Use the correct opcodes for Thumb2 segmented...
2020-01-06 David Green[ARM] Use correct TRAP opcode for thumb in FastISel
2020-01-06 diggerlin[AIX] Use csect reference for function address constants
2020-01-06 Mark de WeverAdds -Wrange-loop-analysis to -Wall
2020-01-06 Mark de Wever[NFC] Fixes -Wrange-loop-analysis warnings
2020-01-06 Simon Pilgrim[AMDGPU] Fix "use of uninitialized variable" static...
2020-01-06 Simon PilgrimFix "use of uninitialized variable" static analyzer...
2020-01-06 Simon PilgrimFix "use of uninitialized variable" static analyzer...
2020-01-06 Simon Tatham[ARM,MVE] Fix many signedness errors in MVE intrinsics.
2020-01-06 Simon Tatham[ARM,MVE] Support -ve offsets in gather-load intrinsics.
2020-01-06 Simon Tatham[ARM,MVE] Generate the right instruction for vmaxnmq_m_f16.
2020-01-06 Matt ArsenaultAMDGPU/GlobalISel: Select scalar v2s16 G_BUILD_VECTOR
2020-01-06 Michał Górny[lldb] [Process/NetBSD] Remove unused orig_*ax use
2020-01-06 Matt ArsenaultAMDGPU/GlobalISel: Select more G_EXTRACTs correctly
2020-01-06 Nicolas Vasilache[mlir][Linalg] Reimplement and extend getStridesAndOffset
2020-01-06 Mitchell Balan[clang-format] fix conflict between FormatStyle::BWACS_...
2020-01-06 Simon Pilgrim[X86] Add extra PR43971 test case mentioned in D70267
2020-01-06 Simon Pilgrim[CostModel][X86] Add missing scalar i64->f32 uitofp...
next