codon/test
A. R. Shajii bac6ae58dd
Generator argument optimization (and more) (#175)
* Fix ABI incompatibilities

* Fix codon-jit on macOS

* Fix scoping bugs

* Fix .codon detection

* Handle static arguments in magic methods; Update simd; Fix misc. bugs

* Avoid partial calls with generators

* clang-format

* Add generator-argument optimization

* Fix typo

* Fix omp test

* Make sure sum() does not call __iadd__

* Clarify difference in docs

* Fix any/all generator pass

* Fix  InstantiateExpr simplification; Support .py as module extension

* clang-format

* Bump version

Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com>
2023-01-17 10:21:59 -05:00
..
app Typechecker refactoring (#20) 2022-07-26 16:06:00 -04:00
cir Refactor IR; updates for 2023 (#157) 2023-01-08 14:24:10 -05:00
core Generator argument optimization (and more) (#175) 2023-01-17 10:21:59 -05:00
parser Generator argument optimization (and more) (#175) 2023-01-17 10:21:59 -05:00
python Upgrade to LLVM 15 (#56) 2022-10-14 09:31:10 -04:00
stdlib Dynamic Polymorphism (#58) 2022-12-04 19:45:21 -05:00
transform Generator argument optimization (and more) (#175) 2023-01-17 10:21:59 -05:00
CMakeLists.txt.in Initial commit 2021-09-27 14:02:44 -04:00
main.cpp Generator argument optimization (and more) (#175) 2023-01-17 10:21:59 -05:00
types.cpp Refactor IR; updates for 2023 (#157) 2023-01-08 14:24:10 -05:00