aboutsummaryrefslogtreecommitdiff
path: root/frontends
AgeCommit message (Expand)Author
2015-06-26Upgrade to yasm 1.3.0.Elliott Hughes
2013-08-07Optimize matching loops.Peter Johnson
2012-08-30Add support for x32H.J. Lu
2011-08-27Generate version number information from git history.Peter Johnson
2011-08-19Remove $Id$ and RCSID() usage.Peter Johnson
2011-05-29frontends/yasm/yasm.xml: Use GNU layout and put --help option to the endJari Aalto
2010-04-08Update frontend --version copyright dates.Peter Johnson
2010-03-19vsyasm: Allow override of object, list, and map file extensions.Peter Johnson
2010-03-19vsyasm: Fix map extension.Peter Johnson
2010-03-04vsyasm: if -E is used, print command line as first line in error file.Peter Johnson
2010-02-19vsyasm: More gracefully handle single input file by using output name as-is.Peter Johnson
2010-02-13vsyasm: create intermediate output directories if necessary.Peter Johnson
2010-02-06Add "vsyasm", a batch version of yasm primarily useful for VS2010.Peter Johnson
2010-01-03Implement some linemap changes required for the GAS preprocessor.Peter Johnson
2009-12-26Fix --preproc-only (and possibly other long options) by avoiding falsePeter Johnson
2009-05-12Fix #171: Broken build in ytasm CMakeLists.txt.Peter Johnson
2009-03-24Rename tasm to ytasm in Unix builds.Peter Johnson
2008-10-08tasm.c: Don't include unistd.h.Peter Johnson
2008-10-07tasm frontend: Fix handling of options >2 chars long.Peter Johnson
2008-10-07tasm frontend: Fix crash with plain /l option.Peter Johnson
2008-10-07Add CMakeLists.txt for tasm frontend.Peter Johnson
2008-10-07Add core TASM syntax support.Peter Johnson
2008-06-08Fix #132: Add --prefix and --suffix (aka --postfix) options.Peter Johnson
2008-05-25Quiet a warning about casting from a data to function pointer.Peter Johnson
2008-05-23Enable Id keyword expansion.Peter Johnson
2008-05-23Prepend "lib" on plugin name only on Unix.Peter Johnson
2008-05-22Add cmake build infrastructure.Peter Johnson
2008-05-09Split NASM preprocessor standard macro set between various modules.Peter Johnson
2008-04-12Update copyright dates.Peter Johnson
2007-12-04Fix #123: Be explicit that errors are such by printing "error:" at beginningPeter Johnson
2007-11-15Correctly warn for map file usage if there are *no* object formatPeter Johnson
2007-11-14Add NASM-compatible multi-section binary support to bin object format.Peter Johnson
2007-11-03Support use of EQU values within NASM preprocessor.Peter Johnson
2007-11-03Change preprocessor interface from block-oriented to line-oriented.Peter Johnson
2007-09-20Finish cleanups made in [1967].Peter Johnson
2007-09-20Fix a couple of warnings (non-prototype functions).Peter Johnson
2007-08-30Removed FILE* argument from preprocessor create() interface. The preprocessor...paulbarker
2007-08-30Removed FILE* argument from parser interface. The FILE* given was simply stor...paulbarker
2007-08-29Fixed yasm frontend to call the correct wrappers (yasm_preproc_create and yas...paulbarker
2007-07-29Add command line option aliases for -d (to -D) and -u (to -U) forPeter Johnson
2007-06-23Fix default filename buffer overflow.Peter Johnson
2007-04-23Call yasm_symtab_parser_finalize() from parser so caller doesn't need toPeter Johnson
2007-04-22Update all copyright dates.Peter Johnson
2007-04-22Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson
2007-04-14Fix #104 by removing obsolete comment about -m amd64 not setting BITS=64.Peter Johnson
2007-03-21Massive update of directive handling, including handling of extern, global,Peter Johnson
2007-03-05Restructure yasm_object as the central clearing house for yasm_objfmt,Peter Johnson
2007-03-01Add option -Wsize-override to turn on warning on multiple operand sizePeter Johnson
2007-03-01Add -E and -s command line options. These mimic the NASM behavior of thesePeter Johnson
2007-02-24Massive warnings cleanup and cleanup of size_t vs uintptr_t vs unsigned long.Peter Johnson