platform/upstream/llvm.git
2018-10-04 Brad SmithThe Python 3 part of the script was missed when adding...
2018-10-04 Reid KlecknerUpdate Clang Windows getting started docs
2018-10-04 Shoaib Meenai[AST] Revert mangling changes from r339428
2018-10-04 Stephen Kelly[NestedNameSpecifier] Add missing stream-specific dump...
2018-10-04 Sanjay Patel[InstCombine] reduce code duplication in SimplifyDemand...
2018-10-04 James Y KnightGive same-named members unique timestamps on Darwin...
2018-10-04 Daniel Sanders[globalisel][combine] Improve the truncate placement...
2018-10-04 Sanjay Patel[x86] add test for SSE sqrtss register dep (PR22206)
2018-10-04 Sam McCall[clangd] Simplify Dex query tree logic and fix missing...
2018-10-04 Sam McCall[clangd] Dex: FALSE iterator, peephole optimizations...
2018-10-04 Sam McCall[clangd] Add std::move for converting-return to satisfy...
2018-10-04 Matthias BraunAArch64: Fix XSeqPairs/WSeqPairs problems
2018-10-04 Farhana Aleen[AMDGPU] Match signed dot4/8 pattern.
2018-10-04 Jonas Toth[clang-tidy] fix failing unit tests
2018-10-04 Jonas Toth[clangd] fix another ambigous constructor in DexTest
2018-10-04 Simon Pilgrim[llvm-mca][x86] Add PR36951 ReadAfterLd test case
2018-10-04 Sanjay Patel[InstCombine] allow bitcast to/from FP for vector inser...
2018-10-04 Sam McCall[clangd] Fix ambiguous constructor in DexTest
2018-10-04 Jonas Toth[clang-tidy] NFC use CHECK-NOTES in tests for fuchsia...
2018-10-04 Jonas Toth[clang-tidy] NFC use CHECK-NOTES in tests for performan...
2018-10-04 Louis Dionne[clang] Add the exclude_from_explicit_instantiation...
2018-10-04 Jonas Toth[clang-tidy] fix PR39167, bugprone-exception-escape...
2018-10-04 Jonas Toth[clang-tidy] Added pointer types to clang-tidy readabil...
2018-10-04 Andrea Di Biagio[llvm-mca] Move field 'AllowZeroMoveEliminationOnly...
2018-10-04 Simon Pilgrim[X86][AVX] Add PR39161 test case for v4f64 zzww shuffle
2018-10-04 Jonathan Peyton[OpenMP][OMPT] Fix unsafe initialization of ompt_data_t...
2018-10-04 Sid Manning[ELF][HEXAGON] Add support for GOT relocations.
2018-10-04 Greg Bedwell[utils] Ensure that update_mca_test_checks.py writes...
2018-10-04 Greg Bedwell[utils] simple refactor in update_mca_test_checks.py...
2018-10-04 Alex Bradbury[RISCV] Remove overzealous is64Bit checks
2018-10-04 Sam McCall[clangd] expose MergedIndex class
2018-10-04 Sam McCall[clangd] clangd-indexer gathers refs and stores them...
2018-10-04 Sam McCall[clangd] Remove one-segment-skipping from Dex trigrams.
2018-10-04 David Greene[X86] Set correct MMO offset on scalarized load pieces
2018-10-04 Sam McCall[cland] Dex: fix/simplify short-trigram generation
2018-10-04 Sam McCall[clangd] Dex: FALSE iterator, peephole optimizations...
2018-10-04 Simon Pilgrim[llvm-mca][x86] Add tests demonstrating ReadAfterLd...
2018-10-04 Fedor Sergeev[PassTimingInfo] cleanup on TimingData's Timer handling
2018-10-04 Guillaume Chatelet[llvm-exegesis][NFC] Improve parsing of the YAML files
2018-10-04 Kristof Umann[doc] Update the programmer's manual about SmallSet...
2018-10-04 Tatyana KrasnukhaRe-commit r343500 "Fix build with GCC < 5.0 (PR39131)"
2018-10-04 Martin Bohme[clang-tidy] Sequence statements with multiple parents...
2018-10-04 Haojian Wu[Index] Respect "IndexFunctionLocals" option for type...
2018-10-04 Andrea Di Biagio[llvm-mca] Check for inconsistencies when constructing...
2018-10-04 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2018-10-04 Sam McCall[clangd] Revert accidental flag change
2018-10-04 Haojian Wu[clangd] Use canonical declarations in ReferenceFinder.
2018-10-04 George Rimar[ELF] - Simplify. NFCI.
2018-10-04 Petr Pavlu[constexpr] Fix ICE when memcpy() is given a pointer...
2018-10-04 Sam McCall[clangd] Support refs() in dex. Largely cloned from...
2018-10-04 Sam McCall[clangd] clangd-indexer: Drop support for MR-via-YAML
2018-10-04 Sjoerd Meijer[AArch64][ARM] Context sensitive meaning of crypto
2018-10-04 Alex Bradbury[RISCV][NFC] Remove dead CHECK lines from vararg.ll...
2018-10-04 Alex Bradbury[RISCV] Bugfix for floats passed on the stack with...
2018-10-04 Clement Courbet[llvm-exegesis][NFC] Test sched class names only in...
2018-10-04 Craig Topper[X86] Merge matchANDXORWithAllOnesAsANDNP into combineA...
2018-10-04 Petr Hosek[CMake] Use just basename when copying C++ ABI headers
2018-10-04 Alex Bradbury[RISCV][NFC] Fix naming of RISCVISelLowering::{LowerRET...
2018-10-04 Fangrui Song[llvm-exegesis] Unbreak analysis-uops-variant.test...
2018-10-04 Craig Topper[LegalizeIntegerTypes] Fix typo in comment. NFC
2018-10-04 Matt MorehouseUse std::make_pair rather than brace initialization.
2018-10-04 Shoaib Meenai[ELF] Fix typo. NFC
2018-10-04 George Karpenkov[analyzer] [quickfix] Temporarily disabling a failing...
2018-10-03 Derek Schuff[WebAssembly] Add WebAssembly to LLVM_ALL_TARGETS
2018-10-03 Shoaib Meenai[ELF] Fix crash on invalid undefined local symbols
2018-10-03 Jordan Rupprecht[llvm-nm] Update clang tests based on changed llvm...
2018-10-03 Jordan Rupprecht[llvm-nm] Update lld tests based on changed llvm-nm...
2018-10-03 Jordan Rupprecht[llvm-nm] Print an explicit "no symbols" message when...
2018-10-03 Alex Bradbury[RISCV] Handle redundant SplitF64+BuildPairF64 pairs...
2018-10-03 Nick Desaulniers[SEMA] split ExtWarn dupl-decl-spec's into Extension...
2018-10-03 Thomas Lively[WebAssembly] Bitselect intrinsic and instruction
2018-10-03 Fangrui SongRevert "[ASTMatchers] Fix DynamicASTMatchersTests again"
2018-10-03 Alex Bradbury[RISCV][NFC] Refactor LocVT<->ValVT converstion in...
2018-10-03 Artem Dergachev[analyzer] [tests] [quickfix] Make more test more resil...
2018-10-03 George Karpenkov[analyzer] Do not crash if the assumption added in...
2018-10-03 Derek Schuff[WebAssembly] Refactor use of signatures
2018-10-03 Derek Schuff[WebAssembly] Refactor WasmSignature and use it for...
2018-10-03 Rui UeyamaMinor refacotring of Relocations.cpp. NFC.
2018-10-03 Daniel Sanders[machineverifier] Detect PHI's that are preceeded by...
2018-10-03 Simon Atanasyan[mips] Remove -allow-deprecated-dag-overlap flag from...
2018-10-03 Sean Fertile[PPC64] Test documenting toc-restore after interposable...
2018-10-03 Sean Fertile[PPC64] Add test documenting toc-restore when linking...
2018-10-03 Sanjay Patel[InstCombine] allow SimplifyDemandedVectorElts to work...
2018-10-03 Jan KratochvilFix buildbot regression by rL339929: NameError: global...
2018-10-03 Louis Dionne[libc++][NFC] Add error messages to a couple of static_...
2018-10-03 Heejin AhnMake meanings of variables clearer in action table...
2018-10-03 Craig Topper[X86] Stop promoting vector ISD::SELECT to vXi64.
2018-10-03 Fangrui Song[ASTMatchers] Fix DynamicASTMatchersTests again
2018-10-03 Fangrui Song[test] Fix -Wunused-variable in rC343665
2018-10-03 Stephen KellyRemove stray character from docs
2018-10-03 Stephen KellyUpdate documentation for correctness
2018-10-03 Shafik YaghmourAdding skipIf to std::variant libc++ data-formatter...
2018-10-03 Stephen KellyAdd matchers missing from dynamic AST registry
2018-10-03 Stephen KellySort list of matchers
2018-10-03 George Karpenkov[analyzer] [tests] [quickfix] Make the test more resili...
2018-10-03 Sanjay Patel[InstCombine] add tests for binop undef-into-constant...
2018-10-03 Craig Topper[X86] Add CMOV_VK2/VK4 pseudos and remove lowering...
2018-10-03 Alex Bradbury[RISCV][NFCI] Handle redundant splitf64+buildpairf64...
2018-10-03 Patrick Lyster[OPENMP] Add reverse_offload clause to requires directive
2018-10-03 Craig Topper[X86] Add CMOV pseudos for VR128X and VR256X register...
next