platform/upstream/llvm.git
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
2018-11-27 Jonas TothRevert "[clang] - Simplify tools::SplitDebugName."
2018-11-27 Jan Korous[clangd] textDocument/SymbolInfo extension
2018-11-27 Jan Korous[clangd][NFC] Move SymbolID to a separate file
2018-11-27 Davide ItalianoCatch up with EvaluateAsInt() clang API change.
2018-11-27 Marshall ClowImplement P1085R2 - Should Span be Regular?. This consi...
2018-11-27 Malcolm Parsons[clang-tidy] Ignore bool -> single bit bitfield convers...
2018-11-27 Pavel Labath[Demangle] remove itaniumFindTypesInMangledName
2018-11-27 Kadir Cetinkaya[clangd] Put direct headers into srcs section.
2018-11-27 Jan Veselytravis: Add cmake build
2018-11-27 Jan VeselyAdd cmake build system
2018-11-27 Jan Veselyr600: Remove empty OVERRIDES file
2018-11-27 Jan Veselyamdgcn: Consolidate atomic minmax helpers
2018-11-27 Jan Veselyconfigure: Add target specific asm rule.
2018-11-27 Jan Veselyconfigure: provide llvm_as helper variable
2018-11-27 Andrea Di Biagio[llvm-mca] pass -dispatch-stats flag to a couple of...
2018-11-27 Sanjay Patel[x86] regenerate checks; NFC
2018-11-27 Jonas DevlieghereMove time cast to SymbolFileDWARFDebugMap
2018-11-27 Stanislav Mekhanoshin[AMDGPU] Disable DAG combine at -O0
2018-11-27 Marco AntogniniDerive builtin return type from its definition
2018-11-27 Hans WennborgRevert r347419 "Update call to EvaluateAsInt() to the...
2018-11-27 Hans WennborgRevert r347417 "Re-Reinstate 347294 with a fix for...
2018-11-27 Sam McCall[clangd] Prevent thread starvation in tests on loaded...
2018-11-27 Ivan Donchevskii[libclang] Fix clang_Cursor_getNumArguments and clang_C...
2018-11-27 Tim NorthoverInstCombine: add comment explaining malloc deletion...
2018-11-27 Alexander Kornienko[clang-tidy] Avoid inconsistent notes in readability...
2018-11-27 Alexander Kornienko[clang-tidy] Minor fixes in a test
2018-11-27 George Rimar[ELF] - Fix R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_...
2018-11-27 Peter Smith[AArch64] Cortex-a53-843419 erratum should not apply...
2018-11-27 Gabor Marton[ASTImporter] Typedef import brings in the complete...
2018-11-27 George Rimar[ELF] - Implement -z nodefaultlib
2018-11-27 Martin Storsjo[CMake] Add a missing case of TO_CMAKE_PATH
2018-11-27 Martin Storsjo[COFF] Generate a codeview build id signature for MinGW...
2018-11-27 Max KazantsevAdd missing REQUIRES: asserts
2018-11-27 Craig Topper[X86] Add test cases for vector shifts of v2i32/v2i16...
2018-11-27 Craig Topper[X86] Use getUnpackl/getUnpackh instead of directly...
2018-11-27 Max Kazantsev[LoopSimplifyCFG] Turn on term folding after underlying...
2018-11-27 Max Kazantsev[LoopSimplifyCFG] Fix corner case with duplicating...
2018-11-27 Nico Weber[gn build] Merge r347530 to gn.
2018-11-27 Nico WeberMove a file I forgot to move in r347636.
2018-11-27 Bruce MitchenerAdd support for the Dylan language to ClangASTContext
2018-11-27 Nico Weber[gn build] Create abi-breaking.h, config.h, llvm-config...
2018-11-27 Henry Wong[clangd] NFC: Prefer `isa<>` to `dyn_cast<>` to do...
2018-11-27 Reid Kleckner[docs] UBSan and ASan are supported on Windows
2018-11-27 Craig Topper[X86] Prevent DAG combine from folding a bitcast from...
2018-11-27 Craig Topper[X86] Add a bunch of test cases for storing a scalar...
2018-11-27 Reid KlecknerRevert r347627 "[MS] Push fewer DeclContexts for delaye...
2018-11-27 Kristof Umann[analyzer][PlistMacroExpansion] Part 3.: Macro argument...
2018-11-27 Zola BridgesRevert "[clang][slh] add attribute for speculative...
2018-11-27 Reid Kleckner[MS] Push fewer DeclContexts for delayed template parsing
2018-11-27 Vitaly Buka[stack-safety] Update comment
2018-11-27 Vitaly Buka[stack-safety] Fix and uncomment assert
2018-11-27 Vitaly Buka[stack-safety] Fix build on gcc 5.4
2018-11-27 Reid Kleckner[COFF] Add exported functions to gfids table for /guard:cf
2018-11-27 Kuba MracekFix filtering of sanitizer_common unittest architecture...
2018-11-27 Sam Clegg[WebAssembly] Remove `using` statements from header...
2018-11-27 Fangrui Song[Common] Threads: use function_ref instead of std:...
2018-11-27 Davide ItalianoRevert "[CMake] Streamline code signing for debugserver...
2018-11-27 Sanjay Patel[InstCombine] add tests for rotate/bswap equality; NFC
2018-11-27 Zola Bridges[clang][slh] add attribute for speculative load hardening
2018-11-26 JF BastienFix debug build break
2018-11-26 Jonas Devlieghere[FileSystem] Ignore nanoseconds when comparing oso_mod_time
2018-11-26 Sterling AugustineNotify the linker when a TU compiled with split-stack...
next