platform/upstream/llvm.git
2022-03-09 Chia-hung Duan[mlir] Make ShapedTypeComponents contructible from...
2022-03-09 Arthur O'Dwyer[libc++] Fix a use-after-move introduced in D118003.
2022-03-09 Jonas Devlieghere[lldb] Always move the cursor back after printing progress
2022-03-09 Jonas Devlieghere[lldb] Add a setting to change the progress color
2022-03-09 Jonas Devlieghere[lldb] Show progress events in the command line driver
2022-03-09 Jonas Devlieghere[lldb] Remove "(i.e. ANSI)" from several property descr...
2022-03-09 Chuanqi XuRevert "[clang][ABI] New C++20 module mangling scheme"
2022-03-09 Amy Zhuang[mlir] Extend AffineForEmptyLoopFolder
2022-03-09 Aart Bik[mlir][sparse] index support in sparse compiler codegen
2022-03-09 Peter Klausler[flang] Distinguish usage and portability warning messages
2022-03-09 River Riddle[mlir][NFC] Add various includes currently transitively...
2022-03-09 Kevin Athey[MSAN] add interceptor for timer_create, timer_settime...
2022-03-09 Florian Mayer[NFC] [MTE] [HWASan] fixed orphaned comments.
2022-03-09 Ryan Senanayake[clang] Fix CodeGenAction for LLVM IR MemBuffers
2022-03-09 Florian Mayer[NFC] [MTE] [HWASan] simply code.
2022-03-09 Tom Stellarddocs: Update instructions for requesting backports...
2022-03-09 River Riddle[mlir:toy][NFC] Add comment blocks for toy operations.
2022-03-09 Vitaly BukaRevert "Attempt to fix linking issue on the bot"
2022-03-08 Florian Mayer[NFC] [HWASan] [MTE] Use function_ref over template.
2022-03-08 Vitaly BukaAttempt to fix linking issue on the bot
2022-03-08 Shoaib Meenai[cmake] Use CMAKE_TRY_COMPILE_PLATFORM_VARIABLES
2022-03-08 Tom StellardSafeStack: Re-enable SafeStack coloring optimization
2022-03-08 Vladislav Khmelevsky[BOLT] Handle ifuncs trampolines for aarch64
2022-03-08 Arthur Eubanks[test] Modify some tests to remove implicit -basic...
2022-03-08 Fangrui Song[SampleProfileInference] Work around odr-use of const...
2022-03-08 Andrew Browne[DFSan] Fix several bugs in dfsan custom callbacks...
2022-03-08 LLVM GN Syncbot[gn build] Port c2cd15a66531
2022-03-08 Nikolas Klauser[libc++][ranges] Implement ranges::mismatch
2022-03-08 Arthur Eubanks[test] Use new PM for -aa-eval tests
2022-03-08 Florian Hahn[ConstraintElimination] Remove over-eager assertion.
2022-03-08 Joseph Huber[OpenMP][Docs] Make copy pasting remarks easier
2022-03-08 Arthur Eubanks[test][LowerMatrixIntrinsics] Use new PM RUN lines
2022-03-08 Louis Dionne[libc++] Remove stray #undef
2022-03-08 Valentin Clement[flang] Lower associate construct
2022-03-08 Amir Ayupov[BOLT][NFC] Handle "dynamic section sizes should match"
2022-03-08 Lei Zhang[mlir][spirv] Define spv.VectorTimesScalar op
2022-03-08 Lei Zhang[mlir][spirv] Fix spv.GLSL.{S|U}Clamp type checking
2022-03-08 Lei Zhang[mlir][spirv] Handle another form of folding comparsion...
2022-03-08 Tue Ly[libc] Add testing macros for errno and floating point...
2022-03-08 Mehdi AminiRevert "Fix link of libmlir.so by adding ExecutionEngin...
2022-03-08 spupyrevintroducing some profi flags
2022-03-08 Mehdi AminiFix link of libmlir.so by adding ExecutionEngine as...
2022-03-08 River Riddle[mlir][SCF] Replace use of FuncOp with FunctionOpInterface
2022-03-08 River Riddle[mlir][MemRef] Change memref-expand to be a generic...
2022-03-08 River Riddle[mlir] Change ComplexToLLVM to be a generic pass
2022-03-08 River Riddle[mlir] Update FuncOp conversion passes to Pass/Interfac...
2022-03-08 River Riddle[mlir][NFC] Update the Builtin dialect to use "Both...
2022-03-08 River Riddle[mlir][Vector] Drop use of FuncOp in transferOpflowOpt
2022-03-08 River Riddle[mlir][test] Generalize a bunch of FuncOp based passes...
2022-03-08 Louis Dionne[libc++] Remove extension to support allocator<const T>
2022-03-08 Michael Jones[libc][NFC] remove completed TODOs
2022-03-08 Michael Jones[libc][NFC] split standalone_cpp into single headers
2022-03-08 Louis Dionne[libc++][NFC] Rename ostreambuf_iterator test
2022-03-08 Peter Klausler[flang] Add nonfatal message classes
2022-03-08 Rong Xu[SampleFDO] Allow multiple of --enable-fs-discrimintor...
2022-03-08 Fangrui Song[ELF] Inline InputSection::getParent. NFC
2022-03-08 Fangrui Song[ELF] Don't use multiple inheritance for OutputSection...
2022-03-08 Andrzej Warzynski[flang][driver] Add support for `-debug-dump-pft`
2022-03-08 Valentin Clement[flang] Lower computed and assigned goto
2022-03-08 Mahesh Ravishankar[mlir][Linalg] Modify `InferStaticShapeOfOperands`...
2022-03-08 Lei Zhang[mlir][spirv] NFC: Move GLSL canonicalization pass...
2022-03-08 Arthur O'Dwyer[libc++] "Bottom-up heapsort" improvement to sort_heap.
2022-03-08 Arthur O'Dwyer[libc++] Complexity regression tests for make_heap...
2022-03-08 Amir Ayupov[BOLT] CMOVConversion pass
2022-03-08 Lang Hames[JITLink] Demote symbol scope to local during external...
2022-03-08 Mahesh Ravishankar[mlir] Add canonicalizations for op -> tensor.cast...
2022-03-08 Chia-hung Duan[mlir] Check nullity of MixedContainerType and TypedArr...
2022-03-08 Simon Pilgrim[X86] convertIntLogicToFPLogic - enable fp-logic on...
2022-03-08 Simon Pilgrim[X86] Add cheapX86FSETCC_SSE helper. NFC.
2022-03-08 Craig Topper[LegalizeTypes][VP] Add widening and splitting support...
2022-03-08 Craig Topper[LegalizeTypes][VP] Add splitting and widening support...
2022-03-08 Nicolas Vasilache[mlir][Linalg] Add a polymorphic linalg.copy operation
2022-03-08 eopXD[RISCV] Add combination crypto extensions in ISAInfo
2022-03-08 Valentin Clement[flang] Lower sum intrinsic
2022-03-08 Akira Hatanaka[NFC][Clang][OpaquePtr] Remove calls to Address::deprec...
2022-03-08 Philip Reames[MSSA] Add clarifying comment for isOptimized on Memory...
2022-03-08 Sanjay Patel[InstCombine] fold fcmp with lossy casted constant
2022-03-08 gysit[mlir][OpDSL] Support pointwise ops with rank zero...
2022-03-08 Philip Reames[MSSA] Add comments describing optimized uses for Memor...
2022-03-08 gysit[mlir][OpDSL] Remove unused SoftPlus2DOp operation.
2022-03-08 Andrzej Warzynski[flang][nfc] Update the CMake dependencies for `flangFr...
2022-03-08 Amir Ayupov[BOLT][NFC] Check section contents before registering it
2022-03-08 gysit[mlir][OpDSL] Simplify index and constant tests.
2022-03-08 Arnold SchwaighoferInstCombine: Can't fold a phi arg load into the phi...
2022-03-08 Hongtao Yu[CSSPGO][SCCIterator] Fix a non-determinism in scc_memb...
2022-03-08 Hongtao Yu[llvm-profgen] Turn on CS nested profile generation...
2022-03-08 Masoud Ataei[PowerPC] Fix the none tail call in scalar MASS conversion
2022-03-08 Fraser Cormack[SelectionDAG][NFC] Address a few clang-tidy warnings
2022-03-08 gysit[mlir][OpDSL] Add support for adding canonicalization...
2022-03-08 gysit[mlir][linalg] Add returning rewrite method to fusion...
2022-03-08 gysit[mlir][linalg] Add a FillOpInterface.
2022-03-08 Louis Dionne[libc++] Remove workarounds for re-defining _LIBCPP_ASS...
2022-03-08 Aaron BallmanProperly diagnose constant evaluation issues at TU...
2022-03-08 Timm Bäder[clang][driver] Fix float128 diagnostics with glibc...
2022-03-08 Sanjay Patel[InstCombine] add tests for fcmp (fpext X), C; NFC
2022-03-08 Nathan Sidwell[clang][ABI] New C++20 module mangling scheme
2022-03-08 Jez Ng[lld-macho] Deduplicate the `__objc_classrefs` section...
2022-03-08 Jez Ng[lld-macho] Deduplicate CFStrings during ICF
2022-03-08 Simon Pilgrim[X86] convertIntLogicToFPLogic - pull out condcodes...
2022-03-08 Nikolas Klauser[libc++] Enable more clang-tidy checks and list potenti...
next