platform/upstream/llvm.git
2018-11-28 Mikhail R.... [analyzer] Cleanup constructors in the Z3 backend
2018-11-28 John Brawn[LICM] Reapply r347190 "Make LICM able to hoist phis...
2018-11-28 Andrea Di BiagioRevert [llvm-mca] Return the total number of cycles...
2018-11-28 Alex Bradbury[RISCV] Support .option push and .option pop
2018-11-28 Nikita Popov[InstCombine] Combine saturating add/sub with constant...
2018-11-28 Nikita Popov[InstCombine] Canonicalize ssub.sat to sadd.sat
2018-11-28 Nikita Popov[ValueTracking] Determine always-overflow condition...
2018-11-28 Nikita Popov[InstCombine] Use known overflow information for satura...
2018-11-28 Nikita Popov[InstCombine] Canonicalize const arg for saturating...
2018-11-28 Krzysztof Parzyszek[Hexagon] Add missing flags to ELF YAMLIO
2018-11-28 Andrea Di Biagio[llvm-mca] Return the total number of cycles from metho...
2018-11-28 James Y Knightllvm-git: More tweaks.
2018-11-28 Louis Dionne[libcxx] Apply _LIBCPP_INLINE_VISIBILITY for std::hash...
2018-11-28 Michael PlatingsFix DynamicLibraryTests build on Windows when LLVM_EXPO...
2018-11-28 Xin Tong[ThinLTO] Correct linkonce_any function import linkage...
2018-11-28 David SpickettFix build error due to missing cctype include
2018-11-28 Aaron BallmanFix false positive with lambda assignments in cert...
2018-11-28 Ilya Biryukov[clang-tidy] Added a test -export-fixes with relative...
2018-11-28 Alexey Bataev[SLP]Fix PR39774: Set ReductionRoot if the original...
2018-11-28 Hans WennborgRevert r347673 "Catch up with EvaluateAsInt() clang...
2018-11-28 Hans WennborgRe-commit r347419 "Update call to EvaluateAsInt() to...
2018-11-28 Hans WennborgRe-commit r347417 "Re-Reinstate 347294 with a fix for...
2018-11-28 Eric Liu[clangd] Fix test broken in r347754.
2018-11-28 Eric Liu[clangd] Less penalty for cross-namespace completions.
2018-11-28 Haojian Wu[clangd] Build and test IndexBenchmark in check-clangd
2018-11-28 Balazs Keri[ASTImporter] Changed use of Import to Import_New in...
2018-11-28 Haojian WuFix a typo.
2018-11-28 Haojian WuFix build error.
2018-11-28 Haojian WuFix -Winfinite-recursion compile error.
2018-11-28 David SpickettFix build of r347741 by adding missing vector
2018-11-28 Francis Visoiu... [MachineScheduler] Add support for clustering mem ops...
2018-11-28 Francis Visoiu... [CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return...
2018-11-28 Aaron BallmanFix a false-positive with cert-err58-cpp.
2018-11-28 Simon Atanasyan[DebugInfo] Rename EmitDebugThreadLocal back to EmitDeb...
2018-11-28 Simon Tatham[TableGen] Better error checking for TIED_TO constraints.
2018-11-28 Simon Atanasyan[ELF][MIPS] Handle mips in the OUTPUT_FORMAT directive
2018-11-28 David Spickett[ARM, AArch64] Move ARM/AArch64 target parsers into
2018-11-28 Eric Liu[clangd] Canonicalize file path in URIForFile.
2018-11-28 Jan Korous[clangd] Fix backward-compatibility - follow-up to...
2018-11-28 Haojian Wu[clangd] Bump vscode-clangd v0.0.7
2018-11-28 Peter Smith[ELF] Use more specific method to calculate DT_PLTRELSZ
2018-11-28 Jonas Paulsson[SystemZ::TTI] Improve cost for compare of i64 with...
2018-11-28 Jonas Paulsson[SystemZ::TTI] Improve costs for i16 add, sub and...
2018-11-28 Jonas Paulsson[SystemZ::TTI] Improved cost values for comparison...
2018-11-28 Jonas Paulsson[SystemZ::TTI] Return zero cost for scalar load/store...
2018-11-28 Martin Storsjo[llvm-objcopy] Hook up the -V alias to --version, outpu...
2018-11-28 Richard SmithPR39809: (const void*)0 is not a null pointer constant...
2018-11-28 Richard SmithPR12884: Add test (bug is already fixed).
2018-11-28 Richard TrieuMove LoopHint.h from Sema to Parse
2018-11-28 Richard Trieu[CodeGen] Fix included headers.
2018-11-28 Richard Trieu[diagtool] Remove unneeded header includes.
2018-11-28 Jonas Devlieghere[unittest] Fix the FileSystem test on Windows. (Attempt #2)
2018-11-28 Mircea TrofinDo not insert prefetches with unsupported memory operands.
2018-11-28 Kelvin Li[OPENMP] remove redundant ColonExpected flag in ParseOp...
2018-11-28 Craig Topper[X86] Add test cases to show that we don't properly...
2018-11-27 Alex LangfordRemove dead code from IOHandler
2018-11-27 Mandeep Singh... [RISCV] Mark unit tests as "requires: riscv-registered...
2018-11-27 Craig Topper[X86] Add exhaustive cost model testing for sext/zext...
2018-11-27 Tatyana KrasnukhaFix typo in "[clang][ARC] Fix test for commit r347699"
2018-11-27 Stella Stamenova[lldbsuite] Each lldb suite test must have a unique...
2018-11-27 Jonas Devlieghere[Reproducers] Improve reproducer API and add unit tests.
2018-11-27 Alexey Bataev[OPENMP][NVPTX]Basic support for reductions across...
2018-11-27 Gheorghe-Teodor... [OpenMP][libomptarget] Add new version of SPMD deinit...
2018-11-27 Reid Kleckner[MS] Push outermost class DeclContexts only in -fdelaye...
2018-11-27 Jonas Devlieghere[unittest] Fix the FileSystem test on Windows.
2018-11-27 Louis Dionne[libcxx] Make sure the re-export logic works when paths...
2018-11-27 Alexey Bataev[OPENMP][NVPTX]Basic support for reductions across...
2018-11-27 Jonas Devlieghere[Driver] Use libOption with tablegen.
2018-11-27 Louis Dionne[libcxx] Fix libc++ re-exporting logic when Command...
2018-11-27 Evandro Menezes[TableGen] Improve readability of generated code (NFC)
2018-11-27 Evandro Menezes[TableGen] Refactor macro names (NFC)
2018-11-27 Tatyana Krasnukha[clang][ARC] Fix test for commit r347699
2018-11-27 Martin Storsjo[COFF] Remove empty sections before calculating the...
2018-11-27 Martin Storsjo[yaml2obj] Treat COFF/ARM64 as a 64 bit architecture
2018-11-27 Nico Weber[gn build] Add enough build files to be able to build...
2018-11-27 Zola Bridges[clang][slh] add attribute for speculative load hardening
2018-11-27 Nikita Popov[InstCombine] Add tests for saturating add/sub; NFC
2018-11-27 Tatyana Krasnukha[clang][ARC] Add ARCTargetInfo
2018-11-27 Gheorghe-Teodor... [OpenMP][libomptarget] Refactor SPMD and runtime requir...
2018-11-27 Craig Topper[X86] Add cost model tests for experimental.vector...
2018-11-27 Craig Topper[X86] Add cost model test for masked load an store...
2018-11-27 Craig Topper[X86] Add cost model tests for fp_to_int/int_to_fp...
2018-11-27 Craig Topper[X86] Add cost model tests for shifts with -x86-experim...
2018-11-27 Tatyana Krasnukha[CMake] Pass full libedit path to linker
2018-11-27 Richard SmithDon't speculatively emit VTTs for classes unless we...
2018-11-27 Zachary Turner[lit] Pass more environment variables through to child...
2018-11-27 Reid KlecknerAdd missing error checking code intended for r347687
2018-11-27 Mandeep Singh... Revert "[RISCV] Mark unit tests as "requires: riscv...
2018-11-27 Mandeep Singh... [RISCV] Mark unit tests as "requires: riscv-registered...
2018-11-27 Reid Kleckner[PDB] Add symbol records in bulk
2018-11-27 Vyacheslav... [TableGen] Preprocessing support
2018-11-27 Balazs Keri[ASTImporter] Added Import functions for transition...
2018-11-27 Craig Topper[X86] Replace an APInt that is guaranteed to be 8-bits...
2018-11-27 Florian Hahn[PartialInliner] Make PHIs free in cost computation.
2018-11-27 Craig Topper[X86] Add -march=cascadelake support in clang.
2018-11-27 Craig Topper[X86] Add cascade lake arch in X86 target.
2018-11-27 Rui UeyamaRemove SaveAndRestore and SmallVectorImpl from lld...
2018-11-27 James DennettDocumentation: add \file markup as needed.
2018-11-27 Rui UeyamaMake a member function non-member. NFC.
2018-11-27 Marco CastelluccioFix linker option for -fprofile-arcs -ftest-coverage
next