Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe ff583bde6c * made setstring() a compiler intrinsic so it can set the compile-time il y a 10 ans
  florian d88d644925 + support for FMA intrinsic: if there is no hardware support, the compiler throws an error. il y a 11 ans
  florian b43b4bb455 + pseudo procedure aligned: tells the compiler to assume that the given parameter is naturally aligned, counterpart of unaligned il y a 12 ans
  florian b782918434 * first draft to support the popcnt instruction, works so far for x86 with a real popcnt instruction il y a 13 ans
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 il y a 13 ans
  svenbarth bd19a16be9 Add support for Default() intrinsic. For now this is only (fully) supported il y a 13 ans
  Jonas Maebe d6966e545b + support for formal var/out parameters on the JVM target: il y a 14 ans
  Jonas Maebe 694ccf3df3 + dummy support for untyped var/const/out parameters on the JVM target il y a 14 ans
  florian 8e7f39f176 * constant evaluation of ror/rol if they are internally handled, resolves #6300 il y a 14 ans
  florian 5dae691c96 * implementation of bit scan intrinsics by Richard Vida, resolves #17592 il y a 15 ans
  florian dfc2652062 + support of compiler intrinsic sar* using a patch by Benjamin Rosseaux, resolves #15606 il y a 15 ans
  Jonas Maebe 5885866990 + support for objcencode() (equivalent of Objective-C's @encode()) + test il y a 16 ans
  Jonas Maebe 2799cfd83f + parser-side of objcprotocol() expression to obtain the metaclass il y a 16 ans
  Jonas Maebe 6165536b5e + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable il y a 16 ans
  florian 1afb1aa9cc + ror/rol functions il y a 17 ans
  florian fb8bbd5ff0 + inline abs(<longint>) on x86 il y a 17 ans
  Jonas Maebe c80d4225ca + support for ISO Extended Pascal ReadStr() and WriteStr() routines il y a 18 ans
  Jonas Maebe cd5b9245f9 + support for bitsizeof() function il y a 19 ans
  Jonas Maebe eccbc78e04 + support for bitpacked arrays: il y a 19 ans
  daniel 4d37c919cc * Internal implementations of get_frame, get_caller_frame and get_caller_addr. il y a 19 ans
  florian 9e00f894a9 + support for unaligned function il y a 19 ans
  florian 71b90d4d00 + slice implemented il y a 20 ans
  peter 4ace790492 * remove $Log il y a 20 ans
  fpc 790a4fe2d3 * log and id tags removed il y a 20 ans
  fpc 50778076c3 initial import il y a 20 ans
  peter e417e34496 * truncate log il y a 20 ans
  peter 4d8460ec2f * float routines all use internproc and compilerproc helpers il y a 20 ans
  olle ff36adb056 + macpas style: exit, cycle, leave il y a 21 ans
  florian 8a9758c5e2 * logs truncated il y a 21 ans
  florian e35b683e4d + added prefetch(const mem) support il y a 21 ans