platform/upstream/llvm.git
2021-06-11 Rosie Sumpter[CostModel][AArch64] Improve the cost estimate of CTPOP...
2021-06-11 Ole Strohm[OpenCL] Fix overloading resolution of addrspace constr...
2021-06-11 Martin Probstclang-format: [JS] don't sort named imports if off.
2021-06-11 Simon Pilgrim[llvm-stress] Fix dead code preventing us generating...
2021-06-11 Valeriy Savchenko[analyzer] Refactor trackExpressionValue to accept...
2021-06-11 Valeriy Savchenko[analyzer] Turn TrackControlDependencyCond into a track...
2021-06-11 Valeriy Savchenko[analyzer] Refactor trackRValueExpression into Expressi...
2021-06-11 Valeriy Savchenko[analyzer] Turn ReturnVisitor into a tracking visitor
2021-06-11 Valeriy Savchenko[analyzer] Hide and rename FindLastStoreBRVisitor
2021-06-11 Valeriy Savchenko[analyzer] Change FindLastStoreBRVisitor to use Tracker
2021-06-11 Valeriy Savchenko[analyzer] Reimplement trackExpressionValue as Expressi...
2021-06-11 Valeriy Savchenko[analyzer] Introduce a new interface for tracking
2021-06-11 Roman Lebedev[VectorCombine] scalarizeLoadExtract(): use computeAlig...
2021-06-11 Roman Lebedev[NFC][VectorCombine] Extract computeAlignmentAfterScala...
2021-06-11 Bing1 Yu[X86] Support __tile_stream_loadd intrinsic for new...
2021-06-11 Simon PilgrimSampleProf.h - fix spelling mistake in assert message...
2021-06-11 Simon Pilgrim[Analysis] Pass RecurrenceDescriptor as const reference...
2021-06-11 Simon PilgrimFix implicit dependency on <string> header. NFCI.
2021-06-11 Sven van Haastregt[OpenCL][NFC] Reorganize ClangOpenCLBuiltinEmitter...
2021-06-11 Stephen Hines[compiler-rt] [builtins] [AArch64] Add missing AArch64...
2021-06-11 Ivan Murashko[clang-tidy] LIT test fix for Remark diagnostic
2021-06-11 Adrian Kuegel[mlir] Refactor ComplexOps.td [NFC]
2021-06-11 LLVM GN Syncbot[gn build] Port c4a0969b9c14
2021-06-11 Sjoerd MeijerFunction Specialization Pass
2021-06-11 Petr HosekRevert "[Driver] Support libc++ in MSVC"
2021-06-11 Petr HosekRevert "[CMake] Don't use libc++ by default on Windows...
2021-06-11 Vitaly Buka[lldb] Fix leak in test
2021-06-11 Qiu Chaofan[PowerPC] Relax register superclasses for paired memops
2021-06-11 Raphael Isemann[lldb] Move once_flags in HostInfoLinux so the internal...
2021-06-11 Hsiangkai Wang[RISCV] Avoid scalar outgoing argumetns overwriting...
2021-06-11 Nico Weber[lld/mac] Make binaries written by lld strippable
2021-06-11 Craig Topper[RISCV] Remove extra assignment of intrinsic ID in...
2021-06-11 Arthur EubanksRevert "[clang] NRVO: Improvements and handling of...
2021-06-11 Arthur EubanksRevert "[clang] Implement P2266 Simpler implicit move"
2021-06-11 Qiu Chaofan[VectorCombine] Fix alignment in single element store
2021-06-11 Craig Topper[RISCV] Use ComputeNumSignBits/MaskedValueIsZero in...
2021-06-11 Michael Kruse[Flang] Compile fix after D99459.
2021-06-11 River Riddle[mlir-ir-printing] Prefix the dump message with the...
2021-06-11 River Riddle[mlir] Add new SubElementAttr/SubElementType Interfaces
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
next