1691 Commits (779b7dd67e34a5e4ab81ae38eb8a781c8d6dca74)
 

Author SHA1 Message Date
Peter Johnson 779b7dd67e Include ctype.h into files that now use tolower(). 17 years ago
Peter Johnson 4af823161d Make CPU feature flags and registers case insensitive again. 17 years ago
Peter Johnson 1f6c405d98 Add support for IEEE-754r "half precision" (16-bit) float format. 17 years ago
Peter Johnson a1137cdf67 Add SSE5 (new AMD SSE) instructions support. 17 years ago
Peter Johnson 39913f32de Fix #114: Incorrect ELF32 ..gotpc address calculation. 17 years ago
Peter Johnson e774242fd1 Finish cleanup made in [1948]. 17 years ago
Peter Johnson cbb1bd2771 Switch x86 operand storage from manual bitfields to C structure bitfields. 17 years ago
Peter Johnson 42b841418b Change modifiers from a prioritized shifted sequence into an ordered array. 17 years ago
Peter Johnson 121de99320 Now that part of the build uses just Python, break apart the Python 17 years ago
Peter Johnson e19fd3ce2b Add Id tag. 17 years ago
Peter Johnson f0e2e9a262 Now that we have more cpu feature bits, properly document SSE4a as such. 17 years ago
Peter Johnson f61ca1e379 Restructure x86 CPU handling to allow for more than 30 CPU feature flags. 17 years ago
Peter Johnson 4c0289c7c7 Run gen_x86_insn.py from vc and vc8 builds. 17 years ago
Peter Johnson a7f73e3a6c Shrink the size of the x86_insn_info structure, particularly on 64-bit 17 years ago
Peter Johnson cfcad025c5 Now that genperf takes an output filename, change informational outputs 17 years ago
Peter Johnson d0033b06c5 Change genperf to take input and output filenames rather than outputting to 17 years ago
Peter Johnson 0e349f552d Check in generated files from the Python script added in [1937]. 17 years ago
Peter Johnson f150e45913 Change x86 instruction tables to be automatically generated. 17 years ago
Peter Johnson 502f5a1c4d Re-enable lc3b in flat Mkfiles. 17 years ago
Peter Johnson 1387e29705 Windows build fixes: 17 years ago
Peter Johnson 1afb23f689 Fix a couple of Doxygen nits. 17 years ago
Peter Johnson 303c2867de Bring Mkfiles up to date with [1929]. 17 years ago
Peter Johnson 00e958bcf6 Break apart perfect hash lookup generation and x86 arch-specific 17 years ago
Peter Johnson 32921a0d12 Unbreak distcheck in lc3b tests. 17 years ago
Peter Johnson 23c19a1d52 Unbreak distcheck when Python is available by pulling in bitvect.h. 17 years ago
Peter Johnson e510b205cb Unbitrot lc3b architecture. 17 years ago
Peter Johnson 35f8e2b1fc Set value->sign appropriately instead of ineffective passing of -1 to 17 years ago
Peter Johnson 20dcf2190c Fix warning documentation to match behavior of yasm_value_output_basic(). 17 years ago
Peter Johnson 4b142ea112 GAS parser: Push down directive lookup to parser to simplify tokenizer. 17 years ago
Peter Johnson aea53cfd9e Add support for the following AMD instructions added in their July 2007 18 years ago
Peter Johnson 589c25b451 Update yasm.rules so that it's compatible with the Intel compiler. 18 years ago
Peter Johnson 66bcd03658 Fix #112: Use yasm__strcasecmp instead of strcasecmp. 18 years ago
Peter Johnson 49a1a96813 Fix typo in VC7 modules.vcproj. 18 years ago
Peter Johnson d7b386baba HAMT: Update stored key when building tree downwards from identical keys. 18 years ago
Peter Johnson 739b155741 Fix #111: Correctly #define HAVE__STRICMP for vc and vc8. 18 years ago
Peter Johnson dfa51bf888 Fix two bugs in HAMT: 18 years ago
Peter Johnson 3e1f0390e2 Add command line option aliases for -d (to -D) and -u (to -U) for 18 years ago
Peter Johnson 2a61dbc3c5 Use intnum_tobv() in a couple more places. 18 years ago
Peter Johnson 326303113c Change intnum so it stores long instead of unsigned long; this allows 18 years ago
Peter Johnson 36cdd57be2 Add support for second parameter (fill value) to .org directive in GAS 18 years ago
Peter Johnson 328320cc2b Add support for GAS local labels (1:, 1f, 1b). 18 years ago
Peter Johnson a310410911 Doxygen documentation fixes. 18 years ago
Peter Johnson 4fab0318c5 Don't use an inner structure for line mappings. 18 years ago
Peter Johnson 2bb74148c1 Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 18 years ago
Peter Johnson a958ef6df8 Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process. 18 years ago
Peter Johnson ab13bd719e Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 18 years ago
Peter Johnson 69fc913eec Clean up a number of obsolete autoconf-detected standard C things. 18 years ago
Peter Johnson bc7a333720 Bring Mkfiles up-to-date with [1889]. 18 years ago
Peter Johnson bab3f8f48a Bring POTFILES.in up to date. 18 years ago
Peter Johnson fb8b8b8936 Change handling of frontend (mnenomic) instructions to make it easier to 18 years ago