Age | Commit message (Expand) | Author | Files | Lines |
2012-09-26 | Fix a typo in src/main.c: "in unit of type" -> "in unit of byte" | Homer Hsing | 1 | -1/+1 |
2012-09-26 | Reduce hash value collision probability in src/main.c | Homer Hsing | 1 | -3/+3 |
2012-09-26 | Move program_defaults init statement into variable declaration | Homer Hsing | 1 | -3/+1 |
2012-09-26 | Better comment text. Change "c like" to "C style" in main.c | Homer Hsing | 1 | -1/+1 |
2012-09-26 | Replace bzero by memset. | Homer Hsing | 1 | -25/+25 |
2012-09-17 | Supporting integer subtraction with borrow | Homer Hsing | 3 | -2/+4 |
2012-09-17 | Supporting find first bit instructions | Homer Hsing | 3 | -2/+6 |
2012-09-17 | Supporting half precision to single precision float convertion | Homer Hsing | 3 | -1/+6 |
2012-09-17 | Supporting count bit set instruction | Homer Hsing | 3 | -2/+4 |
2012-09-17 | Supporting instruction "reverse bits" | Homer Hsing | 3 | -2/+4 |
2012-09-17 | Supporting instruction Bit Field Insert 1 | Homer Hsing | 3 | -2/+4 |
2012-09-17 | Delete an extra space character in brw_defines.h | Homer Hsing | 1 | -1/+1 |
2012-09-17 | Supporting addc instruction | Homer Hsing | 3 | -0/+4 |
2012-09-13 | Supporting bit field extract and bit field insert 2 | Homer Hsing | 3 | -2/+6 |
2012-09-12 | Supporting LRP: dest = src0 * src1 + (1-src0) * src2 | Homer Hsing | 3 | -2/+4 |
2012-09-12 | Support trinary source instruction "multiply add". | Homer Hsing | 3 | -3/+120 |
2012-09-12 | add data structure in src/brw_structs.h for supporting three-source-operator ... | Homer Hsing | 1 | -0/+42 |
2012-09-12 | Comment magic words "da1", "da16", "ia1", and "ia16" | Homer Hsing | 1 | -13/+13 |
2012-09-07 | close File yyin before calling yylex_destroy | Homer Hsing | 1 | -3/+3 |
2012-09-07 | Call yylex_destroy() to free memory after yyparse() | Homer Hsing | 2 | -0/+3 |
2012-09-07 | Close input file handler yyin after yyparse | Homer Hsing | 1 | -0/+3 |
2012-09-07 | Fix a typo ... lable -> label | Homer Hsing | 1 | -1/+1 |
2012-08-22 | fix the label checking logics | Lu Guanqun | 1 | -1/+3 |
2012-07-17 | Waring if both predication and conditional modifier are enabled but use diffe... | Xiang, Haihao | 1 | -0/+15 |
2012-07-17 | Add support for flag register f1 on Ivy bridge | Xiang, Haihao | 4 | -9/+26 |
2012-07-17 | s/flag_reg_nr/flag_subreg_nr for an instruction | Xiang, Haihao | 4 | -18/+18 |
2012-07-17 | Remove flag_reg_nr from the DW3 of an instruction | Xiang, Haihao | 1 | -4/+2 |
2012-07-17 | Change the rule for flag register | Xiang, Haihao | 2 | -13/+19 |
2012-06-29 | Accept symbol register as the leading register of the request | Xiang, Haihao | 1 | -1/+8 |
2012-06-24 | disasm: decode SENDC like SEND | Ben Widawsky | 1 | -3/+6 |
2012-06-24 | disasm: add gen6 style send decoding | Ben Widawsky | 1 | -2/+2 |
2012-06-24 | disasm: add sendc | Ben Widawsky | 2 | -0/+2 |
2012-06-23 | disasm: add pln instruction | Ben Widawsky | 1 | -0/+1 |
2011-08-11 | A new syntax of SEND intruction on Ivybridge | Xiang, Haihao | 1 | -8/+58 |
2011-06-21 | bump version to 1.2 | Xiang, Haihao | 1 | -1/+1 |
2011-06-10 | Support VME on Ivybridge | Xiang, Haihao | 1 | -1/+1 |
2011-06-10 | Support DP for sampler/render/constant/data cache | Xiang, Haihao | 4 | -2/+54 |
2011-05-30 | sampler/render/constant cache unit since Sandybridge | Xiang, Haihao | 2 | -7/+10 |
2011-05-30 | fix an error in commit cf76278 | Xiang, Haihao | 1 | -1/+1 |
2011-05-25 | SEND uses GRFs instead of MRFs on Ivybridge | Xiang, Haihao | 1 | -2/+12 |
2011-05-23 | Add support for sample (00000) on Ivybridge | Xiang, Haihao | 2 | -1/+19 |
2011-05-23 | Add support for data port read/write on Ivybridge | Xiang, Haihao | 2 | -3/+36 |
2011-05-23 | Add -g 7 for Ivybridge | Xiang, Haihao | 1 | -2/+2 |
2011-04-19 | Send instruction on PRE-ILK | Feng, Boqun | 1 | -0/+39 |
2011-04-14 | Add VME support in SEND | Zhou Chang | 4 | -1/+30 |
2011-03-23 | intel-gen4asm: add byte array style disasm | Ben Widawsky | 1 | -4/+42 |
2011-03-18 | intel-gen4asm: have a C-like binary output | Ben Widawsky | 1 | -6/+47 |
2011-03-01 | fix the parameters of register region | Xiang, Haihao | 1 | -0/+6 |
2011-02-17 | send instruction on GEN6 | Xiang, Haihao | 1 | -0/+37 |
2011-02-16 | fix notification count register | Xiang, Haihao | 1 | -11/+13 |