platform/upstream/llvm.git
2018-10-09 Justin Bogner[LV] Move test for r343954 into x86 subdirectory
2018-10-09 Heejin Ahn[WebAssembly] Improve readability of SIMD instructions...
2018-10-09 Rong XuRecommit r343993: [X86] condition branches folding...
2018-10-09 Cameron McInally[FPEnv] PatternMatcher support for checking FNEG ignori...
2018-10-09 Rui UeyamaAttempt to fix ubsan.
2018-10-09 Sanjay Patel[InstCombine] reverse 'trunc X to <N x i1>' canonicaliz...
2018-10-09 Zachary Turner[PDB] Fix another bug in globals stream name lookup.
2018-10-09 Jake Ehrlich[llvm-objcopy] Make -S an alias for --strip-all
2018-10-09 Adrian Prantlllvm-dwarfdump: Extend --name to also search DW_AT_link...
2018-10-09 Lang Hames[ORC] Promote and rename private symbols inside the...
2018-10-09 Nemanja Ivanovic[PowerPC] Implement hasBitPreservingFPLogic for types...
2018-10-09 Rui UeyamaCalculate an offset only once. NFC.
2018-10-09 Rui UeyamaRemove redundant `Symtab->`.
2018-10-09 Rui UeyamaSimplify. NFC.
2018-10-09 Matt Davis[compiler-rt] Remove unused formal parameters from...
2018-10-09 Rui UeyamaRemove a use of template to make code less abstracted.
2018-10-09 Craig Topper[X86] When lowering unsigned v2i64 setcc without SSE42...
2018-10-09 Richard SmithPR39231: fix null dereference when diagnosing deduction...
2018-10-09 Sam Clegg[SLPVectorizer] Check that lowered type is floating...
2018-10-09 Wolfgang Pieb[DWARF] Make llvm-dwarfdump display the .debug_loc...
2018-10-09 Sanjay Patel[InstCombine] add tests for extract subvector shuffles...
2018-10-09 Zachary TurnerFix lld test.
2018-10-09 Nico Weberlld-link: attempt to fix tests on Windows after r344061.
2018-10-09 Adrian PrantlAdd missing space
2018-10-09 Zachary Turner[PDB] Fix failure on big endian machines.
2018-10-09 Rui UeyamaAdd an entry to the release notes.
2018-10-09 Nico Weberlld-link: Use /pdbsourcepath: for more places when...
2018-10-09 Craig Topper[X86] Autogenerate complete checks. NFC
2018-10-09 Sanjay Patel[AArch64][x86] add tests for bitcasted fnabs; NFC
2018-10-09 Alexander Kornienko[clang-tidy] Fix handling of parens around new expressi...
2018-10-09 Yaxun Liu[CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited...
2018-10-09 Sanjay Patel[InstCombine] make helper function 'static'; NFC
2018-10-09 Eric Liu[clang-move] Fix broken json output.
2018-10-09 Haojian Wu[clangd] Fix an accident change in r342999.
2018-10-09 Louis Dionne[libcxx] Mark std::async race condition test as unsuppo...
2018-10-09 Louis Dionne[NFC][unwind] Improve error message when a type has...
2018-10-09 Guillaume ChateletFix function case.
2018-10-09 Guillaume Chatelet[llvm-exegesis] Fix invalid return type and add a Dump...
2018-10-09 Alexey Bataev[OPENMP][NVPTX] Support memory coalescing for globalize...
2018-10-09 Sanjay Patel[x86] use demanded bits to simplify masked store codegen
2018-10-09 Kamil RytarowskiMark intercept-rethrow-exception.cc as XFAIL on NetBSD
2018-10-09 Jonas Toth[clang-tidy] NFC fix warnings from missing braces
2018-10-09 Kamil RytarowskiDisable failing tests lib/asan/tests on NetBSD
2018-10-09 Jonas Toth[clangd] fix miscompiling lower_bound call
2018-10-09 Simon Pilgrim[SelectionDAG] Add SIGN_EXTEND_VECTOR_INREG and CONCAT_...
2018-10-09 Kamil RytarowskiSkip unsupported MSan tests on NetBSD
2018-10-09 Kamil RytarowskiMark 4 MSan tests as XFAIL for NetBSD
2018-10-09 Simon Atanasyan[mips] Fix FDE/CFI encoding in case of N32 ABI
2018-10-09 Simon Atanasyan[mips] Set pointer size to 4 bytes for N32 ABI
2018-10-09 Kamil RytarowskiMark MSan fork test as UNSUPPORTED on NetBSD
2018-10-09 Nemanja IvanovicFix buildbot failures with the newly added test case...
2018-10-09 Nemanja Ivanovic[PowerPC] Remove self-copies in pre-emit peephole
2018-10-09 Kamil RytarowskiReflect the current reality and disable lsan tests...
2018-10-09 Kamil RytarowskiUse PTHREAD_STACK_MIN conditionally in a test
2018-10-09 Kadir Cetinkaya[clangd] Mark colon as a safe character when percent...
2018-10-09 Guillaume Chatelet[llvm-exegesis] Fix wrong index type.
2018-10-09 Kristof Umann[analyzer][www] Add more useful links
2018-10-09 Sam McCall[clangd] Fix nondeterministic test
2018-10-09 Guillaume Chatelet[llvm-exegesis] Fix unused lambda capture.
2018-10-09 Guillaume Chatelet[llvm-exegesis][NFC] Use accessors for Operand.
2018-10-09 Aleksandr Urakov[ADT] Force the alignment of the `data` field of `Inter...
2018-10-09 Stephen Kelly[ASTMatcher] Add missing imaginaryLiteral
2018-10-09 Kadir Cetinkaya[clangd] Revert back to previous heuristic for diagnost...
2018-10-09 Eric Liu[clangd] Avoid cache main file status in preamble.
2018-10-09 Stephen KellyRemove non-existant typeloc matchers from documentation
2018-10-09 Stephen KellyRegenerate AST Matcher docs
2018-10-09 Stephen KellyFix indentation
2018-10-09 Aleksandr UrakovRevert "[ADT] Change the `IntervalMap` alignment assert...
2018-10-09 Simon Pilgrim[X86][AVX1] Enable *_EXTEND_VECTOR_INREG lowering of...
2018-10-09 Aleksandr Urakov[ADT] Change the `IntervalMap` alignment assert for...
2018-10-09 Gabor Horvath[analyzer] Support Reinitializes attribute in MisusedMo...
2018-10-09 Zinovy Nis[clang-tidy][docs] Update docs for `--check-suffixes`
2018-10-09 Zinovy Nis[clang-tidy] The patch extends the existing command...
2018-10-09 Chandler Carruth[CFG Printer] Add support for writing the dot files...
2018-10-09 George Burgess IVMake LocationSize a proper Optional type; NFC
2018-10-09 George Burgess IVUse locals instead of struct fields; NFC
2018-10-09 David Blaikiellvm-link: Improve diagnostic for module-level metadata...
2018-10-09 Fangrui Song[Index] Use locations to uniquify function-scope Bindin...
2018-10-09 Thomas Lively[WebAssembly][NFC] Rename test functions for builtins
2018-10-09 Matthias BraunExpandPostRAPseudos: Fix alldefsAreDead() not removing...
2018-10-08 Petar Jovanovic[MIPS GlobalISel] Legalize i64 add
2018-10-08 Matthias BraunTwoAddressInstructionPass: Modernize/fix some comments...
2018-10-08 Matthias BraunPHIElimination: Remove wrong comment; NFC
2018-10-08 Matthias BraunMachineFunctionPrinterPass: Declare SlotIndexes as...
2018-10-08 Nico Weberlld-link: Implement support for %_PDB% and %_EXT% for...
2018-10-08 Zachary TurnerRemove unused variable.
2018-10-08 Zachary Turner[PDB] fix a bug in global stream name lookup.
2018-10-08 Ali TamurIntroduce code_model macros
2018-10-08 Petar Jovanovic[DebugInfo] Fix debug information label tests
2018-10-08 Rong Xu[X86] Revert r343993 condition branches folding for...
2018-10-08 Sanjay Patel[DAGCombiner] simplify code for fmul with constant...
2018-10-08 Marshall ClowDo the math in uniform_int_distribution::operator(...
2018-10-08 Craig Topper[X86] Prefer isTypeLegal over checking isSimple in...
2018-10-08 Sanjay Patel[x86] add tests for phaddd/phaddw; NFC
2018-10-08 Rong Xu[X86] condition branches folding for three-way conditio...
2018-10-08 Scott Linder[AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
2018-10-08 Simon Pilgrim[X86][AVX2] Enable ZERO_EXTEND_VECTOR_INREG lowering...
2018-10-08 Charles Davis[CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_R...
2018-10-08 Sanjay Patel[x86] make horizontal binop matching clearer; NFCI
2018-10-08 Kamil RytarowskiRemove remnant code of using indirect syscall on NetBSD
next