platform/upstream/llvm.git
2021-06-11 River Riddle[mlir][IR] Move MemRefElementTypeInterface to a new...
2021-06-10 Amara Emerson[AArch64][GlobalISel] Fix incorrectly generating uxtw...
2021-06-10 Carl Ritson[ValueTypes] Define MVTs for v6i32, v6f32, v7i32, v7f32
2021-06-10 Carl Ritson[SDAG] Fix pow2 assumption when splitting vectors
2021-06-10 Craig Topper[RISCV] Add test cases that show failure to use some...
2021-06-10 Sami Tolvanen[IR] Value: Fix OpCode checks
2021-06-10 Wolfgang Pieb[static initializers] Emit global_ctors and global_dtor...
2021-06-10 Slava NikolaevLoadStoreVectorizer: support different operand orders...
2021-06-10 Arthur Eubanks[Profile] Remove redundant check
2021-06-10 Nick Desaulniers[IR] make -warn-frame-size into a module attr
2021-06-10 Arthur Eubanks[Profile] Handle invalid profile data
2021-06-10 Matheus Izvekov[clang] Implement P2266 Simpler implicit move
2021-06-10 Andy KaylorPreserve more MD_mem_parallel_loop_access and MD_access...
2021-06-10 Christopher... [libcxx][ranges] removes default_initializable from...
2021-06-10 Jessica Paquette[AArch64][GlobalISel] Legalize scalar G_CTTZ + G_CTTZ_Z...
2021-06-10 Geoffrey Martin... [MLIR] Document that Dialect Conversion traverses in...
2021-06-10 Benoit Jacob2d Arm Neon sdot op, and lowering to the intrinsic.
2021-06-10 Joachim Meyer[LV] Parallel annotated loop does not imply all loads...
2021-06-10 Sanjay Patel[SimplifyCFG] avoid 'tmp' variables in test file; NFC
2021-06-10 Matheus Izvekov[clang] NRVO: Improvements and handling of more cases.
2021-06-10 David Green[ARM] Fix Changed status in MVEGatherScatterLoweringPass.
2021-06-10 Philip Reames[LI] Add a cover function for checking if a loop is...
2021-06-10 Louis Dionne[libc++] Remove unnecessary header in enable_view.h...
2021-06-10 Fangrui Song[ELF] Simplify getAArch64UndefinedRelativeWeakVA. NFC
2021-06-10 Fangrui Song[ELF][RISCV] Resolve branch relocations referencing...
2021-06-10 Philip Reames[SCEV] Use mustprogress flag on loops (in addition...
2021-06-10 Sterling AugustineMove variable only used inside an assert into the assert.
2021-06-10 Philip ReamesMove code for checking loop metadata into Analysis...
2021-06-10 LLVM GN Syncbot[gn build] Port bbb3d03f93b8
2021-06-10 Christopher... [libcxx][ranges][nfc] moves view concepts into `__range...
2021-06-10 Michael Kruse[OpenMP] Implement '#pragma omp unroll'.
2021-06-10 David Green[ARM] Ensure instructions are simplified prior to Gathe...
2021-06-10 Jez Ng[lld-macho][nfc] Fix uninitialized members warning...
2021-06-10 Tue Ly[libc] Add implementation of expm1f.
2021-06-10 River Riddle[mlir-vscode] Fix dependencies to enable packaging...
2021-06-10 Eric Astor[ms] [llvm-ml] Warn on command-line redefinition
2021-06-10 Stella Stamenova[lldb, win] Remove obsolete workaround for MSVC and...
2021-06-10 River Riddle[mlir-lsp-server] Document the features provided by...
2021-06-10 River Riddle[mlir-lsp-server] Add support for textDocument/document...
2021-06-10 Jessica Paquette[AArch64][GlobalISel] Mark some G_BITREVERSE types...
2021-06-10 Alexey Bataev[SLP]Disable scheduling of insertelements.
2021-06-10 Zachary Selk[flang] Fixed simple typo in runtime code
2021-06-10 Nico Weber[gn build] minor TODO.txt update
2021-06-10 Michael Kruse[Flang][Runtime][tests] Escape regex special character.
2021-06-10 Jonas Devlieghere[lldb] Add 9494c510af56 to .git-blame-ignore-revs
2021-06-10 Louis Dionne[libc++abi] Remove the LIBCXXABI_ENABLE_PIC option
2021-06-10 Melanie BlowerRevert "[clang][FPEnv] Clang floatng point model ffp...
2021-06-10 David Tenty[AIX] Build libLTO as MODULE rather than SHARED
2021-06-10 Aaron BallmanAdd a page to track the status of C proposals in Clang.
2021-06-10 Keith SmileyFix range-loop-analysis warning
2021-06-10 thomasraoux[mlir][gpu] Add op to create MMA constant matrix
2021-06-10 gbreynoo[docs][llvm-ar] Add rsp-quoting option to the llvm...
2021-06-10 Benjamin Kramer[AArch64] Silence fallthrough warning. NFC.
2021-06-10 Markus Böck[clang-cl] Add /permissive and /permissive-
2021-06-10 Markus Böck[clang][msvc] Define _HAS_STATIC_RTTI to 0, when compil...
2021-06-10 Markus Böck[clang][driver] Add -foperator-names
2021-06-10 Adam Czachorowski[clang] Do not crash when ArgTy is null in CheckArgAlig...
2021-06-10 Luo, Yuanke[X86][NFC] Fix typo.
2021-06-10 Xing Xue [libc++abi] NFC: adding a new parameter base to...
2021-06-10 Paul C. Anagnostopoulos[TableGen] Eliminate dead code in ParseForeachDeclarati...
2021-06-10 Irina Dobrescu[AArch64] Add cost tests for bitreverse
2021-06-10 David Green[ARM] Skip debug during vpt block creation
2021-06-10 David Green[ARM] MVE VPT block tests with debug info. NFC
2021-06-10 Melanie Blower[clang][FPEnv] Clang floatng point model ffp-model...
2021-06-10 Yaxun (Sam... Fix test hip-device-compile.hip
2021-06-10 Joseph Huber[OpenMP] Add type to firstprivate symbol for const...
2021-06-10 Adam Czachorowski[clang] Make CXXDefaultArgExpr inherit dependence from...
2021-06-10 Sanjay Patel[CodeGen] limit tests to current pass manager to avoid...
2021-06-10 Guillaume Chatelet[clang-tidy] Allow disabling integer narrowing conversi...
2021-06-10 Caroline Concatto[InstCombine] Add fold for extracting known elements...
2021-06-10 Eric Astor[ms] [llvm-ml] Make variable redefinition match ML.EXE
2021-06-10 Caroline Concatto[InstSimplify] Add constant fold for extractelement...
2021-06-10 Guillaume Chatelet[llvm] Make Sequence reverse-iterable
2021-06-10 Esme-Yi[NFC][XCOFF] Replace structs FileHeader32/SectionHeader...
2021-06-10 Timm Bäder[llvm][PPC] Add missing case for 'I' asm memory operands
2021-06-10 Nico WeberReland "[gn build] port d1d36f7ad (llvm-tapi-diff)"
2021-06-10 Michael Kruse[flang][windows] Run regression tests under Windows...
2021-06-10 David SpickettRevert "Implementation of global.get/set for reftypes...
2021-06-10 Simon PilgrimFix MSVC int64_t -> uint64_t "narrowing conversion...
2021-06-10 Simon PilgrimAdd explicit braces to silence warning about ambiguous...
2021-06-10 Simon Pilgrim[TargetLowering] getABIAlignmentForCallingConv - pass...
2021-06-10 David Spickett[clang][Arm] Require arm and aarch64 target for bf16...
2021-06-10 Alex Zinenko[mlir] make LLVMPointerType implement the data layout...
2021-06-10 Ole Strohm[OpenCL] Relax test implicit members in C++ for OpenCL
2021-06-10 Sven van Haastregt[OpenCL] Add builtin header test
2021-06-10 Paulo MatosImplementation of global.get/set for reftypes in LLVM IR
2021-06-10 Alexander KornienkoRevert "[Verifier] Speed up and parallelize dominance...
2021-06-10 Martin StorsjöRevert "[AArch64LoadStoreOptimizer] Generate more STPs...
2021-06-10 Juneyoung Lee[LangRef] Fix missing code highlighting format
2021-06-10 Esme-Yi[XCOFF][llvm-objdump] Dump the debug type in `--section...
2021-06-10 Christian Sigg[mlir] Support pre-existing tokens in 'gpu-async-region'
2021-06-10 Qiu Chaofan[NFC] Pre-commit tests for VectorCombine scalarize
2021-06-10 Jim Lin[Docs] Fix incorrect return type for example code
2021-06-10 Qiu ChaofanUpdate my mailmap
2021-06-10 Christopher... [libcxx][optional] adds missing constexpr operations
2021-06-10 Siva Chandra... [libc] Remove libc-fuzzer as a dependency to check...
2021-06-10 Serge Pavlov[ConstantFolding] Enable folding of min/max/copysign...
2021-06-10 Tom Stellard[Utils][vim] Highlight 'ptr' type
2021-06-10 Esme-Yi[llvm-objdump][XCOFF] Enable the -l (--line-numbers...
2021-06-10 Sam PowellReland "[llvm] llvm-tapi-diff"
next