| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert optimizations added in #68 (#146) | Denis Denisov | 2020-05-03 | 1 | -191/+17 |
* | avoid 'return value of ftruncate ignored' warnings (#76) | mostynb | 2017-09-23 | 1 | -1/+2 |
* | Interpret vstart as linear address | Jannis Harder | 2012-08-01 | 1 | -3/+11 |
* | Generate segmented addresses for labels | Jannis Harder | 2012-08-01 | 1 | -14/+26 |
* | Add segments to label addresses | Jannis Harder | 2012-08-01 | 1 | -2/+14 |
* | squashme | Jannis Harder | 2012-08-01 | 1 | -1/+79 |
* | Overrides and dummy value finalization for bin | Jannis Harder | 2012-07-31 | 1 | -0/+10 |
* | Add vseg section option | Jannis Harder | 2012-07-31 | 1 | -1/+55 |
* | Remove $Id$ and RCSID() usage. | Peter Johnson | 2011-08-19 | 1 | -1/+0 |
* | Instead of initializing unknown sections en-masse during objfmt_output(), | Peter Johnson | 2010-03-28 | 1 | -12/+8 |
* | Allow gas flags input to bin objfmt (ignored and not used). | Peter Johnson | 2010-01-14 | 1 | -1/+11 |
* | bin-objfmt.c: Comment out unused function (kept in the code for debugging). | Peter Johnson | 2010-01-03 | 1 | -0/+3 |
* | Use queue.h HEAD macros more portably (also avoiding compiler warning). | Peter Johnson | 2010-01-03 | 1 | -1/+1 |
* | Allow @ signs in identifiers in win32/win64 only. | Peter Johnson | 2009-01-02 | 1 | -0/+2 |
* | Add core TASM syntax support. | Peter Johnson | 2008-10-07 | 1 | -1/+159 |
* | Bin map file: Fix incorrect address printing for symbols. | Peter Johnson | 2008-07-03 | 1 | -2/+2 |
* | Fix #132: Add --prefix and --suffix (aka --postfix) options. | Peter Johnson | 2008-06-08 | 1 | -2/+4 |
* | Split NASM preprocessor standard macro set between various modules. | Peter Johnson | 2008-05-09 | 1 | -0/+13 |
* | Enable use of sym@FOO constructs in GAS parser. | Peter Johnson | 2008-02-09 | 1 | -1/+9 |
* | Eliminate conversion warnings due to int/size_t differences. | Peter Johnson | 2008-02-08 | 1 | -1/+1 |
* | Correctly initialize bin object format to default to no map generation. | Peter Johnson | 2007-11-15 | 1 | -1/+1 |
* | Check for fseek() error. | Peter Johnson | 2007-11-15 | 1 | -1/+2 |
* | Add NASM-compatible multi-section binary support to bin object format. | Peter Johnson | 2007-11-14 | 1 | -171/+1426 |
* | Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. | Peter Johnson | 2007-07-14 | 1 | -1/+0 |
* | Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process. | Peter Johnson | 2007-07-14 | 1 | -1/+0 |
* | Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of | Peter Johnson | 2007-07-14 | 1 | -1/+0 |
* | Remove errant else. This should not have had any serious effects, as | Peter Johnson | 2007-06-10 | 1 | -1/+1 |
* | Fix bin objfmt handling of cross-section RIP-relative values; also clean | Peter Johnson | 2007-06-04 | 1 | -40/+31 |
* | Clean up directive handling. This standardizes error/warning messages and | Peter Johnson | 2007-05-26 | 1 | -86/+58 |
* | Update all copyright dates. | Peter Johnson | 2007-04-22 | 1 | -1/+1 |
* | Bite the bullet and convert tabs to spaces. Previously yasm's source has | Peter Johnson | 2007-04-22 | 1 | -234/+234 |
* | Massive update of directive handling, including handling of extern, global, | Peter Johnson | 2007-03-21 | 1 | -87/+66 |
* | Restructure yasm_object as the central clearing house for yasm_objfmt, | Peter Johnson | 2007-03-05 | 1 | -45/+28 |
* | Massive warnings cleanup and cleanup of size_t vs uintptr_t vs unsigned long. | Peter Johnson | 2007-02-24 | 1 | -1/+2 |
* | Allow directives to have no parameters in the parser, and check for it at | Peter Johnson | 2007-02-07 | 1 | -1/+7 |
* | Fix #97: Support right-shifted symbols in binary output (the root cause). | Peter Johnson | 2007-01-28 | 1 | -4/+12 |
* | Remove YASM_EXPR_SYMREC hack; it's no longer used due to changes in | Peter Johnson | 2006-11-27 | 1 | -2/+1 |
* | Make life a little easier by adding an is_exp2() macro. | Peter Johnson | 2006-11-11 | 1 | -2/+2 |
* | Don't mix EQU expansion with other expr leveling; we could get confused | Peter Johnson | 2006-10-18 | 1 | -1/+1 |
* | - Fix much brokenness in absolute value handling, particularly in regards to | Peter Johnson | 2006-09-29 | 1 | -1/+33 |
* | In preparation for further work on optimizing multiple, break multiple apart | Peter Johnson | 2006-06-20 | 1 | -6/+1 |
* | Get rid of calc_bc_dist_func, the only times this was used was when | Peter Johnson | 2006-06-07 | 1 | -6/+5 |
* | Fix major bug related to multiple handling. Unfortunately this slows down | Peter Johnson | 2006-05-11 | 1 | -7/+4 |
* | * coretype.h (yasm_value): Add size field (specified in bits). | Peter Johnson | 2006-05-10 | 1 | -3/+2 |
* | Revamp error/warning handling, using a model similar to Python's internal | Peter Johnson | 2006-05-04 | 1 | -19/+23 |
* | Massive cleanup of relocation and WRT handling. Closes #49 and lays the | Peter Johnson | 2006-03-19 | 1 | -42/+34 |
* | More gracefully handle absolute section refernce expansion, and allow for | Peter Johnson | 2006-03-14 | 1 | -1/+2 |
* | Fix #70 by allowing overrides on the default (usually ".text") section. | Peter Johnson | 2006-02-25 | 1 | -5/+32 |
* | Implement DWARF2 .file "foo.c" (sans file number) so that it actually sets | Peter Johnson | 2006-02-01 | 1 | -4/+3 |
* | * bin-objfmt.c: Remove unused variable bitcnt. | Peter Johnson | 2006-01-11 | 1 | -1/+0 |