| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-21 | Rename prefix_chunk to prefix_chunk_size | bjorn3 | -1/+1 | |
| 2020-11-21 | Remove StructRet arg attr | bjorn3 | -3/+6 | |
| It is applied exactly when the return value has an indirect pass mode. Except for InReg on x86 fastcall, arg attrs are now only used for optimization purposes and thus are fine to ignore. | ||||
| 2020-11-21 | Replace ByVal attribute with on_stack field for Indirect | bjorn3 | -42/+79 | |
| This makes it clearer that only PassMode::Indirect allows ByVal | ||||
| 2020-11-21 | Replace ZExt and SExt flags with ArgExtension enum | bjorn3 | -1/+19 | |
| Both flags are mutually exclusive | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+502 | |
