836 Commits (aa07d08e5c2505d3f9dffe9f07b7f3b8f7ef866a)
 

Author SHA1 Message Date
Peter Johnson 5f5993826a Get rid of --disable-check option. It no longer has any effect. 23 years ago
Peter Johnson 3000ae9b45 Moved function replacements to top-level. 23 years ago
Peter Johnson bea39dbe16 Add @LIBOBJS@ to library linkages (for missing functions). 23 years ago
Peter Johnson ccb5c4cc61 Link with @LIBOBJS@ (for replacement functions). 23 years ago
Peter Johnson c40b3b6aaa Remove config/* files, and automatically create the config directory in 23 years ago
Peter Johnson 1301c6786e Failed builds could prevent updating of "latest" symlink. Also now record 23 years ago
Peter Johnson 2ca67cc237 Include intl from build directory, not source directory. 23 years ago
Peter Johnson 2ea2166ae8 Add intl directory to INCLUDES. 23 years ago
Peter Johnson 14da2c24d4 This was significantly out of date. Bring up-to-date with current source. 23 years ago
Peter Johnson 90864f6793 Bring up-to-date with new generated files (due to new build structure). 23 years ago
Peter Johnson 4d0e59aa3b Remove stamp-h.in to fix distcheck issue when autogen-ing more than once. 23 years ago
Peter Johnson 1d1214dcec Don't include config/* files explicitly (they're included implicitly if 23 years ago
Peter Johnson ca6a1c8167 Massive build system change: single Makefile instead of recursive. 23 years ago
Peter Johnson 0caf84d85f Massive build system change: single Makefile instead of recursive. 23 years ago
Peter Johnson 855891dac2 Fix build problem on Linux with toascii() define. 23 years ago
Peter Johnson bbd5666569 Remove quoting from AC_CONFIG_AUX_DIR and AM_CONFIG_HEADER. 23 years ago
Peter Johnson 4ae835e9b1 Remove quoting from AC_CONFIG_AUX_DIR and AM_CONFIG_HEADER. 23 years ago
Peter Johnson cdbcd69b22 Add autoconf 2.50-based configure.ac. Keep configure.in around for 2.13 23 years ago
Peter Johnson a643359f04 Add autoconf 2.50-based configure.ac. Keep configure.in around for 2.13 23 years ago
Peter Johnson 2727869bd8 Start work on optimizer module. Moved all "post-parser-finalization" code 23 years ago
Peter Johnson 0f852333df LCLint-related comment fixes. 23 years ago
Peter Johnson ae85d1edb1 Add support for incbin pseudo-instruction. 23 years ago
Peter Johnson b3cb8c0292 Move assert.h include to util.h 23 years ago
Peter Johnson e8d7d5cad9 Add opt_flags (space for use by the optimizer). 23 years ago
Peter Johnson 69c42d7aaa Plug memory leak in floatnum_new(). 23 years ago
Peter Johnson f36a664a49 strcmp() returns 0 if the strings are equal. 23 years ago
Peter Johnson 6bbcad2e6c Make extension-replacement a utility function in file.c (as it will need to 23 years ago
Peter Johnson c42294ab0a Fix a few LCLint errors. 23 years ago
Peter Johnson 64f108c89c Replace extension on output format rather than just always appending. 23 years ago
Peter Johnson 8043dbfc16 Generate smaller code where possible (eg, when op_len=1, it's not necessary to 23 years ago
Peter Johnson 758edc89e7 Allow overrides (a32/a16/rep/etc) to appear on their own line. The way this 23 years ago
Peter Johnson 7b4e6c09dc Add support for NASM's %line. 23 years ago
Peter Johnson fda44f7670 Use stdout as the default output file if stdin is the input. 23 years ago
Peter Johnson 83b996e8f4 Remove definition of line_number; it was overriding the global variable. 23 years ago
Peter Johnson a64ee74f8f Fix typo in HAVE_STRCMPI strncasecmp() #define. 23 years ago
Peter Johnson 3b496cdde7 Do intl more correctly. nointl/libintl.h is unnecessary; it can be detected 23 years ago
Peter Johnson ff7a4c54fa Optimize if dev is not enabled. Don't use DEVFLAGS for non-gcc compiler. 23 years ago
Peter Johnson 4bcb83da56 (Mostly) Clean up floatnum internal allocations. 23 years ago
Peter Johnson a9a74064b4 Fix so "0h" works. 23 years ago
Peter Johnson cf84bbf503 Change REG_SOMEREG -> reg_somereg and add rules that allow BYTE/WORD/DWORD 23 years ago
Peter Johnson 2aec833b07 Don't free EA when simplifying shift_op case. Not only is this code completely 23 years ago
Peter Johnson ff1fba3feb Fix bug with ONE generation (overwrote both [0] and [1] indexes with opcode 23 years ago
Peter Johnson 4af9db689c Change dbg optimizer to basic. 23 years ago
Peter Johnson a7ce9bf2d1 Delete dbg optimizer (won't be useful) and add "basic" (equiv. to NASM 2-pass) 23 years ago
Peter Johnson ce4a5fe02a Switch from using ternary tree to Hash Array Mapped Trie (HAMT), which has 23 years ago
Peter Johnson 41d256accc General tests of directives. 23 years ago
Peter Johnson 77bf842ffc Test the imm and imm8x forms of add. 23 years ago
Peter Johnson f371273c90 Add two larger NASM-preprocessed files from UIUC ECE 291's PModeLib as more 23 years ago
Peter Johnson afcdf3ecd9 Test global/common sharing in addition to extern. 23 years ago
Peter Johnson 9dc4e6eccc How does NASM's bin format handle sections? 23 years ago