platform/upstream/llvm.git
2019-10-03 Eric FiselierAttempt to remove linker workaround on the buildbots.
2019-10-03 Yaxun Liu[HIP] Use option -nogpulib to disable linking device lib
2019-10-03 Richard SmithCheck for qualified function types after substituting...
2019-10-03 Paul Hoad[clang-format] Add ability to wrap braces after multi...
2019-10-03 Jordan Rupprecht[NFC] Fix unused variable in release builds
2019-10-03 Craig Topper[X86] Add v32i8 shuffle lowering strategy to recognize...
2019-10-03 Jonas Devlieghere[Host] Return the user's shell from GetDefaultShell
2019-10-03 Richard SmithPR43547: substitute into the type of a non-type templat...
2019-10-03 Vitaly Buka[compiler-rt] More optimization levels in signal_line...
2019-10-03 Simon Pilgrim[X86] matchShuffleWithSHUFPD - use Zeroable element...
2019-10-03 Jonas Devlieghere[dsymutil] Don't overload LinkOptions.
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Handle RegBankSelect of G_INSERT_VEC...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Split 64-bit vector extracts during...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Allow VGPR to index SGPR register
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Add some more tests for G_INSERT...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Fix mutationIsSane assert v8s8 and
2019-10-03 Michael Liao[HIP] Enable specifying different default gpu arch...
2019-10-03 Michael LiaoFix build failure with GCC on identifier reusing.
2019-10-03 Vitaly Bukacompiler-rt: move all __GLIBC_PREREQ into own header...
2019-10-03 Louis Dionne[libc++] Add a per-target flag to include the generated...
2019-10-03 Tom StellardAMDGPU/SILoadStoreOptimizer: Optimize scanning for...
2019-10-03 James Molloy[ModuloSchedule] removeBranch() *before* creating the...
2019-10-03 John Brawn[libunwind] Adjust libunwind_01.pass.cpp test for ARM...
2019-10-03 Nico Webergn build: (manually) merge r373622
2019-10-03 Simon PilgrimDeclBase/DeclCXX/DeclTemplate - silence static analyzer...
2019-10-03 Louis Dionne[libc++] Add missing revision number in ABI changelog
2019-10-03 Alexey Bataev[OPENMP]Fix emission of the declare target variables...
2019-10-03 Jonas Devlieghere[dsymutil] Improve consistency by removing redundant...
2019-10-03 Jonas Devlieghere[dsymutil] Tablegenify option parsing
2019-10-03 Yonghong Song[BPF] Handle offset reloc endpoint ending in the middle...
2019-10-03 Alexey Bataev[OPENMP]Improve diagnostics for not found declare targe...
2019-10-03 Guillaume ChateletRevert "[Alignment][NFC] Allow constexpr Align"
2019-10-03 Edward Jones[RISCV] Add obsolete aliases of fscsr, frcsr (fssr...
2019-10-03 David Bolvansky[NFC] Added missing changes for rL373614
2019-10-03 David Bolvansky[Diagnostics] Bitwise negation of a boolean expr always...
2019-10-03 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-10-03 Simon PilgrimExprConstant - silence static analyzer getAs<> null...
2019-10-03 Simon PilgrimRemove duplicate P->getAs<PointerType>() call. NFCI.
2019-10-03 George Rimar[yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSI...
2019-10-03 Sumanth GundapaneniTest commit.
2019-10-03 Sanjay Patel[MSP430] add tests for unwanted shift codegen; NFC...
2019-10-03 George RimarRecommit r373598 "[yaml2obj/obj2yaml] - Add support...
2019-10-03 Sanjay Patel[UpdateTestChecks] add basic support for parsing msp430 asm
2019-10-03 GN Sync Botgn build: Merge r373601
2019-10-03 Louis Dionne[libc++abi] Do not export some implementation-detail...
2019-10-03 Bardia Mahjour[PGO] Refactor Value Profiling into a plugin based...
2019-10-03 Ehsan Amiri[AArch64][SVE] Adding patterns for floating point SVE...
2019-10-03 George RimarRevert r373598 "[yaml2obj/obj2yaml] - Add support for...
2019-10-03 George Rimar[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG...
2019-10-03 Roman Lebedev[NFC][InstCombine] Some tests for sub-of-negatible...
2019-10-03 Djordje Todorovic[llvm-locstats] Copy the script only when needed; NFC
2019-10-03 Guillaume Chatelet[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
2019-10-03 George Rimar[llvm-readobj] - Stop using a precompiled binary in...
2019-10-03 Yitzhak Mandelbaum[libTooling] Add various Stencil combinators for expres...
2019-10-03 Guillaume Chatelet[Alignment][Clang][NFC] Add CharUnits::getAsAlign
2019-10-03 Simon Atanasyan[mips] Push `fixup_Mips_LO16` fixup for `jialc` and...
2019-10-03 Simon Atanasyan[llvm-readobj][mips] Remove non-standard --misp-xxx...
2019-10-03 Simon Atanasyan[mips] Use llvm-readobj `-A` flag in test cases. NFC
2019-10-03 Simon Atanasyan[llvm-readobj][mips] Display MIPS specific info under...
2019-10-03 Simon Atanasyan[llvm-readobj][mips] Do not show an error if GOT is...
2019-10-03 Nico Webergn build: Revert 373554 "gn build: (manually) merge...
2019-10-03 Sander de Smalen[AArch64] Static (de)allocation of SVE stack objects.
2019-10-03 Simon PilgrimSilence static analyzer getAs<RecordType> null derefere...
2019-10-03 Simon PilgrimFix uninitialized variable warning. NFCI
2019-10-03 Simon PilgrimFix uninitialized variable warning. NFCI
2019-10-03 Kristina BrooksRevert 373551 (CodeExpander.cpp CMake issue)
2019-10-03 Guillaume Chatelet[Alignment][NFC] Allow constexpr Align
2019-10-03 Kristina BrooksRevert 373555: libLLVM+modules failure with CMake 3...
2019-10-03 Raphael Isemann[clang][NFC] Fix misspellings in ExternalASTMerger.h
2019-10-03 Sylvestre LedruUpdate the FAQ: remove stuff related to the previous...
2019-10-03 Pavel Labath"Fix" TestFileHandle.py on non-darwin platforms
2019-10-03 Pavel LabathFix a use-after-free in GDBRemoteCommunicationServerLLGS
2019-10-03 Clement Courbet[llvm-exegesis][NFC] Rename ExegesisTarget::decrementLo...
2019-10-03 Fangrui SongFix libc++ pretty printer test for Python 3 after D6723...
2019-10-03 Craig Topper[X86] Add test case for v8i64->v8i8 truncate with avx51...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Don't re-get subtarget
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Expand G_BITCAST legality
2019-10-03 Craig Topper[X86] Add DAG combine to turn (bitcast (vbroadcast_load...
2019-10-03 Serge PavlovFix driver tests when `LLVM_ENABLE_PER_TARGET_RUNTIME_D...
2019-10-03 Lawrence D... factor out an abstract base class for File
2019-10-03 Lawrence D... SBDebugger::SetInputFile, SetOutputFile, etc.
2019-10-03 Lawrence D... new api class: SBFile
2019-10-03 Yaxun Liu[HIP] Support -emit-llvm for device compilation
2019-10-03 Craig Topper[X86] Add broadcast load folding patterns to NoVLX...
2019-10-03 Craig Topper[X86] Remove a couple redundant isel patterns that...
2019-10-03 GN Sync Botgn build: Merge r373556
2019-10-03 Nico WeberRevert 373538 and follow-ups 373549 and 373552.
2019-10-03 Daniel Sanders[gicombiner] Make rL373551 compatible with older cmakes
2019-10-03 Nico Webergn build: (manually) merge r373551
2019-10-03 Richard SmithPR43519: don't inject a diagnostic when constant-evaula...
2019-10-03 Puyan LotfiFixing broken builds due to r373538, issues with filepa...
2019-10-03 Daniel Sanders[gicombiner] Add a CodeExpander to handle C++ fragments...
2019-10-03 GN Sync Botgn build: Merge r373538
2019-10-03 Puyan LotfiFixing broken builds due to r373538 due to test that...
2019-10-03 Richard SmithMark P0784R7 as complete and start defining its feature...
2019-10-03 Richard SmithFor P0784R7: support placement new-expressions in const...
2019-10-03 Richard SmithFor P0784R7: allow direct calls to operator new / opera...
2019-10-02 Daniel Sanders[gicombiner] Fix windows issue where single quotes...
2019-10-02 Stanislav Mekhanoshin[AMDGPU] Fix illegal agpr use by VALU
2019-10-02 Daniel Sanders[gicombiner] Fix a nullptr dereference when -combiners...
next