Custom Query (27 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 27)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#14 fixed Support for new GalliumCompute format from LLVM3.9 (64-bit ELF) matszpk matszpk
Description

Add support for 64-bit ELF (generated by LLVM 3.9) in GalliumCompute? binary format:

  • reading and writing
  • support for assembler
#13 fixed Add ability to distinguish immediate literal and constant literal matszpk matszpk
Description

Add operator or function in GCN disassembler that make literal as immediate literal even if literal matches range to constant literal:

s_mov_b32 s1, 34 # uses constant literal s_mov_b32 s1, imm(34) # uses immediate literal

#12 fixed Add alternate macro syntax matszpk matszpk
Description

Add Alternate syntax macro that give ability to write macro arguments without backslashes.

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.