summaryrefslogtreecommitdiff
path: root/libyasm/bc-reserve.c
Commit message (Expand)AuthorAgeFilesLines
* Add core TASM syntax support.Peter Johnson2008-10-071-0/+9
* Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process.Peter Johnson2007-07-141-2/+0
* Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process.Peter Johnson2007-07-141-1/+0
* Remove YASM_LIB_INTERNAL. It never really gained us that much in terms ofPeter Johnson2007-07-141-1/+0
* Move absolute section handling into NASM parser, removing all traces of itPeter Johnson2007-05-151-4/+16
* Update all copyright dates.Peter Johnson2007-04-221-1/+1
* Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson2007-04-221-13/+13
* Move libyasm-stdint.h include out of util.h, as util.h is included fromPeter Johnson2007-02-241-0/+1
* Fix #98. Fix implemented by merging any reserve multiple into the mainPeter Johnson2007-02-041-33/+8
* Take [1423] to the next logical step by supporting the general case ofPeter Johnson2006-12-101-1/+1
* Implement first phase of align and org.Peter Johnson2006-06-111-1/+1
* Get rid of calc_bc_dist_func, the only times this was used was whenPeter Johnson2006-06-071-1/+1
* Merge [1333]-[1543] (inclusive) into new-optimizer branch. This results inPeter Johnson2006-05-311-28/+24
* * coretype.h (yasm_value): Add size field (specified in bits).Peter Johnson2006-05-101-1/+1
* * bc-int.h (yasm_bytecode_callback): Add reserve flag to indicate if thePeter Johnson2006-05-101-0/+162