platform/upstream/llvm.git
2019-11-16 Sajjad Mirza[llvm-cov] Fix illegal cast from uint64_t to int64_t
2019-11-16 Walter Erquinigo[lldb-vscode] support the completion request
2019-11-16 Reid KlecknerAvoid including Builtins.h in Preprocessor.h
2019-11-16 Reid KlecknerFix -Wunused-result warnings in LLDB
2019-11-16 Adrian PrantlAdd a testcase for Clang modules being updated within...
2019-11-16 David BlaikieDebugInfo: Templatize rnglist header parsing to setup...
2019-11-16 Thomas Lively[WebAssembly] Fix miscompile of select with and
2019-11-16 Reid Kleckner[COFF] Don't error if the only inputs are from /wholear...
2019-11-15 Akira HatanakaDon't add optnone or noinline if the function is alread...
2019-11-15 Fred Rissdotest: Add a way for the run_to_* helpers to register...
2019-11-15 Mitchell Balan[clang-tidy] Give readability-redundant-string-init...
2019-11-15 Mitchell Balan[clang-tidy] Fix readability-redundant-string-init...
2019-11-15 Reid KlecknerDon't use end-of-line comments for the DebugInfoKind...
2019-11-15 Quentin Colombet[GISel][CombinerHelper] Use uses() instead of operands...
2019-11-15 Quentin Colombet[GISel][CombinerHelper] Add support for scalar type...
2019-11-15 Mitchell BalanRevert "[clang-tidy] Give readability-redundant-string...
2019-11-15 Mitchell Balan[clang-tidy] Give readability-redundant-string-init...
2019-11-15 LLVM GN Syncbotgn build: Merge 631be5c0d41
2019-11-15 Reid KlecknerRemove Support/Options.h, it is unused
2019-11-15 Alexandre GaneaRevert "re-land [DebugInfo] Add debug location to stubs...
2019-11-15 Mitchell Balan[clang-tidy] modernize-use-override new option AllowOve...
2019-11-15 Sanjay Patel[SimplifyCFG] propagate fast-math-flags (FMF) from...
2019-11-15 Mitchell Balan[clang-tidy] modernize-use-using work with multi-argume...
2019-11-15 Alexandre Ganeare-land [DebugInfo] Add debug location to stubs generat...
2019-11-15 LLVM GN Syncbotgn build: Merge d6de5f12d48
2019-11-15 Richard SmithRevert "[LoadStoreVectorize] Use '||' instead of '...
2019-11-15 Simon Atanasyan[mips] Enable `la` pseudo instruction on 64-bit arch.
2019-11-15 Simon Atanasyan[mips] Do not emit R_MIPS_JALR for sym+offset in case...
2019-11-15 Alex RichardsonAdd a missing triple in ast-dump-decl-json.m
2019-11-15 Rachel Craik[LoopCacheAnalysis]: Fix assertion failure during cost...
2019-11-15 Adrian Prantl[-gmodules] Let LLDB log a warning if the Clang module...
2019-11-15 Adrian PrantlAdd RTTI support to the SymbolFile class hierarchy
2019-11-15 Adrian PrantlRename posix/FileSystem.cpp to FileSystemPosix.cpp
2019-11-15 Alexandre Ganea[GCOV] Skip artificial functions from being emitted
2019-11-15 cchen[OpenMP 5.0] - Extend defaultmap, by Chi Chun Chen.
2019-11-15 Francesco Petrogalli[SVFS] Inject TLI Mappings in VFABI attribute.
2019-11-15 Sam McCall[clangd] Don't repeat class template args when printing...
2019-11-15 Sam McCall[AST] Let DeclarationNameInfo printing use PrintingPoli...
2019-11-15 Fangrui Song[llvm-objcopy][MachO] Implement --redefine-sym and...
2019-11-15 Fangrui Song[ThinLTO] Fix -Wunused-function in NDEBUG builds after...
2019-11-15 Vedant Kumar[DebugInfo] Allow spill slots in call site parameter...
2019-11-15 Dávid Bolvanský[LoadStoreVectorize] Use '||' instead of '|' between...
2019-11-15 Jonas Devlieghere[CMake] Configure the Info.plist so it contains a real...
2019-11-15 Marek Kurdej[libc++] [chrono] Fix year_month_weekday::ok() implemen...
2019-11-15 Ilya Tokar[libcxx] use __builtin_isnan in std::isnan.
2019-11-15 Adrian PrantlComment the fact that DWARFDebugInfoEntry isn't copyable.
2019-11-15 Cameron Desrochers[clang-format] Flexible line endings
2019-11-15 Aditya Nandakumar[MirNamer][Canonicalizer]: Perform instruction semantic...
2019-11-15 Sam McCall[clangd] Fix typo in symbol kind conversion
2019-11-15 Kostya Kortchinsky[scudo][standalone] Enabled SCUDO_DEBUG for tests ...
2019-11-15 Sam McCall[clangd] Don't consider class template params part...
2019-11-15 Sam McCall[clangd] Fix SelectionTree behavior on constructor...
2019-11-15 diggerlinAdd read-only data assembly writing for aix
2019-11-15 Sergey Dmitriev[llvm-objcopy][NFC] Use generated object file in COFF...
2019-11-15 Simon Pilgrim[X86][SSE] Add test for extractelement from volatile...
2019-11-15 Momchil VelikovImplement target(branch-protection) attribute for AArch64
2019-11-15 Ed Masteclang: enable unwind tables on FreeBSD !amd64
2019-11-15 Haojian Wu[clangd] Replace getLangOpts().isHeaderFile usage with...
2019-11-15 Haojian Wu[clangd] Add isHeaderFile helper.
2019-11-15 Sam Elliott[RISCV] Match GCC `-march`/`-mabi` driver defaults
2019-11-15 Sam McCall[CodeComplete] Constructor overload candidates report...
2019-11-15 Simon Tatham[ARM,MVE] Add reversed isel patterns for MVE `vcmp...
2019-11-15 Balázs Kéri[Clang][ASTImporter] Added visibility check for ClassTe...
2019-11-15 Piotr Sobczak[AMDGPU] Lower llvm.amdgcn.s.buffer.load.v3[i|f]32
2019-11-15 evgenyRecommit "[ThinLTO] Add correctness check for RO/WO...
2019-11-15 Diana PicusFix TestFormatters.py stepping too far
2019-11-15 LLVM GN Syncbotgn build: Merge e6584b2b7b2
2019-11-15 Serge PavlovMove floating point related entities to namespace level
2019-11-15 Alex Richardson[update_cc_test_checks.py] Use -ast-dump=json to get...
2019-11-15 Alex RichardsonInclude the mangled name in -ast-dump=json
2019-11-15 Alex Richardson[NFC] Regenerate ast-dump-json tests
2019-11-15 Alex Richardson[gen_ast_dump_json_test.py] Allow updating multiple...
2019-11-15 Alex Richardson[gen_ast_dump_json_test.py] Copy to binary directory...
2019-11-15 Alex Richardson[gen_ast_dump_json_test.py] Skip manual tests when...
2019-11-15 Alex Richardson[gen_ast_dump_json_test.py] Infer --filters flags when...
2019-11-15 Alex Richardson[gen_ast_dump_json_test.py] Parse RUN: lines with ...
2019-11-15 Alex Richardson[gen_ast_dump_json_test.py] Add a --update flag
2019-11-15 Pavel LabathDWARFDebugLoc(v4): Add an incremental parsing function
2019-11-15 Jay Foad[CodeGen] Increase the size of a SmallVector
2019-11-15 Djordje TodorovicRevert "[clang] Remove the DIFlagArgumentNotModified...
2019-11-15 Sjoerd Meijer[ARM][MVE] tail-predication
2019-11-15 Petar Avramovic[MIPS GlobalISel] Select andi, ori and xori
2019-11-15 Petar Avramovic[MIPS GlobalISel] Select addiu
2019-11-15 Mikael Holmen[Scalarizer] Treat values from unreachable blocks as...
2019-11-15 Djordje Todorovic[clang] Remove the DIFlagArgumentNotModified debug...
2019-11-15 Simon Tatham[ARM,MVE] Add intrinsics for vector get/set lane.
2019-11-15 Simon Tatham[ARM,MVE] Add intrinsics for 'administrative' vector...
2019-11-15 Sam McCall[AST] Use written names instead of `type-param-0-0...
2019-11-15 Hans WennborgFix GCC -Wcast-qual warnings
2019-11-15 Hans WennborgGCC 5.3 build fix
2019-11-15 Matt ArsenaultAMDGPU: Change boolean content type to 0 or 1
2019-11-15 Matt ArsenaultAMDGPU: Try to commute sub of boolean ext
2019-11-15 Matt ArsenaultGlobalISel: Lower s1 source G_SITOFP/G_UITOFP
2019-11-15 David ZarzyckiUnbreak the clang test suite when hexagon-link is not...
2019-11-15 LLVM GN Syncbotgn build: Merge 16f38dda292
2019-11-15 Lang Hames[ORC] Add a utility to support dumping JIT'd objects...
2019-11-15 Seiya Nuta[llvm-objcopy][MachO] Implement --remove-section
2019-11-15 Bruno Cardoso... Add a test to cover structural match for recursive...
2019-11-15 Francis Visoiu... [InstCombine] Don't use getFirstNonPHI in FoldIntegerTy...
2019-11-15 Wang, Pengfei[WinEH] Fix the wrong alignment orientation during...
next