platform/upstream/llvm.git
2022-03-07 Peter Klausler[flang] Accommodate arrays with a zero-extent dimension...
2022-03-07 Nico WeberRevert "[gn build] (manually) port 0c2b43ab8cb1 (X86MCT...
2022-03-07 Maksim PanchenkoRevert "[X86] Fix MCSymbolizer interface for X86Disasse...
2022-03-07 Nico Weber[gn build] (manually) port 0c2b43ab8cb1 (X86MCTests)
2022-03-07 Arthur O'Dwyer[libc++] [ranges] Fix `decltype(auto) ranges::iter_move`.
2022-03-07 Nico Weber[clang-format] Fix namespace end comments in ObjC+...
2022-03-07 Arthur O'Dwyer[libc++] Overhaul std::quoted; fix its relationship...
2022-03-07 Maksim Panchenko[X86] Fix MCSymbolizer interface for X86Disassembler
2022-03-07 David BlaikieSimplify OpenMP Lambda use
2022-03-07 Yuanfang Chen[clang][debug] port clang-cl /JMC flag to ELF
2022-03-07 Bixia Zheng[mlir][sparse][taco] Add more unit tests.
2022-03-07 Yi KongRevert "Add CMake option not to build BOLT tests"
2022-03-07 Yi KongFix the comment for EnableNoundefAttrs, NFC
2022-03-07 Yi KongAdd CMake option not to build BOLT tests
2022-03-07 Diego Caballero[mlir][Vector] Improve default lowering of vector trans...
2022-03-07 Stanislav Gatev[clang][dataflow] Extend flow conditions from block...
2022-03-07 Jez Ng[lld-macho][nfc] Reduce size of icfEqClass hash
2022-03-07 Jez Ng[lld-macho][nfc] Don't use `stubsHelperIndex` in ICF...
2022-03-07 Jez Ng[lld-macho][nfc] Rename isec -> referentIsec to avoid...
2022-03-07 Jez Ng[lld-macho][nfc] Track # of ICF calls to `equals*`...
2022-03-07 Jez Ng[lld-macho][nfc] Use llvm::function_ref instead of...
2022-03-07 Jez Ng[lld-macho][nfc] Remove file statics from ICF.cpp
2022-03-07 Roman LebedevUpdateTestChecks: fix handling of UTC with spaces
2022-03-07 zhongyunde[AArch64] Perform first active true vector combine
2022-03-07 Florian Hahn[LV] Add test from PR54227.
2022-03-07 Benjamin Kramer[mlir] Add missing override keyword. NFC.
2022-03-07 Jonas Devlieghere[lldb] Add a setting to change the autosuggestion ANSI...
2022-03-07 Richard Howell[llvm] remove empty __LLVM segment in llvm-bitcode...
2022-03-07 Arthur O'Dwyer[libc++] Better handling for zero-sized types.
2022-03-07 LLVM GN Syncbot[gn build] Port 54d6b5b67fb3
2022-03-07 Sergei Grechanik[mlir] Fix dumping invalid ops
2022-03-07 Sam McCall[pseudo] Rename {Preprocess,PPStructure} -> DirectiveMa...
2022-03-07 Simon Moll[VE] Split v512.32 load store into interleaved v256...
2022-03-07 phyBrackets[analyzer][NFC] Merge similar conditional paths
2022-03-07 Roman Lebedev[NFC][LV] Use different braces in debug output
2022-03-07 Venkata Ramanaiah... [AMDGPU] Ensure return address is save/restored if...
2022-03-07 Austin Kerbow[AMDGPU] Omit unnecessary waitcnt before barriers
2022-03-07 LLVM GN Syncbot[gn build] Port 205557c908ff
2022-03-07 Nikolas Klauser[libc++][ranges] Implement ranges::max_element
2022-03-07 Simon Tatham[AArch64] Move FeatureSpecRestrict into core 8.0-R...
2022-03-07 Marek Kurdej[clang-format] Fix assertion failure/crash with `AllowS...
2022-03-07 Louis Dionne[libc++][NFC] Improve release note formatting
2022-03-07 Roman Lebedevupdate_analyze_test_checks.py: fix UTC_ARGS handling
2022-03-07 Kadir Cetinkaya[clang] Adjust LookupTest for UsingTypeLocs
2022-03-07 Richard[clang-tools-extra] Document clang tidy unit tests...
2022-03-07 Sam McCall[pseudo] Add readme
2022-03-07 Louis Dionne[libc++][NFC] Add missing whitespace in release notes
2022-03-07 Endre Fülöp[analyzer] Fix buildbot failure for D120369
2022-03-07 LLVM GN Syncbot[gn build] Port 311ff3917827
2022-03-07 Louis Dionne[libc++] Add missing header <cuchar>
2022-03-07 Florian Hahn[ConstraintElimination] Use ZExtValue for unsigned...
2022-03-07 Florian Hahn[ConstraintElimination] Add tests inspired by PR54224.
2022-03-07 Uday BondhugulaUpdate normalizeAffineFor to canonicalize maps/operands...
2022-03-07 Diana Picus[flang] Update tco after 0dc66b76fe4c
2022-03-07 Matthias Springer[mlir][shape] Migrate bufferization to BufferizableOpIn...
2022-03-07 Roman Lebedevupdate_analyze_test_checks.py: fix --filter handling
2022-03-07 Adrian Kuegel[mlir][Bazel] Remove unused dependencies (NFC)
2022-03-07 Christian Sigg[MLIR] Fix bazel BUILD file after Parser.h moved.
2022-03-07 Endre Fülöp[analyzer] Add more propagations to Taint analysis
2022-03-07 Florian Hahn[ConstraintElimination] Only add cond from assume to...
2022-03-07 Florian Hahn[ConstraintElimination] Add test case for PR54217.
2022-03-07 Mehdi AminiPartially revert 03e6d10cac86: it broke the build
2022-03-07 Mehdi AminiRevert "Apply clang-tidy fixes for bugprone-macro-paren...
2022-03-07 Heiko Thiel[README] Add hint, how to use automatically the optimal...
2022-03-07 Nikita Popov[Attributor] Remove restriction on simplifying function...
2022-03-07 Alex Bradbury[CODE_OWNERS/CREDITS] Update my email address
2022-03-07 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2022-03-07 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-03-07 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-03-07 Mehdi AminiApply clang-tidy fixes for modernize-use-emplace to...
2022-03-07 Mehdi AminiApply clang-tidy fixes for modernize-use-default-member...
2022-03-07 Mehdi AminiApply clang-tidy fixes for modernize-loop-convert to...
2022-03-07 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto to MLIR...
2022-03-07 Mehdi AminiApply clang-tidy fixes for bugprone-macro-parentheses...
2022-03-07 Nikita Popov[CoroElide] Remove fallback for frame layout determination
2022-03-07 Jan Svoboda[clang][modules] Fix failing test
2022-03-07 Simon AtanasyanRemove Simon Atanasyan from the code owners list. MIPS...
2022-03-07 Nikita Popov[Coroutines] Allow FramePtr to be an Argument
2022-03-07 Jan Svoboda[clang][modules] Report module maps affecting `no_undec...
2022-03-07 Jan Svoboda[clang][modules] NFC: Simplify and clarify test
2022-03-07 David Green[AArch64] Turn truncating buildvectors into truncates
2022-03-07 Siva Chandra... [libc] Fix alignment logic in TLS image size calculation.
2022-03-07 LLVM GN Syncbot[gn build] Port 5f62156762d4
2022-03-07 River Riddle[mlir][NFC] Move Translation.h to a Tools/mlir-translat...
2022-03-07 River Riddle[mlir][NFC] Move MlirOptMain to the Tools/ directory
2022-03-07 River Riddle[mlir][NFC] Move Parser.h to Parser/
2022-03-07 Florian Hahn[ConstraintElimination] Remove dead variables when...
2022-03-07 Florian Hahn[ConstraintElimination] Add test from PR54228.
2022-03-07 Luo, Yuanke[X86] Update some of the AVX512 intrinsic tests to...
2022-03-07 Simon Moll[VP] Introducing VectorBuilder, the VP intrinsic builder
2022-03-07 Nikita Popov[Attributor] Remove function pointer restriction for...
2022-03-07 David Green[AArch64] Use NPM for cost model tests. NFC
2022-03-07 Nikita Popov[SCEV] Enable verification under EXPENSIVE_CHECKS
2022-03-07 Weining Lu[LoongArch] Add EncoderMethods for transformed immediat...
2022-03-07 Nikita Popov[SCEV] Enable verification in LoopPM
2022-03-07 Adrian Kuegel[mlir] Use empty() instead of checking size() == 0...
2022-03-07 Nikita Popov[SCEV] Fully invalidate SCEVUnknown on RAUW
2022-03-07 Timm Bäder[clang][parser] Stop dragging an EndLoc around when...
2022-03-07 Christian Sigg[MLIR] Change call sites from deprecated `parseSourceFi...
2022-03-07 Johannes Doerfert[Attributor] Determine potentially loaded values throug...
next