platform/upstream/llvm.git
2019-11-07 Ilya Biryukov[clangd] Set RetainCommentsFromSystemHeaders to true
2019-11-07 dfukalov[AMDGPU] Fix bug introduced in 47a5c36b37f0
2019-11-07 Ilya Biryukov[Syntax] Silence "unused function" warning in no-assert...
2019-11-07 Georgii Rymar[llvm-readobj] - Simplify elf-hash-symbols.test. NFCI.
2019-11-07 Craig Topper[X86] Remove unused variable. NFC
2019-11-07 Craig Topper[X86] Remove dead code from combineStore.
2019-11-07 kristina[Clang] Add ENABLE_LINKER_BUILD_ID to Hurd driver.
2019-11-07 Eric ChristopherTemporarily Revert "[LV] Apply sink-after & interleave...
2019-11-07 Kelvin Li[OPENMP] [DOCS] fix section formatting issues [NFC]
2019-11-07 Wenlei HeKeep import function list for inlinee profile update
2019-11-07 Danilo Carvalho... [AArch64][SVE] Add remaining patterns and intrinsics...
2019-11-07 Nico WeberRevert "gn build: (manually) merge b5913e6d2f"
2019-11-07 Alexander ShaposhnikovRevert "Introduce llvm-install-name-tool"
2019-11-07 Matt ArsenaultAMDGPU: Select global atomicrmw fadd
2019-11-07 Matt ArsenaultTableGen: Remove assert that pattern results match...
2019-11-07 Eric ChristopherTemporarily Revert:
2019-11-07 shafik[LLDB] Adding caching to libc++ std::function formatter...
2019-11-06 Stanislav Mekhanoshin[AMDGPU] Add handling of 160 bit registers in analyzeRe...
2019-11-06 Saleem Abdulrasoolunwind: restore the LINKER_LANGUAGE
2019-11-06 Saleem Abdulrasoolunwind: reflow some of the build rules (NFC)
2019-11-06 Philip Reames[LoopPred] Enable new transformation by default
2019-11-06 Philip Reames[LoopPred] Selectively disable to preserve test cases
2019-11-06 Nico Webergn build: (manually) merge b5913e6d2f
2019-11-06 Eric ChristopherWhen lowering calls and tail calls in AArch64, the...
2019-11-06 Jonas Devlieghere[lldb] Mark ASan & TSan as test dependencies
2019-11-06 Alex Langford[test] Fix apple_simulator_test decorator when simulato...
2019-11-06 Jonas Devlieghere[lldb] Remove dead code from STLUtils.h
2019-11-06 Lang Hames[docs] Fix references to a renamed flag.
2019-11-06 Roman Lebedev[ConstantRange] Add `subWithNoWrap()` method
2019-11-06 Roman Lebedev[ConstantRange] Cleanup addWithNoWrap() by just piggyba...
2019-11-06 Roman Lebedev[ConstantRange] TestAddWithNo*WrapExhaustive: check...
2019-11-06 Lang Hames[JITLink] Refactor EH-frame handling to support eh...
2019-11-06 Fred RissTestuite: Support Asan test with remote testing
2019-11-06 shafik[LLDB] Fix handling for the clang name mangling extensi...
2019-11-06 Alexandre Ganea[Orc] Fix iterator usage after remove
2019-11-06 Kazu Hirata[JumpThreading] Factor out code to clone instructions...
2019-11-06 Philip Reames[WC] Fix a subtle bug in our definition of widenable...
2019-11-06 Dávid Bolvanský[Analysis] Attribute deref/deref_or_null should not...
2019-11-06 Haibo Huang[lldb] Record framework build path and use it everywhere
2019-11-06 Philip Reames[LoopPred] Fix two subtle issues found by inspection
2019-11-06 Joel E. Denny[lit] Protect full test suite from FILECHECK_OPTS
2019-11-06 Craig Topper[X86] Clamp large constant shift amounts for MMX shift...
2019-11-06 Eli Friedman[AArch64] Re-add patterns for (s/u)mull2.
2019-11-06 paulhoad[clang-format] [NFC] update the documentation in Format...
2019-11-06 Alexander ShaposhnikovIntroduce llvm-install-name-tool
2019-11-06 Steven WuFix a typo in my previous commit
2019-11-06 David Tenty[NFC] Add SUPPORT_PLUGINS to add_llvm_executable()
2019-11-06 Quentin Colombet[GISel][ArtifactCombiner] Relax the constraint to combi...
2019-11-06 Steven Wu[Object][MachO] Rewrite macho-invalid-fat-arch-size...
2019-11-06 Dávid Bolvanský[X86TargetTransformInfo] Fixed warning: Expression...
2019-11-06 Simon Pilgrim[X86] Fix SLM v2i64 ADD/Sub/CMPEQ instruction schedules
2019-11-06 Simon Pilgrim[X86] Fix SLM v2f64 ADD/MUL + FP BLEND/HADD instruction...
2019-11-06 Dávid Bolvanský[X86ISelLowering] Fixed typo in assert. NFCI.
2019-11-06 Saleem Abdulrasoolunwind: disable RTTI during the build of libunwind
2019-11-06 Craig Topper[X86] Add 'fxsr' feature to -march=pentium2 to match...
2019-11-06 Craig Topper[X86] Add 'mmx' to all CPUs that have a version of...
2019-11-06 Simon Pilgrim[CostModel][X86] Improve add vXi64 + fadd vXf64 reducti...
2019-11-06 paulhoad[clang-format] [RELAND] Remove the dependency on frontend
2019-11-06 paulhoad[clang-format] Assert that filenames are not empty
2019-11-06 Simon Pilgrim[CostModel][X86] Add add/fadd reduction tests for SLM
2019-11-06 Simon PilgrimCodeGenInstruction - fix uninitialized variable warning...
2019-11-06 Simon PilgrimLoopAccessAnalysis - fix uninitialized variable warning...
2019-11-06 Simon PilgrimBranchProbabilityInfo - fix uninitialized variable...
2019-11-06 Louis Dionne[libcxx] Make generate_feature_test_macro_components...
2019-11-06 Saleem AbdulrasoolRevert "build: explicitly set the linker language for...
2019-11-06 Yitzhak Mandelbaum[libTooling] Fix breakage from change #84922
2019-11-06 Don Hinton[CommandLine] Add inline ArgName printing
2019-11-06 Yitzhak Mandelbaum[libTooling] Small changes in Transformer API.
2019-11-06 Jon Chesterfield[libomptarget] Revert all improvements to support
2019-11-06 Yitzhak Mandelbaum[libTooling] Simplify type structure of `Stencil`s.
2019-11-06 Pavel LabathDWARFDebugLoclists: Move to a incremental parsing model
2019-11-06 Yitzhak Mandelbaum[clang-tidy] Update TransformerClangTidyCheck to use...
2019-11-06 Miloš Stojanović[NFC][APInt] Fix typos in comments.
2019-11-06 Pavel Labathlldb/docs: update the lldb-x86_64-debian bot url
2019-11-06 Pavel Labathlldb: Skip reproducer+expression evaluation test on...
2019-11-06 Haojian Wu[clangd] Improve the output of rename tests where there...
2019-11-06 Sanjay Patel[x86] avoid crashing when splitting AVX stores with...
2019-11-06 Ilya Biryukov[Support] fix mingw-w64 build
2019-11-06 Simon Pilgrim[X86] Fix uninitialized variable warnings. NFCI.
2019-11-06 Simon PilgrimX86FoldTablesEmitter - fix static analyzer potential...
2019-11-06 Simon Pilgrim[X86] LowerAVXExtend - fix dodgy self-comparison assert.
2019-11-06 Momchil Velikov[AArch64] Move the branch relaxation pass after BTI...
2019-11-06 Simon Pilgrim[APInt] Fix implicit truncation warning in bitsToFloat...
2019-11-06 Roman Lebedev[LoopUnroll] countToEliminateCompares(): fix handling...
2019-11-06 Roman Lebedev[NFC][LoopUnroll] Update test coverage for peeling...
2019-11-06 Louis Dionne[libc++][P0202] Marked algorithms copy/copy_n/copy_if...
2019-11-06 Benjamin KramerSilence warning, PyMODINIT_FUNC already contains extern "C"
2019-11-06 dfukalov[AMDGPU] Improve code size cost model (part 2)
2019-11-06 Tim NorthoverNeonEmitter: remove special 'a' type modifier.
2019-11-06 Sjoerd Meijer[TTI][LV] preferPredicateOverEpilogue
2019-11-06 Tim NorthoverNeonEmitter: switch to enum for internal Type represent...
2019-11-06 Ilya Biryukov[Syntax] Add nodes for most common statements
2019-11-06 Simon Tatham[ARM,MVE] Add intrinsics for gather/scatter load/stores.
2019-11-06 Simon Tatham[ARM,MVE] Integer-type nitpicks in MVE intrinsics.
2019-11-06 Simon Tatham[clang,MveEmitter] Fix sign/zero extension in range...
2019-11-06 Simon Tatham[ARM MVE] Remove accidental 64-bit vst2/vld2 intrinsics.
2019-11-06 Haojian Wu[clangd] Implement a function to lex the file to find...
2019-11-06 paulhoadclang-format: Add a fallback style to Emacs mode
2019-11-06 paulhoad[clang-format] [PR35518] C++17 deduction guides are...
2019-11-06 LLVM GN Syncbotgn build: Merge 24130d661ed
next