Kyle Huey

Results 33 issues of Kyle Huey

Should be self-explanatory.

This fixes cage to work after emk/compose_yml#12.

I've seen clang produce line number program output like ``` 0x008d7a75 [1304, 9] NS 0x008d7a8f [ 0, 0] 0x008d7a9b [1168, 9] NS 0x008d7ab5 [ 0, 0] 0x008d7ac1 [1174, 9] NS...

As we've discussed over email. Just looking for feedback here, I have to release tryiterator on crates.io before we merge this.

I find myself often typing ```rust die.attr(gimli::DW_AT_byte_size) .map(|attr| attr.and_then(|attr| attr.udata_value()).map(|v| v * 8)) // we want the size in bits. .or_else(|_| { die.attr(gimli::DW_AT_bit_size) .map(|attr| attr.and_then(|attr| attr.udata_value())) })? ``` How would...

This is useful when openssl isn't available.

I'd like to be able to do things like set the authors and supplier in the BOM's metadata when merging.

enhancement

I have an application that tracks the flow of data through instructions. It would be useful for this to know the lane width of SIMD operands. This data already exists...

Component-IR