about summary refs log tree commit diff
path: root/tests/codegen/autodiff
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-304/+0
2025-05-21Update generic testsMarcelo Domínguez-2/+2
2025-05-21Update codegen and pretty testsMarcelo Domínguez-13/+13
UI tests are pending, will depend on error messages change.
2025-05-11feat: add codegen testHaeNoe-0/+42
Ensure that code for generic `d_primal::<T>` is generated even if `primal::<T>` is never used. - incorporate feedback from @ZuseZ4
2025-04-28remove noinline attribute and add alwaysinline after AD passbit-aloo-0/+23
2025-04-12add tests for merge_function handlingManuel Drehwald-0/+45
2025-04-07move old tests, add sret testManuel Drehwald-0/+194