platform/upstream/llvm.git
2021-06-03 Fraser Cormack[CodeGen] Fix a scalable-vector crash in VSELECT legali...
2021-06-03 Raphael Isemann[lldb][NFC] Remove unused 'using ArrayRef' in RegisterV...
2021-06-03 Yi KongAdd -fno-visibility-inlines-hidden option
2021-06-03 David Spickett[clang][ARM] Remove arm2/3/6/7m CPU names
2021-06-03 Fraser Cormack[ValueTypes] Fix scalable-vector changeExtendedVectorTy...
2021-06-03 Dmitry Polukhin[clang][clangd] Use reverse header map lookup in sugges...
2021-06-03 Petr HosekRevert "[Fuchsia] Use libc++abi on Windows in Fuchsia...
2021-06-03 Chia-hung Duan[mlir-reduce] Create MlirReduceLib
2021-06-03 Vitaly Buka[NFC][scudo] Avoid integer overflow in test
2021-06-03 Arthur Eubanks[DFSan] Properly set argument ABI attributes
2021-06-03 Michael Kruse[clang] Fix fail of OpenMP/tile_codegen_tile_for.cpp.
2021-06-03 Zhaomo YangFix "control reaches end of non-void function" warnings...
2021-06-03 Eli Friedman[AArch64] Add regression test for missed bfi optimization.
2021-06-03 Nathan Ridge[clangd] Improve resolution of static method calls...
2021-06-03 James Y KnightFix llvm/test/tools/llvm-dwp/X86/type_dedup_v5.test
2021-06-02 Amy HuangRecommit "Fix tmp files being left on Windows builds...
2021-06-02 Fangrui Song[InstrProfiling] Delete linkage/visibility toggling...
2021-06-02 Fangrui Song[profile] Add -fprofile-instr-generate tests for weak...
2021-06-02 Fangrui Song[MC] Delete unneeded MCAsmParser &Parser
2021-06-02 Fangrui Song[MC] Change "unexpected tokens" to "expected newline...
2021-06-02 Dave Lee[coro] Preserve scope line for compiler generated functions
2021-06-02 Anshil Gandhi[PowerPC] [GlobalISel] Implementation of formal argumen...
2021-06-02 Louis Dionne[libc++] Enable tests for the experimental library...
2021-06-02 Anshil GandhiRevert "Differential Revision: https://reviews.llvm...
2021-06-02 Michael Kruse[Clang][OpenMP] Emit dependent PreInits before directive.
2021-06-02 Petr Hosek[Fuchsia] Use libc++abi on Windows in Fuchsia toolchain
2021-06-02 Amy Zhuang[NFC] Test commit. Fix typos.
2021-06-02 Kadir Cetinkaya[clangd] Drop optional on ExternalIndexSpec
2021-06-02 Reid KlecknerAdd a .mailmap entry for my two email addresses
2021-06-02 Walter Erquinigo[NFC][trace][intel-pt] small test fixes
2021-06-02 Simon Pilgrim[X86][SSE] combineScalarToVector - only reuse broadcast...
2021-06-02 Kadir Cetinkaya[clangd][Protocol] Drop optional from WorkspaceEdit...
2021-06-02 Kadir Cetinkaya[clangd] TUScheduler uses last active file for file...
2021-06-02 Erich Keane[SYCL] Fix __builtin_sycl_unique_stable_name to work...
2021-06-02 Min-Yih Hsu[CodeGen][NFC] Remove unused virtual function
2021-06-02 Anshil GandhiDifferential Revision: https://reviews.llvm.org/D99812
2021-06-02 Richard SmithPR50337, PR50561: Fix determination of whether a templa...
2021-06-02 LLVM GN Syncbot[gn build] Port 05d164b25c40
2021-06-02 Louis DionneRevert "[libc++] NFC: Move unwrap_iter to its own header"
2021-06-02 River Riddle[mlir][NFC] Split the non-templated bits out of IROpera...
2021-06-02 Kim-Anh Tran[llvm-dwp] Add support for rnglists and loclists
2021-06-02 Kim-Anh Tran[llvm-dwp] Add support for DWARFv5 type units ...
2021-06-02 Kim-Anh Tran[llvm-dwp] Adding support for v5 index writing
2021-06-02 River Riddle[mlir] Resolve TODO and use the pass argument instead...
2021-06-02 Erich KeaneRemove unused function from a previous iteration of...
2021-06-02 Jacques Pienaar[mlir-lsp] Avoid empty range diagnostic
2021-06-02 River Riddle[mlir] Add support for filtering patterns based on...
2021-06-02 Sanjay Patel[SDAG] allow cast folding for vector sext-of-setcc...
2021-06-02 Kim-Anh Tran[llvm-dwp] Skip type unit debug info sections
2021-06-02 Andrew BrowneFix dfsan handling of musttail calls.
2021-06-02 Stefan Pintilie[NFC] Remove variable that was set but not used.
2021-06-02 Sanjay Patel[x86] add signed compare variant test for PR50055; NFC
2021-06-02 Jacques Pienaar[mlir-lsp] Report range of potential identifier startin...
2021-06-02 Rong Xu[SampleFDO] New hierarchical discriminator for FS Sampl...
2021-06-02 Greg ClaytonImprove performance when parsing symbol tables in mach...
2021-06-02 Mehdi AminiFix -Wsign-compare warning (NFC)
2021-06-02 Zhaomo YangAdd matchers for gtest's ASSERT_THAT, EXPECT_THAT,...
2021-06-02 Krzysztof Drewniak[MLIR] Fix Standalone dialect test to work in out-of...
2021-06-02 Raphael Isemann[lldb] Preserve type sugar when using SBValue::Derefere...
2021-06-02 Sanjay Patel[SDAG] allow more cast folding for vector sext-of-setcc
2021-06-02 Sanjay Patel[x86] add test for sext-of-setcc; NFC
2021-06-02 Mehdi AminiFix CMake error: TableGen targets must be in the DEPEND...
2021-06-02 Mehdi AminiAdd missing CMake dependency for mlir/lib/Reducer ...
2021-06-02 Adrian PrantlRemove redundant comparisons (NFC)
2021-06-02 Peyton, Jonathan L[OpenMP] Fix improper printf format specifier
2021-06-02 Daniel McIntosh[libcxx][NFC] Tidy up calculation of __nbuf in num_put...
2021-06-02 Nico Weber[lld/mac] try to fix tests after a5645513dba
2021-06-02 Hansang Bae[OpenMP] Use new task type/flag for taskwait depend...
2021-06-02 Nico Weber[lld/mac] Implement -dead_strip
2021-06-02 Nico Weber[lld/mac] Implement -needed_framework, -needed_library...
2021-06-02 Nico Weber[lld/mac] Don't strip explicit dylib also mentioned...
2021-06-02 Stephen Tozer[LoopStrengthReduce] Ensure that debug intrinsics do...
2021-06-02 Nico Weber[lld/mac] Address review feedback and improve a comment
2021-06-02 Arnold Schwaighofer[coro async] Add the swiftasync attribute to the resume...
2021-06-02 Erik Pilkington[clang] Implement the using_if_exists attribute
2021-06-02 David Goldman[clangd] Add support for the `defaultLibrary` semantic...
2021-06-02 Yaxun (Sam... Fix comments in test cuda-kernel-call.cu
2021-06-02 Qunyan MangusAdd getDemandedBits for uses.
2021-06-02 Irina Dobrescu[AArch64][NFC] Fix failing cost-model test
2021-06-02 Sander de Smalen[LV] Build and cost VPlans for scalable VFs.
2021-06-02 David Spickett[compiler-rt][lsan] Increase libdl_deadlock test timeout
2021-06-02 Sean Fertile[PowerPC][AIX} FIx AIX bootstrap build.
2021-06-02 Sander de Smalen[LV] NFC: Remove redundant isLegalMasked(Gather|Scatter...
2021-06-02 Sander de Smalen[LV] NFC: Replace custom getMemInstValueType by llvm...
2021-06-02 Daniil Fukalov[TTI] NFC: Change getIntImmCodeSizeCost to return Instr...
2021-06-02 David Spickett[compiler-rt][asan] Enable unwind-tables for Arm Linux
2021-06-02 Tobias Gysi[mlir][linalg] Update result position calculation in...
2021-06-02 Tobias Gysi[mlir][linalg] Cleanup LinalgOp usage in fusion on...
2021-06-02 Fraser Cormack[RISCV][NFC] Add '+mattr=+experimental-v' to RVV test
2021-06-02 Irina Dobrescu[AArch64] Optimise bitreverse lowering in ISel
2021-06-02 Pushpinder... [AMDGPU][Libomptarget][NFC] Remove bunch of dead structs
2021-06-02 Nico Weber[lld/mac] Implement -reexport_framework, -reexport_libr...
2021-06-02 Pushpinder... [AMDGPU][Libomptarget][NFC] Remove atmi_place_t
2021-06-02 Nico Weber[mailmap] Use my chromium address as my canonical email...
2021-06-02 Nico WeberAdd a toplevel .mailmap file
2021-06-02 Jingu Kang[SimpleLoopUnswitch] Port partially invariant unswitch...
2021-06-02 Bjorn Pettersson[InstCombine][msp430] Pre-commit test case for @llvm...
2021-06-02 Bjorn Pettersson[CodeGen] Refactor libcall lookups for RTLIB::POWI_*
2021-06-02 Bjorn Pettersson[LegalizeTypes] Avoid promotion of exponent in FPOWI
2021-06-02 Bjorn Pettersson[SimplifyLibCalls] Take size of int into consideration...
next