intel/eu: Add a mechanism for emitting relocatable constant MOVs
[mesa.git] / src / intel / compiler / brw_eu_compact.c
2020-09-02 Jason Ekstrandintel/eu: Add a mechanism for emitting relocatable...
2020-09-02 Jason Ekstrandintel/compiler: Get rid of the global compaction table...
2020-09-02 Danylo Piliaievintel/disasm: Label support in shader disassembly for...
2020-01-22 Matt Turnerintel/compiler: Handle invalid compacted immediates
2020-01-22 Matt Turnerintel/compiler: Add a INVALID_{,HW_}REG_TYPE macros
2019-12-04 Ian Romanickintel/compiler: Fix 'comparison is always true' warning
2019-10-30 Matt Turnerintel/compiler: Add instruction compaction support...
2019-10-30 Matt Turnerintel/compiler: Make separate src0/src1 index tables
2019-10-30 Matt Turnerintel/compiler: Inline get_src_index()
2019-10-30 Matt Turnerintel/compiler: Restructure instruction compaction...
2019-10-11 Francisco Jerezintel/eu: Encode and decode native instruction opcodes...
2019-08-28 Jordan Justenintel/compiler: Disable compaction on gen12 for now
2019-04-18 Iago Toral Quirogaintel/compiler: don't compact 3-src instructions with...
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-03-01 Matt Turnerintel/compiler: Add commas on final values of compactio...
2018-02-28 Matt Turnerintel/compiler: Add instruction compaction support...
2017-11-17 Matt Turneri965: Rename intel_asm_annotation -> brw_disasm_info
2017-11-17 Matt Turneri965: Rewrite disassembly annotation code
2017-10-20 Matt Turneri965: Rename brw_inst 3src functions in preparation...
2017-10-04 Matt Turneri965: Fix src0 vs src1 typo
2017-08-21 Matt Turneri965: Switch to using the logical register types
2017-08-21 Matt Turneri965: Rename brw_inst's functions that access the regis...
2017-08-21 Matt Turneri965: Use separate enums for register vs immediate...
2017-08-21 Matt Turneri965: Only change type of 0.0f to VF if destination...
2017-08-21 Matt Turneri965: Move compaction "prepass" into brw_eu_compact.c
2017-08-21 Matt Turneri965: Mark src inst pointer const in compaction code
2017-06-09 Anuj Phogati965/cnl: Handle gen10 in switch cases across the driver
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler