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