platform/upstream/llvm.git
2021-06-18 Uday Bondhugula[MLIR] Introduce scf.execute_region op
2021-06-18 Haojian Wu[Attributor] Fix UB behavior on uninitalized bool varia...
2021-06-18 Jay Foad[AMDGPU] Update generated checks. NFC.
2021-06-18 Daniil Seredkin[InstCombine] Fold (sext bool X) * (sext bool X) to...
2021-06-18 Max Kazantsev[Test] Add XFAIL unit test for PR50765
2021-06-18 Diana Picus[flang] Rewrite test for CPU_TIME
2021-06-18 Liqiang Tao[llvm][Inliner] Add an optional PriorityInlineOrder
2021-06-18 Max Kazantsev[NFC] Assert non-zero factor before division
2021-06-18 Matthias Springer[mlir][linalg] Fix PadTensorOp constructor
2021-06-18 patacca[Polly][Isl] Refactoring IslAstInfo::getBuild() and...
2021-06-18 Haojian Wu[Attributor] Don't print the call-graph in a hard-coded...
2021-06-18 Siva Chandra... [libc][Obvious] Add the new header file PlatformDefs...
2021-06-18 Tomasz Miąsko[Demangle][Rust] Parse dot suffix
2021-06-18 Daniil SeredkinRevert "[InstCombine] Fold (sext bool X) * (sext bool...
2021-06-18 Siva Chandra... [libc] Add few macro definitions to make it easy to...
2021-06-18 Daniil Seredkin[InstCombine] Fold (sext bool X) * (sext bool X) to...
2021-06-18 Bjorn Pettersson[polly][GPGPU] Fixup related to overloading exponent...
2021-06-18 Fangrui SongRevert D103717 "[InstrProfiling] Make __profd_ uncondit...
2021-06-18 Johannes Doerfert[Attributor][FIX] Arguments of unknown functions can...
2021-06-18 Johannes Doerfert[Attributor] Allow to skip the initial update for a...
2021-06-18 Johannes Doerfert[Attributor] Use a centralized value simplification...
2021-06-18 Johannes Doerfert[Attributor] Introduce a helper do deal with constant...
2021-06-18 Johannes Doerfert[Attributor] Make sure Heap2Stack works properly on...
2021-06-18 Johannes Doerfert[OpenMP][NFC] Expose AAExecutionDomain and rename its...
2021-06-18 Johannes Doerfert[Attributor][NFC] Add test from PR49606
2021-06-18 Johannes Doerfert[Attributor][NFC] Precommit a set of test cases for...
2021-06-18 Johannes Doerfert[Attributor][NFC] AAReachability is currently stateless...
2021-06-18 George Balatsouras[dfsan] Replace dfs$ prefix with .dfsan suffix
2021-06-18 Luke[RISCV] Don't enable Interleaved Access Vectorization
2021-06-18 Daniil Seredkin[InstCombine][NFC] Added tests for mul with zext/sext...
2021-06-18 Igor Kudrin[objdump][ARM] Fix evaluating the target address of...
2021-06-18 Carl Ritson[AMDGPU] Remove duplicate setOperationAction for v4i16...
2021-06-18 Heejin Ahn[WebAssembly] Rename event to tag
2021-06-18 Richard SmithBring our handling of -Wframe-larger-than more in line...
2021-06-18 Xun Li[Coroutine] Properly deal with byval and noalias parameters
2021-06-18 Jim Lin[M68k][NFC] Fix indentation in M68kInstrArithmetic.td
2021-06-18 Zachary HenkelFrontend: Respect -fno-temp-file when creating a PCH
2021-06-18 Kuter Dinel[FIX][Attributor] Fix broken build due to missing virtu...
2021-06-18 Volodymyr Sapsai[clang][AST] Make `getLocalOrImportedSubmoduleID` work...
2021-06-17 Sam Clegg[lld][WebAssembly] Fix crash calling weakly undefined...
2021-06-17 Walter Erquinigo[trace][intel-pt] Create basic SB API
2021-06-17 Walter Erquinigo[lldb-vscode] remove failed test
2021-06-17 Roman Lebedev[NFC][SimpleLoopUnswitch] unswitchTrivialBranch():...
2021-06-18 Kuter Dinel[Attributor] Derive AACallEdges attribute
2021-06-17 Andrew BrowneRevert "[DFSan] Cleanup code for platforms other than...
2021-06-17 Fangrui Song[InstrProfiling] Make __profd_ unconditionally private...
2021-06-17 Craig Topper[PartiallyInlineLibCalls] Disable sqrt expansion for...
2021-06-17 Andrew Browne[DFSan] Cleanup code for platforms other than Linux...
2021-06-17 Eli Friedman[ScalarEvolution] Fix pointer/int type handling convert...
2021-06-17 Saleem AbdulrasoolRISCV: clean up target expression handling
2021-06-17 Louis Dionne[libc++] Make sure std::allocator<void> is always trivial
2021-06-17 Jon Roelofs[GISel] Eliminate redundant bitmasking
2021-06-17 Jon Roelofs[AArch64][GISel] and+or+shl => bfi
2021-06-17 Jorge Gorbe... Revert "[NFC] Remove checking pointee type for byval...
2021-06-17 Walter Erquinigo[lldb-vscode] only report long running progress events
2021-06-17 Nikita Popov[LoopUnroll] Fold all exits based on known trip count...
2021-06-17 Patrick Holland[MCA] [RegisterFile] Allow for skipping Defs with RegID...
2021-06-17 Sam Clegg[lld][WebAssembly] Add new `--import-undefined` option
2021-06-17 Vy Nguyen[lld-macho] Rework mergeFlag to behave closer to what...
2021-06-17 Andrew Ng[llvm-symbolizer][docs] Update example for --verbose...
2021-06-17 Roman Lebedev[X86] AMD Zen 3: don't confuse shift and shuffle, NFC
2021-06-17 Roman Lebedev[NFC] LoopVectorizationCostModel::getMaximizedVFForTarg...
2021-06-17 jasonliu[AIX] Remove --as-needed passing into aix linker
2021-06-17 LLVM GN Syncbot[gn build] Port f27e4548fc42
2021-06-17 Greg McGary[lld-macho] Implement ICF
2021-06-17 Stella Stamenova[clang] Fix a race condition in the build of clangInter...
2021-06-17 Gus Smith[mlir][sparse] Add Matricized Tensor Times Khatri-Rao...
2021-06-17 Christopher... [libcxx][module-map] 🎨 updates module map to account...
2021-06-17 Christopher... [libcxx][iwyu] 🎨 adds more headers to IWYU
2021-06-17 Saleem Abdulrasooltest: clean up some of the RISCV tests (NFC)
2021-06-17 Haojian Wufix an -Wunused-variable warning in release built, NFC
2021-06-17 Sanjay Patel[InstSimplify] add tests for computeKnownBits of shift...
2021-06-17 Sanjay Patel[InstCombine][x86] add tests for complex vector shift...
2021-06-17 Yabin Cui[compiler-rt][hwasan]: undefine new/delete operators...
2021-06-17 Kevin AtheyRevert "Remove obsolete call to AsyncSignalSafeLazyInit...
2021-06-17 Saleem AbdulrasoolRISCV: adjust handling of relocation emission for RISCV
2021-06-17 Stephen TozerReapply "[DebugInfo] Prevent non-determinism when updat...
2021-06-17 Jez Ng[lld-macho] Avoid force-loading the same archive twice
2021-06-17 Haojian Wu[clangd] Explicitly fail if the file passed to --check...
2021-06-17 Kevin P. Neal[FPEnv][InstSimplify] Precommit tests for D103169.
2021-06-17 Guillaume Chatelet[llvm] fix typo in comment
2021-06-17 Stephen TozerRevert "[DebugInfo] Prevent non-determinism when updati...
2021-06-17 eahcmrh[Sema] Fix for PR50741
2021-06-17 Stephen Tozer[DebugInfo] Prevent non-determinism when updating DIArg...
2021-06-17 Alexander Belyaev[mlir] Remove linalg.indexed_generic forward decl.
2021-06-17 David Spickett[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 Sjoerd Meijer[FuncSpec] Precommit test: don't specialise funcs with...
2021-06-17 Benjamin Kramer[mlir] Split things dependent on LLVM_DEBUG into a...
2021-06-17 Simon Pilgrim[X86] combineSelect - refactor MIN/MAX detection code...
2021-06-17 Alexander Belyaev[mlir][linalg] Purge linalg.indexed_generic.
2021-06-17 Florian Hahn[X86] Check using default in test added in 0bd5bbb31e03...
2021-06-17 Guillaume Chatelet[libc] Generate one benchmark per implementation
2021-06-17 Florian Hahn[X86] Add test showing binary differences with -x86...
2021-06-17 Alex Zinenko[mlir] define a customized DEBUG_TYPE in InterfaceSupport.h
2021-06-17 David Spickett[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 David Spickett[lldb] Set return object failed status even if error...
2021-06-17 Alex Zinenko[mlir] Enable delayed registration of attribute/operati...
2021-06-17 Florian Mayer[hwasan] Improve report for addresses within regions.
2021-06-17 Florian Mayer[hwasan] Do not use short granule tags as poison tags.
2021-06-17 hyeongyukim[InstCombine] Fix miscompile on GEP+load to icmp fold...
next