index
:
~keithp/intel-gpu-tools
master
DRM/KMS Testing tools
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
assembler
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-04
build: Integrate the merged gen assembler in the build system
Damien Lespiau
15
-343
/
+26
2013-03-04
bump version to 1.3
Xiang, Haihao
1
-1
/
+1
2013-03-04
Fix typo. "donesn't" -> "doesn't"
Homer Hsing
1
-4
/
+4
2013-03-04
Add the CRE enginee for HSW+
Zhao Yakui
4
-2
/
+25
2013-03-04
Fix JMPI encoding for Haswell.
Gwenole Beauchesne
1
-1
/
+5
2013-03-04
Add initial support for Haswell.
Gwenole Beauchesne
4
-54
/
+65
2013-03-04
Allow Gen version decimals.
Gwenole Beauchesne
1
-2
/
+17
2013-03-04
Bump gen_level to multiple of tens.
Gwenole Beauchesne
1
-8
/
+8
2013-03-04
Fix Gen7 JMPI compilation
Homer Hsing
2
-3
/
+11
2013-03-04
Fix sub-register number of an address register encoding
Homer Hsing
1
-6
/
+29
2013-03-04
Fix symbol register subreg number calculation rule symbol_reg_p
Homer Hsing
1
-2
/
+7
2013-03-04
Show warning when compiling the grammar parser
Homer Hsing
1
-1
/
+1
2013-03-04
Support Gen6 WHILE instruction
Homer Hsing
1
-1
/
+4
2013-03-04
Make sure Gen6 IF works
Homer Hsing
1
-6
/
+17
2013-03-04
Make sure Gen6 ENDIF work
Homer Hsing
1
-2
/
+10
2013-03-04
Fix JIP position for Gen6 JMPI
Homer Hsing
1
-6
/
+11
2013-03-04
Fix Gen6 ELSE instructions code logic according to bspec.
Homer Hsing
3
-10
/
+22
2013-03-04
Make sure BREAK/CONT/HALT work on Gen6.
Homer Hsing
1
-3
/
+3
2013-03-04
Support Gen6 RET instruction.
Homer Hsing
1
-20
/
+12
2013-03-04
Support Gen6 CALL instruction.
Homer Hsing
1
-9
/
+27
2013-03-04
Replace variable init code in WAIT by src_null_reg
Homer Hsing
1
-8
/
+2
2013-03-04
Let ip_dst and ip_src become local const variable, so as to reduce replicated...
Homer Hsing
1
-40
/
+20
2013-03-04
Support Gen6 three-source-operand instructions.
Homer Hsing
2
-19
/
+20
2013-03-04
Compile ELSE and WHILE in Gen5 as same way as in Gen4
Homer Hsing
1
-4
/
+7
2013-03-04
Fix reloc_target_offset computing logic
Homer Hsing
1
-5
/
+5
2013-03-04
Fully support Gen7 branching instructions
Homer Hsing
1
-144
/
+182
2013-03-04
Supporting multi-branch instructios BRD & BRC
Homer Hsing
4
-12
/
+108
2013-03-04
Use right-recursing in parser rule inst_option_list
Homer Hsing
1
-6
/
+6
2013-03-04
Support subroutine instructions, CALL & RET
Homer Hsing
4
-1
/
+56
2013-03-04
Merge replicative code in gram.y
Homer Hsing
1
-70
/
+14
2013-03-04
Reduce replicative code in gram.y by reloc_target field in src_operand
Homer Hsing
2
-35
/
+11
2013-03-04
Restrict type of relativelocation2 to int
Homer Hsing
1
-6
/
+1
2013-03-04
Rewrite label matching code. Collect labels in a linked list.
Homer Hsing
2
-31
/
+67
2013-03-04
Add second_reloc_target in the data structure.
Homer Hsing
3
-7
/
+9
2013-03-04
Add test case for ".declare" overriding feature.
Homer Hsing
1
-0
/
+1
2013-03-04
Fix memory leaking in the parser
Homer Hsing
1
-1
/
+5
2013-03-04
Fix field length of JIP for one-offset-branch in Gen6
Homer Hsing
2
-4
/
+7
2013-03-04
Automatically run all test cases.
Homer Hsing
2
-11
/
+80
2013-03-04
Fix missing environment variables problem in test/run-test.sh
Homer Hsing
1
-5
/
+7
2013-03-04
Add a generic hash table algorithm. Reuse for declared_reg_table and label_ta...
Homer Hsing
2
-27
/
+47
2013-03-04
Add a test case for ".declare" pragma
Homer Hsing
3
-1
/
+11
2013-03-04
Rename brw_instruction.bits3.if_else to branch
Homer Hsing
2
-4
/
+4
2013-03-04
According to BSPEC, put PLN & BFI1 to binaryop, put SUBB to binaryaccop
Homer Hsing
1
-3
/
+4
2013-03-04
Explain the difference between binaryinstruction and binaryaccinstruction
Homer Hsing
1
-0
/
+4
2013-03-04
Renaming according to BSPEC: jump_count -> JIP; pop_count -> UIP.
Homer Hsing
2
-7
/
+6
2013-03-04
Use bits3.if_else.jump_count instead of bits3.ud for readability
Homer Hsing
1
-2
/
+2
2013-03-04
Pad NOP instructions instead of the ILLEGAL instruction for entry
Homer Hsing
1
-1
/
+2
2013-03-04
Merge same if branches in declare_pragma section in gram.y
Homer Hsing
1
-19
/
+15
2013-03-04
Reduce memory cost in entry_table
Homer Hsing
1
-40
/
+28
2013-03-04
Make the entry point padding code logic looks nicer
Homer Hsing
1
-1
/
+2
[next]