platform/upstream/llvm.git
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...
2018-11-26 Vitaly BukaRemove trailing empty line
2018-11-26 Vitaly Buka[stack-safety] Analysis documentation
2018-11-26 Vitaly Buka[stack-safety] Inter-Procedural Analysis implementation
2018-11-26 Vitaly Buka[stack-safety] Empty local passes for Stack Safety...
2018-11-26 David BlaikieAArch64ISelLowering: Remove a return-of-assignment...
2018-11-26 Eric FiselierRemove duplicate _LIBCPP_INLINE_VISIBILITY attributes.
2018-11-26 Mircea TrofinAdd new passes to X86 pipeline tests
2018-11-26 Fangrui Song[X86] Add dependency from X86 to ProfileData after...
2018-11-26 Xin Tong[ICP] Remove incompatible attributes at indirect-call...
2018-11-26 Sanjay Patel[InstCombine] add helper function to reduce code duplic...
2018-11-26 Vitaly Buka[stack-safety] Local analysis implementation
2018-11-26 Vitaly Buka[stack-safety] Empty local passes for Stack Safety...
2018-11-26 Vitaly Buka[cfi] Help sanstats to find binary if they are not...
2018-11-26 Vitaly Buka[cfi] Make sanstats print address of the check
2018-11-26 Evandro Menezes[AArch64] Refactor the scheduling predicates (3/3)...
2018-11-26 Evandro Menezes[AArch64] Refactor the scheduling predicates (2/3)...
2018-11-26 Evandro Menezes[AArch64] Refactor the scheduling predicates (1/3)...
2018-11-26 Mircea TrofinSupport for inserting profile-directed cache prefetches
2018-11-26 Matt ArsenaultAMDGPU: Record SGPR spills when restoring too
2018-11-26 Peter CollingbourneELF: ICF: Include contents of referenced sections in...
2018-11-26 Craig Topper[LegalizeVectorTypes][X86][ARM][AArch64][PowerPC] Don...
2018-11-26 Teresa Johnson[ThinLTO] Consolidate cache key computation between...
2018-11-26 Craig Topper[SelectionDAG] Teach BaseIndexOffset::match to unwrap...
2018-11-26 Craig Topper[X86] Add test case for D54818
2018-11-26 Eric FiselierAdd basic_string::__resize_default_init (from P1072)
2018-11-26 Zola BridgesRevert "[clang][slh] add attribute for speculative...
2018-11-26 Fangrui Song[COFF] ICF: use parallelForEach{,N}
2018-11-26 Zola Bridges[clang][slh] add attribute for speculative load hardening
2018-11-26 Louis Dionne[libcxx] Fix XFAILs for aligned allocation tests
2018-11-26 Than McIntosh[CodeGen] Support custom format of stack maps
2018-11-26 Alexey Bataev[OPENMP][NVPTX]Emit default locations with the correct...
2018-11-26 Zola Bridges[clang][slh] Forward mSLH only to Clang CC1
2018-11-26 Erich KeaneDelete dead code introduced in r347354.
2018-11-26 Louis Dionne[libcxx] Fix XFAIL for aligned deallocation test with...
2018-11-26 Davide Italiano[lit] Fully qualify lit_config to avoid runtime crashes.
2018-11-26 Davide Italiano[Cmake] Add missing dependency to `count`.
2018-11-26 Sam Parker[NFC] Replace magic numbers with CodeGenOpt enums
2018-11-26 Matt ArsenaultAMDGPU: Cleanup / relax tests for future changes
2018-11-26 Gabor Marton[ASTImporter] Set MustBuildLookupTable on PrimaryContext
2018-11-26 Ilya Biryukov[clangd] Do not drop diagnostics from macros
2018-11-26 Matt ArsenaultAMDGPU: Don't optimize exec masks at -O0
2018-11-26 Matt ArsenaultAMDGPU: Only add implicit super-reg def for first subreg
2018-11-26 Sander de Smalen[AArch64] Add aarch64_vector_pcs function attribute...
2018-11-26 Guillaume Chatelet[clang-tidy] Improving narrowing conversions
2018-11-26 Than McIntosh[CodeGen] Take SPAdj into account for STATEPOINT livene...
2018-11-26 Louis Dionne[libcxx] Use a type that is always an aggregate in...
2018-11-26 Sam McCall[clangd] Enable auto-index behind a flag.
2018-11-26 Ilya Biryukov[clangd] Fix compilation of IndexBenchmark
2018-11-26 Aaron BallmanRemove an unnecessary file; NFC.
2018-11-26 Gabor Marton[ASTImporter][Structural Eq] Check for isBeingDefined
2018-11-26 Ilya Biryukov[clangd] Fix use-after-free with expected types in...
2018-11-26 Ilya Biryukov[clangd] Add type boosting in code completion
2018-11-26 Nikita Popov[DemandedBits] Add support for funnel shifts
2018-11-26 Ilya Biryukov[clangd] Collect and store expected types in the index
2018-11-26 Ilya Biryukov[clangd] Initial implementation of expected types
2018-11-26 Ilya Biryukov[Index] Expose USR generation for types
2018-11-26 Sanjay Patel[x86] promote all multiply i8 by constant to i32
next