platform/upstream/llvm.git
2020-10-26 Simon Pilgrim[InstCombine] collectBitParts - add bitreverse intrinsi...
2020-10-26 Kirill Bobyrev[clangd] NFC: Update FIXME comment regarding lack of...
2020-10-26 Raphael Isemann[lldb][NFC] Make GetShellSafeArgument simpler and faster
2020-10-26 Simon Pilgrim[InstCombine] Add bswap test pattern using bitreverse...
2020-10-26 Jay Foad[AMDGPU] Make more use of printNamedBit in AMDGPUInstPr...
2020-10-26 Florian Hahn[LV] Add cost-model test for AArch64 select costs.
2020-10-26 Kirill Bobyrev[clangd] Fix remote index build failures due to lack...
2020-10-26 George Mitenkov[MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype
2020-10-26 Fraser Cormack[DAGCombine] Add test case showing incorrect DAGCombine...
2020-10-26 Andrew Ng[llvm-ar][Object] Fix detection of need for 64-bit...
2020-10-26 Simon Pilgrim[clang-fuzzer] CreateAndRunJITFunc - fix use after...
2020-10-26 George Mitenkov[MLIR][mlir-spirv-cpu-runner] A pass to emulate a call...
2020-10-26 Haojian Wu[clang] Suppress "follow-up" diagnostics on recovery...
2020-10-26 Simon Pilgrim[InstCombine] Add support for zext(and(neg(amt),width...
2020-10-26 Simon Pilgrim[InstCombine] Add rotate tests where the shift amount...
2020-10-26 Dmitry Vyukovtsan: add mips64 support in lib/tsan/go/buildgo.sh
2020-10-26 Evgeny Leviant[llvm-mca] Add few memory instructions to cortex-a57...
2020-10-26 Djordje Todorovic[NFC][InstrRefLDV] Fix a typo
2020-10-26 Pavel Labath[lldb] Modernize PseudoTerminal::Fork
2020-10-26 Pavel Labath[lldb] Fix bitfield "frame var" for pointers (pr47743)
2020-10-26 Michał Górny[lldb] [Process/Linux] Reuse NativeRegisterContextWatch...
2020-10-26 Michał Górny[lldb] [Process/NetBSD] Set xs_xstate_bv correctly...
2020-10-26 Michał Górny[lldb] [test/Register] Use initial state for write...
2020-10-26 Michał Górny[lldb] [Process/FreeBSDRemote] Fix #include for i386...
2020-10-26 TykerTry to fix buildbots after d3205bbca3e0002d762828789869...
2020-10-26 Jean Perier[flang] Tighten rules to resolve procedure as intrinsic...
2020-10-26 Tyker[Annotation] Allows annotation to carry some additional...
2020-10-26 Kazushi (Jam... [VE] Add vector comparison and min/max
2020-10-26 Kazushi (Jam... [VE] Add integer arithmetic vector instructions
2020-10-26 Florian Hahn[AsmPrinter] Add per BB instruction mix remark.
2020-10-26 Sebastian Neubauer[AMDGPU] Emit new pal metadata by default
2020-10-26 Evgeny Leviant[ARM][SchedModels] Rename and generalize predicate...
2020-10-26 Kai Luo[PowerPC] Add test case for pr47830. NFC.
2020-10-26 Kazushi (Jam... [VE] Support atomic load
2020-10-26 Evgeny Leviant[ARM][SchedModels] Get rid of IsLdrAm2ScaledPred
2020-10-26 Evgeny Leviant[ARM][SchedModels] Convert IsLdstsoMinusRegPred to...
2020-10-26 Evgeny Leviant[ARM][SchedModels] Convert IsLdrAm3NegRegOffPred to...
2020-10-26 LLVM GN Syncbot[gn build] Port 61bc18de0b2
2020-10-26 David Green[Schedule] Add a MultiHazardRecognizer
2020-10-26 Kazushi (Jam... [VE] Support atomic fence
2020-10-26 Max KazantsevFix broken build after previous commit
2020-10-26 Max Kazantsev[NFC] Remove unused funciton param
2020-10-26 Max Kazantsev[NFC] Factor out common code into lambda for further...
2020-10-26 Max Kazantsev[IndVars] Use contextual knowledge when proving trivial...
2020-10-26 Kirill Bobyrev[clangd] Add dependency on remote index service proto
2020-10-26 Christudasan... [AMDGPU] Avoid offset register in MUBUF for direct...
2020-10-26 Craig Topper[X86] Don't disassemble wbinvd with 0xf2 or 0x66 prefix.
2020-10-26 Liu, Chen3[X86] VEX/EVEX prefix doesn't work for inline assembly.
2020-10-25 Craig Topper[X86] Use TargetConstant for immediates for VASTART_SAV...
2020-10-25 Craig Topper[X86] Use TargetConstant instead of Constant for operan...
2020-10-25 Sanjay Patel[CostModel] remove cost-kind predicate for some vector...
2020-10-25 Sanjay Patel[CostModel] fix operand/type accounting for fadd/fmul...
2020-10-25 Nikita Popov[SCEV] Strenthen nowrap flags after constant folding...
2020-10-25 Aaron PuchertThread safety analysis: Nullability improvements in...
2020-10-25 Aaron PuchertThread safety analysis: Consider global variables in...
2020-10-25 Nikita Popov[SCEV] Always constant fold mul expression operands
2020-10-25 Nikita Popov[SCEV] Separate out constant folding in mul expr creation
2020-10-25 Nikita Popov[SCEV] Strength nowrap flags after constant folding
2020-10-25 Nikita Popov[IndVars] Regenerate test checks (NFC)
2020-10-25 Sanjay Patel[InstSimplify] peek through 'not' operand in logic...
2020-10-25 Sanjay Patel[InstSimplify] add tests for logic-of-cmps with not...
2020-10-25 Melanie BlowerCorrect LIT test failure detected on buildbot after...
2020-10-25 Florian Hahn[SLP] Add AArch64 tests with vectorizable compare/selec...
2020-10-25 Simon PilgrimRemove superfluous whitespace around if(). NFC.
2020-10-25 Melanie Blower[clang] Enable support for #pragma STDC FENV_ACCESS
2020-10-25 Simon Pilgrim[InstCombine] matchBSwapOrBitReversem - recognise or...
2020-10-25 Simon Pilgrim[InstCombine] Add test for or(fshl(),fshl()) bswap...
2020-10-25 Richard Smith[c++20] For P0732R2: Support string literal operator...
2020-10-25 Craig Topper[X86] Use TargetConstant for FPDiff with X86::TC_RETURN.
2020-10-25 Martin StorsjöRevert "[CostModel] remove cost-kind predicate for...
2020-10-25 Teresa Johnson[MemProf] Temporarily disable part of test
2020-10-25 Richard SmithFor P0732R2, P1907R1: ensure that template parameter...
2020-10-25 Nathan Ridge[clangd] Add a TestWorkspace utility
2020-10-24 Arthur EubanksFix typo SSC -> SCC
2020-10-24 Fangrui Song[ELF] Don't crash on R_X86_64_GOTPCRELX for test/binop...
2020-10-24 Fangrui Song[X86] Produce R_X86_64_GOTPCRELX for test/binop instruc...
2020-10-24 Drew Fisher[asan] Fix stack-use-after-free checks on non-main...
2020-10-24 Drew Fisher[asan][fuchsia] set current thread before reading threa...
2020-10-24 Fangrui Song[AArch64][GlobalISel] Fix -Wunused-variable. NFC
2020-10-24 Nico WeberRevert "hwasan: Disable operator {new,delete} intercept...
2020-10-24 Sanjay Patel[CostModel] remove cost-kind predicate for vector reduc...
2020-10-24 Benjamin Kramer[X86] Add a stub for Intel's alderlake.
2020-10-24 Benjamin Kramer[X86] Add a stub for znver3 based on the little public...
2020-10-24 Benjamin KramerUnbreak the clang-interpreter example after 0aec49c8531...
2020-10-24 dfukalov[AMDGPU][CostModel] Refine cost model for half- and...
2020-10-24 David Green[ARM] Remove some dead code. NFC
2020-10-24 Andrzej Warzynski[flang][tests] Fix Python bug in the lit config
2020-10-24 Stefan GränitzReapply "[jitlink][ELF] Add zero-fill blocks for symbol...
2020-10-24 Stefan Gränitz[JITLink][ELF] PCRel32GOTLoad edge offset can be smalle...
2020-10-24 Caroline Concatto[Flang][Driver] Add infrastructure for basic frontend...
2020-10-24 TaWeiTu[NPM] Port -loop-versioning-licm to NPM
2020-10-24 Stefan GränitzRevert "[jitlink][ELF] Add zero-fill blocks for symbols...
2020-10-24 TaWeiTu[LoopVersioning] Form dedicated exits for versioned...
2020-10-24 Stefan Gränitz[jitlink][ELF] Add zero-fill blocks for symbols in...
2020-10-24 Stefan Gränitz[JITLink][ELF] PCRel32GOTLoad relocations are resolved...
2020-10-24 Simon PilgrimFix some signed/unsigned comparison gcc warnings from...
2020-10-24 Simon Pilgrim[InstCombine] narrowFunnelShift - fold trunc/zext or...
2020-10-24 Simon Pilgrim[DAG] Add BuildVectorSDNode::getRepeatedSequence helper...
2020-10-24 Simon Pilgrim[LegalizeTypes] Legalize vector rotate operations
2020-10-24 Nikita Popov[BasicAA] Avoid duplicate cache lookup (NFCI)
next