platform/upstream/llvm.git
2022-03-11 Johannes Doerfert[Attributor][FIX] Avoid double free (and useless state...
2022-03-11 Bixia Zheng[mlir][sparse][taco] Add a few unary operations.
2022-03-11 David Truby[clang][SVE] Add aarch64-registered-target to sve vecto...
2022-03-11 Johannes Doerfert[Attributor][FIX] Remove memory leak
2022-03-11 Nikita Popov[Bitcode] Clarify that extractvalue/insertvalue constex...
2022-03-11 David Truby[clang][SVE] Add support for arithmetic operators on...
2022-03-11 Nikita Popov[Bitcode] Enumerate constexpr GEP source element type...
2022-03-11 Balazs Benics[analyzer] Fix include typo introduced by e61a1a9
2022-03-11 Nikita Popov[Bitcode] Encode alloca address space
2022-03-11 serge-sans... Conditional include of missing headers under Z3
2022-03-11 serge-sans... Conditional include of Twine.h under Z3
2022-03-11 Benjamin Kramer[BFI] Use SmallPtrSets. NFCI.
2022-03-11 Louis Dionne[libc++] Remove workaround for missing declarations...
2022-03-11 Louis Dionne[libc++] Remove workaround for C11 features on compiler...
2022-03-11 Louis Dionne[libc++] Remove raw call to debug handler from __char_t...
2022-03-11 Nikita Popov[Verifier] Check type of swifterror alloca
2022-03-11 Florian Hahn[VPlan] Helper to check if a recipe uses scalar values...
2022-03-11 Nikita Popov[ConstantFold] Fix scalable shufflevector fold with...
2022-03-11 Nikita Popov[FuzzMutate] Support scalable shufflevector
2022-03-11 Nikita Popov[IRMutator] Handle module with only declarations
2022-03-11 Nikita Popov[ConstFold] Don't fold calls with mismatching function...
2022-03-11 Tue Ly[libc] Implement expf function that is correctly rounde...
2022-03-11 Marek Kurdej[clang-format] Refactor condition in AnnotatingParser...
2022-03-11 Florian Hahn[FunctionAttrs] Rename addReadAttrs -> addMemoryAttrs.
2022-03-11 Andrzej Warzynski[flang] Remove deprecated fields from FIROps.td
2022-03-11 Matt Devereau[AArch64][SVE][Clang] Fix crash for incorrect svptrue...
2022-03-11 Nikita Popov[Bitcode] Check for type mismatch when assigning value
2022-03-11 serge-sans... Cleanup include: TableGen
2022-03-11 Nikita Popov[Bitcode] Delete phi node on error
2022-03-11 Nikita Popov[Bitcode] Improve some error messages
2022-03-11 Florian Hahn[AArch64] Improve costs for some conversions to fp16.
2022-03-11 Pavel Labath[ADT] Make BitmaskEnum operations constant expressions
2022-03-11 David Sherwood[AArch64][SVE] Change the asserts in LowerToPredicatedO...
2022-03-11 Nikita Popov[InstSimplify] Handle vector GEP when simplifying zero...
2022-03-11 Nikita Popov[Bitcode] Delete instruction on error
2022-03-11 Yun Long[MLIR][python binding] Add OpaqueAttribute to python...
2022-03-11 Vassil Vassilev[clang-repl] Add an accessor to our underlying executio...
2022-03-11 Nikita Popov[Bitcode] Report error for missing element type for...
2022-03-11 Dmitry VassilievFixed a roll-over on size_t in getNewUninitMemBuffer()
2022-03-11 Nikita Popov[docs] Update opaque pointers transition state (NFC)
2022-03-11 Nikita Popov[llvm-c] Document that LLVMGetElementType on pointers...
2022-03-11 Jean Perier[flang] Do not return true for pointer sub-object in...
2022-03-11 Nikita Popov[AMDGPUPromoteAlloca] Make compatible with opaque pointers
2022-03-11 Yevgeny Rouban[CommandLine] Keep option default value unset if no...
2022-03-11 Peixin-Qiao[flang] Fix processing ModuleLikeUnit evaluationList
2022-03-11 Craig Topper[RISCV] Add tablegen helper classes to create PatFrag...
2022-03-11 Peixin-Qiao[flang] Support for dump OpenMP/OpenACC declarative...
2022-03-11 Craig Topper[RISCV] Fix typo in comment. NFC
2022-03-11 Eric Tang[RISCV] Add alias for HFENCE.VVMA
2022-03-11 Johannes Doerfert[Attributor][NFCI] Make AAPointerInfo deterministic
2022-03-11 Johannes Doerfert[Attributor][NFCI] Remove non-deterministic behavior...
2022-03-11 Craig Topper[RISCV] Use ZERO_EXTEND instead of ANY_EXTEND when...
2022-03-11 Weining Lu[LoongArch] Use getLoc() directly to construct error...
2022-03-11 Fangrui Song[ELF] Add -z pack-relative-relocs
2022-03-11 Alex Brachet[llvm-mt] Add support /notify_update
2022-03-11 Khem Raj[builtins] Use mcr for dmb instruction on armv6
2022-03-11 4vtomatSplit up large test files(over 10k lines) under clang...
2022-03-11 Chia-hung Duan[mlir] Support verification order (3/3)
2022-03-10 Jez Ng[lld-macho][nfc] Fix formatting in ld64-vs-lld.rst
2022-03-10 Sanjay Patel[x86] add tests for and+setcc; NFC
2022-03-10 Zhiyao Ma[ARM] Fix 8-bit immediate overflow in the instruction...
2022-03-10 Philippe Valembois[AArch64] Use correct calling convention for each vararg
2022-03-10 Zequan Wu[clang-format] Fix namespace format when the name is...
2022-03-10 Sam McCall[clang-tools-extra] Don't consider python below LLVM_MI...
2022-03-10 Dave Lee[lldb] Remove unused include in ScriptedProcessInterface.h
2022-03-10 Eli Friedman[Sema][Windows] Don't special-case void* in __unaligned...
2022-03-10 Diego Caballero[mlir][Vector] Modernize default lowering of vector...
2022-03-10 Florian Hahn[FunctionAttrs] Add tests for argmemonly inference.
2022-03-10 owenca[clang-format][NFC] Group all C++ passes under isCpp()
2022-03-10 Sam McCall[clang-tools-extra] Remove unused lit features/substitu...
2022-03-10 Sam McCallFix reference to execute_external leftover in 69924ccf7...
2022-03-10 Sam McCallRemove redundant lit config already handled in llvm_con...
2022-03-10 Dave Lee[lldb] Call ThreadPlan::DiscardPlan from Thread::Discar...
2022-03-10 Sylvestre Ledrullvm-ifs doc: Replace a utf-8 char by a more classic one
2022-03-10 Kirill Stoimenov[ASan] Added back @PLT to __asan_report_* calls to...
2022-03-10 Saleem Abdulrasoollldb/ObjectFile,Disassembler: read some state from...
2022-03-10 Siva Chandra... [libc][Obvious] Destroy the block store var in block...
2022-03-10 owenca[clang-format] Handle "// clang-format off" for RemoveB...
2022-03-10 Siva Chandra... [libc] Add a resizable container with constexpr constru...
2022-03-10 Zahira AmmarguellatDiagnose when `#pragma clang fp eval_method` doesn...
2022-03-10 Kirill Stoimenov[ASan] Moved optimized callbacks out of asan_static...
2022-03-10 Florian Hahn[FunctionAttrs] Add initial test for pass statistics.
2022-03-10 Simon Pilgrim[X86] Add (u)comiss/sd tests showing eflags handling...
2022-03-10 Louis Dionne[libc++] Add tests for the content of <cstddef>
2022-03-10 Louis Dionne[libc++] Remove operator-> from iterator archetypes...
2022-03-10 Jonas Devlieghere[lldb] Always listen for progress events in the default...
2022-03-10 Zequan Wu[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER...
2022-03-10 Thomas Raoux[mlir][NVVM] Add ldmatrix op to NVVM dialect
2022-03-10 Stanislav Mekhanoshin[AMDGPU] Updated some tests to run on gfx940. NFC.
2022-03-10 Sam McCall[cmake] Remove unused OUTPUT_MAPPING param to configure...
2022-03-10 Jez Ng[lld-macho] Align cstrings less conservatively
2022-03-10 Elvina Yakubova[BOLT] Divide RegularPageSize for X86 and AArch64 cases
2022-03-10 Dave Lee[lldb] Remove extra space in step logging message
2022-03-10 wren romano[mlir][sparse] Improving error messages for openSparseT...
2022-03-10 Craig Topper[RISCV] Remove performANY_EXTENDCombine.
2022-03-10 Pavel Labath[lldb/gdb-remote] Remove ancient debugserver workaround
2022-03-10 Valentin Clement[flang] Lower pointer component in derived type
2022-03-10 Med Ismail... [lldb/crashlog] Reformat module loading logs (NFC)
2022-03-10 Med Ismail... [lldb/Plugin] Test that a scripted process blueprint...
2022-03-10 Med Ismail... [lldb/crashlog] Make interactive mode display more...
next