platform/upstream/llvm.git
2018-10-13 Simon PilgrimPull out repeated variables from SelectionDAGLegalize...
2018-10-13 Craig Topper[LegalizeTypes] Prevent an assertion from PromoteIntRes...
2018-10-13 Thomas Lively[WebAssembly][NFC] Fix signed/unsigned comparison warning
2018-10-13 Sanjay Patel[InstCombine] fix complexity canonicalization with...
2018-10-13 Simon Pilgrim[X86][SSE] Remove most of vector CTTZ custom lowering...
2018-10-13 Sanjay Patel[InstCombine] add tests for operand complexity canonica...
2018-10-13 David Bolvansky[NFC] Fixed duplicated test file
2018-10-13 David Bolvansky[InstCombine] Fixed crash with aliased functions
2018-10-13 Simon Pilgrim[X86][SSE] Begin removing vector CTTZ custom lowering...
2018-10-13 Simon Pilgrim[X86][SSE] combineIncDecVector - use isConstantSplat
2018-10-13 Simon Pilgrim[X86] Pull out target constant splat helper function...
2018-10-13 Simon PilgrimPull out repeated getOperand(). NFCI.
2018-10-13 Simon PilgrimRemove unused variable. NFCI.
2018-10-13 Simon Pilgrim[X86][SSE] Improve CTTZ lowering when CTLZ is legal
2018-10-13 Simon Pilgrim[X86][SSE] Change CTTZ vector lowering to cttz(x) ...
2018-10-13 Simon Pilgrim[X86][AVX] Add lowerVectorShuffleAsLanePermuteAndPermut...
2018-10-13 Adam Balogh[clang-tidy] Fix for typos in the tests for `bugprone...
2018-10-13 Adam Balogh[clang-tidy] Optimize query in bugprone-exception-escape
2018-10-13 Adam Balogh[Analyzer] Iterator Checker - Part 10: Tests for iterat...
2018-10-13 Jonas TothRevert "[clang-tidy] New checker for not null-terminate...
2018-10-13 Jonas TothRevert "[doc] fix markup in clang-tidy bugprone-not...
2018-10-13 Miklos Vajna[clang-tidy] add IgnoreMacros option to modernize-use...
2018-10-13 Arnaud A. de... [AArch64] Swap comparison operands if that enables...
2018-10-13 Thomas Lively[WebAssembly] SIMD min and max
2018-10-13 Thomas Lively[Intrinsic] Add llvm.minimum and llvm.maximum instrinsi...
2018-10-13 Thomas Lively[WebAssembly][NFC] Unify ARGUMENT classes
2018-10-12 Dan Liew[lit] Support the `%shared_libasan` lit substitution...
2018-10-12 Kostya Serebryanymove GetOrCreateFunctionComdat to Instrumentation.cpp...
2018-10-12 Alex Bradbury[RISCV] Eliminate unnecessary masking of promoted shift...
2018-10-12 Zachary TurnerAdd REQUIRES: lld to SymbolFileNativePDB tests.
2018-10-12 Fangrui Song[llvm-readobj] Fix an error message about .llvm.call...
2018-10-12 Zachary TurnerTry to fix some failures on MacOSX with the NativePDB...
2018-10-12 Craig Topper[LegalizeVectorTypes] Use TLI.getVectorIdxTy instead...
2018-10-12 Rui UeyamaSimplify. NFC.
2018-10-12 Evgeniy Stepanov[sanitizer] Avoid extra newlines in syslog.
2018-10-12 Craig Topper[X86] Improve type legalization of (v2i32/v4i16/v8i16...
2018-10-12 Craig Topper[X86] Simplify the end of custom type legalization...
2018-10-12 Craig Topper[X86] Skip (v2i32/v4i16/v8i8 (bitcast (f64))) handling...
2018-10-12 Craig Topper[LegalizeVectorTypes] When widening the result of a...
2018-10-12 Marshall ClowOne more local type warning removed from the tests...
2018-10-12 Jim InghamChange the default handling for SIGPIPE to pass/,no...
2018-10-12 Marshall ClowUpdate the array tests to not use a local type; removes...
2018-10-12 Marshall ClowUpdate all the max_size tests to eliminate signed/unsig...
2018-10-12 Samuel BenzaquenAdd benchmarks for std::function.
2018-10-12 Jason MolendaAdd NativePDB subdir again.
2018-10-12 Alexey Bataev[OPENMP][NVPTX]Reduce memory usage in target region.
2018-10-12 Martin Storsjo[MinGW] Allow using LTO when lld is used as linker
2018-10-12 Michal Gorny[python] [tests] Re-add once again, this time without...
2018-10-12 Stella StamenovaFix failure in get_filecheck_path when filecheck is...
2018-10-12 Zachary TurnerResubmit "Add SymbolFileNativePDB plugin."
2018-10-12 Simon PilgrimRevert rL344365: [tests] Readd Python binding tests...
2018-10-12 Shafik YaghmourChanging test names in TestDataFormatterLibcxxVariant...
2018-10-12 Ben Hamilton[clang-format] Fix BraceWrapping AfterFunction for...
2018-10-12 Eli FriedmanRevert BTF commit series.
2018-10-12 Craig Topper[LegalizeVectorTypes] When widening the operands to...
2018-10-12 Craig Topper[LegalizeVectorTypes] When unrolling in WidenVecRes_Con...
2018-10-12 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-10-12 Vedant Kumar[dotest] Make a missing FileCheck binary a warning...
2018-10-12 Simon PilgrimFix a clang::driver::ArgStringList usage I missed in...
2018-10-12 Simon PilgrimRegenerate test. NFCI.
2018-10-12 Simon PilgrimConsistently make llvm::opt::ArgStringList usage explic...
2018-10-12 Jim InghamAdd "v" as well as "var" as an alias for "frame var".
2018-10-12 Rui UeyamaReplace assert() with llvm_unreachable because it's...
2018-10-12 Rui UeyamaRemove `Type` parameter from SymbolTable::insert()...
2018-10-12 Reid Kleckner[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd...
2018-10-12 Andrea Di Biagio[llvm-mca] Correctly set aliases for register writes...
2018-10-12 Jonathan Metzman[SanitizerCoverage] Prevent /OPT:REF from stripping...
2018-10-12 Simon PilgrimFix MCBTF string array initialization so its MSVC frien...
2018-10-12 Reid KlecknerRevert r344375 "[Driver] check for exit code from SIGPIPE"
2018-10-12 Jonas Toth[Doc] fix second error in UsersManual
2018-10-12 Fangrui Song[BPF] Use cstdint {,u}int*_t instead of linux/types...
2018-10-12 Stella Stamenova[lldbsuite] Fix the filecheck functionality to work...
2018-10-12 Eric LiuDisambiguate: s/make_unique/llvm::make_unique/. NFC
2018-10-12 Jonas Toth[clangd] NFC fix semicolon warning
2018-10-12 Jonas Toth[Doc] fix BB, add code-block type
2018-10-12 Fangrui Song[BPF] Don't include linux/types.h and fix style
2018-10-12 Jonas Toth[doc] fix markup in clang-tidy bugprone-not-null-termin...
2018-10-12 Zachary TurnerFix another error related to YAML quoting.
2018-10-12 Zachary TurnerBetter support for POSIX paths in PDBs.
2018-10-12 Fangrui Song[BPF] Some fixes after rL344366
2018-10-12 Nick Desaulniers[Driver] check for exit code from SIGPIPE
2018-10-12 Jonas Toth[clang-tidy] New checker for not null-terminated result...
2018-10-12 Erik Pilkington[CodeGen] Handle extern references to OBJC_CLASS_$_*
2018-10-12 Nick Desaulniers[Support] exit with custom return code for SIGPIPE
2018-10-12 Shafik YaghmourAdding support to step into the callable wrapped by...
2018-10-12 Louis Dionne[NFC][libc++] Fix broken link in comment
2018-10-12 Rui Ueyama[lld] Add more complete support for the INCLUDE command.
2018-10-12 Dan Albert[Driver] Add defaults for Android ARM FPUs.
2018-10-12 Yonghong Song[BPF] Add BTF generation for BPF target
2018-10-12 Michal Gorny[tests] Readd Python binding tests to check-all
2018-10-12 Michal Gorny[python] [tests] Remove cdb lookup failure test
2018-10-12 Sam McCall[clangd] Return Command objects from onCodeAction,...
2018-10-12 Zachary TurnerFix one additional test broken by the YAML quoting...
2018-10-12 Sanjay Patel[x86] add and use fast horizontal vector math subtarget...
2018-10-12 Nick Desaulniers[MC][ELF] fix newly added test
2018-10-12 Zachary TurnerMake YAML quote forward slashes.
2018-10-12 Zachary TurnerRevert "Make YAML quote forward slashes."
2018-10-12 Zachary TurnerMake YAML quote forward slashes.
2018-10-12 Alexey Bataev[OPENMP][NVPTX]Reduce memory usage in orphaned functions.
2018-10-12 Simon PilgrimPull out repeated value types. NFCI.
next