summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-10-27Added a tool to update Python documentation online.Cyrille Bagard
2015-10-16Defined a basic system based on Melkor to stress the disassembler and the Pyt...Cyrille Bagard
2015-07-30Produced a label for bad exit only if needed.Cyrille Bagard
2015-06-18Fixed and extended the support for ARM v7 instructions.Cyrille Bagard
2015-06-14Handled properly the sign extension when extending values.Cyrille Bagard
2015-04-27Allowed to compile the project from a fresh install by fixing mistakes.Cyrille Bagard
2015-03-25Fixed a regression by taking care of results before going to a error exit.Cyrille Bagard
2015-03-18Computed limits for all routines according to existing symbols.Cyrille Bagard
2015-02-03Set an executable permission on the shell script.Cyrille Bagard
2015-01-24Introduced conditional calls in instruction definition rules.Cyrille Bagard
2015-01-10Extended the grammar to allow hooks inclusion.Cyrille Bagard
2014-12-24Improved the generation of source code: there are now templates and one file ...Cyrille Bagard
2014-12-09Supported new ARMv7 instructions.Cyrille Bagard
2014-12-08Supported new ARMv7 instructions.Cyrille Bagard
2014-12-05Defined a new kind of operands for memory accesses.Cyrille Bagard
2014-12-04Provided a new way to build the full name of each instruction and cached it.Cyrille Bagard
2014-12-03Begun to support more than the only 'ARMv7' architecture for ARM (ARM / Thumb...Cyrille Bagard
2014-12-02Fixed sign extensions when building 32-bit mask code from bit field.Cyrille Bagard
2014-12-02Extended the compiler by allowing more than one type of Thumb.Cyrille Bagard
2014-11-25Extended the range of supported ARMv7 instructions.Cyrille Bagard
2014-11-24Update the list of handled ARM instructionsCyrille Bagard
2014-11-15Given the d2c compiler its own directory.Cyrille Bagard
2014-11-14Rewritten and extended the whole code for the instructions definitions compiler.Cyrille Bagard
2014-10-11Modified and rebuilt targets only when needed.Cyrille Bagard
2014-10-07Created a compiler for architecture instruction definitions.Cyrille Bagard