platform/upstream/llvm.git
2019-02-28 Jonathan Peyton[OpenMP 5.0] Deprecate nest-var and associated features
2019-02-28 Evgeniy Stepanov[hwasan] Fix vfork handling with large stack limit.
2019-02-28 Eli Friedman[AArch64] [Windows] Don't skip constructing UnwindHelp.
2019-02-28 Eli Friedman[AArch64] [Windows] Fix llvm-readobj -unwind output...
2019-02-28 Abderrazek... [AArch64] Improve FP16 vector convert from short instru...
2019-02-28 Manman RenAdd a module pass for order file instrumentation
2019-02-28 Paul Hoad[clang-tidy] add OverrideMacro to modernize-use-overrid...
2019-02-28 Rong Xu[PGO] Context sensitive PGO (part 2)
2019-02-28 Sanjay Patel[x86] scalarize extract element 0 of FP math
2019-02-28 H.J. LuRevert "Revert "[sanitizers] Restore internal_readlink...
2019-02-28 Julian Lettner[Sanitizer] lit test config: Respect existing paralleli...
2019-02-28 Jiong Wangbpf: disassembler support for XADD under sub-register...
2019-02-28 Jiong Wangbpf: enable sub-register code-gen for XADD
2019-02-28 Evgeniy Stepanov[sanitizer] Fix vfork interceptor on i386 w/ dynamic...
2019-02-28 Jiong Wangbpf: improve dead Defs check for XADD
2019-02-28 Jordan Rupprecht[clang-format][NFC] Allow getLLVMStyle() to take a...
2019-02-28 Serge GueltonAdd Support for Creating and Deleting Unicode Files...
2019-02-28 Adrian McCarthyImprove process launch comments for Windows
2019-02-28 Jonathan Peyton[OpenMP] Make use of sched_yield optional in runtime
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...
next