1. 9b78f74 assembler: Move struct relocation out of relocatable instructions by Damien Lespiau · 12 years ago
  2. d008064 assembler: Renamed the instruction field to insn by Damien Lespiau · 12 years ago
  3. 1d53e18 assembler: Cleanup visibility of a few global variables/functions by Damien Lespiau · 12 years ago
  4. d70e9f8 assembler: Add a check for when width is 1 and hstride is not 0 by Damien Lespiau · 12 years ago
  5. 9fcc1bd assembler: Use brw_set_dest() to encode the destination by Damien Lespiau · 12 years ago
  6. 6b56804 assembler: Don't expose functions only used in main.c by Damien Lespiau · 12 years ago
  7. 79c62f1 assembler: Don't change the size of opcodes! by Damien Lespiau · 12 years ago
  8. a45a471 assembler: Make explicit that labels are part of the instructions list by Damien Lespiau · 12 years ago
  9. 5e58611 assembler: Make print_instruction() take an instruction by Damien Lespiau · 12 years ago
  10. c7dac84 assembler: Rename branch_2_offset to break_cont by Damien Lespiau · 12 years ago
  11. cb425d6 assembler: Rename branch to branch_gen6 by Damien Lespiau · 12 years ago
  12. 191c859 build: Integrate the merged gen assembler in the build system by Damien Lespiau · 12 years ago[Renamed from assembler/src/main.c]
  13. 495c4e1 Fix JMPI encoding for Haswell. by Gwenole Beauchesne · 12 years ago
  14. 8aa9528 Add initial support for Haswell. by Gwenole Beauchesne · 12 years ago
  15. 0c32e25 Allow Gen version decimals. by Gwenole Beauchesne · 12 years ago
  16. a5e5d94 Bump gen_level to multiple of tens. by Gwenole Beauchesne · 12 years ago
  17. ee32188 Fix Gen7 JMPI compilation by Homer Hsing · 12 years ago
  18. 397e1cc Fix JIP position for Gen6 JMPI by Homer Hsing · 12 years ago
  19. c91bd8c Fix Gen6 ELSE instructions code logic according to bspec. by Homer Hsing · 12 years ago
  20. f55ed65 Fix reloc_target_offset computing logic by Homer Hsing · 12 years ago
  21. 88dfdf3 Supporting multi-branch instructios BRD & BRC by Homer Hsing · 12 years ago
  22. ccd1721 Rewrite label matching code. Collect labels in a linked list. by Homer Hsing · 12 years ago
  23. 751838e Add second_reloc_target in the data structure. by Homer Hsing · 12 years ago
  24. 741008e Fix field length of JIP for one-offset-branch in Gen6 by Homer Hsing · 12 years ago
  25. 868cbf7 Add a generic hash table algorithm. Reuse for declared_reg_table and label_table in the future. by Homer Hsing · 12 years ago
  26. c3bcc7d Rename brw_instruction.bits3.if_else to branch by Homer Hsing · 12 years ago
  27. 375d1fd Renaming according to BSPEC: jump_count -> JIP; pop_count -> UIP. by Homer Hsing · 12 years ago
  28. 6171c61 Use bits3.if_else.jump_count instead of bits3.ud for readability by Homer Hsing · 12 years ago
  29. 5defbd3 Pad NOP instructions instead of the ILLEGAL instruction for entry by Homer Hsing · 12 years ago
  30. c19f833 Reduce memory cost in entry_table by Homer Hsing · 12 years ago
  31. f02a1ed Make the entry point padding code logic looks nicer by Homer Hsing · 12 years ago
  32. 73ab2f6 Fix a typo in src/main.c: "in unit of type" -> "in unit of byte" by Homer Hsing · 12 years ago
  33. 7186723 Reduce hash value collision probability in src/main.c by Homer Hsing · 12 years ago
  34. 9405225 Move program_defaults init statement into variable declaration by Homer Hsing · 12 years ago
  35. 77dcc41 Better comment text. Change "c like" to "C style" in main.c by Homer Hsing · 12 years ago
  36. aab7cd5 close File yyin before calling yylex_destroy by Homer Hsing · 12 years ago
  37. 31401af Call yylex_destroy() to free memory after yyparse() by Homer Hsing · 12 years ago
  38. 302ca73 Close input file handler yyin after yyparse by Homer Hsing · 12 years ago
  39. f282ea6 Fix a typo ... lable -> label by Homer Hsing · 12 years ago
  40. ea1fcf0 fix the label checking logics by Lu Guanqun · 12 years ago
  41. 6fa6b45 Add -g 7 for Ivybridge by Xiang, Haihao · 13 years ago
  42. cbfab5f intel-gen4asm: have a C-like binary output by Ben Widawsky · 14 years ago
  43. 27b4303 Support instructions which strictly follow the documents. by Xiang, Haihao · 14 years ago
  44. 95d0ce4 fix jump count for Sandybridge. by Xiang, Haihao · 14 years ago
  45. eb92c22 add -g 6 for Sandybridge by Xiang, Haihao · 14 years ago
  46. 60cf6e0 the offset of JMPI is in unit of 64bits on GEN5. by Xiang, Haihao · 15 years ago
  47. 549b751 Add support for GEN5 by Xiang Haihao · 15 years ago
  48. be9bcee Add support for labeled and conditional branches by Zou Nanhai · 16 years ago
  49. b81aca4 Ensure that parse errors cause non-zero exit. by Keith Packard · 17 years ago
  50. 713db8b More renaming of gen4asm -> intel-gen4asm, plus README update. by Eric Anholt · 18 years ago
  51. 9b40c37 Add autotools build system, and rearrange directory layout. by Eric Anholt · 18 years ago[Renamed from assembler/main.c]
  52. 5fbc399 Add input/output file command line arguments. by Eric Anholt · 18 years ago
  53. b798c7c And add a comma. This was supposed to be a minor change. by Eric Anholt · 18 years ago
  54. a58d896 actually print out last uint32_t of instruction. by Eric Anholt · 18 years ago
  55. 19f1c1c Start correcting the translation. by Eric Anholt · 18 years ago
  56. 22a1063 Initial gen4asm code. by Eric Anholt · 18 years ago