Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

M68k LLVM Development

Motorola 68000 series processors development in upstream LLVM (ex. compiler backend)
Collective - Host: opensource - https://opencollective.com/m68k-llvm-dev - Website: https://m680x0.github.io - Code: https://github.com/m680x0

[Benchmark][AES] fully supported

github.com/llvm/Polygeist - d426f498cc316077b4ee4a3b706043ff3e6cefc5 authored almost 1 year ago
Added i64 IV examples

github.com/llvm/Polygeist - 9a767194b951e96ea54160c066f9946bb3f5c5c9 authored almost 1 year ago
Add immediate load op after store

github.com/llvm/Polygeist - 51b643771b65f6f2a8ea5fc79fab5b2c18da302f authored almost 1 year ago
Enables pluto tiling for simple cases (#22)

github.com/llvm/Polygeist - 6f4cdef3c504aea3a9dea37dedd443b4bb56019e authored almost 1 year ago
Temporarily removed tests

github.com/llvm/Polygeist - c85ff9e34912f18d78855507906cd91459aa190d authored almost 1 year ago
[FoldSCFIf] fixed issues when no else

github.com/llvm/Polygeist - 4fd974f0b94dc1efd749833e7c3cecdced4c7af3 authored almost 1 year ago
Renamed Pluto CMake file

github.com/llvm/Polygeist - 121b689c9136b7c4c7d1c7b0c523d948aec8df7a authored almost 1 year ago
Added compilation script

github.com/llvm/Polygeist - 9f67a5ab16377bdbb6fc08cf8a717320d6cc2469 authored almost 1 year ago
Updated build script

github.com/llvm/Polygeist - f786ae9e7ada047f293a547882b792b393ca7318 authored almost 1 year ago
Fixed UB issues and added clast_bin_mod/div handler (#68)

github.com/llvm/Polygeist - cd8ef88621366065ecc1ebcfa2a27da62438d8a3 authored almost 1 year ago
Make Polymer depends on MLIR build results

github.com/llvm/Polygeist - 9442217f4b8f605854a69404cd270368c97bf482 authored almost 1 year ago
Changed the scop.splittable value to an ID

github.com/llvm/Polygeist - aa266efbfba5518eee1a7bf2ab0696f79e8ea65f authored almost 1 year ago
[README] update matmul example

github.com/llvm/Polygeist - d3d8b6acfa30a0d9703ddceeb374641c55024086 authored almost 1 year ago
Create LICENSE

github.com/llvm/Polygeist - 656bd74522ade8a748bab570a9592699d7f5972e authored almost 1 year ago
Removed the array-expansion test:

github.com/llvm/Polygeist - 3fb4f578572b4ad82f93d74018080fbc9031b806 authored almost 1 year ago
Fixed an issue in turning off vectorization

github.com/llvm/Polygeist - 3b413007e372a13f25aba829a6f63ce446c2b4b8 authored almost 1 year ago
Fixed affine.min/max problem

github.com/llvm/Polygeist - 32fa3bfe2b8d6f9a57530948a07f396b69f31662 authored almost 1 year ago
Revised the 1d case for seidel-2d debug

github.com/llvm/Polygeist - 5f435273c081cc4dad156a0e06fe8a142f41a748 authored almost 1 year ago
Added few changes to OslScop

github.com/llvm/Polygeist - ec5b3b878a2ad8cf672478d15f8e4a542dc09d35 authored almost 1 year ago
Removed _opt from unittests

github.com/llvm/Polygeist - 8e2bc0f36c3defff3b7201fe5a31aee7eac29dff authored almost 1 year ago
Removed ctx merging

github.com/llvm/Polygeist - ae35a80fa9c96b35c86944077986bcd7046e6a1d authored almost 1 year ago
Force using ISL dep calculation in Pluto (#33)

* Fixed flatExprs -> access relation & added matmul.

* Force using ISL dep calculation in Pluto

github.com/llvm/Polygeist - 32d63cd574db0f3d22fb888f591971ff2553f019 authored almost 1 year ago
Update README.md

github.com/llvm/Polygeist - 64741488cf04aa40dcdc3f812d8953179b99fcea authored almost 1 year ago
Update README.md

github.com/llvm/Polygeist - 7fa5c258e1884246524ebee2e236381e4476a120 authored almost 1 year ago
Update README.md

github.com/llvm/Polygeist - 51282b0dee9c944a65b62b6f2846c693d62580ff authored almost 1 year ago
Fix script name in installation instructions

github.com/llvm/Polygeist - 7e59c5dd368a7cc48da971eba56a0c4157fd1a1a authored almost 1 year ago
Update README.md

github.com/llvm/Polygeist - ddeabd4391728b3090e29b2c1f02af457bf4efdf authored almost 1 year ago
Use a different array expansion test case

github.com/llvm/Polygeist - 66ad9bafe031d7e67a70bce8802d5b07051d3c48 authored almost 1 year ago
Removed -O3 from the final clang in Polymer

github.com/llvm/Polygeist - 3351b2365006091753b1f16d14fe7b5deb64050e authored almost 1 year ago
Fixed constant loop bound issues

github.com/llvm/Polygeist - 9a098b9ebe2b429b978c9a7a532a202bd2d1f42d authored almost 1 year ago
Added correlation split-n-merge example

github.com/llvm/Polygeist - c57e70b8e231d8b6de0ad9e0a31d4d97acdd8671 authored almost 1 year ago
Added some new examples

github.com/llvm/Polygeist - c034d3d6513782a0546e5e4771918dcd0ea1a429 authored almost 1 year ago
Don't mess up with PATH

github.com/llvm/Polygeist - c5962e7da35bd9c510f2656f5c81c3ae1fbf6acc authored almost 1 year ago
Updated how polymer is patched

github.com/llvm/Polygeist - 6a78a1c6157aaec270627ee4d0ac12ca839333ae authored almost 1 year ago
[FoldSCFIf] added -fold-scf-if pass

github.com/llvm/Polygeist - 6e3594907a095c3736f10aae094cd9c845390fde authored almost 1 year ago
[Reg2Mem] understands scop.ignored

github.com/llvm/Polygeist - 372aa45cc5acae2be5a57ab24066b61d2cbcfdcd authored almost 1 year ago
Remove scop-extract examples

github.com/llvm/Polygeist - 2fc282d9e2e85106f66744ed465e518bd2fe57f7 authored almost 1 year ago
Fixed flatExprs -> access relation & added matmul. (#30)

github.com/llvm/Polygeist - f96452388369f5bdc6c154d917dde1f7e9b2786c authored almost 1 year ago
Add Pluto variant config for eval-perf

github.com/llvm/Polygeist - df375b41f80f72b7cfe373e986fb7bfeef1a3ee7 authored almost 1 year ago
Almost settle down the caller args

github.com/llvm/Polygeist - 9e876897033abc5ab3c754094402e9a8e7c0f1a5 authored almost 1 year ago
No _opt will be attached to Pluto-optimized func

github.com/llvm/Polygeist - a3915eb357935dbc1809c3274a370ceea972ce8e authored almost 1 year ago
Use system default compiler for Pluto

github.com/llvm/Polygeist - 48c75bdb97e19c05789aea69aaebff4317e6a357 authored almost 1 year ago
Fixed issues with correlation and fdtd-2d

github.com/llvm/Polygeist - 79ce89e3f0a6d161de8a7044d397eb420e863e4f authored almost 1 year ago
Update README.md to include more installation info

github.com/llvm/Polygeist - af80fe6eb1f573f1ec4029be9ed66fbe3e7302dc authored almost 1 year ago
Added Jacobi test

github.com/llvm/Polygeist - 8de2ffe5c65211bcdb1d40f5a171192a45fd46a8 authored almost 1 year ago
Added missing clast_binary to AffineExpr translation (#9)

github.com/llvm/Polygeist - d352af9be3cf475fe2d8972c0edc3b1311605fbb authored almost 1 year ago
gmp linked using target_link_libraries

github.com/llvm/Polygeist - 388b100452616abd871de88fc22044f863dc5bdd authored almost 1 year ago
Removed the seidel-2d debug folder

github.com/llvm/Polygeist - 3ef917f01025f89b73b2a46dab1b456445f3364b authored almost 1 year ago
Sanitized statement splitting

github.com/llvm/Polygeist - 02ed7f87082cf4182f50b10190701a7133f79c8c authored almost 1 year ago
Initial implementation of store-based OpenScop transform (#4)

* Initial implementation of store-based OpenScop transform

* Fixed (partially) unit tests

github.com/llvm/Polygeist - 6bafbd206e9429e7e8b03bf4c6547d20a0dcbd27 authored almost 1 year ago
[FoldSCFIf] added more test cases

github.com/llvm/Polygeist - 43f8bdc3791283765b3eab154f687eb0774d4356 authored almost 1 year ago
Changed dependencies

github.com/llvm/Polygeist - 8373919711d5ca6d60e37cdc6751e5411dd1b9f6 authored almost 1 year ago
Added three polybench examples

github.com/llvm/Polygeist - f7393d5b12ba270a05b14c7e5ba01651a7a382e6 authored almost 1 year ago
Fixed existing unittests (#66)

* Fixed existing unittests

* Let pluto use system clang for compilation

* Update buildAndTest.yml

github.com/llvm/Polygeist - 6f6de741b6314c8abc397ca2cdeb0c99b75f577e authored almost 1 year ago
Emitting OpenSCoP from MLIR affine (#1)

* Setup the infra for emitting openscop

* Implemented a draft version

* Added LIT regressi...

github.com/llvm/Polygeist - 44a084a1ed08490a746f9bc63f54058e8a61d5a5 authored almost 1 year ago
[PlutoTransform] canonicalize and segfault fix

[PlutoTransform] canonicalize after dedup cast

[PlutoTransform] fix dedup segfault

github.com/llvm/Polygeist - fdf51f8a3c550aaf281e9a92c855dc7760d04ffe authored almost 1 year ago
Added gemver-gen test case

github.com/llvm/Polygeist - 21704634150d435a34c250979b6ea97453d56ae2 authored almost 1 year ago
Archieved old tests excl. reg2mem

github.com/llvm/Polygeist - b079e2476694ae17c9bfa8b398812c913be0091d authored almost 1 year ago
Fixed yet another alloca problem

github.com/llvm/Polygeist - 4cd66e0b6ce3394810d9370d8315e98851e22fd3 authored almost 1 year ago
Added a nested reduction test case

github.com/llvm/Polygeist - f5990ea92deebcd9c8ef218009f039b05dedff06 authored almost 1 year ago
Generate MLIR from OpenScop (#2)

* Generate MLIR from OpenScop

* Added simple unittests and fixed the old ones

* Removed re...

github.com/llvm/Polygeist - 358b2b8c75c95f7ea4b49369f128a4144e35feb5 authored almost 1 year ago
Build robust mapping from iterators to scatnames (#37)

github.com/llvm/Polygeist - 1ca75d3ebfbe406726c23867b5cfc9dfccd7e96b authored almost 1 year ago
Refactorized polymer-translate interface (#24)

github.com/llvm/Polygeist - 62fe6e2ff79015c3c49c76d44b472e3fa277264e authored almost 1 year ago
Added diamond tiling (#99)

* Added diamond tiling test case

github.com/llvm/Polygeist - 44cee40b1f1394da1941a49d8a1c7c4286b26e93 authored almost 1 year ago
[PlutoTransform] fix symbol alignment

github.com/llvm/Polygeist - 71132455d89a553c91a0f4229da63dfa03c4e624 authored almost 1 year ago
Added polly benchmark code

github.com/llvm/Polygeist - 9b1129dff4c895b311180957e90e67dfa45bc67d authored almost 1 year ago
New workflow

github.com/llvm/Polygeist - c7cb9723b3bc08e928cac2b5d8cc5b094da06658 authored almost 1 year ago
Add polybench evaluation report

github.com/llvm/Polygeist - 448bd3750ded38aef80870310d4867f389c19233 authored almost 1 year ago
Prevent upper bound map with non-empty dimensions

github.com/llvm/Polygeist - f2d8730b6f65cf7e0bbf206610d9ac8fe68d3efa authored almost 1 year ago
Improved point-loop annotation by handling affine.apply

github.com/llvm/Polygeist - 448bbb57a3d4f4466ed9a1b8f1a1341ca183e9be authored almost 1 year ago
Update README.md

github.com/llvm/Polygeist - 5a4d646780dfe042bf112abb3033656af608fc58 authored almost 1 year ago
Added LLVM submodule and install instructions

github.com/llvm/Polygeist - 56c1fd597b562dbc94de4ed4ef5cf5988f8c8bea authored almost 1 year ago
Initial commit

github.com/llvm/Polygeist - bd6cb08ed5ac601b01232ce87e1c985d8dcf29bc authored almost 1 year ago
Updated eval-perf script

github.com/llvm/Polygeist - f68f44c11ceab8bc36a748593fa13d0590380e24 authored almost 1 year ago
Added -extract-point-loops to gather point loop bands

github.com/llvm/Polygeist - 8422c78cd8d59f4557e6b042b2ce2e4512c90e72 authored almost 1 year ago
Updated Pluto ref

github.com/llvm/Polygeist - 39a298f654da36c707bf21b99dcae1f3c59c5e05 authored almost 1 year ago
Support naive point loop annotation

github.com/llvm/Polygeist - a553d78a06b16e560d3c125d8d3242238722fcec authored almost 1 year ago
Added PLUTO as submodule and its install insts.

github.com/llvm/Polygeist - fa1c1debef80cfe28fed9331fdd806643606dd1f authored almost 1 year ago
Setup CI for Polymer (#65)

* Add build llvm to the CI

* Updated the LLVM commit to the upstream

* Fixed the changes in CM...

github.com/llvm/Polygeist - 83750b13c5c8fef3ee985111257b3bbf86e547db authored almost 1 year ago
Updated Pluto version & removed debug flags

github.com/llvm/Polygeist - e845e12dd922467ebe16586ef4e99a6fff93bb5d authored almost 1 year ago
Updated symlink and doc

github.com/llvm/Polygeist - ccd49408f42758b0f3ac464553077c25d8601efe authored almost 1 year ago
Increase external Pluto compilation parallelism

github.com/llvm/Polygeist - f8845e73d7e5f3bdcb6884a3c5e157d3a4c56a97 authored almost 1 year ago
[Reg2Mem] fixed issues lead to absent scratchpad (#102)

* [Pass][ExtractScopStmt] internal index_cast

* Added test cases

* Removed unwanted tests

github.com/llvm/Polygeist - 6dc67b7acf0c386e87976f11b153d920082641ed authored almost 1 year ago
Discarded the previous change on pluto-par

github.com/llvm/Polygeist - 0e7ce6f017e22ba76a9465dc8dcad3620d92b93b authored almost 1 year ago
Updated compilation script

github.com/llvm/Polygeist - 1759610d6ed31a4946ec3c038cc8be5b9424d607 authored almost 1 year ago
Updated eval-perf and added docs in README

github.com/llvm/Polygeist - f03ad4d4d9ed4c7b4ea84a5f9dfb7117237d2227 authored almost 1 year ago
Scratchpad created in reg2mem now has scop.scratchpad attr

github.com/llvm/Polygeist - 19af6e6a617de6a4f2b2c193dcdffb7137a3b856 authored almost 1 year ago
Update buildAndTest.yml

github.com/llvm/Polygeist - 6d6a2d9437f619a5243299997cac3398631a54c7 authored almost 1 year ago
[PlutoTransform] can handle index at top-level

github.com/llvm/Polygeist - 8839ea8f2e9884f636a9e98c9c3b0b11a2eba6f2 authored almost 1 year ago
Rename report.md to README.md

github.com/llvm/Polygeist - 2754521827fe2a9898683becde637244e04ce9aa authored almost 1 year ago
Upgraded codebase to be compatible with MLIR-GPU

github.com/llvm/Polygeist - 5d6e2fbdf36893e28368c88ddb969dc8293c3870 authored almost 1 year ago
Added report for polybench

github.com/llvm/Polygeist - b9c4e643335c108a5249a16e3aebc25056ab1457 authored almost 1 year ago
Fixed issue with dumping clast

github.com/llvm/Polygeist - f84b68760f71d01774556198081be803b689a3e1 authored almost 1 year ago
Sync with recent updates for PACT (#83)

* Updated LLVM version

* Included mlir-clang in the evaluation flow

* Supported latest MLI...

github.com/llvm/Polygeist - 0773e839962d651069188f2e772a3a065f443798 authored almost 1 year ago
[ExtractScopStmt] fixed issues with write op discovery

github.com/llvm/Polygeist - 97ed609700ae7ab344d01c9f205d45bff046c64e authored almost 1 year ago
Fixed generated function interface issue

github.com/llvm/Polygeist - 48773d92de80d5c7b79abc73f06dd7c3ffcec778 authored almost 1 year ago
Integrate Polymer into Polygeist

Co-authored-by: Emil VATAI <[email protected]>
Co-authored-by: William Moses <[email protected]>

github.com/llvm/Polygeist - 4b04755a63fce54e3965c248e6da5c8ae20b26f4 authored almost 1 year ago
Bump polygeist to 6ba6b7b8ac07c9d60994eb46b46682a9f76ea34e

github.com/llvm/Polygeist - 62834516a79c03d4d0c5c354313af90c48c6fc50 authored almost 1 year ago
Update README.md

github.com/llvm/Polygeist - bd29354ad94b052dabc73b05ac325df44d26ba54 authored almost 1 year ago
Fixed the sum reduction issue #46 (#50)

github.com/llvm/Polygeist - 8c5c406729c205434f8130690cc457319e424823 authored almost 1 year ago