platform/upstream/llvm.git
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...
2022-03-10 Yuanfang Chen[JMCInstrument] infer proper path style based on debug...
2022-03-10 Valentin Clement[flang] Lower general forall statement
2022-03-10 Petr Hosek[CMake] Include runtimes test suites in check-all
2022-03-10 Joe Nash[AMDGPU] Use subreg encoding instead of reassign
2022-03-10 Aaron BallmanFix the dates for the C and C++ language working group
2022-03-10 Craig Topper[RISCV] Add isel patterns for masked RISCVISD::FMA_VL...
2022-03-10 Sanjay Patel[InstCombine] replace negated operand in fcmp with 0.0
2022-03-10 Sanjay Patel[InstCombine] add tests for fcmp with fneg common opera...
2022-03-10 Lorenzo Albano[VP] Strided loads/stores
2022-03-10 Valentin Clement[flang] Lower where statement
2022-03-10 Bixia Zheng[mlir][linalg] Add a few unary operations.
2022-03-10 Shraiysh Vaishay[flang] Added basic connect to lower OpenMP constructs
2022-03-10 Valentin Clement[flang] Lower basic derived types
2022-03-10 Groverkss[MLIR][Presburger] Remove `spaceKind` from PresburgerSpace
2022-03-10 Vladislav Khmelevsky[BOLT] LongJmp: Use per-function alignment values
2022-03-10 Emilio Cota[mlir] ExecutionEngine: default enableObjectCache to...
2022-03-10 serge-sans... Cleanup includes: WindowsDriver & WindowsManifest
2022-03-10 Dmitry Vyukovtsan: fix another false positive related to open/close
2022-03-10 Shraiysh Vaishay[MLIR][OpenMP][NFC] Move the modifier testcases to...
2022-03-10 John Demme[MLIR] [CMake/Python] Fix ignored Python3_EXECUTABLE
2022-03-10 Sanjay PatelRevert "[InstCombine] fold fcmp with lossy casted constant"
2022-03-10 David Green[AArch64] Fix type in comment. NFC
2022-03-10 Nikita Popov[GlobalOpt] Handle undef global_ctors gracefully
2022-03-10 Nikita Popov[BitcodeReader] Support GEP without indices
2022-03-10 David Green[AArch64] TBL uses zero for out of range elements.
2022-03-10 Tue Ly[libc] Initial support for darwin-aarch64.
2022-03-10 Louis Dionne[libc++] Bump minimum compiler requirements
2022-03-10 David Green[AArch64] Extra tests for tbl with zero elements. NFC
2022-03-10 Louis Dionne[libc++] Add test coverage for std::shared_ptr<const T>
2022-03-10 serge-sans... Cleanup includes: MCDisassembler
2022-03-10 Nikita Popov[FuzzMutate] Support opaque pointers
2022-03-10 Simon Pilgrim[InstCombine] Add vector support to icmp(add(X,C1)...
2022-03-10 Simon Pilgrim[X86] Add GFNI shift/rotate/funnel-shift vXi8 by consta...
2022-03-10 Simon PilgrimFix M68k missing header errors.
2022-03-10 Sanjay Patel[PhaseOrdering][x86] add TODO comments to test files...
2022-03-10 Nico WeberRevert "Cleanup codegen includes"
2022-03-10 Shraiysh Vaishay[OpenMP][mlir] Lowering for omp.atomic.update
2022-03-10 Florian Hahn[AArch64] Move fp16 cast tests.
2022-03-10 Nico Weber[gn build] (manually) port af98b0af6705
2022-03-10 alex-t[AMDGPU] Enable divergence predicates for negative...
2022-03-10 Stanislav Gatev[clang][dataflow] Add analysis that detects unsafe...
2022-03-10 Nikita Popov[AMDGPU] Fix regenerated test checks (NFC)
2022-03-10 Nikita Popov[AMDGPU] Regenerate test checks (NFC)
2022-03-10 Nikita Popov[AMDGPU] Regenerate test checks (NFC)
2022-03-10 Michel Weber[MLIR][Presburger] fix vector update in coalesce
2022-03-10 Groverkss[MLIR][Presburger] Use IdKind for removeIdRange in...
2022-03-10 Weining Lu[LoongArch] Add basic support to Disassembler
2022-03-10 serge-sans... Add missing include in llvm/CodeGen/CodeGenPassBuilder.h
2022-03-10 Simon Pilgrim[InstCombine] Add vector tests for icmp_eq(add(X,C1...
2022-03-10 serge-sans... Cleanup codegen includes
2022-03-10 serge-sans... Cleanup includes: LLVMTarget
next