Historique des commits

Auteur SHA1 Message Date
  Jeppe Johansen 9a482d5281 Refactor and secure some immediate operand encodings. il y a 10 ans
  Jeppe Johansen e7575d9f96 Fix some encoding bugs in ARM modes. Mostly shifts and signindex errors. il y a 10 ans
  Jeppe Johansen 97fdfc942b Fix encoding of shifterops for ARM dataprocessing instructions. il y a 10 ans
  Jeppe Johansen c284d8f6ba Fix some warnings about unitialized variables. il y a 10 ans
  Jeppe Johansen 3ad03491ed Add Neg as a pseudo instruction, and fix RRX pseudo code expansion. il y a 10 ans
  Jeppe Johansen 6fff181679 Add support for TBB/TBH instructions. il y a 10 ans
  Jeppe Johansen 71cdedea82 Add missing NOP, and B instruction forms. il y a 10 ans
  Jeppe Johansen cc418eef74 Added unified assembler syntax mode so it can be selected with $ASMMODE. il y a 10 ans
  Jeppe Johansen 6976af8365 Change .thumb_func to be an ait_directive instead of it's own tai type. il y a 10 ans
  Jeppe Johansen 9227a9fcf2 Reenable check for Wide format flag. il y a 10 ans
  Jeppe Johansen 5c3093a937 Add most non-VFP Thumb-2 instruction entries for the ARM internal writer. il y a 10 ans
  Jeppe Johansen 3cb9b30165 Added full 16-bit Thumb support to the ARM internal writer. il y a 10 ans
  Jeppe Johansen 901275b4a1 Switch back to emitting BLX instructions and fix calculation of constant offsets(should rarely/never happen). il y a 10 ans
  florian d540d56908 * unified internal errors il y a 10 ans
  Jeppe Johansen 387824c1ee Added some APSR register bitmask definitions. il y a 10 ans
  Jeppe Johansen 284a4d9dd7 Encoding of preindexed LDRH/STRH opcodes was missing. il y a 10 ans
  Jeppe Johansen b5cd9c048e Small fix for uninitialized variables causing warnings. il y a 10 ans
  Jeppe Johansen eb3eaab54b Fix some small encoding bugs. il y a 10 ans
  Jeppe Johansen d023c63ad0 Add a lot of instruction table entries and missing instructions for support of most ARM32 mode instructions from ARMv4 up ARMv7A. il y a 10 ans
  sergei d37e72dbf9 * ARM: instructions do modify the base register of pre/postindexed references. Report this fact in spilling_get_operation_type_ref and RegModifiedByInstruction functions. il y a 11 ans
  sergei b08ffa0a87 * ARM: fixed detecting Thumb-style jump tables in insertpcrelativedata() after r28546. il y a 11 ans
  Jonas Maebe b0ff41406a * grouped all tai_real* types into a single tai_realconst type, il y a 11 ans
  florian 01b311f6cf * do not insert constant tables on arm thumb in it* sequences il y a 11 ans
  Jonas Maebe 45e03d768e * handle ARM PIC jump tables in determining the maximum offset for il y a 11 ans
  Károly Balogh 71e492db1b made arm-linux system unit compilable on anything but Thumb2 after r26161 il y a 11 ans
  florian 4d5119bf1c * fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables il y a 11 ans
  florian d4968e054b + arm: tsettings.instructionset il y a 12 ans
  florian 950194678a * handle jump tables correctly when inserting constant pools on arm thumb il y a 12 ans
  florian b4c7b40049 * do not split statements following A_IT* instructions on arm thumb2 when inserting constant pools il y a 12 ans
  florian 6df2917d93 * fix spilling of vfp instructions il y a 12 ans