summaryrefslogtreecommitdiff
path: root/libyasm/value.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-4/+0
* Enable DLL/plugin builds with cmake on Windows.Peter Johnson2008-05-231-0/+14
* 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-42/+42
* Fix a couple of doxygen comments.Peter Johnson2007-03-221-1/+1
* Remove yasm_immval, moving remaining unique information (sign flag) intoPeter Johnson2007-01-211-4/+3
* Take [1423] to the next logical step by supporting the general case ofPeter Johnson2006-12-101-1/+4
* - Fix much brokenness in absolute value handling, particularly in regards toPeter Johnson2006-09-291-0/+12
* Revert value.c/h changes made in [1567].Peter Johnson2006-06-111-3/+3
* Implement first phase of align and org.Peter Johnson2006-06-111-3/+3
* Fix all tests with miscomparing object files. Dramatically clean up somePeter Johnson2006-06-101-2/+5
* Get rid of origin_prevbc; it's no longer needed due to yasm_value handlingPeter Johnson2006-06-101-1/+11
* Get rid of calc_bc_dist_func, the only times this was used was whenPeter Johnson2006-06-071-2/+1
* Change yasm_value macros into functions. Fix up the prototype ofPeter Johnson2006-05-311-37/+9
* * coretype.h (yasm_value): Add size field (specified in bits).Peter Johnson2006-05-101-11/+11
* First cut at CodeView (version "8" / 2005 only). Completely untested.Peter Johnson2006-03-271-0/+2
* Add a feature and fix a long-standing bug in Win64 output. The new featurePeter Johnson2006-03-201-0/+2
* Massive cleanup of relocation and WRT handling. Closes #49 and lays thePeter Johnson2006-03-191-0/+160