summaryrefslogtreecommitdiff
path: root/libyasm
Commit message (Expand)AuthorAgeFilesLines
* Fix missing yasm_xfree function declaration (#224)Biswapriyo Nath2023-05-141-0/+1
* libyasm/section.c: support gas .private_extern directive (#138)mackyle2023-05-121-0/+18
* Fix allocator mismatch (#107)Duncan Ogilvie2023-05-124-8/+8
* Fix test failure introduced in 51af4082cc898b122b88f11fd34033fc00fad81e (#145)Matthieu Darbois2023-05-121-3/+3
* Revert optimizations added in #68 (#146)Denis Denisov2020-05-035-153/+10
* Only print 'warnings treated as errors' if there were warnings (#75)Simon Brenner2017-09-231-8/+10
* Added -Wno-segreg-in-64bit.Peter Johnson2015-11-061-1/+2
* Merge pull request #68 from jix/masterPeter Johnson2015-01-015-10/+153
|\
| * Better optimization of expr with segoffsJannis Harder2012-08-032-0/+62
| * Overrides and dummy value finalization for binJannis Harder2012-07-313-0/+28
| * New wrt optimization and improved seg optimizationJannis Harder2012-07-311-10/+63
* | Make cmake module search case-insensitive.Peter Johnson2014-10-051-1/+1
* | Allow building of static executables with cmake.Peter Johnson2014-08-101-5/+11
* | Add missing YASM_LIB_DECL declarations.Peter Johnson2014-08-103-0/+11
* | Warnings cleanup.Peter Johnson2014-08-101-3/+0
* | Optimize matching loops.Peter Johnson2013-08-072-3/+9
|/
* Fix clang warning: Pawel Worach2011-09-241-1/+1
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-1967-139/+10
* file.h: Separate conditional inclusion of direct.h.Peter Johnson2011-08-191-3/+5
* expr_simplify_identity: Pass int_term via pointer.Peter Johnson2011-07-104-18/+38
* Fix "times" relocation handling.Peter Johnson2011-06-257-16/+31
* Fix test failure due to build environment.Peter Johnson2011-03-201-0/+6
* Implement yasm_value_finalize_expr() using yasm_value_finalize().Peter Johnson2010-08-181-10/+10
* Add prototype for yasm_dv_get_value().Peter Johnson2010-08-181-0/+6
* Add yasm_dv_get_value() to get yasm_value from yasm_dataval.Peter Johnson2010-08-181-0/+8
* Instead of initializing unknown sections en-masse during objfmt_output(),Peter Johnson2010-03-282-0/+18
* vsyasm: create intermediate output directories if necessary.Peter Johnson2010-02-132-0/+94
* Fix two more instances of queue.h HEAD macros for portability.Peter Johnson2010-01-032-2/+3
* Implement some linemap changes required for the GAS preprocessor.Peter Johnson2010-01-032-17/+37
* Use queue.h HEAD macros more portably (also avoiding compiler warning).Peter Johnson2010-01-032-5/+6
* yasm_intnum_create_sized(): Fix off-by-one error in sign extension check.Peter Johnson2010-01-011-1/+1
* Fix #188: Times forward references would result in bad code generation.Peter Johnson2009-10-314-1/+23
* Fix #186: Avoid memory runaway in optimizer TIMES circular reference checking.Peter Johnson2009-08-061-20/+47
* Fix #178: Don't "distribute" shift right op.Peter Johnson2009-07-244-40/+30
* Fix #173: Debug full paths were being generated incorrectly.Peter Johnson2009-06-031-1/+8
* Allow @ signs in identifiers in win32/win64 only.Peter Johnson2009-01-021-0/+3
* Fix #157: Use UNIX (not Windows) path functions on cygwin platform.Peter Johnson2008-10-191-4/+2
* Fix a number of warnings.Peter Johnson2008-10-072-2/+3
* Add core TASM syntax support.Peter Johnson2008-10-0717-22/+462
* Fix expr simplification bug.Peter Johnson2008-09-304-1/+11
* Fix bug in expr_level_op(). Discovered when adding on-the-fly expr leveling.Peter Johnson2008-07-181-2/+6
* Actually implement yasm__abspath() according to its documentation.Peter Johnson2008-07-152-62/+4
* yasm_symrec_get_global_name(): Document object parameter.Peter Johnson2008-07-061-0/+1
* Generated files listed in SOURCES (rather than included by other files)Peter Johnson2008-07-061-2/+1
* Fix #132: Add --prefix and --suffix (aka --postfix) options.Peter Johnson2008-06-084-0/+65
* (cmake build) Install DLL files to correct locations on Windows.Peter Johnson2008-05-241-0/+1
* Enable DLL/plugin builds with cmake on Windows.Peter Johnson2008-05-2322-1/+496
* Add cmake build infrastructure.Peter Johnson2008-05-222-0/+197
* Make util.h more robust against use without config.h by moving thePeter Johnson2008-05-221-0/+4
* Split NASM preprocessor standard macro set between various modules.Peter Johnson2008-05-094-0/+37