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