platform/upstream/llvm.git
2019-01-30 Roman Lebedev[ASTDumper][OpenMP] CapturedDecl has a 'nothrow' bit
2019-01-30 George Rimar[llvm-readobj] - Few minor cleanups. NFC.
2019-01-30 Stefan Granitz[CMake] Accept entitlements for code signing in add_lld...
2019-01-30 Stefan Granitz[CMake] Accept ENTITLEMENTS in llvm_add_library()
2019-01-30 Sanjay Patel[InstCombine][x86] add tests for addcarry intrinsic...
2019-01-30 Jordan Rupprecht[llvm-objcopy] Support -X|--discard-locals.
2019-01-30 Jordan Rupprecht[llvm-objcopy][NFC] More error propagation
2019-01-30 Ilya Biryukov[clangd] Drop fixes if replying with tweaks resulted...
2019-01-30 George Rimar[llvm-readobj] - Simplify the code.
2019-01-30 Ben Hamilton[clang-format] Fix line parsing for noexcept lambdas
2019-01-30 Max KazantsevProperly use DT.verify in LoopSimplifyCFG
2019-01-30 Yaxun Liu[HIP] Fix size_t for MSVC environment
2019-01-30 Max KazantsevEnable IRCE for narrow latch by defailt
2019-01-30 Eric Liu[OpenGL] Fix test on PPC after r352540
2019-01-30 Anastasia Stulova[OpenCL] Add generic addr space to the return of implic...
2019-01-30 Shiva Chen[RISCV] Insert R_RISCV_ALIGN relocation type and Nops...
2019-01-30 Aleksandr Urakov[NativePDB] Fix access to both old & new fpo data entri...
2019-01-30 Douglas YungAdd lit config file to skip tests if WebAssembly target...
2019-01-30 Dmitry VenikovCommit tests for changes in revision D41342
2019-01-30 Ilya Biryukov[clangd] Fix a use after move
2019-01-30 Joachim Protze[OMPT] Make sure that OMPT is enabled when accessing...
2019-01-30 Michal Gorny[clang] [Driver] [NetBSD] Append -rpath for shared...
2019-01-30 Craig Topper[X86] Remove unnecessary code from the top of handleCom...
2019-01-30 Craig Topper[X86] Remove a couple places where we unnecessarily...
2019-01-30 Craig Topper[X86] Add FPSW as a Def on some FP instructions that...
2019-01-30 Dimitry AndricRecognize FreeBSD specific BFD names in OUTPUT_FORMAT
2019-01-30 Jonas Devlieghere[ModuleDependencyCollector] Use llvm::sys::fs::real_pat...
2019-01-30 Kostya Serebryany[libFuzzer] remove stale code, NFC
2019-01-30 Kostya Serebryany[libFuzzer] refactor the handling of instrumentation...
2019-01-30 Hiroshi Inoue[NFC] fix trivial typos in comments
2019-01-30 Matt ArsenaultGlobalISel: Implement fewerElementsVector for select
2019-01-30 Craig Topper[IR] Use CallBase to simplify some code
2019-01-30 Matt ArsenaultAMDGPU/GlobalISel: Fix clamping shifts with 16-bit...
2019-01-30 Heejin Ahn[WebAssembly] Exception handling: Switch to the new...
2019-01-30 Matt ArsenaultGlobalISel: Use appropriate extension for legalizing...
2019-01-30 Zi Xuan Wu[PowerPC] [NFC] Create a helper function to copy regist...
2019-01-30 James Y KnightCleanup: replace uses of CallSite with CallBase.
2019-01-30 Matt ArsenaultGlobalISel: Support narrowScalar for uneven loads
2019-01-30 Richard SmithSimplify and modernize this code a little.
2019-01-30 Thomas Lively[WebAssembly] Optimize BUILD_VECTOR lowering for size
2019-01-30 Matt ArsenaultGlobalISel: Handle some odd splits in fewerElementsVector
2019-01-30 Nico Weberlld/coff: Implement some support for the comdat selecti...
2019-01-30 Nico Weberlld-link: Add test I forgot to add in 332012
2019-01-30 George Karpenkov[analyzer] [RetainCountChecker] Bugfix for tracking...
2019-01-30 Sam CleggAdd enum values to CodeGenOpt::Level
2019-01-30 Petr Hosek[CMake][Fuchsia] Re-enable iOS runtimes for Fuchsia...
2019-01-30 Matt ArsenaultGlobalISel: Handle more cases for widenScalar for G_STORE
2019-01-30 Petr Hosek[CMake][Fuchsia] Enable hermetic static libunwind for...
2019-01-30 Chen Zheng[PowerPC] more opportunity for converting reg+reg to...
2019-01-30 Matt ArsenaultAdd 8.0 release bug to merge request script
2019-01-30 Matt ArsenaultGlobalISel: Verify memory size for load/store
2019-01-30 Kostya Serebryany[libFuzzer] update a test
2019-01-30 George Burgess IVRemove a redundant space from an error message; NFC
2019-01-30 Sam Clegg[WebAssembly] Fix undefined weak function symbols in...
2019-01-30 Aaron PuchertFix thread safety tests after r352549
2019-01-30 Sam Clegg[WebAssembly] Add missing SymbolRef update from rL352551
2019-01-30 Artem Dergachev[analyzer] NFC: GenericTaintChecker: Revise rule specif...
2019-01-29 Kostya Serebryany[libFuzzer] remove stale code
2019-01-29 Jonas DevlieghereAdd FileCollector + test to Xcode project.
2019-01-29 Thomas Lively[WebAssembly] Lower SCALAR_TO_VECTOR to splats
2019-01-29 Kostya Serebryany[libFuzzer] revert an accidental commit
2019-01-29 Kostya Serebryany[libFuzzer] remove deprecated support for -fsanitize...
2019-01-29 Matt ArsenaultGlobalISel: Fix unused variable warning in release...
2019-01-29 Kostya Serebryany[libFuzzer] remove deprecated support for -fsanitize...
2019-01-29 Craig Topper[IR] Use CallBase to reduce code duplication. NFC
2019-01-29 Matt ArsenaultGlobalISel: Verify pointer casts
2019-01-29 Thomas Anderson[libc++] Fix Windows build error in <functional>
2019-01-29 Matt ArsenaultGlobalISel: Partially implement widenScalar for MERGE_V...
2019-01-29 Petr Hosek[libunwind] Support building hermetic static library
2019-01-29 Stephen KellyNFC: Move GenericSelectionExpr dump to NodeDumper
2019-01-29 Zachary TurnerFix some warnings in building LLDB.
2019-01-29 Jonas Devlieghere[test] Use correct macro in FileCollectorTest.cpp
2019-01-29 Alina SbirleaCheck bool attribute value in getOptionalBoolLoopAttribute.
2019-01-29 Sam Clegg[WebAssembly] Don't load weak undefined symbols from...
2019-01-29 Petr HosekDrop the dependency on <algorithm>, add placement new...
2019-01-29 Stephen KellyNFC: Implement GenericSelectionExpr::Association dump...
2019-01-29 Sam Clegg[WebAssembly] Ensure BasicSymbolRef.getRawDataRefImpl...
2019-01-29 Shoaib Meenai[docs] Prevent O0 optnone for opt input
2019-01-29 Aaron PuchertThread safety analysis: Improve diagnostics for double...
2019-01-29 Adrian PrantlMake a blind attempt at fixing PDBASTParser nullability...
2019-01-29 Amara Emerson[AArch64][GlobalISel] Unmerge into scalars from a vecto...
2019-01-29 Matt ArsenaultOpenCL: Try to fix bot test failure
2019-01-29 Alexey Bataev[OPENMP]Fix PR40513: lastprivate taskloop counter.
2019-01-29 Paul Robinson[cc1as] Test that -g of empty .s file does something...
2019-01-29 Paul Robinson[DWARF] Emit reasonable debug info for empty .s files.
2019-01-29 Matt ArsenaultOpenCL: Use length modifier for warning on vector print...
2019-01-29 Matt ArsenaultRevert "OpenCL: Extend argument promotion rules to...
2019-01-29 Jonas Devlieghere[Reproducers] Add file provider
2019-01-29 Steven WuFix the tests from r350970
2019-01-29 Sanjay Patel[InstCombine] canonicalize cmp/select form of uadd...
2019-01-29 James Y KnightFix the behavior of clang's -w flag.
2019-01-29 George Karpenkov[analyzer] [RetainCountChecker] Track input parameters...
2019-01-29 George Karpenkov[analyzer] [RetainSummaryManager] [NFC] Split one funct...
2019-01-29 George Karpenkov[analyzer] [ARCMT] [NFC] Unify entry point into RetainS...
2019-01-29 George KarpenkovExtend AnyCall to handle callable declarations without...
2019-01-29 George Karpenkov[analyzer] [RetainCountChecker] Support 'taggedRetain...
2019-01-29 Martin Storsjo[MinGW] Don't define names for ignored options. NFC.
2019-01-29 Sanjay Patel[DAGCombiner] fold extract_subvector of extract_subvector
2019-01-29 Michael J.... [VFS] Fix warning and use better check.
2019-01-29 Alexey Bataev[OPENMP]Make the loop with unsigned counter countable.
next