platform/upstream/llvm.git
2019-10-07 David Bolvansky[Diagnostics] Emit better -Wbool-operation's warning...
2019-10-07 Johannes Doerfert[Attributor][FIX] Remove assertion wrong for on invalid...
2019-10-07 Zoe Carver [libc++] Remove C++03 variadics in shared_ptr (v2)
2019-10-07 Davide Italiano[CMake] We only want to copy the headers for macOS.
2019-10-07 Cameron McInally[llvm-c] Add UnaryOperator to LLVM_FOR_EACH_VALUE_SUBCL...
2019-10-07 Adrian PrantlMark constructor as default and remove implementation...
2019-10-07 Heejin Ahn[WebAssembly] Add memory intrinsics handling to mayThrow()
2019-10-07 Alexander Shaposhnikov[llvm-lipo] Relax the check of the specified input...
2019-10-07 Johannes Doerfert[Attributor] Deduce memory behavior of functions and...
2019-10-07 Roman Lebedev[InstCombine] Fold conditional sign-extend of high...
2019-10-07 Roman Lebedev[InstCombine][NFC] Tests for "conditional sign-extend...
2019-10-07 Roman Lebedev[InstCombine] Move isSignBitCheck(), handle rest of...
2019-10-07 Roman Lebedev[InstCombine][NFC] dropRedundantMaskingOfLeftShiftInput...
2019-10-07 Roman Lebedev[InstCombine] dropRedundantMaskingOfLeftShiftInput...
2019-10-07 Cameron McInally[Bitcode] Update naming of UNOP_NEG to UNOP_FNEG
2019-10-07 Davide Italiano[debugserver] Include the correct header.
2019-10-07 Jonas Devlieghere[AccelTable] Remove stale comment (NFC)
2019-10-07 Jonas Devlieghere[test] Rename `Modules` to `ObjectFile` (NFC)
2019-10-07 Jonas Devlieghere[MachO] Shuffle some things around in ParseSymtab ...
2019-10-07 Walter Erquinigo[gdb-remote] process properly effective uid
2019-10-07 Alexey Bataev[OPENMP]Fix caonical->canonical, NFC.
2019-10-07 Nico WeberAttempt to fix a few clang-tidy tests on Windows, see...
2019-10-07 Amy HuangFix for expanding __pragmas in macro arguments
2019-10-07 Louis Dionne[libc++abi] Introduce a LIBCXXABI_LIBRARY_VERSION option
2019-10-07 Nico Webergn build: try to make system-libs.windows.test pass
2019-10-07 Matt ArsenaultAMDGPU/GlobalISel: Handle more G_INSERT cases
2019-10-07 Matt ArsenaultGlobalISel: Partially implement lower for G_INSERT
2019-10-07 Matt ArsenaultAMDGPU/GlobalISel: Fix selection of 16-bit shifts
2019-10-07 Matt ArsenaultAMDGPU/GlobalISel: Select VALU G_AMDGPU_FFBH_U32
2019-10-07 Matt ArsenaultAMDGPU/GlobalISel: Use S_MOV_B64 for inline constants
2019-10-07 Matt ArsenaultAMDGPU/GlobalISel: Widen 16-bit G_MERGE_VALUEs sources
2019-10-07 Louis Dionne[libc++abi] Do not define -Dcxxabi_shared_EXPORTS when...
2019-10-07 Alexey Bataev[OPENMP50]Treat range-based for as canonical loop.
2019-10-07 Matt ArsenaultAMDGPU/GlobalISel: Select more G_INSERT cases
2019-10-07 Matt ArsenaultGlobalISel: Add target pre-isel instructions
2019-10-07 Michal Gorny[clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS...
2019-10-07 Jordan RoseSecond attempt to add iterator_range::empty()
2019-10-07 Louis Dionne[libc++abi] Remove redundant link flags on Apple platforms
2019-10-07 Nico WeberTry to get clangd tests passing on Windows.
2019-10-07 Walter Erquinigo[platform process list] add a flag for showing the...
2019-10-07 Kostya Kortchinsky[scudo][standalone] Correct releaseToOS behavior
2019-10-07 Erich KeaneFix Calling Convention through aliases
2019-10-07 Yitzhak Mandelbaum[libTooling][NFC] Fix build break in r373916.
2019-10-07 Vedant Kumar[DWARFASTParserClang] Factor out structure-like type...
2019-10-07 Vedant Kumar[DWARFASTParserClang] Delete commented-out typedef...
2019-10-07 Pavel LabathProcessInstanceInfoMatch: Don't match processes with...
2019-10-07 Kadir Cetinkaya[clangd] Fix raciness in code completion tests
2019-10-07 Florian Hahn[Remarks] Pass StringBlockValue as StringRef.
2019-10-07 Paul Hoad[clang-format] [PR27004] omits leading space for noexce...
2019-10-07 Paul Hoad[clang-format] [NFC] Ensure clang-format is itself...
2019-10-07 Wei MiFix build errors caused by rL373914.
2019-10-07 Simon PilgrimCodegen - silence static analyzer getAs<> null derefere...
2019-10-07 Wenlei He[llvm-profdata] Minor format fix
2019-10-07 Yitzhak Mandelbaum[libTooling] Add `toString` method to the Stencil class
2019-10-07 Simon Pilgrim[X86][SSE] getTargetShuffleInputs - move VT.isSimple...
2019-10-07 Wei Mi[SampleFDO] Add compression support for any section...
2019-10-07 Sanjay Patel[LoopVectorize] add test that asserted after cost model...
2019-10-07 David GreeneAllow update_test_checks.py to not scrub names.
2019-10-07 Simon PilgrimSema - silence static analyzer getAs<> null dereference...
2019-10-07 Utkarsh Saxena[clang] Add test for FindNextToken in Lexer.
2019-10-07 Kevin P. NealFix another sphinx warning.
2019-10-07 Amaury SechetRegenerate ptr-rotate.ll . NFC
2019-10-07 Simon Atanasyan[Mips] Always save RA when disabling frame pointer...
2019-10-07 Simon Atanasyan[Mips] Fix evaluating J-format branch targets
2019-10-07 Simon PilgrimRewriteModernObjC - silence static analyzer getAs<...
2019-10-07 Simon PilgrimAST - silence static analyzer getAs<> null dereference...
2019-10-07 whitequark[LLVM-C] Add bindings to create macro debug info
2019-10-07 Kevin P. NealFix sphinx warnings.
2019-10-07 Mirko BrkusaninTest commit
2019-10-07 Kevin P. Neal[FPEnv] Add constrained intrinsics for lrint and lround
2019-10-07 Nico Webergn build: use better triple on windows
2019-10-07 Nico WeberRevert r373888 "[IA] Recognize hexadecimal escape seque...
2019-10-07 Haojian Wu[clangd] Catch an unchecked "Expected<T>" in HeaderSour...
2019-10-07 Gabor Marton[ASTImporter][NFC] Enable disabled but passing test
2019-10-07 Gabor Marton[ASTImporter][NFC] Update ASTImporter internals docs
2019-10-07 Gabor Marton[ASTImporter][NFC] Fix typo in user docs
2019-10-07 Jay Foad[AMDGPU] Fix test checks
2019-10-07 Sam McCall[clangd] If an undocumented definition exists, don...
2019-10-07 Konrad Kleine[lldb][ELF] Read symbols from .gnu_debugdata sect.
2019-10-07 George Rimar[llvm-readelf/llvm-objdump] - Improve/refactor the...
2019-10-07 Haojian Wu[clangd] Collect missing macro references.
2019-10-07 Bill Wendling[IA] Recognize hexadecimal escape sequences
2019-10-07 Hans Wennborgclang-cl: Ignore the new /ZH options
2019-10-07 Fangrui Song[ELF][MIPS] De-template writeValue. NFC
2019-10-07 Fangrui Song[ELF] Wrap things in `namespace lld { namespace elf...
2019-10-07 Fangrui Song[ELF][MIPS] Use lld::elf::{read,write}* instead of...
2019-10-07 James Molloy[TableGen] Pacify gcc-5.4 more
2019-10-07 Martin StorsjoRevert "[SLP] avoid reduction transform on patterns...
2019-10-07 Djordje Todorovic[llvm-locstats] Fix a typo in the documentation; NFC
2019-10-07 Craig Topper[X86] Autogenerate checks in leaFixup32.mir and leaFixu...
2019-10-07 Craig Topper[X86] Support LEA64_32r in processInstrForSlow3OpLEA...
2019-10-07 Yi-Hong Lyu[NFC][CGP] Tests for making ICMP_EQ use CR result of...
2019-10-07 Richard Smith[c++20] Check for a class-specific operator delete...
2019-10-07 Richard SmithFix behavior of __builtin_bit_cast when the From and...
2019-10-07 Nico Webergn build: no-op style tweak in sync script
2019-10-06 DeForest Richards[Docs] Removes Subsystem Documentation page
2019-10-06 Simon Pilgrim[X86][AVX] Access a scalar float/double as a free extra...
2019-10-06 Simon PilgrimFix signed/unsigned warning. NFCI
2019-10-06 Amy Kwan[NFC][PowerPC] Reorganize CRNotPat multiclass patterns...
2019-10-06 Simon Pilgrim[X86][SSE] Remove resolveTargetShuffleInputs and use...
next