2007-10-11 |
Peter Johnson | Fix explicitly-overridden short-only instructions such... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Peter Johnson | Add core2 as alias for conroe codename. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Peter Johnson | Update yasm_arch(7) man page from AMD64 wiki page. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Peter Johnson | Bring flat and DJGPP Mkfiles up to date with [1939]. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Peter Johnson | Add some imm64 tests. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Peter Johnson | Commit tests missed in [1979] commit. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Peter Johnson | Fix #115: 1<<0 resulted in 0 instead of 1 (broken in... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Peter Johnson | Remove yapp-preproc.c from list of files to scan for... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Peter Johnson | Follow NASM after all in only turning off default RIP... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Peter Johnson | Autoconfize cpp program name and popen. This commit... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Peter Johnson | Finish cleanups made in [1967]. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Peter Johnson | Update Mkfiles to add new cpp module. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Peter Johnson | Fix a couple of warnings (non-prototype functions). |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Peter Johnson | Merge r1916-r1961 (cpp preproc module) from multiarch... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Peter Johnson | Support NASM's upcoming RIP-relative syntax, with a... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Peter Johnson | Support "oword", "do", and "reso" as aliases for "dqwor... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
paulbarker | * Added code to the cpp module to pass include director... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Peter Johnson | Make Python messages a little less threatening. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Peter Johnson | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Peter Johnson | Fix VC++ build order dependencies. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Peter Johnson | Ensure Python is available before trying to run gen_x86... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Peter Johnson | Include ctype.h into files that now use tolower(). |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Peter Johnson | Make CPU feature flags and registers case insensitive... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Peter Johnson | Add support for IEEE-754r "half precision" (16-bit... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Peter Johnson | Add SSE5 (new AMD SSE) instructions support. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Peter Johnson | Fix #114: Incorrect ELF32 ..gotpc address calculation. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Peter Johnson | Finish cleanup made in [1948]. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Peter Johnson | Switch x86 operand storage from manual bitfields to... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Peter Johnson | Change modifiers from a prioritized shifted sequence... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Peter Johnson | Now that part of the build uses just Python, break... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Peter Johnson | Add Id tag. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Peter Johnson | Now that we have more cpu feature bits, properly docume... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Peter Johnson | Restructure x86 CPU handling to allow for more than... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Peter Johnson | Run gen_x86_insn.py from vc and vc8 builds. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Peter Johnson | Shrink the size of the x86_insn_info structure, particu... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Peter Johnson | Now that genperf takes an output filename, change infor... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
paulbarker | Added dependency generation to cpp module. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
paulbarker | Delayed destruction of arguments list until cpp_preproc... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Peter Johnson | Change genperf to take input and output filenames rathe... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Peter Johnson | Check in generated files from the Python script added... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Peter Johnson | Change x86 instruction tables to be automatically gener... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
paulbarker | Fixed missing semicolon in file.h due to mistake when... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
paulbarker | Changed gas parser to only pass the first cpp line... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
paulbarker | Added yasm_get_include_dir() function. |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Peter Johnson | Re-enable lc3b in flat Mkfiles. |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Peter Johnson | Windows build fixes: |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Peter Johnson | Fix a couple of Doxygen nits. |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Peter Johnson | Bring Mkfiles up to date with [1929]. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Peter Johnson | Break apart perfect hash lookup generation and x86... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Peter Johnson | Unbreak distcheck in lc3b tests. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Peter Johnson | Unbreak distcheck when Python is available by pulling... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
paulbarker | Added code to gas parser to handle line markers produce... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
paulbarker | * Marked message strings so gettext can find them. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
paulbarker | Tiny documentation fix for recent changes in the prepro... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
paulbarker | Removed FILE* argument from preprocessor create() inter... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
paulbarker | Removed FILE* argument from parser interface. The FILE... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
paulbarker | Changed cpp module to destroy the argument list and... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
paulbarker | Modified cpp module to read directly from the preproces... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
paulbarker | Simplified cpp module, re-structuring much of the code... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
paulbarker | Fixed yasm frontend to call the correct wrappers (yasm_... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
paulbarker | Cleaned up cpp_invoke() function and removed call to... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
paulbarker | Initial version of cpp module (on multiarch branch). |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Peter Johnson | Merge [1912], [1913], [1914] into multiarch branch. |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Peter Johnson | Unbitrot lc3b architecture. |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Peter Johnson | Set value->sign appropriately instead of ineffective... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Peter Johnson | Fix warning documentation to match behavior of yasm_val... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Peter Johnson | GAS parser: Push down directive lookup to parser to... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Peter Johnson | Add support for the following AMD instructions added... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Peter Johnson | Update yasm.rules so that it's compatible with the... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Peter Johnson | Fix #112: Use yasm__strcasecmp instead of strcasecmp. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Peter Johnson | Fix typo in VC7 modules.vcproj. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Peter Johnson | HAMT: Update stored key when building tree downwards... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Peter Johnson | Fix #111: Correctly #define HAVE__STRICMP for vc and... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Peter Johnson | Fix two bugs in HAMT: |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Peter Johnson | Add command line option aliases for -d (to -D) and... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Peter Johnson | Use intnum_tobv() in a couple more places. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Peter Johnson | Change intnum so it stores long instead of unsigned... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Peter Johnson | Add support for second parameter (fill value) to .org... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Peter Johnson | Add support for GAS local labels (1:, 1f, 1b). |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Peter Johnson | Doxygen documentation fixes. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Peter Johnson | Don't use an inner structure for line mappings. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Peter Johnson | Merge expr-int.h into expr.h, removing YASM_EXPR_INTERN... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Peter Johnson | Merge bc-int.h into bytecode.h, removing YASM_BC_INTERN... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Peter Johnson | Remove YASM_LIB_INTERNAL. It never really gained us... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Peter Johnson | Clean up a number of obsolete autoconf-detected standar... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Peter Johnson | Bring Mkfiles up-to-date with [1889]. |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Peter Johnson | Bring POTFILES.in up to date. |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Peter Johnson | Change handling of frontend (mnenomic) instructions... |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Peter Johnson | Properly mark yasm_arch->create() error parameter as... |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Peter Johnson | Update splint script. |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Peter Johnson | Optimize negating a simple intnum. |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Peter Johnson | Fix buglet in handling of SEG of SEG:OFF. We were... |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Peter Johnson | Fix default filename buffer overflow. |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Peter Johnson | Remove errant else. This should not have had any serio... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Peter Johnson | Fix bin objfmt handling of cross-section RIP-relative... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Peter Johnson | Make sure objfmt_coff->win64 gets set to 0 in win32... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Peter Johnson | Fix uninitialized variable, memory leak. |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Peter Johnson | Correct CPU definitions for Prescott, Conroe, Penryn... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Peter Johnson | Don't try to yasm_expr_copy(NULL). |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Peter Johnson | Fix use-after-free in linemap_poke. The first yasm_lin... |
commit | commitdiff | tree | snapshot |
next |