platform/upstream/llvm.git
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...
2018-10-03 Craig Topper[X86] Don't break CMOV pseudo instructions down by...
2018-10-03 Simon Pilgrim[X86] PUSH/POP 'mem-mem' instructions are not RMW ...
2018-10-03 Matthew VossAdd template type and value parameter metadata nodes...
2018-10-03 Matthew VossEmit template type and value parameter DIEs for templat...
2018-10-03 Simon Pilgrim[X86] Move Atomic binops to use WriteALURMW schedule...
2018-10-03 Martin Storsjo[COFF] Cope with weak aliases produced by GNU tools
2018-10-03 Julie Hockett[clang-doc] Avoid parsing undefined base classes
2018-10-03 Martin Storsjo[test] Use --sysroot instead of -B in print-multi-direc...
2018-10-03 Simon Pilgrim[X86][Btver2] Fix MMX PSHUFB schedule
2018-10-03 Simon Pilgrim[X86] Move Atomic CMPXCHG to WriteCMPXCHGRMW schedule...
2018-10-03 Mandeep Singh... [COFF, ARM64] Add _ReadWriteBarrier intrinsic
2018-10-03 Nico Weberlld-link: Several tweaks to default entry point selection.
2018-10-03 Simon Pilgrim[X86] Add SkylakeClient uops counter - same as the...
2018-10-03 Daniel SandersCorrect implementation of -verify-machineinstrs such...
2018-10-03 Adrian PrantlSkip test with older versions of clang
2018-10-03 Sanjay Patel[InstCombine] clean up foldVectorBinop(); NFC
2018-10-03 Daniel Sanders[globalisel][combines] Don't sink G_TRUNC down to use...
2018-10-03 Sanjay Patel[InstCombine] name change: foldShuffledBinop -> foldVec...
2018-10-03 Andrea Di Biagio[llvm-mca] Add support for move elimination in class...
2018-10-03 Simon Pilgrim[llvm-exegesis] Avoid yaml parser from calling sscanf...
2018-10-03 Nirav Dave[X86] Correctly use SSE registers if no-x87 is selected.
2018-10-03 Alex Bradbury[RISCV][NFC] Refactor RISCVDAGToDAGISel::Select
2018-10-03 James Henderson[ThinLTO]Expose cache entry expiration time option...
2018-10-03 Jonas Paulsson[RA CopyHints] Fix compile-time regression
2018-10-03 Clement Courbet[llvm-exegesis][NFC] Revert rL343682 "Fix unused variab...
2018-10-03 Clement Courbet[llvm-exegesis] Fix rL343680 in release mode.
2018-10-03 Pavel LabathPull FixupBreakpointPCAsNeeded into base class
2018-10-03 Clement Courbet[llvm-exegesis][NFC] Fix unused variable warning.
2018-10-03 Aaron PuchertThread safety analysis: Unwrap __builtin_expect in...
2018-10-03 Clement Courbet[llvm-exegesis] Resolve variant classes in analysis.
2018-10-03 Alex Bradbury[RISCV] Gate float<->int and double<->int conversion...
2018-10-03 Alex Bradbury[RISCV] Remove XLenVT==i32 assumptions from RISCVInstrI...
2018-10-03 Alex Bradbury[RISCV] Gate simm32 materialisation pattern and SW...
2018-10-03 Florian Hahn[LoopInterchange] Remove unused variable PreserveLCSSA...
2018-10-03 Alex Bradbury[RISCV] Remove RV64 test lines from umulo-128-legalisat...
2018-10-03 Jonas Toth[CodeGen] NFC fix pedantic warning from extra semicolon
2018-10-03 Jonas Toth[clang-tidy] NFC reorder registering in CppCoreGuidelin...
2018-10-03 Tim Renouf[AMDGPU] Fix for negative offsets in buffer/tbuffer...
2018-10-03 Simon Pilgrim[X86][Btver2] Most RMW instructions don't require an...
2018-10-03 Simon Pilgrim[X86] ALU/ADC RMW instructions should use the WriteRMW...
2018-10-03 George Rimar[ELF] - Fix BB after r343668
next