summaryrefslogtreecommitdiff
path: root/libyasm.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-4/+0
* Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process.Peter Johnson2007-07-141-7/+0
* Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process.Peter Johnson2007-07-141-5/+0
* Remove YASM_LIB_INTERNAL. It never really gained us that much in terms ofPeter Johnson2007-07-141-10/+1
* Change handling of frontend (mnenomic) instructions to make it easier toPeter Johnson2007-07-081-0/+1
* Update all copyright dates.Peter Johnson2007-04-221-1/+1
* Fix build (hopefully) on Win64 by using uintptr_t more widely; Win64 is aPeter Johnson2007-02-181-0/+2
* Massive Python/Pyrex wrapper cleanup. We now use Pyxelator to generatePeter Johnson2007-01-291-0/+6
* Rename linemgr.c and linemgr.h to linemap.c and linemap.h. The "manager"Peter Johnson2006-11-261-1/+1
* Merge [1333]-[1543] (inclusive) into new-optimizer branch. This results inPeter Johnson2006-05-311-0/+2
|\
| * First cut at CodeView (version "8" / 2005 only). Completely untested.Peter Johnson2006-03-271-0/+1
| * Massive cleanup of relocation and WRT handling. Closes #49 and lays thePeter Johnson2006-03-191-0/+1
* | Create new working branch for new (Robertson 1977) optimizer.Peter Johnson2005-10-081-1/+0
|/
* Greatly simplify build system by removing libtool and integrating formerlyPeter Johnson2004-12-011-0/+1
* First part of list file support. This should accurately output all filePeter Johnson2004-10-021-0/+1
* * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.Peter Johnson2004-09-041-1/+1
* Add \rcs, \endrcs, \license, and \endlicense wrappers around $IdPath$ andPeter Johnson2003-06-281-0/+4
* Document for Doxygen.Peter Johnson2003-06-021-11/+15
* Clean up and simplify libyasm.h options and symbol visibility:Peter Johnson2003-05-051-16/+16
* Move libyasm/file.h out of YASM_INTERNAL only inclusion (always include it).Peter Johnson2003-03-301-1/+2
* Use system includes instead of local includes. This allows replacement ofPeter Johnson2003-03-261-20/+20
* Make libyasm a "real" library, including installing header files.Peter Johnson2003-03-151-0/+79