platform/upstream/llvm.git
2019-03-25 Clement Courbet[clang-tidy] Fix more false positives for bugprone...
2019-03-25 Craig Topper[X86] Update some of the getMachineNode calls from...
2019-03-25 Craig Topper[X86] When selecting (x << C1) op C2 as (x op (C2>...
2019-03-25 Craig Topper[X86] Remove GetLo8XForm and use GetLo32XForm instead...
2019-03-25 Craig Topper[X86] Remove a couple unused SDNodeXForms. NFC
2019-03-25 Craig TopperRevert r356688 "[X86] Don't avoid folding multiple...
2019-03-25 Brian GesiakUn-revert "[coroutines][PR40978] Emit error for co_yiel...
2019-03-24 Simon Pilgrim[X86][SSE41] Start shuffle combining from ZERO_EXTEND_V...
2019-03-24 Craig Topper[X86] Make _bswap intrinsic a function instead of a...
2019-03-24 Heejin Ahn[WebAssembly] Rename a variable in CFGSort (NFC)
2019-03-24 Craig Topper[LegalizeDAG] Expand i16 bswap directly to a rotate...
2019-03-24 Simon Pilgrim[X86] Remove icmp undef from reduced tests
2019-03-24 Simon Pilgrim[X86][AVX] Start shuffle combining from ZERO_EXTEND_VEC...
2019-03-24 Teresa Johnson[CGP] Make several static functions member functions...
2019-03-24 George RimarRecommit r356738 "[llvm-objcopy] - Implement replaceSec...
2019-03-24 Sanjay Patel[x86] improve the default expansion of uaddsat/usubsat
2019-03-24 Simon Pilgrim[SLPVectorizer] shouldReorderOperands - just check...
2019-03-24 George Rimar[llvm-objcopy] - Report SHT_GROUP sections with invalid...
2019-03-24 Nikita Popov[ConstantRange] Add getFull() + getEmpty() named constr...
2019-03-24 Fangrui Song[pp-trace] Delete redundant clang::
2019-03-24 Fangrui Song[pp-trace] Wrap code in clang::pp_trace
2019-03-24 Fangrui Song[pp-trace] Modernize the code
2019-03-24 Craig Topper[X86] Add BSR/BSF/BSWAP intrinsics to ia32intrin.h...
2019-03-24 Sam Clegg[WebAssembly] Fix test/Driver/wasm-toolchain.c in the...
2019-03-23 Nico Webergn build: Merge r356820
2019-03-23 Nico Webergn build: Add build files for modularize and pp-trace
2019-03-23 Hubert TongFix typos in compiler-rt/lib/builtins/atomic.c
2019-03-23 Hubert Tonglibclang/CIndexer.cpp: Use loadquery() on AIX for path...
2019-03-23 Sylvestre LedruSync some doc changes ClangFormatStyleOptions.rst with...
2019-03-23 Simon PilgrimFix unused variable warning on non-asserts builds....
2019-03-23 Simon PilgrimRemove unused function argument. NFCI.
2019-03-23 Simon PilgrimFix unused variable warning. NFCI.
2019-03-23 Fangrui Song[DWARF] Delete a stray break and a stray comment. NFC
2019-03-23 Simon Pilgrim[X86][SLP] Show example of failure to uniformly commute...
2019-03-23 Sanjay Patel[x86] reduce code duplication; NFC
2019-03-23 Paul Hoad[clang-format] Keep protobuf "package" statement on...
2019-03-23 Paul HoadClang-format: add finer-grained options for putting...
2019-03-23 Paul Hoad[clang-format] correctly format protobuf fields named...
2019-03-23 Simon Pilgrim[SLPVectorizer] reorderInputsAccordingToOpcode - use...
2019-03-23 Nikita Popov[LowerSwitch] Use ConstantRange::fromKnownBits(); NFC
2019-03-23 Simon Pilgrim[SLPVectorizer] Don't repeat VL.size() call. NFCI.
2019-03-23 Alexey Lapshin [DebugInfo] follow up for "add SectionedAddress to...
2019-03-23 Vitaly Buka[gn] Add clang-tools-extra/clang-tidy/tool/BUILD.gn
2019-03-23 Vitaly Buka[gn] Add clang-tools-extra/clang-tidy/tool/BUILD.gn
2019-03-23 Juergen RibutzkaDisable MachO TBD write tests for Windows.
2019-03-22 Jonas Devlieghere[Reproducers] Fix GDB remote flakiness during replay
2019-03-22 Fedor Sergeev[Legacy][TimePasses] allow -time-passes reporting into...
2019-03-22 Juergen RibutzkaFollowup for r356820 to fix the bots.
2019-03-22 Peter CollingbourneIRGen: Remove StructorType; thread GlobalDecl through...
2019-03-22 Paul Hoad[clang-format][NFC] correct the release notes
2019-03-22 Juergen Ributzka[TextAPI] TBD Reader/Writer
2019-03-22 Davide Italiano[ScriptInterpreter] Remove a warning and reformat comments.
2019-03-22 Marshall ClowFix a minor bug with std::next and prev not and negativ...
2019-03-22 Thomas Lively[WebAssembly] Make driver -pthread imply linker --share...
2019-03-22 Davide Italiano[ScriptInterpreter] Make sure that PYTHONHOME is right.
2019-03-22 Alexandre Ganea[LLD][COFF] Separate module descriptors creation from...
2019-03-22 Simon Pilgrim[SLP] Remove redundancy of performing operand reorderin...
2019-03-22 Reid Kleckner[pdb] Add -type-stats and sort stats by descending...
2019-03-22 Rui UeyamaSimplify PltSection.
2019-03-22 Douglas YungRevert "[llvm-readobj] Separate `Symbol Version` dumper...
2019-03-22 Simon Pilgrim[TargetLowering] SimplifyDemandedBits trunc(srl(x,...
2019-03-22 Eli Friedman[ARM] Don't form "ands" when it isn't scheduled correctly.
2019-03-22 Craig Topper[X86] Use xmm registers to implement 64-bit popcnt...
2019-03-22 Craig Topper[X86] Use movq for i64 atomic load on 32-bit targets...
2019-03-22 Jonas DevlieghereRevert minidump changes
2019-03-22 Thomas Lively[WebAssembly] Add linker options to control feature...
2019-03-22 Louis Dionne[libc++] Update the list of symbols exported from libc...
2019-03-22 Daniel SandersFix non-determinism in Reassociate caused by address...
2019-03-22 Roman Lebedev[clang-tidy] openmp-exception-escape - a new check
2019-03-22 Roman Lebedev[clang-tidy] openmp-use-default-none - a new check
2019-03-22 Roman Lebedev[clang-tidy] A new OpenMP module
2019-03-22 Roman Lebedev[NFC] ExceptionEscapeCheck: small refactoring
2019-03-22 Louis Dionne[libc++] Re-export the sjlj ABI v2 for ARM architectures
2019-03-22 Bjorn Pettersson[KnownBits] Add const to some methods. NFC
2019-03-22 Alexander Kornienko[clang-tidy] Move all checks to the new registerPPCallb...
2019-03-22 Alexander KornienkoFix clang-move test.
2019-03-22 Evandro Menezes[clang] Add support for Exynos M5 (NFC)
2019-03-22 Evandro Menezes[AArch64, ARM] Add support for Exynos M5
2019-03-22 Alexander Kornienko[clang-tidy] anyOf(hasName(..), hasName(..)) -> hasAnyName
2019-03-22 Eli Friedman[ARM] [NFC] Use tGPR in patterns where appropriate.
2019-03-22 Sanjay Patel[SLP] fix variables names in test; NFC
2019-03-22 James Y KnightIR: Support parsing numeric block ids, and emit them...
2019-03-22 Alexander Kornienko[clangd] Call the new ClangTidyCheck::registerPPCallbac...
2019-03-22 Simon Pilgrim[X86] Regenerate powi tests to include i686 x87/sse...
2019-03-22 Simon Pilgrim[X86] Add PR13897 test case (i128 mul on i686)
2019-03-22 Nikita Popov[ValueTracking] Avoid redundant known bits calculation...
2019-03-22 Simon Pilgrim[X86] lowerShuffleAsBitMask - ensure float bit masks...
2019-03-22 Alina Sbirlea[AliasAnalysis] Second prototype to cache BasicAA ...
2019-03-22 Philip Reames[Tests] Add masked.gather tests for non-constant masks...
2019-03-22 Bixia Zheng[ConstantFolding] Fix GetConstantFoldFPValue to avoid...
2019-03-22 Nico WeberMake clang-move use same file naming convention as...
2019-03-22 Philip Reames[tests] Add a generic masked.gather test to show someti...
2019-03-22 Philip Reames[tests] Add tests for converting masked.load to load...
2019-03-22 Xing GUO[llvm-readobj] Revert bad changes
2019-03-22 Carey Williams[ARM] Fix bug 39982 - pcs("aapcs-vfp") is not consistent
2019-03-22 Philip Reames[Tests] Use valid alignment in masked.gather tests
2019-03-22 Brian GesiakRevert "[coroutines][PR40978] Emit error for co_yield...
2019-03-22 Pavel LabathRevert "Move the rest of the sections over to DWARFCont...
2019-03-22 Nico Webergn build: Merge r356750
2019-03-22 Nico Webergn build: Merge r356570
next