summaryrefslogtreecommitdiff
path: root/plugins/arm
AgeCommit message (Expand)Author
2018-10-30Untabified code.Cyrille Bagard
2018-10-14Typo.Cyrille Bagard
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-08-29Fixed the dist rule in Makefiles.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-08-11Added a basic check before releasing cached registers.Cyrille Bagard
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-07-23Tracked the reference counter for plugins with more care.Cyrille Bagard
2018-07-19Deleted all references to any asm syntax.Cyrille Bagard
2018-06-19Updated Makefiles to create only one _PyGObject_API structure.Cyrille Bagard
2018-06-19Avoided to cache ARMv7 instruction keyword when unneeded.Cyrille Bagard
2018-06-19Built ARMv7 dynamic vector tables with the right number of registers.Cyrille Bagard
2018-06-19Fixed conditions for some ARMv7 SIMD instruction syntaxes.Cyrille Bagard
2018-06-18Ensured each plugin dependency can be found at runtime.Cyrille Bagard
2018-06-18Fixed various bugs in ARMv7 operand decoding helpers.Cyrille Bagard
2018-06-17Fixed a mistake in ARM registers comparisons.Cyrille Bagard
2018-06-06Hidden virtual addresses when code runs in a VM.Cyrille Bagard
2018-06-05Released the mutex even in case of register loading failure.Cyrille Bagard
2018-06-01Added a missing directory to SUBDIRS.Cyrille Bagard
2018-05-31Handled lists of simples ARMv7 SIMD registers.Cyrille Bagard
2018-05-30Supported a few extra ARMv7 SIMD instructions.Cyrille Bagard
2018-05-29Updated the ARMv7 SIMD decoding process.Cyrille Bagard
2018-05-29Added support for the last remaining ARMv7 basic instructions.Cyrille Bagard
2018-05-29Fixed function names for some Thumb32 decoding calls.Cyrille Bagard
2018-05-28Added support for some ARMv7 SIMD instructions.Cyrille Bagard
2018-05-28Included support for ARMv7 system instructions.Cyrille Bagard
2018-05-28Relied on register objects as often as possible.Cyrille Bagard
2018-05-28Registered a missing ARMv7 type.Cyrille Bagard
2018-05-19Stopped trying to resolve loaded values by all means.Cyrille Bagard
2018-05-19Called the FP and IP ARMv7 registers by their name.Cyrille Bagard
2018-05-19Fixed the loading of ARMv7 written-back registers.Cyrille Bagard
2018-05-19Tracked deeper the reference counts for ARMv7 registers.Cyrille Bagard
2018-05-19Added support for a few extra ARMv7 instructions.Cyrille Bagard
2018-05-14Created an instruction database for Chrysalide.Cyrille Bagard
2018-05-14Used unique identifiers for instructions everywhere.Cyrille Bagard
2018-05-12Fixed some memory leaks.Cyrille Bagard
2018-05-11Implemented a singleton system for ARMv7 registers.Cyrille Bagard
2018-05-11Reorganized processor registrations.Cyrille Bagard
2018-04-23Warned when trying to load a value which is not addressable.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.Cyrille Bagard
2018-04-21Reduced the number of generated shared objects.Cyrille Bagard
2018-04-10Typo.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-04-05French typo.Cyrille Bagard
2018-04-02Included a few more ARMv7 instruction definitions.Cyrille Bagard
2018-04-02Removed lots of uninitialized uses, mostly in NDEBUG mode.Cyrille Bagard
2018-04-02Rewritten the whole instruction definition format.Cyrille Bagard
2018-03-08Prepared instructions to generate tooltips.Cyrille Bagard
2018-01-24Typo.Cyrille Bagard
2018-01-17Cleaned the definition of architecture processors.Cyrille Bagard