platform/upstream/llvm.git
2019-02-28 Rong Xu[PGO] Update InstrProfData.inc to sync with llvm
2019-02-28 Sanjay Patel[InstCombine] fold adds of constants separated by sext...
2019-02-28 Craig Topper[X86] Add test case that was supposed to go with r355116.
2019-02-28 Craig Topper[X86] Don't peek through bitcasts before checking ISD...
2019-02-28 Amara EmersonRevert "[AArch64][GlobalISel] Add support for 64 bit...
2019-02-28 Jonas Devlieghere[dsymutil] Use rfind for paths with parentheses
2019-02-28 Julian Lettner[NFC][Sanitizer] Weak linkage is not available on Windows
2019-02-28 Thomas Lively[WebAssembly] Remove uses of ThreadModel
2019-02-28 Philip Reames[Tests] Strengthen LICM test corpus to show alignment...
2019-02-28 Philip Reames[Tests] Strengthen LICM test corpus to show alignment...
2019-02-28 Nikita Popov[ValueTracking] More accurate unsigned sub overflow...
2019-02-28 Jonas Toth[clang-tidy] fix documentation link in list of clang...
2019-02-28 Tom Stellardllvm-config: Include -stdlib= in --cxxflags
2019-02-28 Yaxun LiuPartial revert of r353952: [HIP] Handle compile -m...
2019-02-28 Chijun SimaMake MergeBlockIntoPredecessor conformant to the precon...
2019-02-28 Amara Emerson[AArch64][GlobalISel] Add support for 64 bit vector...
2019-02-28 Pavel Labath[cmake] Move LLDB_DISABLE_LIBEDIT handling code into...
2019-02-28 Jonas Toth[clang-tidy] redirection in list of checks adjusted
2019-02-28 Kadir Cetinkaya[Target][ARM] Add a usage for SrcSz to unbreak build...
2019-02-28 Jonas Toth[clang-tidy] include cppcoreguidelines-explicit-virtual...
2019-02-28 Bjorn PetterssonAdd support for computing "zext of value" in KnownBits...
2019-02-28 Jonas Toth[clang-tidy] documentation fixing the actual correct...
2019-02-28 Jonas Toth[clang-tidy] tryfix documenation continued
2019-02-28 Gabor Marton[CTU] Do not allow different CPP dialects in CTU
2019-02-28 Jonas Toth[clang-tidy] another issue in documentation, double...
2019-02-28 Jonas Toth[clang-tidy] attempt to fix documentation build-error
2019-02-28 Jonas Toth[clang-tidy] added cppcoreguidelines-explicit-virtual...
2019-02-28 Dmitri GribenkoAdded missing license headers
2019-02-28 Dmitri GribenkoUse ArrayRef::copy, instead of copying data manually
2019-02-28 Dmitri GribenkoMoved Ref into its own header and implementation file
2019-02-28 Clement Courbet[clang-tidy] bugprone-string-integer-assignment: Reduce...
2019-02-28 Dmitri GribenkoMoved Symbol into its own header and implementation...
2019-02-28 Stefan Pintilie[PowerPC] Removed STATISTIC that was causing build...
2019-02-28 Dmitri GribenkoMoved SymbolOrigin into its own header and implementati...
2019-02-28 Stefan Pintilie[PowerPC] Move the stack pointer update instruction...
2019-02-28 Simon Pilgrim[X86][AVX] Remove superfluous insert_subvector(zero...
2019-02-28 Diana Picus[ARM GlobalISel] Make arm_i32imm an IntImmLeaf
2019-02-28 Dmitri GribenkoMoved SymbolLocation into its own header and implementa...
2019-02-28 Dmitri GribenkoMoved DenseMap support for SymbolID into SymbolID.h
2019-02-28 Dmitri GribenkoFixed typos in a test: s/CEHCK/CHECK/
2019-02-28 Dmitri GribenkoFixed a typo in the test s/CEHCK/CHECK/
2019-02-28 Simon Pilgrim[X86][AVX] Fold vf64 concat_vectors(movddup(x),movddup...
2019-02-28 Diana Picus[ARM GlobalISel] Support global variables for Thumb2
2019-02-28 Clement Courbet[clang-tidy] misc-string-integer-assignment: fix false...
2019-02-28 George Rimar[LLD][ELF] - Stop using binary input in invalid/tls...
2019-02-28 George Rimar[llvm-objdump] - Improve the error message for "removin...
2019-02-28 George Rimar[llvm-readobj] - Fix the invalid dumping of the dynamic...
2019-02-28 Nikita Popov[ValueTracking] More accurate unsigned add overflow...
2019-02-28 Craig Topper[X86] Use PreprocessISelDAG to convert vector sra/srl...
2019-02-28 Fangrui Song[Dominators] Avoid potentially quadratic std::is_permut...
2019-02-28 Philip Reames[SelectionDAG] Strengthen assertions about usage of...
2019-02-28 Richard TrieuFix IR/Analysis layering issue with OptBisect
2019-02-28 Alexandre GaneaFix SupportTests.exe/AllocationTests/MappedMemoryTest...
2019-02-28 Alexandre GaneaFix non-Windows platforms build break introduced by...
2019-02-28 Alexandre Ganea[Memory] Add basic support for large/huge memory pages
2019-02-28 Evgeniy Stepanov[sanitizer] Got rid of text relocations in i386 vfork...
2019-02-28 Jason MolendaMove Symbols.cpp files.
2019-02-28 Douglas YungAdd username to TODO comment in sanitizer to satisfy...
2019-02-28 Jan Korous[clang][index-while-building][NFC] Comment about implem...
2019-02-28 Eric ChristopherTemporarily revert "ArgumentPromotion should copy all...
2019-02-28 Craig Topper[X86] Use X86::LAST_VALID_COND instead of assuming...
2019-02-28 Joerg SonnenbergerEnsure that set constrained asm operands are not affect...
2019-02-28 Matt ArsenaultAMDGPU/GlobalISel: Add regbankselect test for phis
2019-02-28 Matt ArsenaultAMDGPU: Fix typo
2019-02-28 Jonas Devlieghere[Reprodicuers] Check initialization
2019-02-28 Erik Pilkington[CodeGen] Fix some broken IR generated by -fsanitize...
2019-02-28 Julian Lettner[NFC][TSan] Don't define GetStackTrace when compiling...
2019-02-28 Julian Lettner[NFC][Sanitizer] Use correct WEAK annotation to make...
2019-02-28 Matt ArsenaultAMDGPU: Enable function calls by default
2019-02-28 Abderrazek... [AArch64] Generate FP16 vector compare instructions.
2019-02-28 Matt ArsenaultAMDGPU: Fix crashes in invalid call cases
2019-02-28 Matt ArsenaultGlobalISel: Implement fewerElementsVector for phi
2019-02-28 Matt ArsenaultGlobalISel: Implement moreElementsVector for phi
2019-02-27 Julian Lettner[Sanitizer] Attempt to fix linker error on ARM variants
2019-02-27 Matthew G McGovern[compiler-rt] Windows Trace Logging for error reports.
2019-02-27 Reid Kleckner[InstrProf] Use separate comdat group for data and...
2019-02-27 Louis Dionne[NFC][libc++] Update comment about oldest supported...
2019-02-27 Adrian PrantlRemove unnecessary demangling operation (NFC)
2019-02-27 Evgeniy Stepanov[sanitizer] Fix compilation errors in r355030.
2019-02-27 Alina Sbirlea[MemorySSA] Make insertDef insert corresponding phi...
2019-02-27 Julian Lettner[NFC][Sanitizer] Pull up GetStackTrace into sanitizer_c...
2019-02-27 Joerg SonnenbergerDefault to Secure PLT on PPC for NetBSD and OpenBSD.
2019-02-27 Zachary TurnerRemove dependency from Host -> Core.
2019-02-27 Jan Korous[clang][index-while-building][NFC] FileIndexRecord...
2019-02-27 Jan Korous[clang][index-while-building] FileIndexRecord
2019-02-27 James Y KnightFixup compilation/test failures after r354960 and r355013.
2019-02-27 Joerg SonnenbergerUse Secure PLT as default on NetBSD/PowerPC.
2019-02-27 Zachary TurnerMove Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
2019-02-27 Matt Davis[llvm-cxxfilt] Re-enable split and demangle stdin input...
2019-02-27 Evgeniy Stepanov[hwasan, asan] Intercept vfork.
2019-02-27 Alexandre Ganea[LLD][COFF] Support /threads[:no] like the ELF driver
2019-02-27 Evgeniy Stepanov[hwasan] Fix tests after .cc->.cpp renaming.
2019-02-27 Alexey Bataev[OPENMP]Delay emission of the error for unsupported...
2019-02-27 Jim InghamPass arguments correctly to the objc object checker...
2019-02-27 Philip ReamesSeperate volatility and atomicity/ordering in SelectionDAG
2019-02-27 Hyrum Wright[clang-tidy] Add the abseil-time-subtraction check
2019-02-27 Rong XuFixed ubsan failures in r355005.
2019-02-27 Julian Lettner[NFC][Sanitizer] Hard-code fast/slow unwinder at call...
2019-02-27 Matt DavisRevert "[llvm-cxxfilt] Split and demangle stdin input...
2019-02-27 Sanjay Patel[InstCombine] add tests for add+ext+add; NFC
next