platform/upstream/llvm.git
2020-03-29 Kazuaki Ishizaki[mlir] NFC: fix trivial typo in documents
2020-03-29 Florian Hahn[VPlan] Use one VPWidenRecipe per original IR instructi...
2020-03-29 Nikita Popov[PostOrderIterator] Use SmallVector to store stack...
2020-03-29 Simon Pilgrim[X86] X86CallFrameOptimization - generalize slow push...
2020-03-29 Aaron Smith[mlir] Add exp2 conversion to llvm.intr.exp2
2020-03-29 Richard Diamond[AlignmentFromAssumptions] Fix a SCEV assertion resulti...
2020-03-29 Craig Topper[X86] Add cost model test cases for fmin/fmax reduction.
2020-03-29 Fangrui Song[MC][PowerPC] Make .reloc support arbitrary relocation...
2020-03-28 Joerg SonnenbergerFix compatibility for __builtin_stdarg_start
2020-03-28 Matt ArsenaultAMDGPU: Make use of default operands
2020-03-28 Benjamin KramerPut back initializers that were dropped in 0ab5b5b8581d...
2020-03-28 Benjamin Kramer[COFF] Stabilize sort
2020-03-28 Benjamin Kramer[MDBuilder] Don't use stable sort for sorting integers.
2020-03-28 Nikita Popov[InstCombine] Remove unreachable blocks before DCE
2020-03-28 Nikita Popov[InstCombine] Merge two functions; NFC
2020-03-28 Benjamin Kramer[ADT] Automatically forward llvm::sort to array_pod_sor...
2020-03-28 Benjamin Kramer[AMDGPU] Stabilize sort order
2020-03-28 Yonghong Song[BPF] support 128bit int explicitly in layout spec
2020-03-28 Benjamin KramerUpgrade some instances of std::sort to llvm::sort....
2020-03-28 Benjamin KramerRemove constexpr that MSVC doesn't like
2020-03-28 Reid Kleckner[CodeGen] Fix sinking local values in lpads with phis
2020-03-28 Nikita Popov[InstCombine] Use replaceOperand() API in GEP transforms
2020-03-28 Nikita Popov[InstCombine] Reduce code duplication in GEP of PHI...
2020-03-28 Benjamin KramerConst-initialize ParsedAttrInfos
2020-03-28 Alexandre GaneaAfter 09158252f777c2e2f06a86b154c44abcbcf9bb74, fix...
2020-03-28 Nikita Popov[InstCombine] Fix worklist management in foldXorOfICmps()
2020-03-28 Nikita Popov[InstCombine] Change limit-max-iterations test case...
2020-03-28 Matt Schulte[lld][ELF] Mark empty NOLOAD output sections SHT_NOBITS...
2020-03-28 Enna1[CorrelatedValuePropagation] Remove redundant if statem...
2020-03-28 Martin Storsjö[AsmPrinter] Emit .weak directive for weak linkage...
2020-03-28 Alex Brachet[libc] Only use __has_builtin on clang
2020-03-28 Florian Hahn[SCCP] Remove LatticeVal alias now that transition...
2020-03-28 Florian Hahn[SCCP] Remove unused toLatticeValue helper (NFC).
2020-03-28 Kadir Cetinkaya[clang][Syntax] Handle macro arguments in spelledForExp...
2020-03-28 Raphael Isemann[lldb][NFC] Fix typo in TestInvalidArgsLog
2020-03-28 Michael LiaoFix GCC warning on enum class bitfield. NFC.
2020-03-28 Michael LiaoFix `-Wsign-compare` warning. NFC.
2020-03-28 Martin Storsjö[llvm-rc] Allow -1 for menu item IDs
2020-03-28 Simon Pilgrim[X86][SSE] Add testnzc(~X,Y) -> testnzc(X,Y) test cases
2020-03-28 Simon Pilgrim[X86][SSE] Add original PR38522 test case
2020-03-28 Simon Pilgrim[X86][SSE] Add combine tests for PTEST/TESTPS/TESTPD...
2020-03-28 Evan LeClercq[docs] Added solutions to slow build under common problems.
2020-03-28 Dmitry Vyukovtsan: fix build bugs
2020-03-28 Uday Bondhugula[NFC] Attributor comment updates / cast cleanup
2020-03-28 Siva Chandra... [libc] Extend add_object rule to handle helper object...
2020-03-28 Alex Brachet[libc][NFC] Ensure internal implementation is in __llvm...
2020-03-28 Jason MolendaMerge in symbols from Mach-O dyld trie to the symbol...
2020-03-28 Serge Pavlov[FEnv] Constfold some unary constrained operations
2020-03-28 Yaxun (Sam... [AMDGPU] Add __builtin_amdgcn_workgroup_size_x/y/z
2020-03-28 Richard SmithPR45294: Fix handling of assumed template names looked...
2020-03-28 Mehdi AminiRemove spurious duplicated header include (NFC)
2020-03-28 Richard SmithForm invalid template-id annotations when parsing a...
2020-03-28 Sean SilvaVerify number of result types in generated builder.
2020-03-28 Jonas DevlieghereRevert "[FileCollector] Add a method to add a whole...
2020-03-28 Ilya Leoshkevich[compiler-rt] Fall back to internal_uname() when called...
2020-03-28 Richard SmithImprove error recovery from missing '>' in template...
2020-03-28 Uday Bondhugula[MLIR][NFC] Move TestDialect -> Dialect/Test
2020-03-28 Uday Bondhugula[MLIR] Introduce full/partial tile separation using...
2020-03-28 Kazuaki Ishizaki [mlir] NFC: fix trivial typo in source files
2020-03-28 Jessica Paquette[GlobalISel] Fix equality for copies from physregs...
2020-03-28 Jonas Devlieghere[lldb/CMake] Only CMAKE_CFG_INTDIR if it's not '.'
2020-03-28 Jonas Devlieghere[FileCollector] Devirtualize FileCollector (NFC)
2020-03-28 Jonas Devlieghere[FileCollector] Add a method to add a whole directory...
2020-03-28 Kamlesh Kumar[RISCV] Support llvm.thread.pointer
2020-03-28 Richard SmithImprove recovery from invalid template-ids.
2020-03-27 Sean Silva`shape` dialect: add some ops
2020-03-27 David BlaikieFunctionRef: Strip cv qualifiers in the converting...
2020-03-27 Sam McCall[AST] Add a Dependence bitmask to use for calculations...
2020-03-27 Sam McCall[Syntax] Prevent (accidentally) copying TokenBuffer
2020-03-27 Nemanja Ivanovic[DAGCombine] Fix splitting indexed loads in ForwardStor...
2020-03-27 Lei Zhang[mlir][spirv] Add return to function to please MSVC
2020-03-27 Francesco Petrogalli[llvm][Type] Return fixed size for scalar types. [NFC]
2020-03-27 Florian Hahn[Darwin] Respect -fno-unroll-loops during LTO.
2020-03-27 Jonas Devlieghere[VirtualFileSystem] Support directory entries in the...
2020-03-27 Alexey Bataev[OPENMP50]Fix PR45117: Orphaned task reduction should...
2020-03-27 shafik[LLDB] CPlusPlusNameParser does not handles templated...
2020-03-27 Thomas Preud... [lld test] Tighten ELF/pre_init_fini_array.s test
2020-03-27 Sam McCallAdd BitWidth trait to BitmaskEnum, and use for clang...
2020-03-27 Sanjay Patel[InstCombine] reduce FP-casted and bitcasted signbit...
2020-03-27 Sanjay Patel[InstCombine] add tests for FP cast+bitcast signbit...
2020-03-27 Adrian PrantlUnbreak LLDB tests after 96023917e6f
2020-03-27 Adrian PrantlAllow remapping Clang module include paths
2020-03-27 Michael Liao[cuda][hip] Add CUDA builtin surface/texture reference...
2020-03-27 Francesco Petrogalli[llvm][Support] Add isZero method for TypeSize. [NFC]
2020-03-27 Matt ArsenaultCodeGen: Add -denormal-fp-math-f32 flag
2020-03-27 Jay Foad[AMDGPU] Fix getEUsPerCU for gfx10 in CU mode
2020-03-27 Fangrui Song[MC][X86] Make .reloc support arbitrary relocation...
2020-03-27 Henry Kao[OpenMP] Add memory barrier to solve data race
2020-03-27 Matt ArsenaultFix line endings in test
2020-03-27 diggerlin[AIX] Address comment https://reviews.llvm.org/D76162...
2020-03-27 Matt ArsenaultAMDGPU: Stop setting attributes based on TargetOptions
2020-03-27 Davide ItalianoRevert "[Dexter] Add support for Windows to regression...
2020-03-27 Matt ArsenaultFix denormal-fp-math flag and attribute interaction
2020-03-27 Reid Kleckner[COFF] Don't treat DWARF sections as GC roots
2020-03-27 Jonas Devlieghere[lldb/PlatformMacOSX] Re-implement GetDeveloperDirectory
2020-03-27 Fangrui Song[MC][AArch64] Make .reloc support arbitrary relocation...
2020-03-27 Fangrui Song[MC][ARM] Make .reloc support arbitrary relocation...
2020-03-27 Paul RobinsonFix a Diag call not to assume option spelling
2020-03-27 Julian Lettner[lit] Avoid global imports in module declaration
2020-03-27 Fangrui Song[ELF][test] Split basic.s
next