about summary refs log tree commit diff
path: root/tests/codegen/avr
AgeCommit message (Collapse)AuthorLines
2023-07-27CHECK only for opaque ptrJosh Stone-3/+3
2023-07-08Always name the return place.Camille GILLOT-1/+1
2023-01-22abi: add `AddressSpace` field to `Primitive::Pointer`Erik Desjardins-0/+25
...and remove it from `PointeeInfo`, which isn't meant for this. There are still various places (marked with FIXMEs) that assume all pointers have the same size and alignment. Fixing this requires parsing non-default address spaces in the data layout string, which will be done in a followup.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+111