Historique des commits

Auteur SHA1 Message Date
  Michael VAN CANNEYT b849d92589 * Char -> AnsiChar il y a 2 ans
  Jonas Maebe 0758aa1143 FPU exception mask: generlised system unit interface il y a 2 ans
  svenbarth 0c316deab5 * readd SmallInt typecasts to SmallInt overload of SwapEndian il y a 5 ans
  svenbarth 9d86fed95b * avoid range check error when using SwapEndian with 16-bit constants il y a 5 ans
  florian c189af0e3d * improved software floating point exception handling in the rtl il y a 5 ans
  florian c418d63c16 + create defines with FPU capabilites il y a 6 ans
  florian b3ed34592f + software handling of exceptions on arm il y a 6 ans
  florian 9f16c34329 + initial work for tls-based threadvar support on arm-linux il y a 6 ans
  yury 2ae3ce79bb * ARM: Never use the "BLX label" instruction. Use "BL label" instead. il y a 8 ans
  florian 1c067e96bf * fix VFPv4 support il y a 9 ans
  Jeppe Johansen 03d4ada29e Use a temporary variable to avoid potential problems of overwriting the argument. il y a 9 ans
  florian 3f2057a2f2 * do not generate blx instructions, the generation of blx instead of bl was introduced some years ago but today it proves to be wrong: if necessary, the linker converts the bl into a blx, this is also how gcc and clang handle it il y a 9 ans
  yury c9a0c5e7a6 * arm: Support for the kuser_memory_barrier kernel function for memory barriers. il y a 10 ans
  Károly Balogh c81290bc94 fix InterlockedCompareExchange on ARM-Linux: kuser_cmpxchg destroys r3, which needs to be restored, if we have to loop il y a 10 ans
  yury 9f2ef7c546 * ARM assembler routines are PIC compatible now. il y a 10 ans
  Jeppe Johansen 53fd543440 Fix fillchar for >ARMv3 il y a 10 ans
  Jeppe Johansen dac294c680 Fix ARMv3/ARMv2A support. il y a 10 ans
  Jeppe Johansen 3ef4033e7d Test the proper CPUARM capability when chosing between blx and bl. il y a 10 ans
  Jeppe Johansen 9478099e5a Undo recent VFP assembler changes to make bootstrapping from 3.0.1 possible. il y a 10 ans
  Jeppe Johansen 914e9e7b49 Merged from trunk il y a 10 ans
  florian 9eab90d8c4 * always pass the architecture to the arm assembler il y a 10 ans
  Jeppe Johansen ff7af306df Add FPA support. il y a 10 ans
  Jeppe Johansen 71cdedea82 Add missing NOP, and B instruction forms. 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
  Jeppe Johansen d4461efae3 Fix broken ldrd assembler syntax in RTL il y a 10 ans
  Károly Balogh 1a4d6d79c5 new division helpers for ARM by Nico Erfurth. on our ARMv5 core hardware they're 22%-36% faster than the generic ones for the most common case. il y a 11 ans
  sergei a94187c79b - ARM: cleaned out code corresponding to FPC_STRTOSHORTSTRINGPROC not defined (obsolete and removed from other targets long ago). il y a 11 ans
  sergei 8ad5e6fb26 - RTL: cleaned out FPC_FREEMEM_X. We now have a dedicated compilerproc 'fpc_freemem' for this purpose. il y a 11 ans
  sergei 7b56c90d82 - MIPS,SPARC and ARM-wince: removed remaining references to softfloat stuff. il y a 11 ans
  florian 6e32f8ee8f * patch by Bernd which fixes InterLockedxxx functions on ARMv4T, resolves #25518 il y a 11 ans