platform/upstream/llvm.git
2020-09-07 David TrubyRevert "[MLIR][Shape] Merge `shape` to `std`/`scf`...
2020-09-07 Georgii Rymar[llvm-readobj/elf] - Generalize the code for printing...
2020-09-07 Simon PilgrimMachineStableHash.h - remove MachineInstr.h include...
2020-09-07 Simon Pilgrim[X86] Replace EmitX86AddSubSatExpr with EmitX86BinaryIn...
2020-09-07 Simon Wallis[SelectionDAG] memcpy expansion of const volatile struc...
2020-09-07 Sanjay Patel[InstCombine] add test with more unreachable insts...
2020-09-07 Sanjay Patel[InstCombine] give a name to an intermediate value...
2020-09-07 Nicolas Vasilache[MLIR] Fix Win test due to partial order of CHECK direc...
2020-09-07 Frederik Gossen[MLIR][Shape] Merge `shape` to `std`/`scf` lowerings.
2020-09-07 Simon PilgrimLegalizeTypes.h - remove orphan SplitVSETCC declaration...
2020-09-07 Georgii Rymar[llvm-readobj/elf] - Introduce Relocation<ELFT> helper.
2020-09-07 Simon PilgrimX86AvoidStoreForwardingBlocks.cpp - use unsigned for...
2020-09-07 Simon Pilgrim[X86][AVX] Use lowerShuffleWithPERMV in shuffle combini...
2020-09-07 Xing GUO[obj2yaml] Add support for dumping the .debug_str section.
2020-09-07 Frederik Gossen[MLIR][Standard] Add `dynamic_tensor_from_elements...
2020-09-07 Sam Parker[SCEV] Refactor isHighCostExpansionHelper
2020-09-07 LLVM GN Syncbot[gn build] Port 0478720157f
2020-09-07 Raphael Isemann[clang] Prevent that Decl::dump on a CXXRecordDecl...
2020-09-07 LLVM GN Syncbot[gn build] Port 81aa66f65f5
2020-09-07 Benjamin Kramer[X86] Unbreak the build after 22fa6b20d92e
2020-09-07 Simon Pilgrim[X86] getFauxShuffleMask - handle insert_subvector...
2020-09-07 Simon Pilgrim[X86][AVX] Add extra vperm2f128+vpermilvar combine...
2020-09-07 Simon Pilgrim[X86] Use Register instead of unsigned. NFCI.
2020-09-07 Esme-Yi[NFC][PowerPC] Add tests for `mul` with big constants.
2020-09-07 Simon Pilgrim[X86] Use Register instead of unsigned. NFCI.
2020-09-07 Simon Pilgrim[X86] Use Register instead of unsigned. NFCI.
2020-09-07 Eduardo Caldas[Ignore Expressions][NFC] Refactor to better use `Ignor...
2020-09-07 Eduardo CaldasExtract infrastructure to ignore intermediate expressio...
2020-09-07 Nicolas Vasilache[mlir][Vector] Revisit VectorToSCF.
2020-09-07 Pushpinder... [OpenMP][AMDGPU] Use DS_Max_Warp_Number instead of...
2020-09-07 Alex Richardson[clang-format] Correctly parse function declarations...
2020-09-07 Alex Richardson[clang-format] Parse __underlying_type(T) as a type
2020-09-07 Alex Richardson[clang-format] Fix formatting of _Atomic() qualifier
2020-09-07 Alex Richardson[clang-format] Check that */& after typename macros...
2020-09-07 Alex Richardson[clang-format] Handle typename macros inside cast expre...
2020-09-07 Alex Richardson[clang-format] Allow configuring list of macros that...
2020-09-07 Sam Parker[SimplifyCFG] Consider cost of combining predicates.
2020-09-07 Jay Foad[GlobalISel] Extend not_cmp_fold to work on conditional...
2020-09-07 Sam Parker[ARM][CostModel] CodeSize costs for i1 arith ops
2020-09-07 Xing GUO[DWARFYAML] Make the debug_addr section optional.
2020-09-07 Raphael IsemannAdd BinaryFormat/ELFRelocs/CSKY.def to LLVM modulemap
2020-09-07 Jay Foad[KnownBits] Implement accurate unsigned and signed...
2020-09-07 Kristina Bessonova[cmake] Fix build of attribute plugin example on Windows
2020-09-07 Raul Tambre[CMake][TableGen] Remove dead CMake version checks
2020-09-07 Raul Tambre[CMake][OpenMP] Remove old dead CMake code
2020-09-07 Raul Tambre[CMake][Polly] Remove dead CMake code
2020-09-07 Raul Tambre[CMake][TableGen] Simplify code by using list(TRANSFORM)
2020-09-07 Tomas Rix[scan-view] Explicitly use utf-8 in send_string
2020-09-07 Brad Smith[Sparc] Select the UltraSPARC instruction set with...
2020-09-07 Stella LaurenzoExtend PyConcreteType to support intermediate base...
2020-09-07 Muhammad Omair... Move NativeRegisterContextLinux/RegisterContextPOSIX...
2020-09-07 dongAxisWhen dumping results of StackLifetime, it will print...
2020-09-07 Muhammad Omair... Move targetHasSVE function to lldbtest.py
2020-09-07 Zi Xuan Wu[ELF] Add a new e_machine value EM_CSKY and add some...
2020-09-07 Chen Zheng[machinesink] add testcase for more sinking - NFC
2020-09-06 Thomas Lively[WebAssembly] Fix incorrect assumption of simple value...
2020-09-06 Amy Kwan[PowerPC] Implement Vector Expand Mask builtins in...
2020-09-06 Fangrui Song[asan_symbolize] Pass --demangle/--no-demangle instead...
2020-09-06 Nikita Popov[ValueTracking] Avoid known bits fallback for non-zero...
2020-09-06 Brad Smith[compiler-rt] Implement __clear_cache() on OpenBSD/arm
2020-09-06 Florian Hahn[DSE,MemorySSA] Add a few additional debug messages.
2020-09-06 zhanghb97[mlir] Add Shaped Type, Tensor Type and MemRef Type...
2020-09-06 Aaron PuchertThread safety analysis: Improve documentation for scope...
2020-09-06 Aaron PuchertThread safety analysis: Test and document release_gener...
2020-09-06 Benjamin Kramer[SmallVector] Move error handling out of line
2020-09-06 Simon Pilgrim[X86][AVX] lowerShuffleWithPERMV - adjust binary shuffl...
2020-09-06 David Green[ARM] Remove -O3 from mve intrinsic tests. NFC
2020-09-06 David Green[ARM] Regenerate tests. NFC
2020-09-06 Benjamin KramerAdd proper move ctor/move assign to APValue. NFCI.
2020-09-06 Nikita Popov[InstSimplify] Fold degenerate abs of abs form
2020-09-06 Vitaly Buka[Asan] Cleanup atomic usage in allocator
2020-09-06 Vitaly BukaRevert "[Asan] Cleanup atomic usage in allocator"
2020-09-06 Amara Emerson[GlobalISel] Disable the indexed loads combine complete...
2020-09-06 Vitaly Buka[Asan] Cleanup atomic usage in allocator
2020-09-06 Vitaly Buka[NFC][Asan] Fix clang-tidy warning
2020-09-06 Vitaly Buka[NFC][Asan] Move free_tid from ChunkHeader
2020-09-06 vnalamot[AMDGPU] Remove the dead spill slots while spilling...
2020-09-05 Krzysztof Parzyszek[Hexagon] Add assertions about V6_pred_scalar2
2020-09-05 Krzysztof Parzyszek[Hexagon] When widening truncate result, also widen...
2020-09-05 Krzysztof Parzyszek[Hexagon] Resize the mem operand when widening loads...
2020-09-05 Vitaly Buka[NFC][Asan] Reformat some allocator code
2020-09-05 Vitaly Buka[NFC][Asan] Inline enum doc strings
2020-09-05 Vitaly Buka[NFC][Asan] Rename internal enum value.
2020-09-05 Vitaly Buka[NFC][compiler-rt] Refine .clang-tidy checks
2020-09-05 Krzysztof Parzyszek[Hexagon] Handle widening of vector truncate
2020-09-05 Nikita Popov[InstSimplify] Add tests for a peculiar abs of abs...
2020-09-05 Florian Hahn[LangRef] Adjust guarantee for llvm.memcpy to also...
2020-09-05 Lawrence D... scan-build-py: fix multiprocessing error
2020-09-05 Jessica Clarke[ELF] Handle SHT_RISCV_ATTRIBUTES similarly to SHT_ARM_...
2020-09-05 Aaron PuchertAttempt to fix Sphinx build failure, NFC
2020-09-05 Aaron PuchertRestore size of TemplateParameterList after D44352
2020-09-05 Nikita Popov[InstCombine] Add tests for known negative abs intrinsi...
2020-09-05 Aaron PuchertThread safety analysis: ValueDecl in Project is non...
2020-09-05 Aaron PuchertThread safety analysis: Consider global variables in...
2020-09-05 Nikita Popov[SCEV] Recognize min/max intrinsics
2020-09-05 Nikita Popov[InstCombine] Fold abs with dominating condition
2020-09-05 Nikita Popov[InstSimplify] Fold min/max based on dominating condition
2020-09-05 Nikita Popov[InstCombine] Fold abs intrinsic eq zero
2020-09-05 Nikita Popov[InstCombine] Add tests for abs intrinsic eq zero ...
2020-09-05 Uday Bondhugula[MLIR] Remove unused arg from affine tiling validity...
next