platform/upstream/llvm.git
2019-09-22 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-09-22 Simon Pilgrim[AArch64] AArch64StackTagging - Silence static analyzer...
2019-09-22 Nico Webergn build: Add missing RISCV to llvm_targets_to_build...
2019-09-22 Nico Webergn build: Add build files for llvm/lib/Target/AVR
2019-09-22 Simon Pilgrim[NVPTX] NVPTXLowerAggrCopies - Silence static analyzer...
2019-09-22 Simon Pilgrim[Lanai] LanaiAsmParser - Silence static analyzer dyn_ca...
2019-09-22 Simon Pilgrim[VPlan] Silence static analyzer dyn_cast null dereferen...
2019-09-22 Simon PilgrimAMDGPUPrintfRuntimeBinding - silence static analyzer...
2019-09-22 Simon Pilgrim[MIPS] Don't dereference dyn_cast<> Constant results...
2019-09-22 Simon Pilgrim[Hexagon] Don't dereference dyn_cast<ConstantFPSDNode...
2019-09-22 Simon Pilgrim[Cost][X86] Add v2i64 truncation costs
2019-09-22 Paul HoadClang-format: Add Whitesmiths indentation style
2019-09-22 Benjamin KramerMove classes into anonymous namespaces. NFC.
2019-09-22 Craig Topper[X86] Add test memset and memcpy testcases for D67874...
2019-09-22 Haibo HuangUse _WIN32 instead of _MSC_VER
2019-09-21 James Y KnightNFC: Change ObjCQualified*TypesAreCompatible to take
2019-09-21 Roman Lebedev[InstSimplify] simplifyUnsignedRangeCheck(): X >= Y...
2019-09-21 Roman Lebedev[InstSimplify][NFC] Reorganize simplifyUnsignedRangeChe...
2019-09-21 Roman Lebedev[NFC][InstSimplify] Add exhaustive test coverage for...
2019-09-21 DeForest Richards[Docs] Updates sidebar links
2019-09-21 DeForest Richards[Docs] Adds new page for Getting Involved articles
2019-09-21 Martin Storsjo[LLDB] Cast -1 (as invalid socket) to the socket type...
2019-09-21 Martin Storsjo[LLDB] Use SetErrorStringWithFormatv for cases that...
2019-09-21 Martin Storsjo[LLDB] Use LLVM_FALLTHROUGH instead of a custom comment
2019-09-21 Martin Storsjo[LLDB] Check for the GCC/MinGW compatible arch defines...
2019-09-21 Martin Storsjo[LLDB] Fix compilation for MinGW, remove redundant...
2019-09-21 Martin Storsjo[CodeView] Add pragma push/pop_macro for ARM64_FPSR...
2019-09-21 Suyog SardaSROA: Check Total Bits of vector type
2019-09-21 Suyog SardaTest mail. NFC.
2019-09-21 Wei MiRecommit [SampleFDO] Expose an interface to return...
2019-09-21 Hideto Ueno[Attributor] Implement "norecurse" function attribute...
2019-09-21 Fangrui Song[Support] Add a DataExtractor constructor that takes...
2019-09-21 DeForest Richards[Docs] Bug fix for document not included in toctree
2019-09-21 DeForest Richards[Docs] Updates sidebar links
2019-09-21 Roman Lebedev[NFC][X86] Adjust check prefixes in bmi.ll (PR43381)
2019-09-21 Amara Emerson[AArch64][GlobalISel] Implement selection for G_SHL...
2019-09-21 Amara Emerson[AArch64][GlobalISel] Selection support for G_ASHR...
2019-09-21 Amara Emerson[AArch64][GlobalISel] Make <4 x s32> G_ASHR and G_LSHR...
2019-09-21 Amara EmersonRevert "[SampleFDO] Expose an interface to return the...
2019-09-21 James Molloy[MachinePipeliner] Improve the TargetInstrInfo API...
2019-09-21 Kristof UmannAttempt to fix a windows buildbot failure
2019-09-21 Kamil RytarowskiAdd __lsan::ScopedInterceptorDisabler for strerror(3)
2019-09-21 Kamil RytarowskiAvoid memory leak in ASan test
2019-09-21 Kamil RytarowskiStop tracking atexit/__cxa_atexit/pthread_atfork alloca...
2019-09-21 Craig Topper[X86] Use sse_load_f32/f64 and timm in patterns for...
2019-09-21 Craig Topper[X86] Add test case to show failure to fold load with...
2019-09-21 Nandor Licker[Clang Interpreter] Fixed Bug 43362, build failure...
2019-09-21 Richard TrieuFix bad APInt compare.
2019-09-21 Richard TrieuMerge and improve code that detects same value in compa...
2019-09-21 Yaxun LiuRevert assertion added by r372394
2019-09-21 Nico Weberavr targetinfo: remove unneeded dep on MC
2019-09-21 Matt ArsenaultAMDGPU/GlobalISel: Allow selection of scalar min/max
2019-09-21 Matt ArsenaultLiveIntervals: Add missing operator!= for segments
2019-09-21 Richard TrieuImprove -Wtautological-overlap-compare
2019-09-21 Artur PilipenkoSupport for 64-bit PC-relative relocations for X86_64
2019-09-21 GN Sync Botgn build: Merge r372445
2019-09-21 Stephane Moore[clang-tidy] Add check for classes missing -hash ⚠️
2019-09-21 Alex Lorenz[clang-scan-deps] strip the --serialize-diagnostics...
2019-09-20 Amara Emerson[GlobalISel] Defer setting HasCalls on MachineFrameInfo...
2019-09-20 Jonas Devlieghereprepare_binding_Python: print readable errors if SWIG...
2019-09-20 Jonas Devliegheredotest.py: bugfix: test filters with -f do not work...
2019-09-20 Teresa Johnson[Inliner] Remove incorrect early exit during switch...
2019-09-20 Wei Mi[SampleFDO] Expose an interface to return the size...
2019-09-20 Richard SmithRemove outdated FIXME.
2019-09-20 Richard SmithFix assertion failure when constant evaluation of a...
2019-09-20 Ulrich Weigand[SystemZ] Support z15 processor name
2019-09-20 Ulrich Weigand[SystemZ] Support z15 processor name
2019-09-20 Sterling AugustineFix missed case of switching getConstant to getTargetCo...
2019-09-20 DeForest Richards[Docs] Add a custom sidebar to doc pages
2019-09-20 Simon Pilgrim[PPC] PPCLoopPreIncPrep - silence static analyzer null...
2019-09-20 Simon Pilgrim[AddressSanitizer] Don't dereference dyn_cast<ConstantI...
2019-09-20 DeForest Richards[Docs] Move topics to new categories
2019-09-20 Saleem AbdulrasoolUnwind: avoid warning about unused typedef
2019-09-20 Jinsong Ji[NFC][PowerPC] Consolidate testing of common linkage...
2019-09-20 Mitch PhillipsRevert "[MachinePipeliner] Improve the TargetInstrInfo...
2019-09-20 Jan Kratochvil[lldb] Process formatters in reverse-chronological...
2019-09-20 Matt Morehouse[docs] Update structure-aware-fuzzing link.
2019-09-20 Erich KeaneEnsure AtomicExpr goes through SEMA checking after...
2019-09-20 Michael TrentCan't pass .dSYM directory to llvm-objdump -dsym= ...
2019-09-20 Craig Topper[Mips] Remove immarg test for intrinsics that no longer...
2019-09-20 Kristof UmannFix a documentation error
2019-09-20 Simon PilgrimFix -Wdocumentation warning. NFCI.
2019-09-20 Jinsong Ji[NFC][PowerPC] Refactor classifyGlobalReference
2019-09-20 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-09-20 Richard Smith[www] Turn 'Clang 9' boxes green in C++ status pages...
2019-09-20 Kristof UmannReland '[analyzer][MallocChecker][NFC] Document and...
2019-09-20 Roman Lebedev[NFC][InstCombine] Fixup newly-added tests
2019-09-20 Evgeniy Stepanov[MTE] Handle MTE instructions in AArch64LoadStoreOptimizer.
2019-09-20 Adrian PrantlDoxygenify comments.
2019-09-20 Yitzhak Mandelbaum[libTooling] Add `ifBound`, `elseBranch` RangeSelector...
2019-09-20 Craig Topper[SelectionDAG][Mips][Sparc] Don't allow SimplifyDemande...
2019-09-20 Sebastian Pop[aarch64] add def-pats for dot product
2019-09-20 Saleem AbdulrasoolUnwind: prevent unw_get_proc_info from returning stale...
2019-09-20 Stanislav MekhanoshinRemove assert from MachineLoop::getLoopPredecessor()
2019-09-20 Krzysztof Parzyszek[MVT] Add v256i1 to MachineValueType
2019-09-20 Roman Lebedev[InstCombine] Tests for (a+b)<=a && (a+b)!=0 fold ...
2019-09-20 Oliver Cruickshank[ARM] Fix CTTZ not generating correct instructions MVE
2019-09-20 Fangrui Song[ELF] Error if the linked-to section of a SHF_LINK_ORDE...
2019-09-20 Francesco Petrogalli[docs] Remove training whitespaces. NFC
2019-09-20 David StenbergAdd a missing space in a MIR parser error message
next