platform/upstream/llvm.git
2020-02-24 Craig Topper[X86] Add back fmaddsub intrinsics to work towards...
2020-02-24 Stanislav Mekhanoshin[AMDGPU] use llvm_unreachable instead of default for...
2020-02-24 Raphael Isemann[libc++] Give headers that require C++14 a cplusplus14...
2020-02-24 Lei Zhang[mlir][spirv] NFC: Move test passes to test/lib
2020-02-24 Ayke van Laethem[LLVM-C] Add bindings for addCoroutinePassesToExtension...
2020-02-24 Simon Pilgrim[SelectionDAG] Merge constant SDNode arithmetic into...
2020-02-24 Francis Visoiu... [MachO] Add cpu(sub)type tests and improve error handling
2020-02-24 Ayke van Laethem[bindings/go] Add RemoveFromParentAsInstruction
2020-02-24 Ayke van Laethem[AVR] Disassemble register operands
2020-02-24 Simon Pilgrim[X86] combineX86ShuffleChain - select X86ISD::FAND...
2020-02-24 Ayke van Laethem[AVR] Don't assert on an undefined operand
2020-02-24 Ayke van Laethem[AVR] Use correct register class for mul instructions
2020-02-24 jasonliu[XCOFF][AIX] Fix incorrect alignment for function descr...
2020-02-24 Michael Kruse[CMake] Default to static linking for subprojects.
2020-02-24 Francesco Petrogalli[ReleaseNotes] Mention the `vector-function-abi-variant...
2020-02-24 Louis Dionne[libc++] Drop redundant check for -std=c++14
2020-02-24 serge-sans... [NFC] Fix typo in error message
2020-02-24 Peter CollingbourneRevert "Rework go bindings so that validation works...
2020-02-24 Nico Weber[gn build] remove -std=c++11 in libcxx build pending...
2020-02-24 Louis Dionne[libc++] Fix CI and Linux failures after landing D68480
2020-02-24 Nico Weber[gn build] (manually) merge 54fa9ecd308
2020-02-24 Simon Pilgrim[X86] getTargetShuffleInputs - check that the source...
2020-02-24 Sean Fertile[PowerPC][AIX] Spill/restore the callee-saved condition...
2020-02-24 Pavel Labath[lldb/DWARF] Fix dwp search path in the separate-debug...
2020-02-24 Louis Dionne[libc++] Mark the C++03 version of std::function as...
2020-02-24 Louis Dionne[libc++] Adapt a few things around the implementation...
2020-02-24 Olivier Giroux[libc++] Implementation of C++20's P1135R6 for libcxx
2020-02-24 cchen[OpenMP] Refactor the analysis in checkMapClauseBaseExp...
2020-02-24 Xiangling Liao[AIX][Frontend] C++ ABI customizations for AIX boilerplate
2020-02-24 Melanie Bloweradd release notes for ffp-model and ffp-exception-behavior
2020-02-24 Simon Pilgrim[CostModel][X86] We don't need a scale factor for SLM...
2020-02-24 Sjoerd Meijer[MIR][ARM] MachineOperand comments
2020-02-24 Kerry McLaughlin[AArch64][SVE] Add the SVE dupq_lane intrinsic
2020-02-24 Sam Parker[RDA][ARM][LowOverheadLoops] Iteration count IT blocks
2020-02-24 Michele ScandaleFix TryParsePtrOperatorSeq.
2020-02-24 Mikhail Maltsev[ARM,MVE] Remove 64-bit variants of vbrsrq* intrinsics
2020-02-24 David Green[ARM] FP16 bitcast test. NFC
2020-02-24 Simon Pilgrim[CostModel][X86] Try to check against common prefixes...
2020-02-24 Kirill BobyrevUse temporary directory for tests in D74346
2020-02-24 Benjamin Kramer[ORC] Remove spammy debug print
2020-02-24 Kerry McLaughlin[AArch64][SVE] Add intrinsics for SVE2 cryptographic...
2020-02-24 Benjamin KramerSilence compiler warnings
2020-02-24 Benjamin KramerAdd a basic tiling pass for parallel loops
2020-02-24 Bevin Hansson[Intrinsic] Add fixed point saturating division intrinsics.
2020-02-24 Calixte Denizet[profile] Don't dump counters when forking and don...
2020-02-24 Pavel LabathUse new FailedWithMessage matcher in DWARFDebugLineTest.cpp
2020-02-24 Bevin Hansson[MC] Widen the functional unit type from 32 to 64 bits.
2020-02-24 Raphael Isemann[lldb] Disable auto fix-its when evaluating expressions...
2020-02-24 Pavel Labath[lldb/test] simplify basic-elf.yaml
2020-02-24 Pavel Labath[lldb/DWARF] Don't index dwp file multiple times
2020-02-24 Sam Parker[ARM][MVE] Combine more extending masked loads
2020-02-24 Raphael Isemann[lldb] Remove all the 'current_id' logging counters...
2020-02-24 Lang Hames[JITLink] Add a MachO x86-64 GOT and Stub bypass optimi...
2020-02-24 Craig Topper[X86] When creating X86ISD::MGATHER nodes from AVX2...
2020-02-24 Craig Topper[X86] Use custom isel for gather/scatter instructions.
2020-02-24 Craig Topper[SelectionDAG] Remove ISD::LIFETIME_START/LIFETIME_END...
2020-02-24 Siva Chandra... [libc] Add a README to the sub-directories under the...
2020-02-24 Shengchen Kan[Driver][X86] Add helptext for malign-branch*, mbranche...
2020-02-24 QingShan Zhang[NFC][PowerPC] Refactor the tryAndWithMask()
2020-02-23 Hongtao YuIR printing for single function with the new pass manager.
2020-02-23 Craig Topper[SelectionDAG] Remove SelectionDAG::getTargetMemSDNode...
2020-02-23 Craig Topper[X86] Remove most X86 specific subclasses of MemSDNode...
2020-02-23 Craig Topper[X86] Enable the use of movlps for i64 atomic load...
2020-02-23 Craig Topper[X86] Use FIST for i64 atomic stores on 32-bit targets...
2020-02-23 Jonas Paulsson[SystemZ] Support the kernel back chain.
2020-02-23 Sam McCall[clangd] Try to fix buildbots - copy elision not happen...
2020-02-23 Aaron BallmanUpdating a comment to clarify that SkipUntil handles...
2020-02-23 Sam McCall[clangd] Reapply b60896fad926 Fall back to selecting...
2020-02-23 Florian Hahn[AArch64] Update new test.
2020-02-23 Florian HahnRecommit "[PatternMatch] Match XOR variant of unsigned...
2020-02-23 Craig Topper[X86] Regenerate some tests to show FMA4 comments. NFC
2020-02-23 Sanjay Patel[SDAG] fold fsub -0.0, undef to undef rather than NaN
2020-02-23 Florian Hahn[DSE] Track overlapping stores.
2020-02-23 Sam McCallRevert "[clangd] Reapply b60896fad926 Fall back to...
2020-02-23 Sam McCall[clangd] Reapply b60896fad926 Fall back to selecting...
2020-02-23 Sam McCall[clangd] Debounce rebuilds responsively to rebuild...
2020-02-23 Nuno Lopes[NFC] fix test nan value
2020-02-23 Denis Khalikov[NFC] Test commit access. Drop trivial braces.
2020-02-23 Craig Topper[X86] Add sse2 command lines to sse-intrinsics-fast...
2020-02-23 Craig Topper[X86] Add AddToWorklist(N) after calls to SimplifyDeman...
2020-02-23 Craig Topper[X86] Teach EltsFromConsecutiveLoads that it's ok to...
2020-02-23 Craig Topper[X86] Use movlps for i64 atomic stores on 32-targets...
2020-02-22 Lang Hames[ORC] Update LLJIT to automatically run specially named...
2020-02-22 Lang Hames[ORC] Add errors for missing and extraneous symbol...
2020-02-22 Mark de Wever[Sema] Fix pointer-to-int-cast diagnostic for _Bool
2020-02-22 Rafael Ávila... Add a llvm::shuffle and use it in lld
2020-02-22 Billy Robert... [libcxx] [test] Suppress MSVC++ warning 4640 under...
2020-02-22 Tyker[NFC] Remove some GCC warning from c9e93c84f61400d1aac7...
2020-02-22 Georgii Rymar[lldb][test] - Update basic-elf.yaml to fix build bot.
2020-02-22 Georgii Rymar[yaml2obj] - Automatically assign sh_addr for allocatab...
2020-02-22 Simon Moll[VE][fix] missing include
2020-02-22 Baden HughesUpdate ShapeInference.md
2020-02-22 Baden HughesUpdate Quantization.md
2020-02-22 Roland McGrath[Preprocessor][X86] Fix __code_model_*__ predefine...
2020-02-22 Roland McGrath[AArch64] Predefine __AARCH64_CMODEL_*__ as GCC does
2020-02-22 Fangrui Song[Frontend] Replace CC1 option -mcode-model with -mcmodel=
2020-02-22 Fangrui Song[Preprocessor][test] Fix __VERSION__ in init-aarch64.c
2020-02-22 Fangrui Song[Preprocessor][test] Move AArch64 tests from init.c...
2020-02-22 Quentin Colombet[GISel][KnownBits] Suppress unused warning on the dump...
2020-02-22 Paula Toth[libc] Lay out framework for fuzzing libc functions.
next