platform/upstream/llvm.git
2018-09-23 Fangrui Song[Index] Report specialization bases as references when...
2018-09-23 Craig Topper[X86] Add isel pattern for (v8i16 (sext (v8i1))) with...
2018-09-23 Craig Topper[X86] Fix a few typos in comments.
2018-09-23 Lang Hames[ORC] Update ORC C bindings to use the new llvm::Error...
2018-09-23 Eric FiselierFix modules build with shared library.
2018-09-22 Craig Topper[DAGCombiner] Simplify some code in visitBITCAST. NFCI
2018-09-22 Fangrui Song[Index] Fix header guard naming
2018-09-22 Tri Vo[AArch64] Support adding X[8-15,18] registers as CSRs.
2018-09-22 Aaron PuchertEliminate some unneeded signed/unsigned conversions
2018-09-22 Louis Dionne[NFC][libc++] Fix typo in the description of LIBCXX_INC...
2018-09-22 Eric FiselierMark [[nodiscard]] tests unsupported on GCC prior to 7.0
2018-09-22 Eric FiselierFix UB in SIMD tests.
2018-09-22 Roman Lebedev[libcxx] Readjust nodiscard_extensions.pass.cpp test...
2018-09-22 Eric FiselierMark test as flaky
2018-09-22 Eric FiselierUpdate docs to reference new libc++ mailing lists.
2018-09-22 Eric FiselierCorrect docs to reference the new libc++ lists.
2018-09-22 Eric FiselierFix incorrectly aligned exceptions in 32 bit builds.
2018-09-22 Roman Lebedev[libcxx] Blind attempt to fix harmless leak in nodiscar...
2018-09-22 Louis Dionne[libcxx] Fix the definition of the check-cxx-abilist...
2018-09-22 Caroline TiceFix codemodels.c test case (only test mcmodel=medium...
2018-09-22 Louis Dionne[libunwind][NFC] Suppress unused parameter warnings
2018-09-22 Zhihao YuanDocument new symbols for __u64toa and __u32toa
2018-09-22 Craig Topper[DAGCombiner] Rewrite r331896 in a different way to...
2018-09-22 Roman Lebedev[libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODIS...
2018-09-22 Yonghong Song[bpf] Test case for symbol information in object file
2018-09-22 Sanjay Patel[InstCombine][x86] try even harder to convert blendv...
2018-09-22 Dimitry AndricSimilar to the handling of darwin target triples, strip...
2018-09-22 Raphael IsemannChange type of m_user_expression_start_pos to size_t
2018-09-22 Dimitry AndricRemove a bunch of empty subdirectories. NFCI.
2018-09-22 Sylvestre Ledruuse the current url for bugzilla
2018-09-22 Sylvestre Ledruupdate the links to use https
2018-09-22 George Rimar[lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.
2018-09-22 Simon Atanasyan[mips] Provide more detailed description for MIPS targe...
2018-09-22 Simon Atanasyan[mips] Remove obsoleted "experimental" tag from MIPS...
2018-09-22 Craig Topper[InstCombine] Fold (min/max ~X, Y) -> ~(max/min X,...
2018-09-22 Craig Topper[X86] Fix inline expansion for memset in x32
2018-09-22 Craig Topper[X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -...
2018-09-22 Richard TrieuUpdate smart pointer detection for thread safety analysis.
2018-09-22 Leonard Chan[Lexer] Add udefined_behavior_sanitizer feature
2018-09-22 Vyacheslav... Test commit.
2018-09-21 Jordan Rupprecht[llvm-size] Berkeley formatting: use tabs instead of...
2018-09-21 Aaron PuchertThread safety analysis: Make printSCFG compile again...
2018-09-21 Caroline TiceFix codemodels.c test case (only test mcmodel-kernel...
2018-09-21 Craig Topper[X86] Teach fast isel to use MOV32ri64 for loading...
2018-09-21 Aaron PuchertThread safety analysis: Make sure FactEntrys stored...
2018-09-21 Warren Ristow[Loop Vectorizer] Abandon vectorization when no integer...
2018-09-21 Aaron BallmanMove individual benchmark targets into the Utils folder...
2018-09-21 Zachary TurnerTry moving this function to another file.
2018-09-21 Lang Hames[ORC] In RTDyldObjectLinkingLayer, only call NotifyFree...
2018-09-21 Aaron BallmanAdd benchmark and benchmark_main to the Utils folder...
2018-09-21 Zachary TurnerAdd missing include.
2018-09-21 Zachary Turner[NativePDB] Add support for reading function signatures.
2018-09-21 Zachary Turner[PDB] Add native reading support for UDT / class types.
2018-09-21 Fedor Sergeev[New PM][PassInstrumentation] Adding PassInstrumentatio...
2018-09-21 Martin Storsjo[COFF] Support linking to import libraries from GNU...
2018-09-21 Adrian Prantlllvm-dwarfdump --statistics: Unique abstract origins...
2018-09-21 Sanjay Patel[x86] add more tests for poetntial andnp splitting...
2018-09-21 Richard TrieuMake compare function in r342648 have strict weak ordering.
2018-09-21 Simon Pilgrim[X86] Add AVX512 target to load scalar to vector tests
2018-09-21 Wouter van... [WebAssembly] Simplified selecting asmmatcher stack...
2018-09-21 Jorge Gorbe... Test commit. Removed a blank line.
2018-09-21 George Karpenkov[analyzer] Process state in checkEndFunction in RetainC...
2018-09-21 George Karpenkov[analyzer] Highlight sink nodes in red
2018-09-21 George Karpenkov[analyzer] Associate diagnostics created in checkEndFun...
2018-09-21 George Karpenkov[analyzer] [NFC] Prefer make_unique over "new"
2018-09-21 George Karpenkov[analyzer] Fix bug in isInevitablySinking
2018-09-21 George Karpenkov[analyzer] [NFC] Dead code removal
2018-09-21 Pirama Arumuga... [libc++abi] is_strcmp parameter to is_equal is unused...
2018-09-21 Vlad TsyrklevichSafeStack: Fix flaky test (PR39001)
2018-09-21 Tatyana KrasnukhaMove architecture-specific address adjustment to archit...
2018-09-21 Thomas Lively[WebAssembly][NFC] Rename simd-conversions test to...
2018-09-21 Caroline TicePass code-model through Module IR to LTO which will...
2018-09-21 JF Bastien[NFC] use bit_cast in PointerSumType
2018-09-21 Caroline TiceAdd necessary support for storing code-model to module IR.
2018-09-21 Tatyana Krasnukhabuild: add libedit to include paths
2018-09-21 Sanjay Patel[x86] add (negative) andnp test for D52318; NFC
2018-09-21 Sanjay Patel[x86] add test with optsize attribute for scalar->vecto...
2018-09-21 Rui UeyamaUpdate release notes.
2018-09-21 Wouter van... [WebAssembly] Made assembler only use stack instruction...
2018-09-21 Artem Belevich[CUDA] Fixed parsing of optional template-argument...
2018-09-21 Krzysztof Parzyszek[Hexagon] Avoid functions with exception handling in...
2018-09-21 JF Bastien[NFC] remove unused variable
2018-09-21 Artem Belevich[CUDA] Ignore uncallable functions when we check for...
2018-09-21 Rui UeyamaUpdate release notes.
2018-09-21 Kostya Kortchinsky[sanitizer] Move __sanitizer_set_death_callback to...
2018-09-21 Dimitry AndricAlign AArch64 and i386 image base to superpage
2018-09-21 Dean Michael... [XRay][compiler-rt] Update use of internal_mmap
2018-09-21 Daniel Sanders[tblgen] Fix undefined behaviour when assigning integer...
2018-09-21 Sameer Sahasrabuddherevert changes from r342722
2018-09-21 Matthias BraunAArch64FastISel: Abort if we failed to select operand...
2018-09-21 Alexey Bataev[OPENMP] Disable emission of the class with vptr if...
2018-09-21 Sanjay Patel[InstCombine] add tests for extractelement; NFC
2018-09-21 JF Bastien[ADT] restrict bit_cast to trivially-constructible To
2018-09-21 Alexey Bataev[OPENMP][NVPTX] Enable support for lastprivates in...
2018-09-21 Alexey Bataev[OPENMP][NVPTX] Add support for lastprivates/reductions...
2018-09-21 Clement Courbet[X86][Sched] Add zero idiom sched data to the SNB model.
2018-09-21 Bruno Ricci[AST][NFC] DeclarationName.h : add missing parentheses...
2018-09-21 JF BastienNFC: deduplicate isRepeatedBytePattern from clang to...
2018-09-21 Tatyana KrasnukhaAdd dependency on llc required by find-variable-dwo...
2018-09-21 Tatyana KrasnukhaSkip test if gcc version is less than 7.1 since it...
next