Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe 8445381929 * merged ait_set and ait_thumb_set into a single tai class il y a 10 ans
  Jeppe Johansen 64f127141f Add VFPv4 FPU type for ARM. il y a 10 ans
  Jeppe Johansen 3d7dce81fe Make MRS and MSR use the right encoding on Thumb architectures. il y a 10 ans
  Jeppe Johansen 03b9e5117f Fix off by 1 error in assembler reader which prevented B instructions from being parsed. il y a 10 ans
  Jeppe Johansen 914e9e7b49 Merged from trunk il y a 10 ans
  Jonas Maebe 3fe0bd065e * ARM assembler reader: don't check for postfixes beyond the length il y a 10 ans
  Jeppe Johansen 9a482d5281 Refactor and secure some immediate operand encodings. 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 387824c1ee Added some APSR register bitmask definitions. il y a 10 ans
  Jeppe Johansen 9e5979e8be Implemented UAL syntax support in the ARM assembler reader. Can be toggled with a field for now, but not implemented yet. Still using pre-UAL syntax for now. il y a 10 ans
  Károly Balogh 09608a1c28 * fix warnings when compiling the compiler with DFA optimizer enabled on ARM il y a 11 ans
  Károly Balogh 628149d923 support label offsets for ARM like GAS, allows things like ADR r4, .label + 256 il y a 11 ans
  Jeppe Johansen d89b9a4311 Add support in ARM assembler reader for ldr reg, =literal syntax il y a 12 ans
  florian 47d43750e4 * remove unused units from uses statements il y a 12 ans
  Jeppe Johansen 666332385d Added coprocessor registers, and support for 6 operands(MCR/MRC instructions, etc) il y a 13 ans
  Jeppe Johansen 8e00978108 Added support for .section, .set, .weak, and .thumb_set directive for GAS assembler reader il y a 13 ans
  florian 54d3d736f5 * patch by Jeppe Johansen to add support for handling different flags for xPSR regs, il y a 13 ans
  masta aa4fe66153 Fix ARM ASM-reader for MVN/CMP/CMN/TST/TEQ il y a 13 ans
  Jonas Maebe 0fc422f244 * moved definition of maxcpuregister and tcpuregisterset from cgbase to il y a 13 ans
  Jonas Maebe ef2d665a50 + support for REV and several other ARMv6/ARMv6T2+ opcodes (mantis #21888) il y a 13 ans
  pierre 3a7af29d3a Use aint type local variable in read_index_shift to avoid wrong typecast il y a 13 ans
  florian b93f4b8096 * whitespace fixes il y a 14 ans
  Jonas Maebe bbf0e35a51 + Support for ARM CPS/CPSIE/CPSID instructions and mode flag bitfield il y a 14 ans
  Jonas Maebe 780e75bfac o patch by Jeppe Johansen to fix mantis #17472: il y a 14 ans
  Jonas Maebe d1538ab023 o added ARM VPFv2/VFPv3 support: il y a 15 ans
  florian 515774b864 * merged armthum branch il y a 16 ans
  yury 451a290caf * Fixed 'mixed signed/unsigned' and pointer conversion warnings. il y a 17 ans
  yury fcceb9cfa1 * Removed/ifdefed/commented unused local variables. il y a 17 ans
  florian 951a202e5d * fix by Jan Bruns for #11042: improves reading of references on arm il y a 17 ans
  florian 9ab1a1c550 * allow mla to take 4 operands, resolves #9461 il y a 18 ans