Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
16 check-ins using file bs/builtins/operators/tupass.cpp version c7a789e451
|
2023-07-01
| ||
| 11:21 | Execute: function argument passing simplification (overlooked from back when the CIR was turned into a stack language) check-in: 2e14edebd0 user: zlodo tags: trunk | |
|
2023-06-30
| ||
| 22:41 |
Verifier:
| |
|
2023-06-22
| ||
| 23:33 | Implemented lowering of Addresses into a tuple representation for verification check-in: 25b51220ed user: zlodo tags: trunk | |
|
2023-06-17
| ||
| 10:15 |
| |
|
2023-05-31
| ||
| 21:34 | Lifetimes: implemented verifier's z3 representation check-in: b1d4853b7f user: zlodo tags: trunk | |
|
2023-05-05
| ||
| 18:03 | Lifetime specifications parsing check-in: bb7e75cb1b user: zlodo tags: trunk | |
|
2023-04-03
| ||
| 22:37 | Moved the code that emits type predicate checks for values returned by intrinsics into an extension point check-in: 72cb3ae97a user: zlodo tags: trunk | |
|
2023-03-28
| ||
| 19:44 | Get rid of the TCRINFOS macro, use std::source_location instead to remove some noise check-in: d9414ddc6f user: zlodo tags: trunk | |
|
2023-03-27
| ||
| 18:34 |
| |
|
2023-03-06
| ||
| 22:24 | prelude: implemented UnwrapValue check-in: c550a4bc43 user: zlodo tags: trunk | |
|
2023-03-05
| ||
| 22:24 |
| |
|
2023-02-28
| ||
| 00:55 |
| |
|
2023-02-20
| ||
| 17:54 | Migrated to clang16/llvm16. Created a shitty layer on top of llvm to cope with losing the pointee types from llvm pointer types (which are now opaques). It was a huge pain in the ass. check-in: 0c646816e4 user: zlodo tags: trunk | |
|
2023-02-07
| ||
| 15:49 | Removed the ToType extension point, go through typechecking instead for converting things such as tuple of types into types. This is more generic than the previous approach and will avoid some pitfalls in the future. check-in: 1b18849f5c user: zlodo tags: trunk | |
|
2023-01-30
| ||
| 19:33 | Implemented the _IsTrivialInitialization extension point to optimize tuple initialization in the same way as assignments check-in: d70fa1ef12 user: zlodo tags: trunk | |
|
2023-01-29
| ||
| 20:48 |
| |