LWTools

log

age author description
3 weeks ago lost Fixed typo in eorb opcodesdefault tip
3 weeks ago lost Implemented "branch points"
3 weeks ago lost Fixed minor layout glitch in listing code
3 weeks ago lost Fixed offset problem with emission of incomplete references at start of insn
3 weeks ago lost Fixed error with indexed posbytes
3 weeks ago lost Fixed off by one bug in code generation for fcn
3 weeks ago lost Fixed endc to actually match properly
3 weeks ago lost Added dummy .bank pseudo and fixed segfault in output for object target (on imported symbol)
3 weeks ago lost Allow symbols to start with digits if they contain $, ?, or @; numbered locals
3 weeks ago lost Fixed "=" pseudo op to work correctly
4 weeks ago lost Checkpoint disassembler
4 weeks ago lost Started creation of lwdisasm
6 weeks ago lost Changed ENDS to be ENDSTRUCT instead of ENDSECTION since ENDSTRUCT is required but ENDSECTION is not; updated docs to reflect change
6 weeks ago lost Symbol table is now sorted in lwasm
6 weeks ago lost Fixed up symbol table list to be more clear
6 weeks ago lost Added documentation for the --symbol option for lwasm
6 weeks ago lost Added rmw pseudo op as alias for rmd
6 weeks ago lost Fixed autoconf stuff related to the manual
6 weeks ago lost Added tag 3.0-beta1 for changeset 573ed49406253.0-beta1
6 weeks ago lost Fixed inclusion of documentation in make dist3.0-beta1 3.0-beta1
6 weeks ago lost Fixed inclusion of documentation in make dist3.0-beta1
6 weeks ago lost Added generated files for release3.0-beta1
6 weeks ago lost Branched for 3.0-beta1 release3.0-beta1
6 weeks ago lost Cosmetic updates to documentation; added warning pseudo op
6 weeks ago lost Q&D sanitization of symbols in map files and error messages in lwlink
6 weeks ago lost Actually show name of file and line number where error occurred
6 weeks ago lost Actually include local symbols in object files
6 weeks ago lost Fixed problem with include path handling
6 weeks ago lost Fixed problem with structure member registration and fixed detection of operator{} type symbols in expression evaluation
7 weeks ago lost Basic symbol table output; needs work for non-constant symbols
7 weeks ago lost Added in structure support and fixed up some warts in the listing code (by adding more warts)
7 weeks ago lost Added missing arg-nonnull.h ??? file to repo
7 weeks ago lost Various bugfixes; fixed lwobjdump to display symbols with unprintable characters more sensibly; start of a (nonfunctional for now) testing framework
3 months ago lost Bugfixing on includes
3 months ago lost Various bugfixes
3 months ago lost Made --list and --depend work
3 months ago lost Fixed imm8 to actually use expression and also fixed gen mode to respect > and <
3 months ago lost Various bugfixes
4 months ago lost Properly support 32 bit relocations
4 months ago lost Added extdep pseudo back in
4 months ago lost Removing old cruft that is no longer needed
4 months ago lost Brought forward lwlink, lwar, and lwobjdump along with some misc junk
4 months ago lost Fixed intersection internal references in object target
4 months ago lost Output incomplete references in object target
4 months ago lost Added export list to object output
4 months ago lost Stage 1: actually do output
4 months ago lost Bugfixes for indexed addressing modes
4 months ago lost Created a useful debug framework and adjusted lw_expr_print() to return a "static" dynamic string
4 months ago lost Much bugfixing
4 months ago lost Debugging output and bugfixing pass 0
4 months ago lost check for valid expressions in pass 6
4 months ago lost Emit pass
4 months ago lost Reduction passes complete
4 months ago lost Added some more expression reductions
4 months ago lost Added resolve passes
5 months ago lost Pass framework simplified; skeleton pass 3
5 months ago lost Added pass2 and various supporting logic including symbol lookups
5 months ago lost Added logic memory operands
5 months ago lost Generic memory mode insns
5 months ago lost Indexed stage 2; set line structure to track pragmas in effect for that line