[CMake] Fix -Wstrict-prototypes
[platform/upstream/llvm.git] / llvm /
2022-11-11 Sam James[CMake] Fix -Wstrict-prototypes
2022-11-02 Matt ArsenaultAMDGPU: Make various vector undefs legal
2022-10-28 Koakuma[SPARC] Make calls to function with big return values...
2022-10-28 Guillaume ChateletTake memset_inline into account in analyzeLoadFromClobb...
2022-10-24 Tom Stellard[SystemZ] Relase notes for LLVM 15
2022-10-24 Nikita Popov[AutoUpgrade] Fix remangling when upgrading struct...
2022-10-24 Tobias HietaBump version to 15.0.4
2022-10-24 Mike Hommey[InstCombine] Bail out of casting calls when a conversi...
2022-10-24 Arthur Eubanks[SROA] Don't speculate phis with different load user...
2022-10-18 David Green[ARM] Fix for MVE i128 vector icmp costs.
2022-10-18 Petr Hosek[CMake] Provide Findzstd module
2022-10-18 Michał Górny[llvm] [test] Add missing canonicalization of LLVM_ENAB...
2022-10-18 Michał Górny[llvm] [lit] Fix use_lld() to respect llvm_shlib_dir
2022-10-17 Matt Devereau[AArch64][SVE] Fix AArch64_SVE_VectorCall calling conve...
2022-10-13 Martin StorsjöRevert "Recommit "[SCEV] Look through single value...
2022-10-10 Tobias HietaBump version to 15.0.3
2022-10-10 Freddy Ye[X86] Remove AVX512VP2INTERSECT from Sapphire Rapids.
2022-10-10 Florian Hahn[LoopVersioning] Invalidate SCEV for phi if new values...
2022-10-04 Coleuse LLVM_USE_STATIC_ZSTD
2022-10-04 Cole Kissanetweak zstd behavior in cmake and llvm config for better...
2022-10-04 Nico Weber[gn build] (manually) port 18b4a8bcf35 more
2022-10-03 Florian Hahn[LV] Update handling of scalable pointer inductions...
2022-10-03 Florian Hahn[LV] Add test for #57912.
2022-10-03 Florian Hahn[LV] Convert sve-epilog-vect.ll to use opaque pointers.
2022-09-30 Nikita Popov[ValueTracking] Fix CannotBeOrderedLessThanZero() for...
2022-09-30 Nikita Popov[InstSimplify] Add test for PR58046 (NFC)
2022-09-26 Tobias HietaBump version to 15.0.2
2022-09-26 Krzysztof Parzyszek[Hexagon] Add defaulted operator= to classes with defau...
2022-09-26 Chen Zheng[MachineCycle][NFC] add a cache for block and its top...
2022-09-22 James Y KnightSPIRV: Fix compilation in NDEBUG.
2022-09-20 Florian Hahn[LV] Keep track of cost-based ScalarAfterVec in VPWiden...
2022-09-20 Florian Hahn[LV] Move new epilog-vectorization-widen-inductions...
2022-09-20 Florian Hahn[LV] Add tests for epilogue vectorization with widened...
2022-09-19 Tobias Hieta[docs] Fix build-docs.sh
2022-09-19 Nikita Popov[CodeGen] Don't zero callee-save registers with zero...
2022-09-15 Fangrui Song[llvm-objdump] Change printSymbolVersionDependency...
2022-09-15 Fangrui Song[llvm-objdump][test] Add verneed-invalid.test
2022-09-15 Tobias HietaBump version to 15.0.1
2022-09-12 Nikita Popov[DwarfEhPrepare] Assign dummy debug location for insert...
2022-09-08 Simon Pilgrim[DAG] extractShiftForRotate - replace assertion for...
2022-09-07 Daniel Thornburgh[Symbolizer] Handle {{{bt}}} symbolizer markup element.
2022-09-07 Daniel Thornburgh[Symbolizer] Fix symbolizer-filter-markup-pc.test on...
2022-09-07 Daniel Thornburgh[Symbolizer] Implement pc element in symbolizing filter.
2022-09-07 Daniel Thornburgh[Symbolizer] Implement data symbolizer markup element.
2022-09-07 David StuttardAMDGPU: mbcnt allow for non-zero src1 for known-bits
2022-09-05 Alex Bradbury[RISCV][ReleaseNotes] Added LLVM and Clang release...
2022-09-04 Tobias Hieta[DOCS] Minor fixes and removals of WIP warnings
2022-09-04 Philip Reames[RLEV] Pick a correct insert point when incoming instru...
2022-09-01 Alexey Bataev[SLP]Fix PR57447: Assertion `!getTreeEntry(V) && "Scala...
2022-08-30 Dan McGregor[MCContext] Reverse order of DebugPrefixMap sort for...
2022-08-30 Florian Hahn[LAA] Require AddRecs to be in the innermost loop for...
2022-08-30 Florian Hahn[LV] Add another test for incorrect runtime check...
2022-08-30 Florian Hahn[LV] Add test for incorrect runtime check generation...
2022-08-30 Florian Hahn[LV] Convert runtime diff check test to use opaque...
2022-08-29 Aaron PuchertFix formatting in release notes
2022-08-28 Amy Kwan[ReleaseNotes]: Add PowerPC release notes for LLVM 15
2022-08-25 Tobias Hieta[release] Use threaded compression with xz
2022-08-25 Phoebe Wang[X86][FP16] Add the missing legal action for EXTRACT_SU...
2022-08-25 Simon Pilgrim[DAG] MatchRotate - bail if we fail to match a shl...
2022-08-25 Petr Hosek[runtimes] Use a response file for runtimes test suites
2022-08-25 Petr Hosek[lit] Support reading arguments from a file
2022-08-25 Louis Dionne[runtimes] Handle interface targets in runtimes distrib...
2022-08-23 Nemanja Ivanovic[GTest] Change detection of libpthread
2022-08-23 Alexander Shaposhnikov[InstCombine] Refactor foldICmpMulConstant
2022-08-23 Jonas Hahnfeld[RISCV] Re-enable JIT support
2022-08-22 Tobias Hieta[NFC] Minor documentation fix for the release branch
2022-08-22 Rainer Orth[Sparc] Don't use SunStyleELFSectionSwitchSyntax
2022-08-22 Martin Sebor[InstCombine] Correct strtol folding with nonnull endptr
2022-08-22 Sanjay Patel[SDAG] avoid generating libcall to function with same...
2022-08-22 Sanjay Patel[AArch64] add test for recursive libcall lowering; NFC
2022-08-17 Fangrui Song[MC] Avoid C++17 structured bindings
2022-08-17 Michał Górny[llvm] [cmake] Move LLVM_INSTALL_PACKAGE_DIR top-level...
2022-08-17 David Green[DAG] Ensure more Legal BUILD_VECTOR elements types...
2022-08-16 Craig Topper[RISCV] isImpliedByDomCondition returns an Optional...
2022-08-16 Fangrui Song[DebugInfo] -fdebug-prefix-map: handle '#line "file...
2022-08-16 Fangrui Song[DebugInfo] Don't join DW_AT_comp_dir and directories...
2022-08-16 Fangrui Song[MCDwarf] Respect -fdebug-prefix-map= for generated...
2022-08-16 Fangrui Song[MCDwarf][test] Improve debug-prefix-map.s
2022-08-16 Fangrui Song[MCDwarf] Use emplace to avoid move assignment. NFC
2022-08-16 Peter Waller[DAGCombine] Check zext legality in zext-extract-extend...
2022-08-15 Phoebe Wang[X86][FP16] Promote FP16->[U]INT to FP16->FP32->[U]INT
2022-08-15 Phoebe Wang[X86][FP16] Fix vector_shuffle and lowering without...
2022-08-15 Simon Pilgrim[X86] Add RDPRU instruction CPUID bit masks
2022-08-12 Freddy Ye[X86][BF16] Enable __bf16 for x86 targets.
2022-08-12 Phoebe Wang[X86][BF16] Make backend type bf16 to follow the psABI
2022-08-12 Dinar Temirbulatov[AArch64][LoopVectorize] Introduce trip count minimal...
2022-08-12 Nikita Popov[RelLookupTableConverter] Bail on invalid pointer size...
2022-08-12 Johannes Doerfert[Attributor][FIX] Visit same instructions with differen...
2022-08-11 Philip Reames[RISCVInsertVSETVLI] Remove an unsound optimization
2022-08-11 Fangrui Song[llvm-ranlib] Support more than one input file
2022-08-11 Fangrui Song[llvm-ar] Remove unused parameter. NFC
2022-08-10 David Green[DAG] Ensure Legal BUILD_VECTOR elements types in shuff...
2022-08-10 David Green[ARM] Regenerate vector_store.ll tests. NFC
2022-08-10 Alex Brachet[ELF] Support --package-metadata
2022-08-09 David Sherwood[DAGCombiner] Extend visitAND to include EXTRACT_SUBVECTOR
2022-08-09 David Sherwood[AArch64][DAGCombine] Add performBuildVectorCombine...
2022-08-09 David Sherwood[NFC][AArch64] Precommit vector-fcvt tests
2022-08-08 Dmitry Vassiliev[CodeGen] Fixed undeclared MISchedCutoff in case of...
2022-08-08 Stefan GränitzWrap `llvm_unreachable` macro in do-while loop
2022-08-08 Tobias Hieta[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
next