1. 2f6162a Fix build with recent Cython. by Peter Johnson · 13 years ago
  2. 19d85df Fix #263: Add quotes to yasm.rules switches. by Peter Johnson · 13 years ago
  3. b96cc7d Fix escaping at end of gas string constant. by Peter Johnson · 13 years ago
  4. 3bf0ed3 Fix lar and lsl second operand size. by Peter Johnson · 13 years ago
  5. 49c9e09 frontends/yasm/yasm.xml: Use GNU layout and put --help option to the end by Jari Aalto · 13 years ago
  6. 1143fb7 Fix test failure due to build environment. by Peter Johnson · 13 years ago
  7. db258a7 1. Tidy up VS 2010 build 2. Set correct VS tool path on win32 systems by Brian Gladman · 13 years ago
  8. 65f6f7a Fix #223: Correctly handle "./" paths in dwarf2. by Peter Johnson · 14 years ago
  9. 5355299 Improve gas syntax .set directive to better match GNU as behavior. by Peter Johnson · 14 years ago
  10. bafc905 coff: Add support for gas .secrel32 directive. by Peter Johnson · 14 years ago
  11. 7263e1d Implement yasm_value_finalize_expr() using yasm_value_finalize(). by Peter Johnson · 14 years ago
  12. 50017b4 Add prototype for yasm_dv_get_value(). by Peter Johnson · 14 years ago
  13. 72df1b5 Add yasm_dv_get_value() to get yasm_value from yasm_dataval. by Peter Johnson · 14 years ago
  14. 2f82e3a coff dir_def(): Use symtab_use() instead of symtab_get(). by Peter Johnson · 14 years ago
  15. 5fb3213 coff/win32/win64: Add support for .def, .scl, .type, and .endef directives. by Peter Johnson · 14 years ago
  16. 985038f dwarf2: Add support for .loc "discriminator" option. by Peter Johnson · 14 years ago
  17. 2678cb3 gas: Fix movsw/movzw memory operand encodings. by Peter Johnson · 14 years ago
  18. 3ef8f42 Bump trunk internal version to 1.1.99. by Peter Johnson · 14 years ago
  19. 0d3b379 Fix #213: Fix gas-preproc misuse of strcpy() and uninitialized variables. by Peter Johnson · 14 years ago
  20. a0a5404 win32: Make external safeseh work again (broken in [2343]). by Peter Johnson · 14 years ago
  21. f288243 Rename RDRND feature bit to RDRAND. by Peter Johnson · 14 years ago
  22. abaf3f7 macho32: Correctly output pc-relative non-external intersegment. by Peter Johnson · 14 years ago
  23. a4024ab macho: Fix relocation table file location. by Peter Johnson · 14 years ago
  24. 8653465 Fix #139: Fix a number of issues with win32 safeseh support. by Peter Johnson · 14 years ago
  25. 71afeff Remove some causes of unnecessary rebuilds on Windows (VC10 only) by Brian Gladman · 14 years ago
  26. ea41f1e gen_x86_insn.py: Add SMX to list of ordered_cpu_features. by Peter Johnson · 14 years ago
  27. b716897 Fix #211: Add INVEPT, INVVPID, and GETSEC instructions. by Peter Johnson · 14 years ago
  28. 4728382 Fix #212: Set LC_SEGMENT vmsize correctly. by Peter Johnson · 14 years ago
  29. 548f983 Add support for XSAVEOPT instruction. by Peter Johnson · 14 years ago
  30. 81c903c Add Intel post-32nm processor instructions (section 7 of AVX spec). by Peter Johnson · 14 years ago
  31. 1227dda Remove AMD CVT16 instructions. by Peter Johnson · 14 years ago
  32. ff8d0e0 Fix #207: Don't emit unnecessary REX.W for pinsrw. by Peter Johnson · 14 years ago
  33. d190d9d Fix #206: Update gettext bits to gettext 0.17. by Peter Johnson · 14 years ago
  34. 1c6ad17 Minor update to the Visual Studio 2010 build files by Brian Gladman · 14 years ago
  35. af34e08 by Brian Gladman · 14 years ago
  36. c766e43 Add an environment variable YASMPATH to override the default vsyasm directory by Brian Gladman · 14 years ago
  37. 3a14d89 correct reported error in vsyasm.xml by Brian Gladman · 14 years ago
  38. e5b53cf change vsyasm property sheet to use an absolute path to vsyasm (as msbuild requires) by Brian Gladman · 14 years ago
  39. 104dba1 Fix #201: explicitly ignore [warning] directive and treat as warning. by Peter Johnson · 14 years ago
  40. 6c7cc8e Support all unary operators in directive expressions. by Peter Johnson · 14 years ago
  41. d5ae195 Fix #202 (incorrect GOT offset generated in NASM mode). by Peter Johnson · 14 years ago
  42. 4003fa1 Update frontend --version copyright dates. by Peter Johnson · 14 years ago
  43. 34379be COPYING: Update credits a bit. by Peter Johnson · 14 years ago
  44. e2e877c Update copyright dates. by Peter Johnson · 14 years ago
  45. bc3a828 NASM preproc: Add basic support for %{x:y} parameter list expansion. by Peter Johnson · 14 years ago
  46. 2de9ac8 NASM preprocessor: Add %scope and %endscope. by Peter Johnson · 14 years ago
  47. 323153d Instead of initializing unknown sections en-masse during objfmt_output(), by Peter Johnson · 14 years ago
  48. e56ece9 vsyasm: Allow override of object, list, and map file extensions. by Peter Johnson · 14 years ago
  49. e55891a vsyasm: Fix map extension. by Peter Johnson · 14 years ago
  50. 293d739 Improve VSYASM integration into Visual Studio 2010 by Brian Gladman · 14 years ago
  51. d7c5571 vsyasm: if -E is used, print command line as first line in error file. by Peter Johnson · 14 years ago
  52. 47b7b36 Makefile.am: Update for [2297] changes. by Peter Johnson · 14 years ago
  53. 7b10030 Adjust YASM integration into Visual Studio 2010 slightly by Brian Gladman · 14 years ago
  54. d7ca41b Add VSYASM integration files for Visual Studio 2010 (and remove incorrect YASM ones) by Brian Gladman · 14 years ago
  55. ed58136 Correction to Python detection on Windows by Brian Gladman · 14 years ago
  56. e062b3c Yet one more attempt to find Python in Windows by Brian Gladman · 14 years ago
  57. 40ab77b Make a further attempt to use the Windows registry to find Python by Brian Gladman · 14 years ago
  58. e6fd6d7 correct error in python detection batch file by Brian Gladman · 14 years ago
  59. c85781d Hopefully remove python discovery issue in Windows build by Brian Gladman · 14 years ago
  60. d28f2a0 vsyasm: More gracefully handle single input file by using output name as-is. by Peter Johnson · 14 years ago
  61. 03de198 Add vc10 and vsyasm build files to EXTRA_DIST. by Peter Johnson · 14 years ago
  62. b2d1f3f Update Visual Studio 2010 build files by Brian Gladman · 14 years ago
  63. 03a71a1 1. Add vsyasm build to VC9 and vc10 builds by Brian Gladman · 14 years ago
  64. c699637 vsyasm: create intermediate output directories if necessary. by Peter Johnson · 14 years ago
  65. 11a71a1 Update yasm_parsers(7) now that GAS preprocessor support is fairly mature. by Peter Johnson · 14 years ago
  66. 74e776b Add support for gas preprocessor macro directives. by Peter Johnson · 14 years ago
  67. 463f4d7 Add "vsyasm", a batch version of yasm primarily useful for VS2010. by Peter Johnson · 14 years ago
  68. 419e16f nasm_pp_cleanup(): Do a better job of cleaning up. by Peter Johnson · 14 years ago
  69. 702da8c Update flat and DJGPP Makefiles for GAS preproc and parser changes. by Peter Johnson · 14 years ago
  70. d9bfa3d Update VC++ v10 build by Brian Gladman · 14 years ago
  71. 3097cd1 Update VC++ v9 build by Brian Gladman · 14 years ago
  72. cb7f1a2 Add .intel_syntax and .gas_syntax support to GAS parser. by Peter Johnson · 14 years ago
  73. 1488857 Add nasm-parser-struct.h to SOURCES. by Peter Johnson · 14 years ago
  74. 7d6b1a0 Nasm parser: Add some very basic MASM-ish syntax handling, along the lines by Peter Johnson · 14 years ago
  75. d965ef7 Split yasm_parser_nasm structure out to separate header. by Peter Johnson · 14 years ago
  76. d61b439 Allow gas flags input to bin objfmt (ignored and not used). by Peter Johnson · 14 years ago
  77. 26c7e74 substitute_values(): Allocate sufficient space for null terminator. by Peter Johnson · 14 years ago
  78. e7185d2 gas-preproc.c: Use sprintf instead of snprintf. by Peter Johnson · 14 years ago
  79. cc6301d Allow older automake version (1.9.6). by Peter Johnson · 14 years ago
  80. 12d3a8f Fix #200 - yasm.rules double quote issue by Brian Gladman · 14 years ago
  81. 9dbb4aa "Fix #200" - yasm.rules double quote issue by Brian Gladman · 14 years ago
  82. c30e4ab Update autoconf/automake scripts. by Peter Johnson · 14 years ago
  83. 553e615 Unbreak make distcheck. by Peter Johnson · 14 years ago
  84. ed1ff0e 1. Add gas preprocessor build on Windows by Brian Gladman · 14 years ago
  85. fd03e1e Now that the gas preproc supports .rept, remove it from the gas parser. by Peter Johnson · 14 years ago
  86. 6ede18e GAS preproc: Fix line number for .rept without matching .endr error. by Peter Johnson · 14 years ago
  87. 737c225 Update Pyxelator to avoid deprecation warnings on recent Python versions. by Peter Johnson · 14 years ago
  88. 8500270 bin-objfmt.c: Comment out unused function (kept in the code for debugging). by Peter Johnson · 14 years ago
  89. e8ff41c Fix two more instances of queue.h HEAD macros for portability. by Peter Johnson · 14 years ago
  90. 5ce81be gas-preproc.c: Avoid warning on unused variable. by Peter Johnson · 14 years ago
  91. bf8e6be Improve the gas preprocessor and re-add it as default for gas parser. by Peter Johnson · 14 years ago
  92. b3d84a8 Implement some linemap changes required for the GAS preprocessor. by Peter Johnson · 14 years ago
  93. 5501768 Use queue.h HEAD macros more portably (also avoiding compiler warning). by Peter Johnson · 14 years ago
  94. 40f06c1 Fix additional cases of duplicate 66h prefix generation for AVX instructions. by Peter Johnson · 14 years ago
  95. fcb228f Use Cython instead of Pyrex. by Peter Johnson · 14 years ago
  96. f608f67 Some minor Pyrex fixes: by Peter Johnson · 14 years ago
  97. 4df9f87 All Pyrex files: Use __cinit__ instead of __new__ in extension classes. by Peter Johnson · 14 years ago
  98. b70e237 yasm_intnum_create_sized(): Fix off-by-one error in sign extension check. by Peter Johnson · 14 years ago
  99. 65b1842 Unbreak python bindings on 64-bit Linux. by Peter Johnson · 14 years ago
  100. 3888758 Avoid generating duplicate 66h prefix on PINSRB in 16-bit mode. by Peter Johnson · 14 years ago